Commit | Date | |
---|---|---|
2013-12-03 16:59:22 |
View
Download |
|
[r4052]
(23.7 kB)
by
delphidabbler
Renamed various interface, class and factory method names in UView.pas to correct the spelling of "Null" in their names. |
2013-12-02 16:59:29 |
View
Download |
[r4047]
(23.7 kB)
by
delphidabbler
Renamed TMainDisplayMgr's SelectNextActiveTab and SelectPreviousActiveTab to SelectNextDetailsTab and SelectPreviousDetailsTab respectively: these names are more sensible now that only detail pane has tabs. |
2013-12-02 15:24:06 |
View
Download |
[r4045]
(23.7 kB)
by
delphidabbler
Moved methods of ITabbedDisplayMgr into IDetailPaneDisplayMgr and deleted ITabbedDisplayMgr. |
2013-12-02 15:17:56 |
View
Download |
[r4044]
(25.1 kB)
by
delphidabbler
Changed various method, variable, parameter and constant names that referred to overview "tabs" so that they now refer to "groupings". |
2013-12-02 14:54:58 |
View
Download |
[r4043]
(24.8 kB)
by
delphidabbler
Removed support for ITabbedDisplayMgr from TOverviewFrame because it no longer has tabs. This means that the Ctrl+Tab and Shift+Ctrl+Tab key presses no longer change the grouping. |
2013-12-02 13:50:10 |
View
Download |
[r4019]
(24.6 kB)
by
delphidabbler
Renamed IDatabase and Database function, along with internal TDatabase class and PvtDatabase varibale by placing underscore in front of their names. This is to flag the items as "legacy" and to avoid name clashes with new database code being developed. |
2013-11-29 01:49:18 |
View
Download |
[r3979]
(24.6 kB)
by
delphidabbler
Changed IQuery.Selection property and its associated getter function to return a ISnippetIDList object instead of a TSnippetList. |
2013-11-27 05:34:18 |
View
Download |
[r3975]
(24.7 kB)
by
delphidabbler
Changed snippet list parameter type of IOverviewDisplayMgr.Display from TSnippetList to ISnippetIDList and implemented changes in TOverviewFrame. |
2013-11-27 05:08:44 |
View
Download |
[r3315]
(24.6 kB)
by
delphidabbler
Recreated "parsnip" (v5 development) branch by branching trunk just after updating it with changes in v4.7.1.
renamed from
/trunk/Src/UMainDisplayMgr.pas
|
2013-08-18 14:51:47 |
View
Download |