David Sparer
|
69f4904b5a
|
Merge branch 'MR-834_support_uninstalling_pre-MSI_installs' into develop
1.74Alpha1
|
2016-05-26 17:18:05 -06:00 |
|
David Sparer
|
93d54a915d
|
Made the legacy uninstall a silent uninstall. Not sure if this is how we will want to release it, but it's reasonably user friendly
|
2016-05-26 16:47:39 -06:00 |
|
Sparer, David
|
fe9aa59690
|
Finished basic implementation of uninstalling legacy versions.
|
2016-05-26 15:37:12 -06:00 |
|
hiriumi
|
381a87ab50
|
Adding more Japanese translations in Language.ja-JP.resx file. It's not 100% complete yet.
|
2016-05-26 08:32:03 -07:00 |
|
hiriumi
|
ffea221568
|
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG.git
|
2016-05-25 17:53:27 -07:00 |
|
hiriumi
|
aaf3316e65
|
Added Japanese as a supported language and started to work on Language. ja-JP.resx. The language file itself is not 100% complete yet.
|
2016-05-25 16:05:21 -07:00 |
|
Sean Kaim
|
41664d2ef4
|
Make fonts consistent
|
2016-05-25 17:38:17 -04:00 |
|
Sean Kaim
|
717d4f0b9a
|
Add CREDITS.TXT to About form
|
2016-05-25 17:27:49 -04:00 |
|
Sean Kaim
|
24873ffa9b
|
Updated language files for RDP requirements
|
2016-05-25 15:49:01 -04:00 |
|
Sean Kaim
|
7f6e90758a
|
Merge pull request #112 from mRemoteNG/remove_IPTextBox
Remove IPTextBox.dll and use a built-in control
|
2016-05-25 15:38:46 -04:00 |
|
Sean Kaim
|
5f4d565483
|
Remove IPTextBox.dll and use a built-in control
|
2016-05-25 15:37:33 -04:00 |
|
Sean Kaim
|
727e23ada9
|
DockPanelSuite updates and new theme
|
2016-05-25 12:29:42 -04:00 |
|
Sean Kaim
|
497363bc3a
|
code clean up
|
2016-05-25 12:09:23 -04:00 |
|
Sean Kaim
|
6acf8b84ad
|
code clean up and minor UserAgent change
|
2016-05-25 11:48:50 -04:00 |
|
Sean Kaim
|
daff0de0bd
|
very minor code clean up
|
2016-05-25 10:55:36 -04:00 |
|
David Sparer
|
f6daa3b5dc
|
Removed static reference to SystemMenu from Runtime. The only references to it were in frmMain
|
2016-05-24 20:07:25 -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
|
3af3074ab9
|
Minor cleanup of frmOptions code (deleted dead space, reorder usings, reorder functions based on call order)
|
2016-05-24 16:56:56 -06:00 |
|
David Sparer
|
c00342df6f
|
Refactoring: Extracted a method in frmOptions that sets the initially selected page
|
2016-05-24 16:53:47 -06:00 |
|
David Sparer
|
9bbd95a6f2
|
Fixed minor UI annoyance in frmOptions where you could not see the active page after clicking within that page.
|
2016-05-24 16:52:37 -06:00 |
|
Sparer, David
|
f1fe5d215c
|
Fixed a few more subtle bugs in frmMain:WndProc() that were caused by the c# conversion
|
2016-05-24 15:33:20 -06:00 |
|
Sparer, David
|
36e1522a32
|
Fixed bug MR-826 by resolving an issue caused by the migration from VB to C#.
|
2016-05-24 13:29:17 -06:00 |
|
David Sparer
|
7c5f795bf4
|
Added documentation to native constants to help with troubleshooting WndProc
|
2016-05-22 12:09:07 -06:00 |
|
David Sparer
|
90258636ed
|
Moved program initialization from frmMain to ProgramRoot
|
2016-05-22 11:15:18 -06:00 |
|
David Sparer
|
06ce840a8f
|
Moved GetConnectionIcons call from frmMain to Startup
|
2016-05-22 10:48:29 -06:00 |
|
David Sparer
|
268c5a92d8
|
Minor cleanup in Startup
|
2016-05-22 10:45:41 -06:00 |
|
David Sparer
|
7f11783d46
|
Moved IEBrowserEmulation registration from frmMain to Startup
|
2016-05-22 10:45:02 -06:00 |
|
David Sparer
|
ae2d18e79c
|
Removed unnecessary usings in options form test
|
2016-05-22 10:44:05 -06:00 |
|
David Sparer
|
58b9755d0c
|
Cleaned up unnecessary usings and fully qualified names in MessageCollector
|
2016-05-22 10:37:27 -06:00 |
|
David Sparer
|
11a79c2f1f
|
Removed Runtime.Log and replaced all references to Logger.Instance. This still breaks the law of demeter - we should fully wrap the log4net object in our own class at some point.
|
2016-05-22 10:34:24 -06:00 |
|
David Sparer
|
32742a6f4f
|
Refactored Logger singleton implementation to be more in line with other implementations
|
2016-05-22 10:27:21 -06:00 |
|
David Sparer
|
083e71370f
|
- Moved the startup debugging "program start" line from frmMain to Startup.cs
- Moved call to ParseCommandLineArgs() from frmMain to Startup.cs
|
2016-05-22 10:15:55 -06:00 |
|
David Sparer
|
0278390279
|
Moved method "CreatePanels" from Startup.cs to LayoutSettingsLoader.cs
|
2016-05-22 10:14:00 -06:00 |
|
David Sparer
|
f344ef054f
|
- Removed unnecessary using directive
- Made many methods in Startup private and non-static
|
2016-05-22 10:05:11 -06:00 |
|
David Sparer
|
68e3953bcc
|
Made Startup a singleton
|
2016-05-22 09:58:27 -06:00 |
|
David Sparer
|
7755a5cd9a
|
Removed Runtime.Mainform property and replaced all references to frmMain.Default
|
2016-05-22 09:43:53 -06:00 |
|
Sean Kaim
|
05a7fec4c4
|
convert to singleton
|
2016-05-21 14:39:45 -04:00 |
|
Sean Kaim
|
8f0e15db85
|
code cleanup
|
2016-05-20 21:43:11 -04:00 |
|
Sean Kaim
|
b7dc56fef5
|
Disable VS hosting process
PuTTYNG windows don't integrate properly when it's enabled.
|
2016-05-20 21:23:48 -04:00 |
|
Sean Kaim
|
da14fb56fa
|
code clean up
|
2016-05-20 21:19:45 -04:00 |
|
Sparer, David
|
b15e892c60
|
Removing all frmOptions unit tests since they are failing and polluting the view of our builds in Jenkins. There seems to be an issue with how the tests were structured that has now been broken since the frmOptions rewrite.
|
2016-05-20 12:53:51 -06:00 |
|
Sparer, David
|
eeeb13d094
|
Changed the singleton instance implementation in SupportedCultures to be safer. This resolves one of the reasons the UI unit tests are failing.
|
2016-05-20 12:42:34 -06:00 |
|
Sean Kaim
|
03cb3cd161
|
update credits.txt
|
2016-05-20 11:46:05 -04:00 |
|
Sean Kaim
|
f1b3558565
|
Use latest log4net.dll
|
2016-05-20 11:44:46 -04:00 |
|
Sean Kaim
|
6a69725ca9
|
Update CREDITS.TXT
|
2016-05-20 09:51:48 -04:00 |
|
Sean Kaim
|
63fdabd902
|
minitabcontrol.dll is no longer used
|
2016-05-20 09:49:45 -04:00 |
|
Sean Kaim
|
d624f04cde
|
pstaskdialog.dll is no longer used
|
2016-05-20 09:48:07 -04:00 |
|
Sean Kaim
|
ba08c7d589
|
no need to ship the PDB with release code
|
2016-05-20 09:47:24 -04:00 |
|
Sean Kaim
|
35d072f550
|
Additional code clean up
|
2016-05-19 16:21:54 -04:00 |
|
Sean Kaim
|
4c28eebbdf
|
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
# mRemoteV1/App/Runtime.cs
|
2016-05-19 16:13:05 -04:00 |
|