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 |
|
David Sparer
|
1d7bb63710
|
ensure ConDefaultPanel has a default value
related to #802
|
2018-07-25 14:21:44 -05:00 |
|
David Sparer
|
af1ed5349f
|
updated changelog
|
2018-07-25 08:08:35 -05:00 |
|
David Sparer
|
9dcf71dc31
|
new connection tree nodes will survive filtering until they exit edit mode
resolves #1038
|
2018-07-25 08:05:48 -05:00 |
|
David Sparer
|
8bf9af0ed8
|
updated changelog
|
2018-07-24 14:49:33 -05:00 |
|
David Sparer
|
aecfad5871
|
only access first array item if array has any items
resolves #1036
|
2018-07-24 14:49:01 -05:00 |
|
David Sparer
|
3edd155898
|
updated changelog
|
2018-07-24 12:55:27 -05:00 |
|
David Sparer
|
2c419c0b2e
|
minor cleanup
|
2018-07-24 12:54:34 -05:00 |
|
David Sparer
|
2fb67e7042
|
fixed issue where the connection context menu wasn't using translated strings
The ctor for the context menu was being called before we loaded the desired culture, leading to the use of the English default strings. Resolves #1034
|
2018-07-24 12:54:20 -05:00 |
|
David Sparer
|
29483b2625
|
attached the file backup pruner to listen to connection file save events
resolves #1020
|
2018-07-23 12:53:03 -05:00 |
|
David Sparer
|
7fc59e79f3
|
bumped assembly version in preparation for next alpha release
|
2018-07-23 12:03:53 -05:00 |
|
David Sparer
|
79b3e21148
|
updated changelog
|
2018-07-23 12:02:09 -05:00 |
|
David Sparer
|
ee91117010
|
renamed function to be a bit more accurate
|
2018-07-23 11:54:49 -05:00 |
|
David Sparer
|
0548037ff3
|
added a few method summaries
|
2018-07-23 11:53:50 -05:00 |
|
David Sparer
|
46002632bb
|
removed duplicate code
|
2018-07-23 11:52:38 -05:00 |
|
David Sparer
|
9659ac1611
|
added a dialog to prompt for action when decrypting a connection file fails
|
2018-07-23 11:51:58 -05:00 |
|
David Sparer
|
bbc497e68d
|
added some quality of life methods to Optional
|
2018-07-23 08:03:03 -05:00 |
|
David Sparer
|
d7ec7574ad
|
updated changelog
|
2018-07-20 14:54:42 -05:00 |
|
David Sparer
|
2f476d9e61
|
fix a null ref exception when importing from port scan without selecting a tree node. resolves #1030
|
2018-07-20 14:52:12 -05:00 |
|
David Sparer
|
c74f37f0de
|
confirmer should return false if deletion target is null. found during regression testing
|
2018-07-20 12:31:59 -05:00 |
|
David Sparer
|
d27a62cbfc
|
added some extra null checks in the rdcman importer
|
2018-07-20 07:26:38 -05:00 |
|
David Sparer
|
8029e491a3
|
Merge branch 'auto_save_during_sort' into release/v1.76
|
2018-07-18 14:53:26 -05:00 |
|
David Sparer
|
fe56268421
|
added a simple system to batch saves in the connection service
|
2018-07-18 14:53:02 -05:00 |
|
David Sparer
|
2db6fabbe9
|
reverted 3bdcf65
|
2018-07-18 14:52:12 -05:00 |
|
David Sparer
|
035e89801a
|
reduce FrmMain minimum size to prevent issues with other system features. resolves #1024
|
2018-07-17 08:07:10 -05:00 |
|
David Sparer
|
3bdcf655fd
|
suspend tree model events during sort, since this can produce a lot of changes
|
2018-06-25 15:15:46 -05:00 |
|
David Sparer
|
284755f298
|
fix tab ordering on port scan page
|
2018-06-23 09:03:25 -05:00 |
|
David Sparer
|
ad5eed96e7
|
fixed visual bug when filtering connection tree. resolves #993
|
2018-06-22 15:09:53 -05:00 |
|
David Sparer
|
431c830ea0
|
resize connection tree column width when calling expand all. related to #993
|
2018-06-22 13:56:22 -05:00 |
|
David Sparer
|
da047427a5
|
fix test
|
2018-06-21 20:33:32 -05:00 |
|
David Sparer
|
69da1dca5f
|
added some tests of the connection tree duplicate function. related to #1004
|
2018-06-21 18:04:29 -05:00 |
|
David Sparer
|
cc61501f63
|
dont attempt to delete selected node if it is not a valid deletion target. resolves #1004
|
2018-06-21 17:35:42 -05:00 |
|
David Sparer
|
4ced2d3392
|
accidentally put a few changelog items under the wrong version
|
2018-06-21 16:51:41 -05:00 |
|
David Sparer
|
7c72bfdf6b
|
connection tree now removes filtering when 'use filtering' option turned off. resolves #1002
|
2018-06-21 15:33:43 -05:00 |
|
David Sparer
|
b8878e1458
|
updated changelog
|
2018-06-21 08:35:29 -05:00 |
|
David Sparer
|
abd40cec1b
|
removed duplicate disable/enable shortcut calls that was causing an issue. resolves #1001
|
2018-06-21 08:34:26 -05:00 |
|
David Sparer
|
cc18da4f28
|
updated changelog
|
2018-06-20 16:43:24 -05:00 |
|
David Sparer
|
1a39039162
|
reenable all hotkeys once file menu closes. Resolves #999
|
2018-06-20 16:42:58 -05:00 |
|
David Sparer
|
cf9dd72ea5
|
dont allow folder/connections to be added to the putty root node in connection tree. Resolves #998
|
2018-06-20 16:25:08 -05:00 |
|
David Sparer
|
b7cdf81665
|
ensure putty root node returns correct tree node type. Related to #998
|
2018-06-20 16:20:51 -05:00 |
|
David Sparer
|
8497a05fd1
|
resolves #991
fixed bug when deleting connection tree node when in filtered view
|
2018-06-13 14:34:05 -05:00 |
|
David Sparer
|
7db4eec45c
|
fixed bug where the export screen was using new credential manager code that shouldn't be active yet
|
2018-06-03 10:45:29 -05:00 |
|
David Sparer
|
cd822b545a
|
random stuff the ui designer regenerated
|
2018-06-03 10:45:06 -05:00 |
|
David Sparer
|
e872581d3c
|
updated changelog
v1.76Alpha6
|
2018-06-03 09:50:42 -05:00 |
|
David Sparer
|
defe9e094c
|
made opening an empty panel on startup configurable in options
|
2018-05-31 06:26:43 -05:00 |
|
David Sparer
|
5662735cb8
|
bumped assembly version for next pre-release
|
2018-05-25 18:01:32 -05:00 |
|
David Sparer
|
8646dce21b
|
update jenkins build to use newest msbuild (enables c# 7 lang features)
|
2018-05-20 11:07:43 -05:00 |
|
David Sparer
|
99a3eabbaf
|
updated changelog
|
2018-05-19 17:00:57 -05:00 |
|
David Sparer
|
c57bd386f2
|
dont try to connect to folders in quick connect menu. resolves #924
|
2018-05-19 16:57:34 -05:00 |
|