David Sparer
|
54bd6d5336
|
added option to lock the toolbar controls
resolves #838
|
2017-12-12 09:22:33 -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
|
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
|
f583b741d4
|
implemented save connections on edit
|
2017-11-12 15:14:50 -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
|
4acc73ac19
|
did some refactoring to consolidate connection loading into a single service
|
2017-11-12 11:32:19 -06:00 |
|
David Sparer
|
2df9441c20
|
reverted credential manager functionality as best I could
|
2017-10-16 14:39:41 -05:00 |
|
David Sparer
|
7f80cad356
|
moved property from Runtime to ConnectionsService
|
2017-05-10 19:59:56 -06:00 |
|
David Sparer
|
36b3278698
|
moved a property from Runtime to ConnectionsService
|
2017-05-10 17:59:58 -06:00 |
|
David Sparer
|
4049695425
|
extracted a runtime method to a new class
|
2017-05-10 16:42:30 -06:00 |
|
David Sparer
|
077965f083
|
extracted Runtime method to new class
|
2017-05-10 11:16:35 -06:00 |
|
David Sparer
|
eae4f569c2
|
removed some references to Runtime class
|
2017-05-10 11:13:06 -06:00 |
|
David Sparer
|
6bfad8e2d0
|
removed test menu item
|
2017-05-05 09:02:01 -06:00 |
|
David Sparer
|
467ceb89b1
|
moved some cred repo classes to a sub-namespace
|
2017-05-03 17:54:51 -06:00 |
|
David Sparer
|
fe12cb345e
|
merged branch 'develop' into 'improve_credential_manager'
# Conflicts:
# CredentialManagerForm.cs
# PasswordForm.cs
|
2017-04-14 16:56:02 -06:00 |
|
David Sparer
|
a2e0a0c6f7
|
created factory for creating cred unlocker forms. unlocking repos from the manager now uses the unlocker form
|
2017-04-14 16:33:11 -06:00 |
|
David Sparer
|
d63177f3c7
|
modified the cred repo interface
load now requires a decryption key
|
2017-04-06 14:56:19 -06:00 |
|
David Sparer
|
544d7a15d4
|
wired up data bindings for the cred repo unlocker
|
2017-03-31 17:56:31 -06:00 |
|
David Sparer
|
c0c5579027
|
Merge branch 'develop' into improve_credential_manager
# Conflicts:
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Menu/ToolsMenu.cs
|
2017-03-23 17:25:16 -06:00 |
|
Sean Kaim
|
2293a14a90
|
sysTray object safehandle implementation
|
2017-03-17 17:51:04 -04:00 |
|
Sean Kaim
|
d0a5e658d1
|
reset dock for toolstrips, get File/View in dsgnr
|
2017-03-16 13:04:41 -04:00 |
|
David Sparer
|
75d21231ae
|
changed all menu classes to use property injection instead of ctor injection so we can use them at design time
|
2017-03-16 10:24:51 -06:00 |
|
David Sparer
|
b99931df95
|
started converting everything to use the cred repo list instead of the cred manager
|
2017-02-11 15:14:55 -07:00 |
|
David Sparer
|
6c272d9336
|
renamed ICredentialProviderCatalog to ICredentialRepositoryList
|
2017-02-10 16:41:43 -07:00 |
|
David Sparer
|
73b0416dbe
|
we now use a single credential provider catalog throughout the app
|
2017-02-10 16:37:10 -07:00 |
|
David Sparer
|
67e0e34f40
|
clicking "Add" now advances to the repo selection page
|
2017-02-10 14:05:22 -07:00 |
|
David Sparer
|
098e61295c
|
Renamed CredentialSourcePage to CredentialRepositoryPage
|
2017-02-10 13:53:18 -07:00 |
|
David Sparer
|
1d2666a343
|
we can now create cred repo editor pages for selected repo type
|
2017-02-10 13:03:11 -07:00 |
|
David Sparer
|
b8c2c86c59
|
renamed ICredentialProvider to ICredentialRepository and split up data/behavior to separate classes
|
2017-02-10 12:17:12 -07:00 |
|
David Sparer
|
edf0342404
|
began creating a page for adding a new credential repository
|
2017-02-10 09:51:16 -07:00 |
|
David Sparer
|
dc6815045c
|
started splitting creential manager gui into a multipage control
|
2017-02-08 16:51:59 -07:00 |
|
David Sparer
|
0195a6bab5
|
refactored info menu to new class
|
2017-02-07 14:33:00 -07:00 |
|
David Sparer
|
ccb35bdc5a
|
factored out tools menu to new class
|
2017-02-07 10:33:34 -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
|
d0180a6633
|
refactored a class out of frm main
|
2017-02-07 09:13:28 -07:00 |
|