David Sparer
|
b21dc9a062
|
began splitting rdp implementations by version so we can dynamically support whatever is on the user's machine
|
2018-02-09 16:52:19 -06:00 |
|
David Sparer
|
5be346c89d
|
changed a few localized strings used by the initial connection file not found dialog
|
2018-02-04 19:44:39 -06:00 |
|
Sean Kaim
|
e4c35b2ba2
|
CitrixReceiver.exe - for appveyor
|
2018-01-02 15:47:19 -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 |
|
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
|
834e7c1abb
|
Merge branch '1.75.7012' into develop
|
2017-11-24 08:33:12 -06:00 |
|
David Sparer
|
c37caa95a4
|
resigned putty with new code signing cert
|
2017-11-24 08:32:44 -06:00 |
|
David Sparer
|
c3fbc573e2
|
forgot a thing...
|
2017-11-19 14:49:30 -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
|
a753b868e6
|
Updated urls for the forum to point to reddit
Closes #608
|
2017-11-15 11:19:26 -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 |
|
pablomh
|
a4e4315002
|
Fix typo and minor nits
- s/approprite/appropriate .
- Add a dot at end of sentence.
- Fix </li> formatting to comply with existing style.
|
2017-11-15 10:20:28 +01:00 |
|
Unknown
|
d0adfebf7a
|
issue #797 removed duplicate strings & fixed spelling
|
2017-11-13 21:48:02 +11:00 |
|
David Sparer
|
96c27efa68
|
added setting for saving connections file on edit
|
2017-11-12 09:37:11 -06:00 |
|
David Sparer
|
d96c854756
|
Merge branch 'develop' into sql_test_connection
# Conflicts:
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/mRemoteV1.csproj
|
2017-11-11 21:16:39 -06:00 |
|
David Sparer
|
15ef6c77dc
|
Merge branch 'develop' into MR-421_The_startup_connection_file_could_not_be_loaded
|
2017-11-11 20:41:25 -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
|
eeec81bf3b
|
added way to test sql db connection in options page
|
2017-11-11 10:31:16 -06:00 |
|
Bruce Peterson
|
1a6efebea4
|
Resolving Merge Conflicts
|
2017-11-11 08:35:01 -05:00 |
|
David Sparer
|
9e4f2ee3e7
|
resolves #419. removed all string collation directives.
Previously, all varchars had "COLLATE SQL_Latin1_General_CP1_CI_AS". This was done to better support international users
|
2017-11-10 08:13:41 -06:00 |
|
Bruce Peterson
|
0346497f45
|
Added dialogs and options for new config, path, or importing a file
|
2017-11-08 21:12:41 -05: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 |
|
Bruce Peterson
|
83ec5658c4
|
Added Show on Toolbar to External Tools Dialog
|
2017-11-05 19:53:06 -05:00 |
|
David Sparer
|
32a1dd64ab
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# CREDITS.TXT
# README.MD
# Tools/postbuild_installer.ps1
# Tools/set_LargeAddressAware.ps1
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteNGTests/packages.config
# mRemoteV1/App/Logger.cs
# mRemoteV1/App/Runtime.cs
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/DefaultConnectionInfo.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Connection/Protocol/PuttyBase.cs
# mRemoteV1/Messages/MessageCollector.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/PuTTYNG.exe
# mRemoteV1/Tools/ConnectionsTreeToMenuItemsConverter.cs
# mRemoteV1/Tools/ExternalToolArgumentParser.cs
# mRemoteV1/Tools/IeBrowserEmulation.cs
# mRemoteV1/Tools/NotificationAreaIcon.cs
# mRemoteV1/Tools/PortScanner.cs
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Controls/ConnectionTree/NameColumn.cs
# mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/AboutWindow.cs
# mRemoteV1/UI/Window/PortScanWindow.cs
|
2017-11-03 11:15:20 -05:00 |
|
David Sparer
|
65782285a3
|
added a few unit tests for integrated programs
|
2017-10-31 09:56:48 -05:00 |
|
Sean Kaim
|
41e0228c03
|
re-target for .net 4.6
|
2017-10-30 13:42:26 -04:00 |
|
kmscode
|
a7156235c3
|
puttyng 0.70
fixes #635
|
2017-09-17 14:22:36 -04:00 |
|
Sean Kaim
|
07eb45ad76
|
fix some of my merge fix boo boos
|
2017-09-05 11:45:58 -04:00 |
|
Sean Kaim
|
726e908b5a
|
Merge branch 'develop' into develop
|
2017-09-05 08:40:25 -07:00 |
|
David Sparer
|
e4f8f96b83
|
unloaded credentials now display a message
|
2017-08-05 19:06:27 -05:00 |
|
CamAlvar
|
105baa0557
|
Improved no-theme handlig for missing /themes folder, target to unit test
|
2017-08-05 18:22:13 -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
|
dc7970ac80
|
99% #themed
|
2017-07-27 08:42:52 -05:00 |
|
CamAlvar
|
d0df08de2c
|
Added more controls, replaced normal elements with NG versions
|
2017-07-24 09:25:02 -05:00 |
|
David Sparer
|
e98291498b
|
Merge pull request #639 from emazv72/develop
fixed italian spelling
|
2017-07-20 19:12:07 -05:00 |
|
David Sparer
|
d82a86e01b
|
Merge pull request #650 from polluks/develop
German typo
|
2017-07-20 11:59:51 -05:00 |
|
Stefan
|
760d053cd7
|
typo
|
2017-07-20 18:52:03 +02:00 |
|
CamAlvar
|
a3894323db
|
Added more custo controls, external tools window list redesigned, external tools window finished
|
2017-07-18 09:43:30 -05:00 |
|
Emanuele Zavallone
|
71fab09581
|
fixed italian spelling
|
2017-07-14 09:51:01 +02:00 |
|
CamAlvar
|
9225df85da
|
Fixed design time controls, added custom button control
|
2017-07-13 09:34:17 -05:00 |
|
CamAlvar
|
a92dfa3920
|
fixed color default method
fixed color default method, fixed message box foreground color and mixed warning and error colors
|
2017-07-06 01:30:52 -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 |
|
David Sparer
|
d88c5b9db2
|
minor error message correction
changed an error message that referred to File -> Load Connections (which doesn't exist). Changed this to File -> Open Connection File
|
2017-06-27 12:15:38 -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 |
|
Sean Kaim
|
069b0b0153
|
merge 1.75.7008 changes into develop
|
2017-06-15 15:10:23 -04:00 |
|
Sean Kaim
|
25a0630bcb
|
updated putty build
New version number: 0.69.0.1
Fixes #589
|
2017-06-15 11:28:41 -04:00 |
|
David Sparer
|
9cdfc61a30
|
Merge pull request #558 from vbfox/treeview_icons
Use the connection icon everywhere
|
2017-06-14 13:07:59 -05:00 |
|