Menu

/trunk/Src/FrOverview.pas Commit Log


Commit Date  
[r2304] (34.2 kB) by delphidabbler

Fixed bug #3561047 (http://bit.ly/Pf5L5v): Category overview sometimes doesn't start per preferences.

Main form was indirectly changing the tab in the overview pane when starting up with any except Categories tab (tab index 0) selected. This was saving state of tab 0 before it was assigned any tree nodes, meaning that it was displayed expanded when next selected because of lack of state info. Fix meant providing any Initialise method for the overview pane that selects the required tab without saving the state of tab 0. Main form calls this via new Initialise method of TMainDisplayMgr.

2012-08-23 18:57:25 View
Download
[r2259] (33.8 kB) by delphidabbler

Deleted unused local variable.

2012-08-19 14:55:37 View
Download
[r2247] (33.8 kB) by delphidabbler

Middle-clicking an item in overview pane now selects it. Previously middle clicks were ignored.
Refactored code that selects an item in overview treeview using extract (local) method.

2012-08-18 21:42:06 View
Download
[r2183] (34.2 kB) by delphidabbler

Changed so that right clicking a tab selects it.

2012-08-11 21:52:31 View
Download
[r1872] (33.6 kB) by delphidabbler

* Restyled treeview: hid lines, added expand / collapse buttons, reduced indent and enabled hot tracking of items when mouse passes over them.
* Added keyboard support for controlling tree view scroll bars in both directions, using Ctrl key with arrow keys.

2012-06-09 23:50:38 View
Download
[r1869] (33.0 kB) by delphidabbler

Added IsEmpty method to TSnippetList and modified code that tested TSnippetList.Count for zero to use new IsEmpty method instead.

2012-06-09 20:57:13 View
Download
[r1759] (33.0 kB) by delphidabbler

Standardised svn:mime-type properties to "text/pascal" and svn:eol-style to "native"

2012-02-27 11:40:49 View
Download
[r1757] (34.0 kB) by delphidabbler

Reintegrated v4-dev branch into trunk.
Trunk now contains v4 development tree

2012-02-27 11:19:09 View
Download
[r1728] (32.9 kB) by delphidabbler

Fixed bug where clicking tabs sometimes does not focus them, meaning that pressing Ctrl+Tab or Shift+Ctrl+Tab after clicking the tab does not always change the selected tab as expected.

** This fix is based on, but not identical to, the one applied in the v4-dev branch at r1723.

2011-11-22 11:35:12 View
Download
[r1727] (32.2 kB) by delphidabbler

Fixed problem where overview pane treeview state was not being saved when user changed tab, causing it to be restored incorrectly when navigating back to the tab.

** This is a manual copy of fix applied in v4-dev branch at r1711.

2011-11-22 11:10:20 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.