David Sparer
|
53c534aa93
|
use a single instance of IConnectionInitiator everywhere
|
2019-08-25 10:42:13 -05:00 |
|
Sean Kaim
|
e143c6b5b4
|
resharper code reformat (to allow standard code style going forward)
|
2019-02-15 16:47:56 -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
|
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 |
|
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
|
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
|
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
|
bb8009363d
|
remove unnecessary converts
|
2017-01-24 20:45:17 -05:00 |
|
Sean Kaim
|
e00ba62606
|
Refactored Tools.Controls.cs
Fixes #363
|
2017-01-24 17:52:15 -05:00 |
|
Sean Kaim
|
2e7fd3fb60
|
code clean up
|
2016-11-22 16:54:06 -05:00 |
|
David Sparer
|
f64c0ae266
|
Code cleanup
|
2016-10-12 10:00:31 -06:00 |
|
David Sparer
|
9d67f58490
|
Replaced all calls to GeneralAppInfo.EncryptionKey to Runtime.EncryptionKey
|
2016-10-12 08:16:05 -06:00 |
|
Sean Kaim
|
ae13b5f920
|
code clean up/remove unused files
|
2016-09-09 10:24:02 -04:00 |
|
David Sparer
|
69a8f50b58
|
Moved LegacyRijndaelCryptographyProvider to the mRemoteNG.Security.SymmetricEncryption namespace
|
2016-07-13 10:32:36 -06:00 |
|
David Sparer
|
757b195d5c
|
Made the LegacyRijndaelCryptographyProvider class non-static
|
2016-07-13 08:41:18 -06:00 |
|
David Sparer
|
c6a39a9220
|
Rename "Crypt" class to "LegacyRijndaelCryptographyProvider"
|
2016-07-13 08:22:06 -06:00 |
|
Sean Kaim
|
daff0de0bd
|
very minor code clean up
|
2016-05-25 10:55:36 -04:00 |
|
David Sparer
|
11a79c2f1f
|
Removed Runtime.Log and replaced all references to Logger.Instance. This still breaks the law of demeter - we should fully wrap the log4net object in our own class at some point.
|
2016-05-22 10:34:24 -06:00 |
|
Sparer, David
|
eeeb13d094
|
Changed the singleton instance implementation in SupportedCultures to be safer. This resolves one of the reasons the UI unit tests are failing.
|
2016-05-20 12:42:34 -06:00 |
|
Sparer, David
|
4eac00c0d9
|
Resolved a mis-merged file
|
2016-05-09 10:58:49 -06:00 |
|
hiriumi
|
61e44af487
|
Merge remote-tracking branch 'refs/remotes/origin/csharp_conv' into settings_refactor
# Conflicts:
# mRemoteV1/Config/Settings/SettingsLoader.cs
|
2016-05-08 22:27:54 -07:00 |
|
hiriumi
|
ac1a5e257e
|
refactored settings related code. The UI still looks buggy. Will continue later.
|
2016-05-08 21:35:38 -07:00 |
|
David Sparer
|
34f0b54284
|
Quick update+fix to SettingsLoader and forgot to update teh csproj
|
2016-05-08 12:09:22 -06:00 |
|
David Sparer
|
49d8aa7352
|
Extracted some responsibilities of the SettingsLoader to dedicated classes
Also cleaned some minor code noise in SettingsLoader
|
2016-05-08 12:03:36 -06:00 |
|
David Sparer
|
983ce80703
|
massive cleanup of code noise and renamed a few classes for clarity
|
2016-05-06 18:09:32 -06:00 |
|
hiriumi
|
5a4d53908d
|
A lof refactoring. There is a problem in PortableSettingsProvider.cs where it doesn't save the config file. We need to address PortableSettingsProvider.SetPropertyValues() method that saves the config file is not called at all.
|
2016-05-02 00:43:28 -07:00 |
|
hiriumi
|
e4e92c8b21
|
Did some refactoring to get some classes in the right namespace and some other adjustment.
|
2016-05-01 18:37:32 -07:00 |
|
Kaim, Sean M
|
12df1caead
|
Remove WTS Sessions panel
|
2016-04-29 11:47:35 -04:00 |
|
David Sparer
|
9520fbe4a1
|
re-adding some files lost during the migraton from sparerd/mRemoteNG-1
|
2016-04-14 01:27:15 -06:00 |
|