David Sparer
ea84403811
Merge branch 'develop' into improve_credential_manager
2017-03-28 11:30:52 -06:00
David Sparer
65a02795d6
fixed annoying exception when trying to ping empty hostname
2017-03-28 11:30:29 -06:00
David Sparer
c0c5579027
Merge branch 'develop' into improve_credential_manager
...
# Conflicts:
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Menu/ToolsMenu.cs
2017-03-23 17:25:16 -06:00
Sean Kaim
e824886e19
remove redundant argument values
...
and other minor resharper cleanup
2017-03-03 16:54:02 -05:00
David Sparer
469f48f473
Merge branch 'develop' into improve_credential_manager
2017-03-01 17:37:06 -07:00
Sean Kaim
0ca15a6c65
code clean up
2017-02-16 14:18:36 -05:00
David Sparer
e86fcc9636
fix
2017-02-11 17:35:59 -07:00
David Sparer
37bfce1905
moved external tools tool strip to a new class
2017-02-07 16:00:40 -07:00
David Sparer
529f1ca835
renamed frmMain to FrmMain (resharper)
2017-02-06 15:19:52 -07:00
David Sparer
5692baf1f3
set the message icon for debug msgs
2017-02-06 11:29:25 -07:00
David Sparer
f564efb4d6
more cleanup of the Windows class
2017-02-03 11:07:40 -07:00
David Sparer
dee9e3c326
removed references to Windows.UpdatePanel
2017-02-03 10:54:02 -07:00
David Sparer
4ff8d7d68e
removed references to Windows.ScreenshotPanel
2017-02-03 10:48:01 -07:00
David Sparer
789e467573
remove references to Windows.TreePanel
2017-02-03 10:43:42 -07:00
David Sparer
745b85a3ac
removed references to Windows.ErrorsPanel
2017-02-03 10:39:23 -07:00
David Sparer
4f84c2cb01
removed all references to Window.ConfigPanel - we dont need it
2017-02-03 10:34:07 -07:00
David Sparer
cab2ee4fa4
cleaned up the error and info window class
2017-02-02 12:43:47 -07:00
David Sparer
803d689bd3
renamed some imessage properties
2017-02-02 11:16:01 -07:00
David Sparer
fcd070066c
Merge branch 'v1_76_temporary_branch' into Create_basic_infrastructure_for_supporting_credential_manager
...
# Conflicts:
# mRemoteV1/Config/Settings/SettingsSaver.cs
# mRemoteV1/Properties/Settings.Designer.cs
# mRemoteV1/Properties/Settings.settings
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/app.config
2017-01-28 11:57:12 -07:00
Sean Kaim
5d79ad527e
Merge remote-tracking branch 'refs/remotes/origin/develop' into v1_76_temporary_branch
2017-01-27 17:15:47 -05:00
David Sparer
3e40b08525
Merge pull request #348 from countchappy/develop
...
RDP Minutes to Idle Timeout - users cant enter invalid timeout values
2017-01-27 14:58:05 -07:00
David Sparer
47ae8b903e
hide credentialrecord in property grid if its inherited or if we're viewing the rootnode
2017-01-26 14:38:27 -07:00
David Sparer
6a871e73e0
modified the interface for the IConfirmer to be generic
2017-01-26 09:38:55 -07:00
David Sparer
1931695b03
Merge branch 'develop' into Create_basic_infrastructure_for_supporting_credential_manager
2017-01-26 08:19:10 -07:00
David Sparer
e1c06af3b2
began switching code over to using the newer connectioninfo interface
...
created a credential manager class to help manage the list of current credentials
2017-01-26 08:17:11 -07:00
David Sparer
6790287470
renamed AbstractConnectionInfoData to AbstractLegacyConnectionRecord and marked it as obsolete
2017-01-25 14:43:42 -07:00
Sean Kaim
42774a6227
code cleanup
2017-01-24 21:07:25 -05:00
Sean Kaim
7f65bfeebb
remove unecessary converts
2017-01-24 21:05:33 -05:00
Sean Kaim
48d53cecce
Rename Tab dialog - populate original name
...
Fixes #258
2017-01-24 17:36:41 -05: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
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
countchappy
80c6ce81e1
RDP Minutes to Idle Timeout - Update 4
...
Added an option to alert if disconnected due to inactivity.
2017-01-16 15:14:27 -05: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
b3e6fd7b96
created test for another tree handler
2017-01-12 15:09:24 -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
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
ad32f4a0a3
Merge branch 'develop' into 299_better_testing_of_connection_tree
2017-01-11 15:00:44 -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
Sean Kaim
e92a76f95b
"return ;" annoyed me...
...
And I did a find and replace in the solution instead of the one file I
was working on... So I'm going with it...
2017-01-11 16:56:14 -05:00
countchappy
7e4b0635b2
RDP Minutes To Idle Timeout
...
Allows users to configure a number of minutes until the session will
automatically disconnect if left idle.
2017-01-11 15:23:43 -05:00
Sean Kaim
6f29183b45
code clean up and logging / exception handling
2017-01-09 11:32:04 -05:00
David Sparer
256f6d8fdd
extracted and renamed some methods
2017-01-06 10:15:33 -07:00