Commit | Date | |
---|---|---|
2012-08-25 11:10:45 | Tree | |
2012-08-25 11:08:24 | Tree | |
2012-08-24 22:17:57 | Tree | |
[r2306]
by
delphidabbler
Changed case insensitive string equality tests to use StrSameText routine from UStrUtils unit. |
2012-08-24 22:14:12 | Tree |
[r2305]
by
delphidabbler
Updated ready for Release 4.0 beta 2 |
2012-08-23 19:13:07 | Tree |
[r2304]
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 | Tree |
[r2303]
by
delphidabbler
Renamed TMainDisplayMgr Initialise method as ReStart. Updated affected code. |
2012-08-23 16:53:29 | Tree |
[r2302]
by
delphidabbler
Reimplemented snippet list belong to a group item as a TSortedObjectList<> of snippets, sorted on snippet display name (and database). This causes all snippets in any grouping to be ordered on display name instead of name. Fixes bug #3560958 (http://bit.ly/TX7M9V): Snippets not sorted correctly in overview pane. |
2012-08-23 15:32:56 | Tree |
[r2301]
by
delphidabbler
Moved code that clears display ready for a database update into TMainDisplayMgr.PrepareForDBReload. TMainDisplayMgr.ClearAll now redundant so removed. Call to ClearAll removed from TMainForm. |
2012-08-23 14:58:16 | Tree |
[r2300]
by
delphidabbler
Changed TMainDisplayMgr.ClearAll to refresh detail page after closing all tabs. This ensures any view that is displayed when display is cleared is cleared. Fixes bug #3561014 (http://bit.ly/PEFgXY): Display Pane does not clear while database is loading |
2012-08-23 14:46:48 | Tree |