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
00e45b60ad
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.resx
2018-10-08 15:23:25 -05:00
David Sparer
b2e7ebf43d
fixed #1124
2018-10-07 16:28:09 -05:00
David Sparer
e0405b15df
fixes #1110
2018-09-30 11:02:01 -05:00
David Sparer
44ed836b7c
fixed #1115
2018-09-29 12:14:44 -05:00
Cristian Abelleira
36a94e1399
Merge branch 'develop' into develop
2018-09-24 11:39:32 +02:00
David Sparer
d9e65719d3
Merge branch 'release/v1.76' into develop
...
# Conflicts:
# CHANGELOG.TXT
2018-09-22 17:40:42 -05:00
Sean Kaim
a5d22d287c
Fixed #1091
2018-08-28 14:59:07 -04:00
David Sparer
4428089146
Merge branch 'Advanced_closing_tabs' of https://github.com/areytsman/mRemoteNG into areytsman-Advanced_closing_tabs
...
# Conflicts:
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/Resources/Language/Language.ru.resx
2018-08-25 09:24:58 -05: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
0c79a9acde
fixes #1088
2018-08-24 14:43:08 -05:00
David Sparer
507cdf75a5
fixes #1087
2018-08-24 13:23:02 -05:00
Sean Kaim
18d7344690
fixes #762
...
Increased button size by about 150%
2018-07-29 21:16:19 -04:00
Sean Kaim
f7521c81d5
Fixes #1052
...
and some code clean up
2018-07-29 19:03:21 -04:00
Sean Kaim
36dd3e496d
minor code clean up
2018-07-28 13:02:14 -04:00
David Sparer
56cbf0ff3f
fixes #1050
2018-07-28 07:52:57 -05:00
David Sparer
a5afa90790
fixes #1045
2018-07-26 13:39:12 -05:00
David Sparer
694b61a67b
added a property to expose the list of object properties being shown by the property grid
...
this will help a lot with testing the property grid/config window
2018-07-26 09:12:47 -05:00
David Sparer
9dcf71dc31
new connection tree nodes will survive filtering until they exit edit mode
...
resolves #1038
2018-07-25 08:05:48 -05:00
David Sparer
e05eb0807e
fixed a few missed merge items
2018-07-23 15:19:29 -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
82847f07b2
Merge branch 'release/v1.76' into develop
2018-07-23 13:22:39 -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
2f476d9e61
fix a null ref exception when importing from port scan without selecting a tree node. resolves #1030
2018-07-20 14:52:12 -05:00
Sean Kaim
fa787ed082
minor code clean up
2018-07-02 14:34:22 -04:00
David Sparer
284755f298
fix tab ordering on port scan page
2018-06-23 09:03:25 -05:00
David Sparer
7c72bfdf6b
connection tree now removes filtering when 'use filtering' option turned off. resolves #1002
2018-06-21 15:33:43 -05:00
David Sparer
abd40cec1b
removed duplicate disable/enable shortcut calls that was causing an issue. resolves #1001
2018-06-21 08:34:26 -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
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
Cristian Abelleira Olañeta
aa5f7ef2a8
Implemented clipboard sharing setting for RDP protocol
2018-04-15 10:41:39 +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
5f1232727e
Edit and add a translation on the external tools form.
...
Added and corrected Russian and English translations in the external tools tab.
Adjusted the placement of components on the external tools form so that the text does not overlap during translation.
Related to question #940 .
2018-04-10 09:58:59 +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
Aleksei Reytsman
2c62218fd6
Add context menu items to close other and other to the right tabs
2018-03-28 18:21:47 +03:00
David Sparer
ba94e10cfa
modified a few more classes to reduce reliance on Runtime
2018-03-04 12:04:32 -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
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
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
9b438576f2
deserializing enums now ignores case. resolves #899
2018-02-27 09:48:09 -06:00
David Sparer
946679f490
dont attempt to close a tab if it is disposed
2018-02-24 15:09:09 -06:00
David Sparer
63ddf06057
Made port scan timeout configurable
...
resolves #648
2018-02-13 14:29:26 -06:00
David Sparer
6a46df780c
did some refactoring
...
made IConnectionImporter generic to cut down on code
2018-02-04 16:00:50 -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