David Sparer
7445e917d6
fixed an incomplete merge
2018-10-25 10:26:28 -05:00
David Sparer
7a54b98ea2
Merge branch 'develop' into remove_statics
...
# Conflicts:
# mRemoteV1/UI/Controls/MultiSshToolStrip.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Panels/PanelAdder.cs
# mRemoteV1/UI/Window/ConnectionTreeWindow.cs
2018-10-25 10:02:32 -05:00
David Sparer
1c12b52ada
extension to the fix for #1124
2018-10-07 18:32:17 -05:00
David Sparer
ec80a5aa70
fixed #1117
2018-09-30 13:19:35 -05:00
Sean Kaim
a5d22d287c
Fixed #1091
2018-08-28 14:59:07 -04:00
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
David Sparer
408c40f699
fixed a few toolbar location loading edge cases
...
related to #1068
2018-08-11 10:02:07 -05:00
Sean Kaim
e9f0157b2b
code clean up
2018-07-28 22:15:11 -04: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
1aca1b7ae8
Merge branch 'develop' into remove_statics
...
# Conflicts:
# mRemoteNGTests/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializerTests.cs
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteV1/App/Runtime.cs
# mRemoteV1/Config/Connections/XmlConnectionsLoader.cs
# mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs
# mRemoteV1/Connection/ConnectionsService.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Menu/MainFileMenu.cs
# mRemoteV1/UI/Window/ConfigWindow.cs
# mRemoteV1/UI/Window/ConnectionTreeWindow.cs
# mRemoteV1/UI/Window/PortScanWindow.cs
2018-07-23 15:06:15 -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
defe9e094c
made opening an empty panel on startup configurable in options
2018-05-31 06:26:43 -05:00
David Sparer
75c866f7c1
remove unnecessary frmmain singleton property
2018-05-24 17:49:03 -05:00
David Sparer
314c989dae
created IConnectionService interface and replaced usage with concrete type
2018-05-24 17:25:04 -05:00
David Sparer
8c350429b7
massive refactor of the rest of the frmmain statics
2018-05-22 21:31:22 -05:00
David Sparer
b21f2ffe65
removed some more default frmmain uses
2018-05-20 20:18:58 -05:00
David Sparer
66b307bff9
rdp protocol now no longer uses static frmmain ref
2018-05-20 20:06:22 -05:00
David Sparer
c43ef052c6
removed some frmmain static instance refs
2018-05-20 19:57:25 -05:00
David Sparer
991505b043
fixed bug where connection properties weren't being passed to external tools
2018-05-20 09:42:31 -05:00
David Sparer
729166fc30
Merge branch 'develop' into remove_statics
...
# Conflicts:
# mRemoteV1/UI/Forms/frmMain.Designer.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Menu/ViewMenu.cs
2018-05-20 09:29:55 -05:00
David Sparer
f2a52b03df
menu bar can be moved when "lock toolbar position" is turned off. closes #902
2018-05-19 12:57:29 -05:00
David Sparer
36038fff6d
fix minor code typo
2018-05-18 20:52:17 -05:00
David Sparer
c5958954b0
apply language later in app startup
2018-05-18 20:45:27 -05:00
David Sparer
d0d63016ca
Merge branch 'pr_948_target' into release/v1.76
...
# Conflicts:
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/UI/Forms/frmMain.Designer.cs
# mRemoteV1/UI/Menu/ViewMenu.cs
2018-05-18 20:04:23 -05:00
Faryan Rezagholi
c3ced7ed03
fix: translations of main file menu items were not loaded
2018-04-14 11:56:01 +02:00
David Sparer
3fbad29017
removed a reference to static FrmMain
2018-03-12 21:43:01 -05:00
David Sparer
7a4b232695
updated a few more classes to not rely on Runtime
2018-03-04 12:23:19 -06:00
David Sparer
ba94e10cfa
modified a few more classes to reduce reliance on Runtime
2018-03-04 12:04:32 -06:00
David Sparer
5093035f68
changed more classes to not rely on Runtime for the connections service
2018-03-04 11:52:58 -06:00
David Sparer
8159165968
modified some classes to request ConnectionsService as a ctor arg
2018-03-04 11:34:48 -06:00
David Sparer
5903481c87
made the Import class non static
2018-03-03 17:53:00 -06:00
David Sparer
e7afe5ea93
made some references to the connection service non static
2018-03-03 17:34:45 -06:00
David Sparer
c04bb44da3
fixed a composition bug and created a few tests
2018-03-03 13:25:42 -06:00
David Sparer
ba11746e6f
removed ExternalToolsService var from Runtime
2018-03-03 12:47:37 -06:00
David Sparer
ced33027b8
made Shutdown and SettingsSaver non-static
2018-03-03 12:05:38 -06:00
David Sparer
0febc13ec7
removed use of the credential catalog Runtime var
2018-03-03 11:02:36 -06:00
David Sparer
05e62ff76f
made Export class non static
2018-03-03 10:48:02 -06:00
David Sparer
107067cead
removed unnecessary var in Runtime
2018-03-03 10:47:47 -06:00
David Sparer
13f51629af
completed first round of fixes
2018-03-02 13:40:24 -06:00
David Sparer
8dc3303e0f
first wave of changes
2018-03-02 06:38:55 -06:00
David Sparer
4ab7f92b82
reapply the quick connect focus bug fix provided in #651
2018-02-04 18:13:18 -06:00
David Sparer
6e436f55c3
Merge pull request #840 from jotatsu/develop
...
Fix themes on installer version, initial menu position fix
2018-02-01 20:32:59 -06:00
David Sparer
afb0131a28
save and load multi ssh toolbar position. resolves #846
2018-01-28 21:15:12 -06:00
David Sparer
92588282a6
always set file menu position to the top left
2018-01-28 21:14:42 -06:00
David Sparer
7b7e0e0522
Merge branch 'develop' into develop
2018-01-02 08:22:00 -06:00
Camilo Alvarez
991d1d82b8
Misc fixes
...
- Clear redundant settings form app.config
- Deleted DesignModeTest as ThemeManager can now be used in design time without adjustements, removed usage from all custo elements
- Instance _themeManager in NGNumericUpDown at object creation to avoid null reference errors
- Errorsform instancing is now defaulted to DockBottomAutoHide in frmMain
-Fix missing panel at startup by adding a blank panel, temporary solution as magic library is beign phased out
2017-12-26 12:15:11 -05:00
David Sparer
54bd6d5336
added option to lock the toolbar controls
...
resolves #838
2017-12-12 09:22:33 -06:00
David Sparer
bdee98feb0
Merge pull request #799 from mRemoteNG/340_save_connections_on_edit
...
Implemented option for saving connections on edit
2017-11-15 10:13:25 -06:00
David Sparer
c4fdf075b3
Merge branch '644_target' into develop
...
# Conflicts:
# mRemoteV1/App/Windows.cs
# mRemoteV1/UI/Forms/frmMain.Designer.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Forms/frmMain.resx
# mRemoteV1/mRemoteV1.csproj
2017-11-15 10:06:15 -06:00
David Sparer
7ac3a264da
Merge branch '644_target' into Multi-SSH
2017-11-15 07:50:39 -06:00