Commit | Date | |
---|---|---|
[r2542]
(54.9 kB)
by
delphidabbler
Merged revision(s) 2480-2541 from tags/version-4.0.1: This comprises all changes made from release 4.0.0 to release 4.0.1. For trunk root directory, Build.html and ChangeLog-v3.txt only svn:mergeinfo properties have changed. |
2012-12-08 15:30:22 |
View
Download |
[r2400]
(55.8 kB)
by
delphidabbler
Removed embedded TImageList content from form and changed to dynamically load action glyphs from resources to image list at run-time. |
2012-09-10 20:05:23 |
View
Download |
[r2382]
(55.6 kB)
by
delphidabbler
Removed copy tool button from main form toolbar. |
2012-09-08 13:16:17 |
View
Download |
2012-08-29 01:14:27 |
View
Download |
|
[r2330]
(55.5 kB)
by
delphidabbler
Changed form units, along with any subsidiary frames and classes in their namespace, from MPL v1.1 to MPL v2.0. |
2012-08-27 14:10:33 |
View
Download |
[r2304]
(56.1 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 |
[r2303]
(56.2 kB)
by
delphidabbler
Renamed TMainDisplayMgr Initialise method as ReStart. Updated affected code. |
2012-08-23 16:53:29 |
View
Download |
[r2301]
(56.2 kB)
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 |
View
Download |
[r2299]
(56.2 kB)
by
delphidabbler
Modified TMainForm to call new TMainDisplayMgr.PrepareForDBReload method just before database is reloaded. This saves state of overview frame's tree view ready for restoration after database has been loaded. Fixes bug #3560521 (http://bit.ly/RG7Jlw): Overview tree state doesn't restore after database update |
2012-08-23 14:27:54 |
View
Download |
[r2274]
(56.1 kB)
by
delphidabbler
Created new custom action - TDetailTabAction - that is used by Notifier to select a new tab in detail pane. This replaces a standard action that had no tie in with user input. |
2012-08-19 22:51:50 |
View
Download |