David Sparer
f10e54e47b
bumped assembly version to 1.76.8
2018-08-25 10:31:35 -05:00
David Sparer
0c79a9acde
fixes #1088
2018-08-24 14:43:08 -05:00
David Sparer
b0dbc9dc18
only delete reg key value if the value exists
2018-08-24 13:23:52 -05:00
David Sparer
507cdf75a5
fixes #1087
2018-08-24 13:23:02 -05:00
David Sparer
8f8492b0be
xml deserializer now gives connections an ID if the ID string in xml is empty
...
fixes #1082
2018-08-24 10:37:54 -05:00
David Sparer
457e715188
set assembly version to 1.76.7 and set release date in changelog
2018-08-22 10:59:45 -05:00
David Sparer
1724521ebf
added some null guards to methods
2018-08-22 07:06:44 -05:00
David Sparer
b0fb3596aa
added some safety checks around accessing putty registry settings
2018-08-22 07:06:16 -05:00
David Sparer
fb228d72b1
resolved bug #1076
2018-08-19 11:44:43 -05:00
David Sparer
408c40f699
fixed a few toolbar location loading edge cases
...
related to #1068
2018-08-11 10:02:07 -05:00
David Sparer
4173f6d775
swapped direct calls to Monitor with a lock statement and added a few method comments
2018-08-11 06:47:31 -05:00
Sean Kaim
e6f3c22064
code clean up / add'l checks
...
related to #1061
2018-08-03 10:13:31 -04:00
David Sparer
a013518eac
bump assembly version
2018-08-03 08:51:44 -05:00
David Sparer
9c88cacb3d
hopefully a fix for #1061
2018-08-03 08:33:51 -05:00
David Sparer
d49bf04b15
fixes #1062
2018-08-03 08:13:39 -05:00
David Sparer
868641378a
Merge pull request #1055 from mRemoteNG/647_save_symbols
...
647 save symbols
2018-08-02 16:34:04 -05:00
David Sparer
11baae3107
applying patch provided by Toomix in #1057 and merged in 7dbef77
2018-08-01 07:01:45 -05:00
David Sparer
3e33170ae0
handle non-auto hidden notification panel focusing too
2018-07-30 15:23:59 -05:00
David Sparer
6092c63df4
fix zipping symbols
2018-07-30 08:03:40 -05:00
David Sparer
fda5132184
zip symbols
2018-07-29 22:22:13 -05:00
Sean Kaim
6a9fb25a18
fixes #868
...
DialogResult is not currently checked, so it's a minimal/non-impact bug currently. But it's fixed now in case it's used in the future...
2018-07-29 21:30:11 -04:00
Sean Kaim
18d7344690
fixes #762
...
Increased button size by about 150%
2018-07-29 21:16:19 -04:00
Sean Kaim
7bd6e126e2
Fix #893
...
Disabled ClickOnce/Publish wihtin the project options.
2018-07-29 21:02:33 -04:00
Sean Kaim
f7521c81d5
Fixes #1052
...
and some code clean up
2018-07-29 19:03:21 -04:00
David Sparer
f483a2dc2f
replaced Timer implementation with Task async call
...
fixes #1052
2018-07-29 12:02:41 -05:00
Sean Kaim
0a2dc3563e
fixes #1040
...
clicking close would have the same effect. Check return code and don't open the connection unless user input has been provided.
2018-07-28 22:30:06 -04:00
Sean Kaim
e9f0157b2b
code clean up
2018-07-28 22:15:11 -04:00
Sean Kaim
e8e566fcdd
localization fixes
2018-07-28 22:10:17 -04:00
Sean Kaim
72b7d22cef
localization fixes
2018-07-28 22:09:27 -04:00
Sean Kaim
f79da476fd
options pages code clean up
2018-07-28 21:59:24 -04:00
Sean Kaim
d9d2b1de70
code clean up (convert to expression body)
2018-07-28 13:02:36 -04:00
Sean Kaim
0a7eaaf36f
minor code clean up
2018-07-28 13:02:25 -04:00
Sean Kaim
36dd3e496d
minor code clean up
2018-07-28 13:02:14 -04:00
Sean Kaim
83fd914d7b
code clean up
2018-07-28 13:01:41 -04:00
Sean Kaim
281c6b13fa
minor code clean up
...
* No need to kick off the registry provider here (it's done already in PuttySessionsManager#StartWatcher())
* if (Directory.Exists(sessionsFolderPath)) thows an exception even though it should have just fallen through... but if (!Directory.Exists(sessionsFolderPath)) doesn't throw and logs a message with a graceful return????
IDK... I had a Uri.IsWellFormedUriString test in there to avoid the exception, but it seems unnecessary...
2018-07-28 13:01:06 -04:00
David Sparer
00b7b1221c
fixes #1051
2018-07-28 09:03:57 -05:00
David Sparer
56cbf0ff3f
fixes #1050
2018-07-28 07:52:57 -05:00
Sean Kaim
f852a4d341
minor code clean up
2018-07-27 17:02:51 -04:00
Sean Kaim
7c8c7d482a
frmChoosePanel was not properly themed
2018-07-27 16:58:25 -04:00
Sean Kaim
9e95ae2cb0
code clean up
2018-07-27 16:45:38 -04:00
Sean Kaim
0d2d935f17
set default theme when themes disabled
...
Fixes #1039
Also some code clean up
2018-07-27 16:04:42 -04:00
Sean Kaim
eeb320a825
more clean up (use .ToString)
2018-07-27 14:50:44 -04:00
Sean Kaim
9452d4dbe3
Theme code clean up
2018-07-27 14:45:07 -04:00
Sean Kaim
61b325ccb9
code clean up
2018-07-27 14:26:01 -04:00
Sean Kaim
e57de9a4de
localized strings
2018-07-27 14:24:42 -04:00
Sean Kaim
96946f3a1e
porting fix for #971 to 1.76 branch
2018-07-27 14:15:23 -04:00
David Sparer
a5afa90790
fixes #1045
2018-07-26 13:39:12 -05:00
David Sparer
694b61a67b
added a property to expose the list of object properties being shown by the property grid
...
this will help a lot with testing the property grid/config window
2018-07-26 09:12:47 -05:00
David Sparer
88f0d00a15
minor style cleanup
2018-07-26 08:55:55 -05:00
David Sparer
e31088fd2e
ensure that quick connect items always have a panel set, even if the con default Panel setting is empty
...
related to #802
2018-07-25 14:39:23 -05:00