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
8aeea4d212
added option for enabling utf8 encoding of the rdp "load balance info" property
2017-12-18 14:13:21 -06:00
David Sparer
61f6463e59
rearranged a few items on the sql server page
2017-12-12 09:47:27 -06:00
David Sparer
24ade35df8
Merge branch 'develop' into develop
2017-12-12 09:30:42 -06:00
David Sparer
54bd6d5336
added option to lock the toolbar controls
...
resolves #838
2017-12-12 09:22:33 -06:00
Camilo Alvarez
7bc26787db
Reorganize menus, fix empty values in design mode
2017-12-12 08:47:35 -03:00
Dekel Asaf
94f66da84e
Added SQL Read Only option
...
Avoid saving when SQL Read Only check box is checked
2017-12-10 21:59:57 +02:00
David Sparer
283354d4d9
fixed bug where closing the options window would always prompt for a connections file to load
2017-11-19 15:00:55 -06:00
David Sparer
e7f0091b48
made a ui buttons text translatable
2017-11-19 14:48:54 -06:00
David Sparer
3fb72dfc24
implemented search filtering feature
2017-11-19 09:13:44 -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
David Sparer
f583b741d4
implemented save connections on edit
2017-11-12 15:14:50 -06:00
David Sparer
42e59ee564
moved RemoteConnectionsSyncronizer references from Runtime to ConnectionsService
2017-11-12 14:30:23 -06:00
David Sparer
e2c82086be
more refactoring. most connection saving/loading calls now go through the connection service class
2017-11-12 14:23:00 -06:00
David Sparer
4acc73ac19
did some refactoring to consolidate connection loading into a single service
2017-11-12 11:32:19 -06:00
David Sparer
96c27efa68
added setting for saving connections file on edit
2017-11-12 09:37:11 -06:00
David Sparer
abbdbdbc18
fixed bug where window text wasnt updated when choosing to create new connection from dialog popup
2017-11-11 21:44:36 -06:00
David Sparer
eeec81bf3b
added way to test sql db connection in options page
2017-11-11 10:31:16 -06:00
Faryan Rezagholi
de83a273a9
Further optimazations on settings
...
Small layout fixes to frmOptions and option pages:
-Unified button heights
-fixed tab order on some option pages elements
-Resized "Launch PuTTY"-button under Options>Advanced to display PuTTY Icon in full size
-Resized main panel in frmOption to fit size of option panes
-Reduced size of bottom panel in frmOptions to waste less space
-Fixed distance to form border of"OK" and "Cancel" buttons in frmOptions
-Unified all border styles of panels in frmOptions to none. (This makes the design look a little bit more flat and cleaner, also removes the strange edge in the title bar where the two panels meet)
-set width of deviders on frmOptions to 1px (also looks a lot cleaner)
2017-11-10 18:52:04 +01:00
Faryan Rezagholi
254d545e58
Rearranged settings elements
...
Rearranged some elements from the settings to prevent that translated strings overlap with these elements. Issue #784
2017-11-09 18:19:13 +01: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
ef5b09b6fa
fix issue where /resetpanels did nothing
2017-11-07 16:35:25 -06:00
David Sparer
81f06026d0
no longer try to load credential repo list
2017-10-17 13:54:39 -05:00
David Sparer
2df9441c20
reverted credential manager functionality as best I could
2017-10-16 14:39:41 -05:00
Sean Kaim
670cb51352
unnecessary convert.tostring's
2017-09-18 10:02:07 -04:00
David Sparer
3cb52ba3f1
rearranged program init to ensure ConDefaultPassword is decrypted before assignment to DefaultConnectionInfo object
2017-09-17 11:10:32 -05:00
Sean Kaim
11adbed079
code clean up
2017-09-05 12:50:32 -04:00
Sean Kaim
726e908b5a
Merge branch 'develop' into develop
2017-09-05 08:40:25 -07:00
David Sparer
b4c535c76a
can now delete multiple credentials
2017-08-06 10:32:48 -05:00
CamAlvar
105baa0557
Improved no-theme handlig for missing /themes folder, target to unit test
2017-08-05 18:22:13 -05:00
David Sparer
6b78215b2e
Merge pull request #651 from mrwulf/Issue176
...
Only do ActivateConnection when one of our known controls wasn't clicked (Addresses Issue #176 )
2017-08-05 10:45:16 -05:00
CamAlvar
29a25b708c
added comments to code, language location to new user strings, checked diff for merge
2017-08-04 19:02:28 -05:00
CamAlvar
376f22ce08
Finish wiring the options window, creation and modifying of themes. Added script to output themes at compilation
2017-08-04 01:07:22 -05:00
CamAlvar
6f25a72fb7
Added defaulting disable theming, wiring the theme manager with the option page
2017-08-02 22:08:55 -05: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
Brandon Wulf
0807e7fec1
Send commands to quickconnect created connections too!
2017-07-24 17:41:39 -07:00
Brandon Wulf
a3d9b2b9cb
Pulled MultiSSH code into its own class
2017-07-24 16:45:38 -07:00
CamAlvar
d0df08de2c
Added more controls, replaced normal elements with NG versions
2017-07-24 09:25:02 -05:00
Brandon Wulf
67801506e0
Only do ActivateConnection when one of our known controls wasn't clicked.
2017-07-21 14:19:08 -07:00
CamAlvar
a3894323db
Added more custo controls, external tools window list redesigned, external tools window finished
2017-07-18 09:43:30 -05:00
Brandon Wulf
5f9f0769eb
Switched Multi SSH window to a Multi SSH toolbar
2017-07-17 15:00:59 -07:00
Brandon Wulf
49390574bf
Builds and basically works
2017-07-14 18:16:27 -07:00