David Sparer
|
507cdf75a5
|
fixes #1087
|
2018-08-24 13:23:02 -05:00 |
|
David Sparer
|
a5afa90790
|
fixes #1045
|
2018-07-26 13:39:12 -05:00 |
|
David Sparer
|
694b61a67b
|
added a property to expose the list of object properties being shown by the property grid
this will help a lot with testing the property grid/config window
|
2018-07-26 09:12:47 -05:00 |
|
David Sparer
|
9659ac1611
|
added a dialog to prompt for action when decrypting a connection file fails
|
2018-07-23 11:51:58 -05: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
|
f583b741d4
|
implemented save connections on edit
|
2017-11-12 15:14:50 -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 |
|
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
|
2df9441c20
|
reverted credential manager functionality as best I could
|
2017-10-16 14:39:41 -05: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 |
|
CamAlvar
|
d0df08de2c
|
Added more controls, replaced normal elements with NG versions
|
2017-07-24 09:25:02 -05:00 |
|
CamAlvar
|
0c19a1aafe
|
changed loading and defaulting theme method
Use resource style and xpath for loading, now the default is merged dinamically into the active theme by using a dictionary storange
|
2017-07-06 01:06:26 -05:00 |
|
CamAlvar
|
5429bb7d2b
|
fixes and improvements
Defaulting extended palette in embedded themes, removed the reference to the dockpanel theme palette, that only exist in vs2015
|
2017-06-28 00:26:01 -05:00 |
|
CamAlvar
|
8db74a4514
|
First try
Lots of things broken, but basic structure is there
|
2017-06-19 22:51:34 -05:00 |
|
David Sparer
|
fd26e9755d
|
extracted some Runtime methods to the ConnectionsService
|
2017-05-10 17:24:54 -06:00 |
|
David Sparer
|
38bcafbfe5
|
cleaned up RdpProtocol
|
2017-05-07 17:22:59 -06:00 |
|
David Sparer
|
65a02795d6
|
fixed annoying exception when trying to ping empty hostname
|
2017-03-28 11:30:29 -06:00 |
|
Sean Kaim
|
0ca15a6c65
|
code clean up
|
2017-02-16 14:18:36 -05: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
|
47ae8b903e
|
hide credentialrecord in property grid if its inherited or if we're viewing the rootnode
|
2017-01-26 14:38:27 -07:00 |
|
David Sparer
|
e1c06af3b2
|
began switching code over to using the newer connectioninfo interface
created a credential manager class to help manage the list of current credentials
|
2017-01-26 08:17:11 -07:00 |
|
David Sparer
|
6790287470
|
renamed AbstractConnectionInfoData to AbstractLegacyConnectionRecord and marked it as obsolete
|
2017-01-25 14:43:42 -07:00 |
|
countchappy
|
80c6ce81e1
|
RDP Minutes to Idle Timeout - Update 4
Added an option to alert if disconnected due to inactivity.
|
2017-01-16 15:14:27 -05:00 |
|
countchappy
|
7e4b0635b2
|
RDP Minutes To Idle Timeout
Allows users to configure a number of minutes until the session will
automatically disconnect if left idle.
|
2017-01-11 15:23:43 -05:00 |
|
Sean Kaim
|
5a830c17db
|
ReShaper Cleanup
|
2016-11-11 17:24:02 -05:00 |
|
David Sparer
|
3d7db6136f
|
resolved the issue of config window buttons being deactivated in some cases. the config window was incorrectly tracking the selected tree node.
|
2016-11-10 10:57:03 -07:00 |
|
David Sparer
|
ace6c1167b
|
bit more cleanup
|
2016-11-10 10:20:48 -07:00 |
|
David Sparer
|
4644dfbd7b
|
initial resharper cleanup
|
2016-11-10 10:00:39 -07:00 |
|
Sean Kaim
|
60cd2c2b12
|
RDP audioqualitymode option
fixes #172
|
2016-11-02 15:49:45 -04:00 |
|
David Sparer
|
5e7074a297
|
Fixed minor bug when turning off custom password encryption
|
2016-10-25 11:10:52 -06:00 |
|
David Sparer
|
c530b3f8b4
|
Fixed bug where we could not turn custom password encryption off
|
2016-10-13 12:25:45 -06:00 |
|
David Sparer
|
40016f0d52
|
Code cleanup
|
2016-10-04 08:28:39 -06:00 |
|
David Sparer
|
426c07ce75
|
Code cleanup of Runtime.cs
|
2016-10-03 12:10:56 -06:00 |
|
David Sparer
|
d4e48e8b63
|
Fixed bug where app would crash when changing node name from config window
|
2016-09-22 11:56:12 -06:00 |
|
David Sparer
|
c3c9bb33a2
|
Code cleanup
|
2016-09-22 11:46:26 -06:00 |
|
David Sparer
|
b5e3564724
|
Fixed null ref error when viewing folders in some situations
|
2016-09-02 15:20:41 -06:00 |
|
David Sparer
|
818ac03e84
|
RootNodeInfo now inherits from ContainerInfo
|
2016-08-15 14:45:33 -06:00 |
|
David Sparer
|
b4af59a873
|
Fixed some instances where "Inheritance" was mistakenly changed to "IInheritable" by resharper
|
2016-08-15 11:05:18 -06:00 |
|
David Sparer
|
b50c061c0a
|
minor code cleanup
|
2016-08-12 13:19:43 -06:00 |
|
David Sparer
|
bb0e92c519
|
DefaultConnectionInfo saving is now handled by the SaveTo method. Removed unnecessary Runtime method
|
2016-08-12 13:06:26 -06:00 |
|
David Sparer
|
8d3ba881e5
|
Refactoring DefaultConnectionInfo handling to a new class which inherits from ConnectionInfo
|
2016-08-11 15:32:04 -06:00 |
|
David Sparer
|
c0c4b69c64
|
Rename interface "Inheritance" to "IInheritable"
|
2016-08-10 09:24:48 -06:00 |
|
David Sparer
|
9940cfcf12
|
Minor cleanup of the Config window class
|
2016-08-10 08:28:35 -06:00 |
|