David Sparer
237ad2fa3c
made the add/remove buttons a bit larger to accomodate for potentially longer localized words
2017-01-24 08:41:17 -07:00
David Sparer
b8037c04d0
created some localization strings for the credential editor
2017-01-24 08:37:31 -07:00
David Sparer
cdb9c2eddb
added more localization strings for the credential manager
2017-01-24 08:28:40 -07:00
David Sparer
83a57b08ab
prevented annoying 'ding' sound on key press
2017-01-23 16:07:56 -07:00
David Sparer
d1a251ff6c
cred manager now recognizes delete key for removing entries
2017-01-23 15:48:43 -07:00
David Sparer
12f0c826c8
cred manager no longer groups items
2017-01-23 15:47:25 -07:00
David Sparer
4aa5da8c0d
Merge branch 'develop' into Create_basic_infrastructure_for_supporting_credential_manager
2017-01-23 15:32:55 -07:00
David Sparer
e0fd81e938
resolved bug when clicking in blank space in the connection tree
2017-01-23 15:32:06 -07:00
David Sparer
58509bcf41
renamed method
2017-01-23 15:31:12 -07:00
David Sparer
8aa0eb1d64
added a key handler for enter and 'a'
2017-01-23 15:26:49 -07:00
David Sparer
ece974c1be
fixed bug where selected row would be deselected after committing a change to the list
2017-01-23 15:25:27 -07:00
David Sparer
56dd3c32cb
tweaked the credential editor window
2017-01-23 14:33:16 -07:00
David Sparer
118e3a3bd3
added a close button to the cred manager and bound 'esc' to it
2017-01-23 12:24:40 -07:00
David Sparer
8cd3c2a89f
simplified the credential list updating mechanism. we dont need an observable list
2017-01-23 11:42:01 -07:00
David Sparer
9c4672fd68
credential manager and cred editor windows now start in the middle of their parent window
2017-01-23 11:39:23 -07:00
Sean Kaim
04f6f4f9cf
Make version selectable/copyable
...
fixes #360
Also update copyright year since it's 2017 now...
2017-01-23 12:59:29 -05:00
David Sparer
7b851e7ac8
optimized event raising so we only save the credential list once for multiple property changes
2017-01-20 13:02:57 -07:00
David Sparer
6c0b33c0dc
we can now save and load credentials to xml
2017-01-20 12:27:59 -07:00
David Sparer
d749a13611
moved the add/remove buttons
2017-01-20 10:12:22 -07:00
David Sparer
9ce09eb406
Remove button is disabled when no credential selected
2017-01-19 15:15:13 -07:00
David Sparer
9c23f3d1d9
credential list now persists between opening/closing the manager
2017-01-19 15:09:17 -07:00
David Sparer
3f779b7ceb
credential record now implements INotifyPropertyChanged. this makes updating the objectlistview much easier
2017-01-19 14:47:49 -07:00
David Sparer
3bc53bd7f8
created screen for viewing credential list and for editing single credentials
2017-01-19 14:29:54 -07:00
David Sparer
25d1e0a74d
Merge pull request #352 from mRemoteNG/299_better_testing_of_connection_tree
...
Refactor connection tree to be more testable
2017-01-18 09:03:26 -07:00
David Sparer
cbd9d16e4c
simplified the connection tree refresh method.
...
the complexity of trying to add refresh optimizations was causing bugs. i will need to find a new way of reducing flicker
2017-01-17 15:31:40 -07:00
David Sparer
cb708b3217
resolved bug where some context menu hot keys would not work after opening the menu on the root node
2017-01-17 13:45:25 -07:00
David Sparer
4e5a22a7e8
resolved a minor bug where creating a new node would screw up the selected node in the tree
...
We were trying to do multiselection when it is currently not supported by our implementation.
2017-01-17 09:47:00 -07:00
David Sparer
113e4035e5
refactored the deletion confirmer to make it testable
2017-01-14 11:14:30 -07:00
David Sparer
a03095ab8e
refactored the node deletion confirmer to be interface-based. this will lead to improved testability
2017-01-14 10:38:11 -07:00
David Sparer
9b42dc9f10
Refactored some click handlers and created a test for it
...
During testing I realized that the double and single click handlers were exactly the same thing, so i combined them into the composite click handler.
2017-01-14 10:11:22 -07:00
David Sparer
d0b7e72f15
Merge pull request #342 from countchappy/develop
...
RDP Optional Minutes to Idle Timeout
2017-01-13 17:05:25 -07:00
David Sparer
ce5d0cefe3
organized some files
2017-01-13 10:41:28 -07:00
David Sparer
ac0aa8daf4
added a method to the IConnectionTree interface to make testing another class possible
2017-01-12 15:20:32 -07:00
David Sparer
16b094be44
we no longer need the extensions now that we are subclassing TreeListView
2017-01-12 15:16:55 -07:00
David Sparer
b3e6fd7b96
created test for another tree handler
2017-01-12 15:09:24 -07:00
David Sparer
893d5d92f3
made all relevant classes use IConnectionTree
2017-01-12 15:09:05 -07:00
David Sparer
77add0b39d
added an interface for iconnectiontree. this kind of hacky and really just exists to make the tests work. this indicates we have some coupling on ConnectionTree that shouldn't be there..
2017-01-12 15:08:12 -07:00
David Sparer
b4f8ab0a49
moved a call to settings further up in the abstraction level to make testing easier
2017-01-12 14:13:35 -07:00
David Sparer
1d46c44c21
added tests for another click handler
2017-01-12 13:57:44 -07:00
David Sparer
12da35f875
made the rest of the connectioninitiator functions non-static
2017-01-12 13:57:15 -07:00
David Sparer
8970a15d4e
added tests for one of the click handlers
2017-01-12 13:33:12 -07:00
David Sparer
82217478d9
made one of the methods for the connectioninitiator non-static (they should eventually all be non-static).
...
This change was made to making testing easier (make connectioninitiator mockable)
2017-01-12 13:31:29 -07:00
David Sparer
4c792308bb
moved all click-actions for the tree to separate classes to make them easily composable
...
this has the nice effect of also pushing any calls to the settings class outside the classes that are actualy doing work, making them much easier to test in isolation
2017-01-12 12:47:23 -07:00
David Sparer
b195d89b76
moved a few more functions closer to their call site
2017-01-12 11:02:11 -07:00
David Sparer
875888a341
moved a method closer to its call site
2017-01-12 10:51:05 -07:00
David Sparer
6631a13d20
cleanup
2017-01-12 10:31:50 -07:00
David Sparer
28728fe29f
moved some connectiontree post setup actions into their own classes. post setup actions are now managed by a composite
2017-01-12 10:29:30 -07:00
David Sparer
aa954cbea9
minor cleanup
2017-01-12 09:24:59 -07:00
David Sparer
dae339f494
moved the image getter delegate code into its imagelist since the img names have to match up. seems like a better division of responsibility
2017-01-12 09:17:34 -07:00
David Sparer
5bcb59f876
moved the setup of the tree image list to its own class
2017-01-12 08:59:34 -07:00