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
66eccf0032
some minor cleanup and local var renaming in ConnectionList.cs
2016-05-08 10:07:11 -06:00
David Sparer
995daecaff
Merge branch 'MR-385_inheritance_settings_lost' into csharp_conv
...
# Conflicts:
# mRemoteV1/App/Runtime.cs
# mRemoteV1/Container/ContainerInfo.cs
2016-05-07 21:43:34 -06:00
David Sparer
45b3f3d56f
fixed issue described in MR-385
...
also made some refactoring changes in a quest to make the code more readable
2016-05-07 17:59:23 -06:00
David Sparer
b33f1a988c
extracted the code for moving treenodes into its own class
2016-05-06 19:13:00 -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
Sparer, David
90eba686c7
Quick refactor of the methods for retrieving ConnectionInfo properties (including inherited properties).
2016-05-02 11:50:17 -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
Kaim, Sean M
b0cef15fa2
RDP version 8 Client & code clean up
2016-04-29 17:05:25 -04:00
Kaim, Sean M
eed8df7391
Remove WTS Sessions Panel
2016-04-29 11:47:59 -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
Sparer, David
b39b367ef2
absolute mess, but decided on a Strategy pattern for choosing connection protocols
2016-03-16 15:41:24 -06:00
Sparer, David
97736b19cd
refactoring Connections subsystem
2016-03-15 15:45:45 -06:00
Sparer, David
40941a3b22
fixes
2016-03-11 12:58:19 -07:00
Sparer, David
7c74d447bc
runtime and conversion fixes
2016-03-10 15:35:09 -07:00
Sparer, David
a937d5c4f7
runtime fixes
2016-03-09 15:44:41 -07:00
Riley McArdle
e6967bbc07
Fix variable expansion in external tool filenames.
2013-11-17 21:24:11 -06:00
Riley McArdle
69befbc97b
Code cleanup of Connection.Info.
2013-11-17 17:44:12 -06:00
Riley McArdle
820ed1c457
Fix issue MR-603 - Some configuration options are still shown even when inheritance is enabled
2013-11-17 15:15:35 -06:00
Riley McArdle
2db04225a7
Add feature MR-212 - Add option to connect without credentials
...
I have my username/password stored in mRemote, but sometimes i want to
log in as the service account or administrator account for various
reasons. This "new feature" allows you to quickly enter credentials
without changing other settings.
(cherry picked from commit 2ec0cdbc30 by cyclops1982)
Conflicts:
mRemoteV1/Language/Language.Designer.vb
mRemoteV1/Language/Language.resx
2013-11-16 00:14:23 -06:00
Riley McArdle
b6004117e6
Improve handling of variables in external tool arguments.
...
Code cleanup.
2013-11-15 23:27:10 -06:00
Riley McArdle
fd73b28061
Merge branch 'release/1.72' into develop
...
Conflicts:
CHANGELOG.TXT
2013-11-13 18:48:43 -06:00
Riley McArdle
da39c03a6f
Fix issue MR-592 - Unable to run VBS script as an external tool
...
Fix issue MR-596 - Incorrect escaping of quotation marks in external tool arguments
2013-11-13 18:20:52 -06:00
Riley McArdle
8c3f4c06df
Add feature MR-547 - Add support for Xming Portable PuTTY
2013-10-27 01:40:32 -05:00
Riley McArdle
ed589f4b51
Merge branch 'release/1.71' into develop
...
Conflicts:
CHANGELOG.TXT
2013-10-25 01:03:54 -05:00
Riley McArdle
13c1d049fc
Fix issue MR-574 - Crash when retrieving RDP session list if eolwtscom.dll is not registered
2013-10-25 00:56:28 -05:00
Riley McArdle
8273bdf70f
Remove invalid "Site" configuration option from PuTTY Saved Sessions
2013-10-21 18:55:59 -05:00
Riley McArdle
6036a792e5
Merge branch 'release/1.71' into develop
...
Conflicts:
CHANGELOG.TXT
2013-10-14 22:55:53 -05:00
Riley McArdle
3cb8784996
Minor code cleanup.
2013-10-14 22:48:10 -05:00
Riley McArdle
9ebce266ec
Fix issue MR-565 - Double Folder keep heritage on the initial Folder
2013-10-14 22:42:34 -05:00
Riley McArdle
718d67f20c
Fix misleading log messages about RD Gateway support.
2013-10-06 21:32:12 -05:00
Riley McArdle
d18a510310
Fix issue MR-141 - Add a default protocol option
...
Fix issue MR-367 - Make the 'Connect' button on the 'Quick Connect' toolbar a forced dropdown
2013-10-06 20:30:38 -05:00
Riley McArdle
270699c26b
Fix issue MR-538 - RDP loses connection when hiding config or connections pane
2013-09-27 23:01:14 -05:00
Riley McArdle
960096273b
Fix issue MR-499 - TS Gateway is not working in latest release 1.71
2013-06-07 23:30:07 -05:00
Riley McArdle
b360902bd9
Improve SetRdGateway().
2013-06-03 15:40:52 -05:00
Riley McArdle
8006bb49ca
Fix issue MR-491 - Could not start RDP Connection
2013-06-03 14:20:34 -05:00
Riley McArdle
f595c1d446
Fix issue MR-470 - Quick Connect to Linux server uses invalid credentials
2013-05-13 13:04:39 -05:00
Riley McArdle
5d63ec6d2a
Fix issue MR-459 - Maximized -> Minimized -> Restored results in mangled active display
...
Fix issue MR-463 - Add support for LoadBalanceInfo to RDP
2013-05-08 19:17:51 -05:00
Riley McArdle
0544b61138
Code cleanup.
2013-05-08 17:52:52 -05:00
Riley McArdle
7b850892ae
Improve changes made in commit 5737d78. Improve RDP components check and failure text.
2013-05-05 00:24:17 -05:00
Riley McArdle
5737d78f78
Fix issue MR-255 - The version of the RDP AX client should be updated to 7
2013-05-04 19:53:33 -05:00
Riley McArdle
d97ad31cc3
Change PuTTY saved sessions to only send session name command line parameter.
2013-03-25 19:34:41 -05:00
Riley McArdle
a49ebf17bf
Add PuTTY Session Settings command to the Config panel for PuTTY Saved Sessions.
...
Fix handling of the plus (+) character in PuTTY session names.
2013-03-25 19:29:20 -05:00
Riley McArdle
903a9dd5cc
Start adding "Edit in PuTTY" command to property grid for PuTTY Saved Sessions.
2013-03-25 00:52:27 -05:00
Riley McArdle
5d8db1ade6
Change the "Launch PuTTY" button in the "Options" dialog to open PuTTY from the path the user has currently set, instead of what was previously saved.
2013-03-24 23:29:16 -05:00
Riley McArdle
85d78fd4ae
Remove unused BorderSize property from Connection.Protocol.PuttyBase.
2013-03-23 18:21:16 -05:00
Riley McArdle
725269e914
Fix issue MR-424 - Import of a few Linux SSH2 hosts discovered via the port scan tool results in a UE
2013-03-23 15:03:54 -05:00
Riley McArdle
b23fb58977
RDP connections can now be switched to full screen mode when redirect key combinations is enabled.
2013-03-17 15:36:59 -05:00
Riley McArdle
7b831c6ab8
Add feature MR-351 - Import connections from PuTTY
2013-03-16 22:37:34 -05:00