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
|
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 |
|
Brandon Wulf
|
14d670a9a2
|
Don't propagate edit if it didn't come from the menu item
|
2017-07-21 15:38:46 -07: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
|
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
|
768fdcd0e4
|
using MouseClick events rather than the OLV CellClick events. this should resolve #378
|
2017-01-30 11:33:27 -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 |
|