Faryan Rezagholi
|
e12d20ab85
|
Added option to start mRemoteNG minimized, fixes #1385
|
2019-09-01 15:52:05 +02:00 |
|
Faryan Rezagholi
|
5cab342c8c
|
do not try to show an exception windows when main form is already disposed
|
2019-07-01 22:24:46 +02:00 |
|
David Sparer
|
cd40f04443
|
close the splash screen if it exists when an unhandled exception occurs
|
2019-04-19 10:33:41 -05:00 |
|
Sean Kaim
|
e143c6b5b4
|
resharper code reformat (to allow standard code style going forward)
|
2019-02-15 16:47:56 -05:00 |
|
Faryan Rezagholi
|
2a0032a199
|
Splash screen shown on startup and hiding after completion of the load method of the main form
|
2018-12-21 00:10:59 +01:00 |
|
David Sparer
|
d67e96539b
|
added an unhandled exception window that will be displayed when unhandeled exceptions occur
|
2018-10-28 14:46:30 -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 |
|
David Sparer
|
9c57976906
|
singleton instance should be given focus
|
2017-11-07 20:20:24 -06:00 |
|
David Sparer
|
529f1ca835
|
renamed frmMain to FrmMain (resharper)
|
2017-02-06 15:19:52 -07:00 |
|
David Sparer
|
356effc6a9
|
split startup data logging to a new class and required a messagecollector to be passed in
|
2017-02-03 10:13:37 -07:00 |
|
Sean Kaim
|
77a1c2cfb8
|
code clean up
convert if else -> switch
use ?: where possible
use "var"
"return ;" - why??? Also, why does that space annoy me so much?
😕
|
2016-11-07 12:23:04 -05:00 |
|
David Sparer
|
1afe93be66
|
Began implementing TreeListView to replace the regular TreeView for the connection list. This will utilize a virtual list rather than a concrete set of tree nodes to model the connection list hierarchy.
|
2016-09-06 12:14:11 -06:00 |
|
David Sparer
|
17f986ea26
|
Few fixes for casting errors. These occurred due to commit e5f9fce01e
|
2016-06-03 15:56:15 -06:00 |
|
David Sparer
|
6ca98149a7
|
Made Startup slightly less static
|
2016-06-02 15:21:30 -06:00 |
|
David Sparer
|
996af9b268
|
Fixed MR-852 - Option "Allow only a single instance of the application" non-functional
|
2016-06-02 13:47:04 -06:00 |
|
David Sparer
|
2c87d36cbb
|
Merge remote-tracking branch 'origin/singleton' into frmMain_refactoring_experiment
# Conflicts:
# mRemoteV1/App/ProgramRoot.cs
# mRemoteV1/UI/Forms/frmMain.cs
|
2016-05-24 17:10:17 -06:00 |
|
David Sparer
|
90258636ed
|
Moved program initialization from frmMain to ProgramRoot
|
2016-05-22 11:15:18 -06:00 |
|
Sean Kaim
|
05a7fec4c4
|
convert to singleton
|
2016-05-21 14:39:45 -04:00 |
|
hiriumi
|
5a4d53908d
|
A lof refactoring. There is a problem in PortableSettingsProvider.cs where it doesn't save the config file. We need to address PortableSettingsProvider.SetPropertyValues() method that saves the config file is not called at all.
|
2016-05-02 00:43:28 -07:00 |
|
hiriumi
|
e76dd18962
|
Refactoring to make the code more CSharpy and resolving more namespace issues.
|
2016-05-01 19:41:06 -07:00 |
|
hiriumi
|
e4e92c8b21
|
Did some refactoring to get some classes in the right namespace and some other adjustment.
|
2016-05-01 18:37:32 -07:00 |
|
hiriumi
|
a3223d2f01
|
Fixed options forms. Namespaces are also corrected as well.
|
2016-04-26 22:52:24 -07:00 |
|
David Sparer
|
9520fbe4a1
|
re-adding some files lost during the migraton from sparerd/mRemoteNG-1
|
2016-04-14 01:27:15 -06:00 |
|
Sparer, David
|
7c74d447bc
|
runtime and conversion fixes
|
2016-03-10 15:35:09 -07:00 |
|