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 |
|
David Sparer
|
469f48f473
|
Merge branch 'develop' into improve_credential_manager
|
2017-03-01 17:37:06 -07:00 |
|
David Sparer
|
c915ac4a74
|
Added null propagation check for single click handler. resolves #422
|
2017-03-01 17:35:13 -07:00 |
|
David Sparer
|
e40ffabe4a
|
Merge branch 'v1_75_release_candidates' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/App/Export.cs
|
2017-02-16 08:51:43 -07:00 |
|
David Sparer
|
4d61820a78
|
made the treenode click handler generic
|
2017-02-11 17:25:13 -07:00 |
|
David Sparer
|
768fdcd0e4
|
using MouseClick events rather than the OLV CellClick events. this should resolve #378
|
2017-01-30 11:33:27 -07:00 |
|
David Sparer
|
6a871e73e0
|
modified the interface for the IConfirmer to be generic
|
2017-01-26 09:38:55 -07:00 |
|
David Sparer
|
e0fd81e938
|
resolved bug when clicking in blank space in the connection tree
|
2017-01-23 15:32:06 -07:00 |
|
David Sparer
|
cbd9d16e4c
|
simplified the connection tree refresh method.
the complexity of trying to add refresh optimizations was causing bugs. i will need to find a new way of reducing flicker
|
2017-01-17 15:31:40 -07:00 |
|
David Sparer
|
4e5a22a7e8
|
resolved a minor bug where creating a new node would screw up the selected node in the tree
We were trying to do multiselection when it is currently not supported by our implementation.
|
2017-01-17 09:47:00 -07:00 |
|
David Sparer
|
a03095ab8e
|
refactored the node deletion confirmer to be interface-based. this will lead to improved testability
|
2017-01-14 10:38:11 -07:00 |
|
David Sparer
|
9b42dc9f10
|
Refactored some click handlers and created a test for it
During testing I realized that the double and single click handlers were exactly the same thing, so i combined them into the composite click handler.
|
2017-01-14 10:11:22 -07:00 |
|
David Sparer
|
ce5d0cefe3
|
organized some files
|
2017-01-13 10:41:28 -07:00 |
|