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
David Sparer
d49bf04b15
fixes #1062
2018-08-03 08:13:39 -05:00
Sean Kaim
6a9fb25a18
fixes #868
...
DialogResult is not currently checked, so it's a minimal/non-impact bug currently. But it's fixed now in case it's used in the future...
2018-07-29 21:30:11 -04: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
Sean Kaim
e9f0157b2b
code clean up
2018-07-28 22:15:11 -04:00
Sean Kaim
f79da476fd
options pages code clean up
2018-07-28 21:59:24 -04:00
Sean Kaim
7c8c7d482a
frmChoosePanel was not properly themed
2018-07-27 16:58:25 -04:00
Sean Kaim
0d2d935f17
set default theme when themes disabled
...
Fixes #1039
Also some code clean up
2018-07-27 16:04:42 -04:00
Sean Kaim
61b325ccb9
code clean up
2018-07-27 14:26:01 -04:00
Sean Kaim
e57de9a4de
localized strings
2018-07-27 14:24:42 -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
9659ac1611
added a dialog to prompt for action when decrypting a connection file fails
2018-07-23 11:51:58 -05:00
David Sparer
035e89801a
reduce FrmMain minimum size to prevent issues with other system features. resolves #1024
2018-07-17 08:07:10 -05:00
David Sparer
7db4eec45c
fixed bug where the export screen was using new credential manager code that shouldn't be active yet
2018-06-03 10:45:29 -05:00
David Sparer
cd822b545a
random stuff the ui designer regenerated
2018-06-03 10:45:06 -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
Faryan Rezagholi
f597e14b3d
fix group box was not translatable
2018-04-14 11:56:01 +02:00
Faryan Rezagholi
aff4ba9115
fix: set labels dock mode to fill (wasnt displaying longer translated texts)
2018-04-14 11:56:01 +02:00
Faryan Rezagholi
554e0805e3
fix: title of options page was not translatable
2018-04-14 11:56:01 +02:00
Vladimir Semenov
ddc19587fa
Edited and added a translation of the Russian language in the forms
...
- File/import
- File/Import from AD
- File/Export to File
- View/Lock Toolbar position
- View/Mylti SSH toolbar
- Tools/Options/Additionally
Related to question #940 .
2018-04-10 13:41:34 +03:00
Vladimir Semenov
3b9de847e7
Small visual correction of the forms
...
- for the main form set the minimum resolution 1140; 603.
- for the form of port scans, done visual editing of components.
2018-04-06 20:59:15 +03: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
f00dad3c96
moved several methods from Runtime to the connections service
2018-03-03 17:20:04 -06:00