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
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
David Sparer
834e7c1abb
Merge branch '1.75.7012' into develop
2017-11-24 08:33:12 -06:00
David Sparer
3ffcc5d5ba
fixed bug where our custom drag sink was being overwritten
...
closes #814
2017-11-21 12:40:22 -06:00
David Sparer
3fb72dfc24
implemented search filtering feature
2017-11-19 09:13:44 -06:00
David Sparer
167a50816f
Domain is now available on connections with protocol Int App
...
Closes #485
2017-11-15 11:27:56 -06:00
David Sparer
a753b868e6
Updated urls for the forum to point to reddit
...
Closes #608
2017-11-15 11:19:26 -06:00
David Sparer
0958c9da44
minor refactoring. removed need for compiler conditionals
2017-11-15 10:52:50 -06:00
David Sparer
f9e8496d3f
moved event handler for saving connections on edit
2017-11-12 16:14:34 -06:00
David Sparer
f583b741d4
implemented save connections on edit
2017-11-12 15:14:50 -06:00
David Sparer
8b990ac273
improved external tools window
...
- can edit items in listview
- improved data binding between model and ui
- delete and launch buttons disabled if no item selected
- item selection updates when deleting/adding item
2017-11-11 20:37:37 -06:00
David Sparer
4fe5df51fa
Merge branch 'pr706_target' into develop
...
# Conflicts:
# mRemoteV1/Config/Settings/SettingsSaver.cs
# mRemoteV1/Tools/ExternalTool.cs
# mRemoteV1/UI/Window/ExternalToolsWindow.Designer.cs
# mRemoteV1/UI/Window/ExternalToolsWindow.cs
# mRemoteV1/UI/Window/ExternalToolsWindow.resx
2017-11-11 13:36:19 -06:00
David Sparer
d7d6aa78f5
Merge pull request #706 from pedro2555/custom-workdir-external-tool
...
[RFC] Added support for custom working directory in External Tool
2017-11-11 12:07:26 -06:00
David Sparer
e2bd1b8ba3
Merge pull request #775 from brucetp/MR-152_Add_to_External_Tools_Toolbar_option
...
MR 152 add to external tools toolbar option
2017-11-11 11:31:34 -06:00
David Sparer
a667502836
connection tree context menu now gets set. Why was this line missing? bad merge?
2017-11-09 15:37:23 -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
Bruce Peterson
48a9968d20
Update the External Tools Toolbar based upon the collection
2017-11-05 22:01:49 -05:00
Bruce Peterson
d23355b147
Bug Fix on External Tools column header
2017-11-05 20:34:14 -05:00
Bruce Peterson
83ec5658c4
Added Show on Toolbar to External Tools Dialog
2017-11-05 19:53:06 -05:00
David Sparer
aed509155b
inheritance button should be disabled when parent is root connection node
2017-11-05 09:04:10 -06:00
David Sparer
0120762dbe
putty sessions should not have the inheritance button
2017-11-05 08:41:13 -06:00
David Sparer
88d735ed56
resolved bug that would sometimes disable connection tree hot keys
...
bug was introduced in #652 . I made sure that the original issue is still resolved
2017-11-04 22:04:08 -05:00
David Sparer
32a1dd64ab
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# CREDITS.TXT
# README.MD
# Tools/postbuild_installer.ps1
# Tools/set_LargeAddressAware.ps1
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteNGTests/packages.config
# mRemoteV1/App/Logger.cs
# mRemoteV1/App/Runtime.cs
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/DefaultConnectionInfo.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Connection/Protocol/PuttyBase.cs
# mRemoteV1/Messages/MessageCollector.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/PuTTYNG.exe
# mRemoteV1/Tools/ConnectionsTreeToMenuItemsConverter.cs
# mRemoteV1/Tools/ExternalToolArgumentParser.cs
# mRemoteV1/Tools/IeBrowserEmulation.cs
# mRemoteV1/Tools/NotificationAreaIcon.cs
# mRemoteV1/Tools/PortScanner.cs
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Controls/ConnectionTree/NameColumn.cs
# mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/AboutWindow.cs
# mRemoteV1/UI/Window/PortScanWindow.cs
2017-11-03 11:15:20 -05:00
David Sparer
2406a7be49
fixes #600
2017-10-28 15:12:30 -05:00
David Sparer
2df9441c20
reverted credential manager functionality as best I could
2017-10-16 14:39:41 -05:00
Pedro Rodrigues
4a69ff6428
Added option to run external tool with elevated privileges
2017-09-10 19:33:35 +01:00
Pedro Rodrigues
75cf17e2ce
Added browse button for ExternalTool working directory
...
Fixed minor bug on browse button for external tool filename, which was not saving upon selecting a new file, but rather relying on any other thing triggering the update on the actual ExternalTool instance.
2017-09-10 00:26:37 +01:00
Pedro Rodrigues
61adf1f784
Wired up the form
2017-09-10 00:05:18 +01:00
Pedro Rodrigues
1d0311a194
Added controls for Working Directory option on ExternalToolsWindow
2017-09-10 00:00:08 +01:00
Pedro Rodrigues
bda9974eb8
A bit of house cleaning before adding new controls to ExternalToolsWindow
2017-09-09 23:39:10 +01:00
CamAlvar
2b942f03b2
fix theme ui
...
- Fixed bug in ngcombobox that wasnt rendering DisplayMember elements text in theme mode
- Change in ngbutton icon placement for long text button names
- Verify SSH and notifications file transfer for theme, its ok
- Changed ConnectionTree to elipse text based on the width of the panel
2017-09-07 08:10:49 -05:00
Sean Kaim
11adbed079
code clean up
2017-09-05 12:50:32 -04:00
Sean Kaim
07eb45ad76
fix some of my merge fix boo boos
2017-09-05 11:45:58 -04:00
Sean Kaim
726e908b5a
Merge branch 'develop' into develop
2017-09-05 08:40:25 -07:00
Sean Kaim
6d2be2e0a1
revert the few things that jenkins doesn't like
2017-08-21 17:48:36 -04:00
Sean Kaim
a8a9423ab0
ok... code clean up again...
2017-08-21 17:39:33 -04:00
Sean Kaim
78a82be4a0
Revert "code clean up"
...
This reverts commit 1acdb27996 .
2017-08-21 16:54:01 -04:00
Sean Kaim
1acdb27996
code clean up
2017-08-21 16:48:20 -04:00
CamAlvar
6f25a72fb7
Added defaulting disable theming, wiring the theme manager with the option page
2017-08-02 22:08:55 -05:00
Sean Kaim
5d9a02657f
Fixes #658
...
Also fix a comment.
2017-07-28 15:25:56 -04:00
CamAlvar
dc7970ac80
99% #themed
2017-07-27 08:42:52 -05:00
CamAlvar
d08d4fa488
Almost all dialogs,forms and panels themed
2017-07-25 09:06:50 -05:00
CamAlvar
d0df08de2c
Added more controls, replaced normal elements with NG versions
2017-07-24 09:25:02 -05:00
Sean Kaim
d520c6a816
Exception after clicking on import port scan
...
Fixes #646
2017-07-18 14:31:21 -04:00