Menu

/branches/parsnip/Src/UMainDisplayMgr.pas Commit Log


Commit Date  
[r4095] (23.7 kB) by delphidabbler

Removed reference to ICategoryView.

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.
Modified affected code accordingly.

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.
Made required changes to calling code in TMainForm.

2013-12-02 15:24:06 View
Download
[r4045] (23.7 kB) by delphidabbler

Moved methods of ITabbedDisplayMgr into IDetailPaneDisplayMgr and deleted ITabbedDisplayMgr.
Removed TDetailFrame to remove reference to ITabbedDisplayMgr and updated method comments.
Modified TMainDisplayMgr, replacing details pane manager cast to ITabbedDisplayMgr with casts to IDetailPaneDisplayMgr.
Also changed TMainDisplayMgr so that Ctrl+Tab and Shift+Ctrl+Tab key-presses always result in change of detail pane tab, regardless of whether overview frame has keyboard focus.

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".
Made similar changes to some comments.
Modified code affected by the renaming.

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.
Added new SelectGrouping and SelectedGroupingIdx methods to IOverviewDisplayMgr and implemented these in TOverviewFrame.
Modified TMainDisplayMgr re the above changes no ensure that TOverviewFrame is no longer referenced via the ITabbedDisplayMgr interface.

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.
Modified all code that calls Database to use _Database instead.

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.
Provided a minimal implementation of those changes in TQuery: further work needed to rationalise the change.
Modified code that uses IQuery.Selection as necessary.

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.
Made minimal modification to calling code in TMainDisplayMgr re these changes.

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.

2013-08-18 14:51:47 View
Download
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.