CamAlvar
d0df08de2c
Added more controls, replaced normal elements with NG versions
2017-07-24 09:25:02 -05:00
Julien Roncaglia
24b5dd0c8c
Add server icons in the treeview
2017-06-13 10:26:24 +02:00
Sean Kaim
d88be9aca4
Quick Connect from ntf area icon displays warning
...
warning occurs when clicking on a folder.
Fixes #546
2017-06-02 16:48:52 -04:00
David Sparer
3f28594376
Cleaned up some event handlers in PortScanner
2017-05-12 10:36:55 -06:00
David Sparer
7f80cad356
moved property from Runtime to ConnectionsService
2017-05-10 19:59:56 -06:00
David Sparer
2633b4c876
extracted all external tools related code from Runtime to a new class
2017-05-10 17:42:40 -06:00
David Sparer
f334f804b6
more minor cleanup
2017-05-07 18:26:24 -06:00
David Sparer
38bcafbfe5
cleaned up RdpProtocol
2017-05-07 17:22:59 -06:00
David Sparer
eb4d800e40
minor cleanup of NotificationAreaIcon class to condense refs to frmMain
2017-05-07 16:46:16 -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
Sean Kaim
9bf53c6b25
fix & supress warning
2017-04-12 14:58:52 -04:00
Sean Kaim
f0bc375421
Merge remote-tracking branch 'refs/remotes/origin/develop' into 434_SafeHandle_Implmentation
2017-04-12 14:02:50 -04:00
Sean Kaim
53c8b3b66d
use statement bodys to allow building with VS2015
2017-04-12 13:40:36 -04:00
David Sparer
13b38955e6
removed duplicate interface
2017-04-03 13:51:22 -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
0d0bee674d
not used in portable version
2017-03-05 18:35:05 -05:00
Sean Kaim
279747d3a4
fix protection level / non-portable build failure
2017-03-05 15:01:56 -05:00
Sean Kaim
93d1163c5f
fix complier warning CA1065
...
code cleanup/refactor
2017-03-05 14:44:03 -05:00
Sean Kaim
e824886e19
remove redundant argument values
...
and other minor resharper cleanup
2017-03-03 16:54:02 -05:00
David Sparer
7110337dcd
added an interface for requesting a password from the user
2017-02-14 09:28:14 -07:00
David Sparer
d003e086bb
created a class and event type for handling collections that need to raise events for collection changes and child updates
...
this is for cases where you would like to have INotifyCollectionChanged and INotifyPropertyChanged implemented, but dont need the level of detail that those types provide.
2017-02-13 13:56:58 -07:00
David Sparer
d96dd5fe82
factored out some logic from frmmain wndproc to a new class
2017-02-08 09:10:54 -07:00
David Sparer
529f1ca835
renamed frmMain to FrmMain (resharper)
2017-02-06 15:19:52 -07:00
David Sparer
20d330f0f1
split up startup arg parsing to a new class and cleaned up the related code. added some debug msgs
2017-02-03 16:20:08 -07:00
Sean Kaim
2445c74638
code clean up and minor refactoring
2017-01-25 17:50:10 -05:00
Sean Kaim
87c89a0de5
reformat code
2017-01-24 19:55:18 -05:00
Sean Kaim
73f72e39d3
Fix incorrect cast & code clean up
...
Fixes #362
2017-01-24 19:49:22 -05:00
Sean Kaim
e00ba62606
Refactored Tools.Controls.cs
...
Fixes #363
2017-01-24 17:52:15 -05:00
David Sparer
25d1e0a74d
Merge pull request #352 from mRemoteNG/299_better_testing_of_connection_tree
...
Refactor connection tree to be more testable
2017-01-18 09:03:26 -07:00
David Sparer
82217478d9
made one of the methods for the connectioninitiator non-static (they should eventually all be non-static).
...
This change was made to making testing easier (make connectioninitiator mockable)
2017-01-12 13:31:29 -07:00
Sean Kaim
ea657824c2
Streamlined non-integrated IntApp connections
...
This seems to fix #325
2017-01-11 17:49:37 -05:00
Sean Kaim
e92a76f95b
"return ;" annoyed me...
...
And I did a find and replace in the solution instead of the one file I
was working on... So I'm going with it...
2017-01-11 16:56:14 -05:00
Sean Kaim
46dd58d26e
External Tool/Connection - code clean up & logging
...
Relates to #325
2017-01-05 11:05:59 -05:00
Sean Kaim
e2ebf6b8fe
code clean up
2016-11-15 12:05:50 -05:00
Sean Kaim
5a830c17db
ReShaper Cleanup
2016-11-11 17:24:02 -05:00
Sean Kaim
e2c6240798
Fix Release build failure
2016-11-11 16:35:14 -05:00
Sean Kaim
24ad483214
Fix other complier warnings & code clean up
2016-11-11 16:30:22 -05:00
Sean Kaim
bfa53224a6
CA1060: Move to NativeMethods class
...
https://msdn.microsoft.com/en-us/library/ms182161.aspx
2016-11-11 16:29:57 -05:00
David Sparer
ded0bd7d12
Merge pull request #179 from mRemoteNG/Create_more_tests
...
Createed more tests
2016-10-18 13:46:24 -06:00
Sean Kaim
088f646d6f
updater code clean up
2016-10-18 11:01:52 -04:00
David Sparer
10bd19e390
The Tools.EnvironmentInfo class didn't need to exist. Replace a single call to it with Environment.Is64BitProcess
2016-10-17 15:33:07 -06:00
David Sparer
5746d0264a
Extracted some methods in the ExternalToolArgumentParser to make it more readable
2016-09-28 11:50:09 -06:00
David Sparer
ab30dd2294
Extracted a method in ExternalToolArgumentParser
2016-09-28 11:49:02 -06:00
David Sparer
da2d48b49a
Minor code cleanup
2016-09-28 08:20:16 -06:00
David Sparer
48b209155b
Renamed class to be more indicative of its use
2016-09-28 08:10:13 -06:00
David Sparer
5462e96090
Removed unused code
2016-09-26 15:02:12 -06:00
David Sparer
a1b5d8bdc5
Removed unused code
2016-09-26 14:59:14 -06:00
David Sparer
eaced33ed5
Refactored some code for creating a menu tree of the connectiontreemodel
2016-09-26 14:07:33 -06:00
David Sparer
0b97c47f4e
Removed unused code
2016-09-26 13:18:36 -06:00