David Sparer
|
4dea0d03ed
|
Merge branch 'develop' into remove_statics
# Conflicts:
# mRemoteNGTests/IntegrationTests/XmlSerializationLifeCycleTests.cs
# mRemoteV1/App/Windows.cs
# mRemoteV1/Config/Settings/SettingsLoader.cs
# mRemoteV1/Messages/WriterDecorators/MessageFocusDecorator.cs
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
# mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs
# mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.cs
# mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs
# mRemoteV1/UI/Forms/frmChoosePanel.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/ConfigWindow.cs
# mRemoteV1/UI/Window/ConnectionTreeWindow.cs
# mRemoteV1/UI/Window/ErrorAndInfoWindow.cs
|
2018-08-24 18:14:54 -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 |
|
David Sparer
|
8c350429b7
|
massive refactor of the rest of the frmmain statics
|
2018-05-22 21:31:22 -05:00 |
|
David Sparer
|
66b307bff9
|
rdp protocol now no longer uses static frmmain ref
|
2018-05-20 20:06:22 -05:00 |
|
David Sparer
|
ba11746e6f
|
removed ExternalToolsService var from Runtime
|
2018-03-03 12:47:37 -06:00 |
|
David Sparer
|
107067cead
|
removed unnecessary var in Runtime
|
2018-03-03 10:47:47 -06:00 |
|
David Sparer
|
8dc3303e0f
|
first wave of changes
|
2018-03-02 06:38:55 -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
|
2633b4c876
|
extracted all external tools related code from Runtime to a new class
|
2017-05-10 17:42:40 -06:00 |
|
David Sparer
|
eae4f569c2
|
removed some references to Runtime class
|
2017-05-10 11:13:06 -06:00 |
|
David Sparer
|
97104d820e
|
some more cleanup
|
2017-05-07 18:32:18 -06:00 |
|
David Sparer
|
f334f804b6
|
more minor cleanup
|
2017-05-07 18:26:24 -06:00 |
|
David Sparer
|
38bcafbfe5
|
cleaned up RdpProtocol
|
2017-05-07 17:22:59 -06:00 |
|
Sean Kaim
|
d5d4fdefc8
|
VncSharp Updates
* New VncSharp.dll built with a .NET 4 runtime target
* Minor code cleanup
* Avoid exceptions on VNC close/disconnect
|
2017-04-12 12:43:48 -04:00 |
|
David Sparer
|
529f1ca835
|
renamed frmMain to FrmMain (resharper)
|
2017-02-06 15:19:52 -07:00 |
|
David Sparer
|
aff5b46c5e
|
there were only 2 messages using the Report type. Move those to use the Information type and renamed Report to Debug
|
2017-02-02 13:51:16 -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
|
12da35f875
|
made the rest of the connectioninitiator functions non-static
|
2017-01-12 13:57:15 -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 |
|
Sean Kaim
|
ea657824c2
|
Streamlined non-integrated IntApp connections
This seems to fix #325
|
2017-01-11 17:49:37 -05:00 |
|
Sean Kaim
|
46dd58d26e
|
External Tool/Connection - code clean up & logging
Relates to #325
|
2017-01-05 11:05:59 -05:00 |
|
Sean Kaim
|
5a830c17db
|
ReShaper Cleanup
|
2016-11-11 17:24:02 -05:00 |
|
David Sparer
|
b73547ced9
|
Connecting to an entire folder working again
|
2016-09-27 14:44:35 -06:00 |
|
David Sparer
|
023570298b
|
Removed unnecessary code
|
2016-09-14 07:41:38 -06:00 |
|
David Sparer
|
cf7e4d1f52
|
Moved GetExtAppByName() back to Runtime. Will make more sense for later refactoring
|
2016-09-12 10:20:35 -06:00 |
|
David Sparer
|
a09ce702c1
|
Removed unnecessary code
|
2016-09-12 10:17:14 -06:00 |
|
David Sparer
|
4c6f5dd72d
|
Renamed some variables to adhere to style guidelines
|
2016-09-12 10:12:00 -06:00 |
|
David Sparer
|
dabed1568c
|
Removed another OpenConnection overload that didnt take a connectioninfo object
|
2016-09-12 10:09:15 -06:00 |
|
David Sparer
|
79dee21f9b
|
Removed empty arg overload for OpenConnection(). We always require a connectioninfo object
|
2016-09-12 10:07:05 -06:00 |
|
David Sparer
|
3ad8a14786
|
Initial refactor of connection initiation (which is heavily tied into how the connection tree was previously being managed)
|
2016-09-12 09:52:12 -06:00 |
|