David Sparer
e4eaf0037e
fixed an issue that was making bug #479 reappear
2018-02-04 19:14:03 -06:00
Camilo Alvarez
991d1d82b8
Misc fixes
...
- Clear redundant settings form app.config
- Deleted DesignModeTest as ThemeManager can now be used in design time without adjustements, removed usage from all custo elements
- Instance _themeManager in NGNumericUpDown at object creation to avoid null reference errors
- Errorsform instancing is now defaulted to DockBottomAutoHide in frmMain
-Fix missing panel at startup by adding a blank panel, temporary solution as magic library is beign phased out
2017-12-26 12:15:11 -05:00
Camilo Alvarez
056cce2f97
Removed windings fonts
...
Now using unicode for better compatibility in special characters for drawing controls
2017-12-13 09:34:27 -03:00
David Sparer
3fb72dfc24
implemented search filtering feature
2017-11-19 09:13:44 -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
Sean Kaim
75007db630
Changes from #708
...
Closes #708
Closes #197
2017-11-13 14:58:28 -05: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
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
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
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
Bruce Peterson
48a9968d20
Update the External Tools Toolbar based upon the collection
2017-11-05 22:01:49 -05:00
David Sparer
85b67ecd0b
fixed bug in connection tree context menu
...
right clicking in white space (no connection tree item selected) made the context menu appear with all options enabled. No context menu should appear in that case
2017-11-05 07:24:28 -06:00
David Sparer
7451383c24
putty nodes and root putty node should not have context menu items "import" or "export"
2017-11-05 07:09:17 -06:00
David Sparer
88d735ed56
resolved bug that would sometimes disable connection tree hot keys
...
bug was introduced in #652 . I made sure that the original issue is still resolved
2017-11-04 22:04:08 -05:00
David Sparer
01ad0b4875
safer connection tree gui updating
2017-11-03 15:10:35 -05:00
David Sparer
32a1dd64ab
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# CREDITS.TXT
# README.MD
# Tools/postbuild_installer.ps1
# Tools/set_LargeAddressAware.ps1
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteNGTests/packages.config
# mRemoteV1/App/Logger.cs
# mRemoteV1/App/Runtime.cs
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/DefaultConnectionInfo.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Connection/Protocol/PuttyBase.cs
# mRemoteV1/Messages/MessageCollector.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/PuTTYNG.exe
# mRemoteV1/Tools/ConnectionsTreeToMenuItemsConverter.cs
# mRemoteV1/Tools/ExternalToolArgumentParser.cs
# mRemoteV1/Tools/IeBrowserEmulation.cs
# mRemoteV1/Tools/NotificationAreaIcon.cs
# mRemoteV1/Tools/PortScanner.cs
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Controls/ConnectionTree/NameColumn.cs
# mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/AboutWindow.cs
# mRemoteV1/UI/Window/PortScanWindow.cs
2017-11-03 11:15:20 -05:00
David Sparer
6db7adf900
re-implemented autoresizecolumn in the connection tree
...
I did this in order to get around a weird bug where the connection tree would sometimes be set to a very small width (making it not visible)
2017-10-31 13:10:49 -05:00
David Sparer
499ac0295e
fixed one case where visible connection tree width wasnt being updated correctly
2017-10-29 12:33:29 -05:00
David Sparer
2406a7be49
fixes #600
2017-10-28 15:12:30 -05:00
kmscode
a49dec7e6d
just claify a comment.
2017-09-17 14:57:56 -04:00
kmscode
86ecb38ae2
minor code cleanup
2017-09-09 15:36:53 -04:00
Pedro Rodrigues
1669377938
Use root node when creating new connection/folder and no node is selected
2017-09-09 17:17:23 +01:00
CamAlvar
2b942f03b2
fix theme ui
...
- Fixed bug in ngcombobox that wasnt rendering DisplayMember elements text in theme mode
- Change in ngbutton icon placement for long text button names
- Verify SSH and notifications file transfer for theme, its ok
- Changed ConnectionTree to elipse text based on the width of the panel
2017-09-07 08:10:49 -05:00
Sean Kaim
5938bc72b4
jenkins doesn't like this...
2017-09-05 12:59:07 -04:00
Sean Kaim
11adbed079
code clean up
2017-09-05 12:50:32 -04:00
Sean Kaim
726e908b5a
Merge branch 'develop' into develop
2017-09-05 08:40:25 -07:00
David Sparer
b4c535c76a
can now delete multiple credentials
2017-08-06 10:32:48 -05:00
David Sparer
e4f8f96b83
unloaded credentials now display a message
2017-08-05 19:06:27 -05:00
David Sparer
ec554dae2e
cred record drop down now works
...
you can select the credential associated to a connection via a property window drop down
2017-08-05 16:35:21 -05:00
CamAlvar
29a25b708c
added comments to code, language location to new user strings, checked diff for merge
2017-08-04 19:02:28 -05:00
CamAlvar
6f25a72fb7
Added defaulting disable theming, wiring the theme manager with the option page
2017-08-02 22:08:55 -05:00
David Sparer
c4900f5a66
fixed cred id showing up in config window
2017-07-29 22:07:51 -05:00
David Sparer
edb5dff064
bit of cleanup
2017-07-29 21:49:29 -05:00
CamAlvar
fd045fcc39
Added images to buttons, updated the dockpanel version
2017-07-28 08:56:12 -05:00
CamAlvar
d08d4fa488
Almost all dialogs,forms and panels themed
2017-07-25 09:06:50 -05:00
CamAlvar
d0df08de2c
Added more controls, replaced normal elements with NG versions
2017-07-24 09:25:02 -05:00
Brandon Wulf
14d670a9a2
Don't propagate edit if it didn't come from the menu item
2017-07-21 15:38:46 -07:00
CamAlvar
a3894323db
Added more custo controls, external tools window list redesigned, external tools window finished
2017-07-18 09:43:30 -05:00
CamAlvar
9225df85da
Fixed design time controls, added custom button control
2017-07-13 09:34:17 -05:00
CamAlvar
81160ac1ea
implemented custom label to override winforms disabled hacks
...
Fix for dark themes on disabled label text (default to black in the winforms code)
2017-07-12 09:48:59 -05:00
CamAlvar
5dd02602b7
theme more windows,panels and menu
2017-07-10 08:06:38 -05:00
CamAlvar
8db74a4514
First try
...
Lots of things broken, but basic structure is there
2017-06-19 22:51:34 -05:00
Sean Kaim
1e7c123145
add log message
...
Relates to #596
2017-06-16 10:04:12 -04:00
Julien Roncaglia
7cc3639758
React to icon change events
2017-06-13 10:26:25 +02:00
Julien Roncaglia
24b5dd0c8c
Add server icons in the treeview
2017-06-13 10:26:24 +02:00
David Sparer
cd4d5df4db
extracted a Runtime method to a different class
2017-05-11 15:12:53 -06:00