Sean Kaim
0ddcfbeed7
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2017-11-20 14:36:33 -05:00
Sean Kaim
a2f56682e6
streamlined error handling for Authenticode check
2017-11-20 14:36:31 -05:00
David Sparer
edc4af6da5
fixed bug where user/domain/pass inheritance wasnt being shown
...
this was due to some credential manager work that didnt get rolled back
2017-11-20 12:18:00 -06:00
David Sparer
283354d4d9
fixed bug where closing the options window would always prompt for a connections file to load
2017-11-19 15:00:55 -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
167a50816f
Domain is now available on connections with protocol Int App
...
Closes #485
2017-11-15 11:27:56 -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
0958c9da44
minor refactoring. removed need for compiler conditionals
2017-11-15 10:52:50 -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
David Sparer
6f9c76c9ba
SaveConnectionsAfterEveryEdit defaults to true
2017-11-15 10:10:03 -06:00
David Sparer
c4fdf075b3
Merge branch '644_target' into develop
...
# Conflicts:
# mRemoteV1/App/Windows.cs
# mRemoteV1/UI/Forms/frmMain.Designer.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Forms/frmMain.resx
# mRemoteV1/mRemoteV1.csproj
2017-11-15 10:06:15 -06:00
David Sparer
7ac3a264da
Merge branch '644_target' into Multi-SSH
2017-11-15 07:50:39 -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
David Sparer
3a9d108b76
Merge pull request #801 from DamianBis/797
...
issue #797 removed duplicate strings & fixed spelling
2017-11-14 14:53:28 -06:00
Sean Kaim
75007db630
Changes from #708
...
Closes #708
Closes #197
2017-11-13 14:58:28 -05:00
Unknown
d0adfebf7a
issue #797 removed duplicate strings & fixed spelling
2017-11-13 21:48:02 +11:00
David Sparer
f9e8496d3f
moved event handler for saving connections on edit
2017-11-12 16:14:34 -06:00
David Sparer
f583b741d4
implemented save connections on edit
2017-11-12 15:14:50 -06:00
David Sparer
1d80b166b1
began implementing plumbing for saving connections on edit
2017-11-12 15:06:18 -06:00
David Sparer
42e59ee564
moved RemoteConnectionsSyncronizer references from Runtime to ConnectionsService
2017-11-12 14:30:23 -06:00
David Sparer
e2c82086be
more refactoring. most connection saving/loading calls now go through the connection service class
2017-11-12 14:23:00 -06:00
David Sparer
e9d47f046d
removed code for saving to .vre format
...
we havent supported this for a long time
2017-11-12 11:39:15 -06:00
David Sparer
4acc73ac19
did some refactoring to consolidate connection loading into a single service
2017-11-12 11:32:19 -06:00
David Sparer
96c27efa68
added setting for saving connections file on edit
2017-11-12 09:37:11 -06:00
David Sparer
52ad4435ac
resolves #468
2017-11-12 08:22:06 -06:00
David Sparer
b6426dd202
the settings editor decided these should be in here... they must have accidentally been wiped away by a merge
2017-11-12 07:57:37 -06:00
David Sparer
abbdbdbc18
fixed bug where window text wasnt updated when choosing to create new connection from dialog popup
2017-11-11 21:44:36 -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
8b990ac273
improved external tools window
...
- can edit items in listview
- improved data binding between model and ui
- delete and launch buttons disabled if no item selected
- item selection updates when deleting/adding item
2017-11-11 20:37:37 -06:00
David Sparer
99ffe9eac2
made ExternalTool implement INotifyPropertyChanged
...
Also codified the rule that "WaitForExit" cannot be set at the same time as "TryIntegrate". TryIntegrate will always be settable, but WaitForExit will have to defer its state.
2017-11-11 18:20:36 -06:00
David Sparer
3d8dda23ce
added a AddRange method to FullyObservableCollection
...
more efficient collection updating - it only raises 1 event for the whole batch
2017-11-11 18:18:34 -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
d7d6aa78f5
Merge pull request #706 from pedro2555/custom-workdir-external-tool
...
[RFC] Added support for custom working directory in External Tool
2017-11-11 12:07:26 -06:00
David Sparer
3646cb0ce6
Removed flicker when external tool toolbar entries are changed
2017-11-11 11:40:08 -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
b061f7e405
Merge pull request #704 from pedro2555/fix-portable-settings-cleaned
...
Fixes settings save location on portable version
2017-11-11 11:10:36 -06:00
David Sparer
eeec81bf3b
added way to test sql db connection in options page
2017-11-11 10:31:16 -06:00
David Sparer
4682096d98
refactored sqldatabaseconnector to require connection details in ctor
...
created factory for creating SqlDatabaseConnectors from settings data for convenience
2017-11-11 10:31:15 -06:00
Bruce Peterson
1a6efebea4
Resolving Merge Conflicts
2017-11-11 08:35:01 -05:00
Faryan Rezagholi
de83a273a9
Further optimazations on settings
...
Small layout fixes to frmOptions and option pages:
-Unified button heights
-fixed tab order on some option pages elements
-Resized "Launch PuTTY"-button under Options>Advanced to display PuTTY Icon in full size
-Resized main panel in frmOption to fit size of option panes
-Reduced size of bottom panel in frmOptions to waste less space
-Fixed distance to form border of"OK" and "Cancel" buttons in frmOptions
-Unified all border styles of panels in frmOptions to none. (This makes the design look a little bit more flat and cleaner, also removes the strange edge in the title bar where the two panels meet)
-set width of deviders on frmOptions to 1px (also looks a lot cleaner)
2017-11-10 18:52:04 +01:00
David Sparer
ba2954baf4
lowered sql connection schema version back down to 2.6 (pre-credential manager)
2017-11-10 08:44:19 -06: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
David Sparer
fc65476918
Merge pull request #791 from farosch/develop
...
Rearranged settings elements
2017-11-09 20:17:55 -06:00
David Sparer
792f0b5c7a
Merge pull request #754 from brucetp/MR-225_Can_not_import_RDCMan_v2.7
...
MR-225 Can not import RDCMan v2.7
2017-11-09 19:20:13 -06:00
David Sparer
a667502836
connection tree context menu now gets set. Why was this line missing? bad merge?
2017-11-09 15:37:23 -06:00
Faryan Rezagholi
254d545e58
Rearranged settings elements
...
Rearranged some elements from the settings to prevent that translated strings overlap with these elements. Issue #784
2017-11-09 18:19:13 +01:00
David Sparer
cdde4b0cc9
Merge branch 'develop' into fix-portable-settings-cleaned
2017-11-09 08:40:03 -06:00