David Sparer
|
408c40f699
|
fixed a few toolbar location loading edge cases
related to #1068
|
2018-08-11 10:02:07 -05:00 |
|
Sean Kaim
|
96946f3a1e
|
porting fix for #971 to 1.76 branch
|
2018-07-27 14:15:23 -04:00 |
|
David Sparer
|
ec38ee9abc
|
remove dead code
|
2018-02-01 20:54:24 -06:00 |
|
David Sparer
|
2e82551b7c
|
fix toolbar location loading bug
|
2018-02-01 20:34:22 -06:00 |
|
David Sparer
|
afb0131a28
|
save and load multi ssh toolbar position. resolves #846
|
2018-01-28 21:15:12 -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
|
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
|
cdde4b0cc9
|
Merge branch 'develop' into fix-portable-settings-cleaned
|
2017-11-09 08:40:03 -06:00 |
|
Bruce Peterson
|
83ec5658c4
|
Added Show on Toolbar to External Tools Dialog
|
2017-11-05 19:53:06 -05:00 |
|
Pedro Rodrigues
|
4a69ff6428
|
Added option to run external tool with elevated privileges
|
2017-09-10 19:33:35 +01:00 |
|
Pedro Rodrigues
|
af3f66a5fa
|
Wired up saver and loader
|
2017-09-10 00:11:26 +01:00 |
|
Pedro Rodrigues
|
da45abaafb
|
Applied PortableSettingsProvider.patch cleaned
|
2017-09-09 16:03:06 +01:00 |
|
Sean Kaim
|
11adbed079
|
code clean up
|
2017-09-05 12:50:32 -04:00 |
|
CamAlvar
|
6f25a72fb7
|
Added defaulting disable theming, wiring the theme manager with the option page
|
2017-08-02 22:08:55 -05:00 |
|
CamAlvar
|
509acd1192
|
Fix property loaded
Removed unnecesary call for load proprerties, added a theme for reference implementation
|
2017-06-20 07:57:57 -05:00 |
|
David Sparer
|
2633b4c876
|
extracted all external tools related code from Runtime to a new class
|
2017-05-10 17:42:40 -06:00 |
|
David Sparer
|
d2b6429c8b
|
changed setting saver method signature to require frmmain rather than using static singleton variable
|
2017-05-07 16:08:50 -06:00 |
|
David Sparer
|
450c9bb755
|
refactored dock panel saver to split serialization to a separate class
|
2017-05-07 16:07:28 -06:00 |
|
David Sparer
|
a45cd01e26
|
renamed the dock panel load/save classes to be more indicative of their purpose
|
2017-05-07 15:31:12 -06:00 |
|
David Sparer
|
28f7a7315e
|
refactored layout saver code to a new class
|
2017-05-07 15:21:47 -06:00 |
|
David Sparer
|
d9e7e359f9
|
refactored external tools saver code to a new class
|
2017-05-07 15:15:25 -06:00 |
|
David Sparer
|
bee41e0e75
|
few minor refactorings in frmMain
|
2017-05-07 15:00:12 -06:00 |
|
David Sparer
|
3bbd088733
|
some rename/cleanup
|
2017-02-08 09:11:15 -07:00 |
|
David Sparer
|
37bfce1905
|
moved external tools tool strip to a new class
|
2017-02-07 16:00:40 -07:00 |
|
David Sparer
|
5993b30ccf
|
moved the quick connect toolstrip to its own class
|
2017-02-07 15:17:19 -07:00 |
|
David Sparer
|
bfadfaf261
|
moved main and view menus to new classes. they will be further split up to their component parts
|
2017-02-07 10:14:06 -07:00 |
|
David Sparer
|
529f1ca835
|
renamed frmMain to FrmMain (resharper)
|
2017-02-06 15:19:52 -07:00 |
|
David Sparer
|
87b98e7949
|
resolved bug with settings file upgrade overwriting new data
|
2017-02-06 13:42:11 -07:00 |
|
David Sparer
|
1228f0572d
|
replaced calls to the log4net logger with calls to messagecollector since it is now safe to do so
|
2017-02-03 14:23:55 -07:00 |
|
David Sparer
|
3369374e43
|
renamed MessageCollector2 to MessageCollector
|
2017-02-03 11:41:10 -07:00 |
|
David Sparer
|
be8c392562
|
rearranged app startup to ensure the message collector is created as early in the process as possible
|
2017-02-03 11:37:25 -07:00 |
|
David Sparer
|
dee9e3c326
|
removed references to Windows.UpdatePanel
|
2017-02-03 10:54:02 -07:00 |
|
David Sparer
|
4ff8d7d68e
|
removed references to Windows.ScreenshotPanel
|
2017-02-03 10:48:01 -07:00 |
|
David Sparer
|
789e467573
|
remove references to Windows.TreePanel
|
2017-02-03 10:43:42 -07:00 |
|
David Sparer
|
745b85a3ac
|
removed references to Windows.ErrorsPanel
|
2017-02-03 10:39:23 -07:00 |
|
David Sparer
|
4f84c2cb01
|
removed all references to Window.ConfigPanel - we dont need it
|
2017-02-03 10:34:07 -07:00 |
|
David Sparer
|
fcd070066c
|
Merge branch 'v1_76_temporary_branch' into Create_basic_infrastructure_for_supporting_credential_manager
# Conflicts:
# mRemoteV1/Config/Settings/SettingsSaver.cs
# mRemoteV1/Properties/Settings.Designer.cs
# mRemoteV1/Properties/Settings.settings
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/app.config
|
2017-01-28 11:57:12 -07:00 |
|
David Sparer
|
bc225f9656
|
saving and loading default credential now works
|
2017-01-26 16:11:56 -07:00 |
|
Sean Kaim
|
1cc7bfcb2d
|
Merge remote-tracking branch 'refs/remotes/origin/develop' into cleanup_converts
|
2017-01-25 17:50:42 -05:00 |
|
Sean Kaim
|
2445c74638
|
code clean up and minor refactoring
|
2017-01-25 17:50:10 -05:00 |
|
Sean Kaim
|
aaef3dc19c
|
remove unecessary convert
|
2017-01-24 20:45:58 -05:00 |
|
Sean Kaim
|
bb8009363d
|
remove unnecessary converts
|
2017-01-24 20:45:17 -05:00 |
|
Sean Kaim
|
5fd403cf08
|
remove unecessary convert
|
2017-01-24 20:42:26 -05:00 |
|
Sean Kaim
|
e00ba62606
|
Refactored Tools.Controls.cs
Fixes #363
|
2017-01-24 17:52:15 -05:00 |
|
Sean Kaim
|
94a6e9a886
|
code clean up around startup / frmMain
Slightly related to #298
|
2016-12-22 10:01:20 -05:00 |
|
Sean Kaim
|
b08112aec0
|
Load Ext Tools - add logging
Relates to #291 & #236
|
2016-12-02 12:20:02 -05:00 |
|
Sean Kaim
|
9d2bbda2b9
|
ExtTools code clean up
Relates to #291 & #236
|
2016-12-02 12:11:46 -05:00 |
|
Sean Kaim
|
2e7fd3fb60
|
code clean up
|
2016-11-22 16:54:06 -05:00 |
|
Sean Kaim
|
5a830c17db
|
ReShaper Cleanup
|
2016-11-11 17:24:02 -05:00 |
|
Sean Kaim
|
93c128438c
|
Merge changes from devlop into 137_Update_Check
Fixed conflicts in mRemoteV1/UI/Forms/frmOptions.cs
|
2016-10-12 15:48:17 -04:00 |
|