Menu

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


Commit Date  
[r3975] (33.5 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
[r3974] (33.5 kB) by delphidabbler

Changed type of internal snippet list from TSnippetList to ISnippetIDList.

2013-11-27 05:01:06 View
Download
[r3972] (33.5 kB) by delphidabbler

Added TSnippetList.ToIDList helper method to convert snippet list to ID list. This is to help transition from TSnippetList to ISnippetIDList.
Replaced custom "fudged" code in FrOverview and UDialogMgr units with call to new ToIDList.

2013-11-27 04:27:34 View
Download
[r3951] (33.7 kB) by delphidabbler

Changed TGroup and TOverviewTreeBuilder to take a ISnippetIDList as constructor parameters instead of a TSnippetList.
Modified using code accordingly including replacing a call to IDatabase._Snippets with a call to IDatabase.SelectAll.

2013-11-26 10:49:21 View
Download
[r3629] (33.3 kB) by delphidabbler

Replaced various "array of some-type" declarations with "TArray<some-type>".

2013-10-21 12:48:14 View
Download
[r3315] (33.3 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.