David Sparer
f583b741d4
implemented save connections on edit
2017-11-12 15:14:50 -06:00
David Sparer
49e5b71235
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/ConnectionTreeWindow.cs
2017-11-08 11:52:10 -06:00
David Sparer
85b67ecd0b
fixed bug in connection tree context menu
...
right clicking in white space (no connection tree item selected) made the context menu appear with all options enabled. No context menu should appear in that case
2017-11-05 07:24:28 -06:00
David Sparer
7451383c24
putty nodes and root putty node should not have context menu items "import" or "export"
2017-11-05 07:09:17 -06:00
CamAlvar
5dd02602b7
theme more windows,panels and menu
2017-07-10 08:06:38 -05:00
David Sparer
7f80cad356
moved property from Runtime to ConnectionsService
2017-05-10 19:59:56 -06:00
David Sparer
2633b4c876
extracted all external tools related code from Runtime to a new class
2017-05-10 17:42:40 -06:00
David Sparer
104ee3829f
combined several duplicate sort methods
2017-05-07 00:01:59 -06:00
Sean Kaim
703178ddf1
Fix NPE when importing from the connection tree
...
Fixes #518
2017-04-19 12:37:56 -04: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
12da35f875
made the rest of the connectioninitiator functions non-static
2017-01-12 13:57:15 -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
b9cdd0996d
moved click handling responsibility out of the connectiontreewindow and into the context menu class
2017-01-11 14:58:29 -07:00
David Sparer
256f6d8fdd
extracted and renamed some methods
2017-01-06 10:15:33 -07:00
Sean Kaim
e5d625f294
code clean up
2016-10-17 21:25:04 -04:00
David Sparer
7fe8749807
Resolved bug with the Reconnect context menu item being permanently disabled for containers
2016-09-27 14:52:06 -06:00
David Sparer
a50f96606b
Resolved bug when editing a tree node name - the context menu would steal keyboard input for its shortcut keys
2016-09-15 13:31:00 -06:00
David Sparer
9807231b72
Basic switch has been completed. Most context menu actions are working as expected.
2016-09-15 09:56:04 -06:00
David Sparer
eed85b3641
Finished creating pass-through events for the underlying context menu
2016-09-15 09:06:54 -06:00
David Sparer
7d7d4e62a3
Began moving connection tree context menu to its own class
2016-09-14 15:26:21 -06:00