Sean Kaim
9da26358ba
copy hostname on folder causes exception
...
Reference #1261
2019-01-09 22:27:14 -05:00
Sean Kaim
d87283b7d7
UI.ConnTree -> Segoe UI
2019-01-03 11:09:17 -05:00
David Sparer
3bcb769965
Merge branch 'release/v1.76' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/mRemoteV1.csproj
2018-11-08 16:38:51 -06:00
David Sparer
083456e33a
fixed several event handle leaks #1173
2018-11-02 10:29:09 -05:00
MitchellBot
43977a74cc
Feature Request: Right click option to copy hostname #1141
...
Feature Request: Right click option to copy hostname #1141
2018-10-28 20:06:03 -07:00
David Sparer
44ed836b7c
fixed #1115
2018-09-29 12:14:44 -05:00
David Sparer
11baae3107
applying patch provided by Toomix in #1057 and merged in 7dbef77
2018-08-01 07:01:45 -05:00
David Sparer
00b7b1221c
fixes #1051
2018-07-28 09:03:57 -05:00
David Sparer
9dcf71dc31
new connection tree nodes will survive filtering until they exit edit mode
...
resolves #1038
2018-07-25 08:05:48 -05:00
David Sparer
fe56268421
added a simple system to batch saves in the connection service
2018-07-18 14:53:02 -05:00
David Sparer
2db6fabbe9
reverted 3bdcf65
2018-07-18 14:52:12 -05:00
David Sparer
3bdcf655fd
suspend tree model events during sort, since this can produce a lot of changes
2018-06-25 15:15:46 -05:00
David Sparer
ad5eed96e7
fixed visual bug when filtering connection tree. resolves #993
2018-06-22 15:09:53 -05:00
David Sparer
431c830ea0
resize connection tree column width when calling expand all. related to #993
2018-06-22 13:56:22 -05:00
David Sparer
69da1dca5f
added some tests of the connection tree duplicate function. related to #1004
2018-06-21 18:04:29 -05:00
David Sparer
cc61501f63
dont attempt to delete selected node if it is not a valid deletion target. resolves #1004
2018-06-21 17:35:42 -05:00
David Sparer
cf9dd72ea5
dont allow folder/connections to be added to the putty root node in connection tree. Resolves #998
2018-06-20 16:25:08 -05:00
David Sparer
8497a05fd1
resolves #991
...
fixed bug when deleting connection tree node when in filtered view
2018-06-13 14:34:05 -05:00
David Sparer
e4eaf0037e
fixed an issue that was making bug #479 reappear
2018-02-04 19:14:03 -06: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
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
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
Brandon Wulf
14d670a9a2
Don't propagate edit if it didn't come from the menu item
2017-07-21 15:38:46 -07: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
104ee3829f
combined several duplicate sort methods
2017-05-07 00:01:59 -06:00
David Sparer
9f80eb2f74
normalized line endings
2017-05-06 23:58:01 -06:00
David Sparer
44b3a643dd
Merge pull request #480 from pfjason/develop
...
Added a BeginEdit() at the end of the AddNode function.
2017-05-06 23:39:10 -06:00
David Sparer
93b45fba84
fixed auto column sizing to also include a horizontal scroll bar. resolves #501
2017-05-06 22:40:35 -06:00
David Sparer
a0c0ea4c4c
Merge branch 'develop' into improve_credential_manager
2017-05-02 10:15:06 -06:00
David Sparer
2dc413ca3a
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/PuTTYNG.exe
# mRemoteV1/UI/Controls/ConnectionContextMenu.cs
2017-05-02 10:14:33 -06:00
David Sparer
ce4bfc55c1
ConnectionInfo.Clone no longer sets the Parent property
...
this resolves undesirable tree nodes from being created
2017-05-02 08:49:04 -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
53c8b3b66d
use statement bodys to allow building with VS2015
2017-04-12 13:40:36 -04:00
Jason Aquino
1b66d446f9
Added a BeginEdit() at the end of the AddNode function.
2017-03-31 11:18:24 -04: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
David Sparer
788f597a3f
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteNGTests/Config/Serializers/XmlConnectionNodeSerializer27Tests.cs
# mRemoteNGTests/Config/Serializers/XmlConnectionsDocumentCompilerTests.cs
# mRemoteNGTests/Config/Serializers/XmlConnectionsDocumentEncryptorTests.cs
# mRemoteNGTests/Config/Serializers/XmlConnectionsSerializerTests.cs
# mRemoteV1/Config/Serializers/XmlConnectionNodeSerializer26.cs
# mRemoteV1/Config/Serializers/XmlConnectionsDocumentCompiler.cs
# mRemoteV1/Config/Serializers/XmlConnectionsSerializer.cs
# mRemoteV1/Properties/AssemblyInfo.cs
2017-03-06 13:21:56 -07:00
David Sparer
35b4564644
turned off a feature of ObjectListView that was stealing focus from keepass autotype events. resolves #312
2017-03-02 13:02:51 -07:00
David Sparer
30df947365
resolved issue when clicking in connection tree white space #422
2017-03-02 08:55:10 -07:00