Menu

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


Commit Date  
[r4019] (9.5 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
[r4018] (9.5 kB) by delphidabbler

Removed unused USnippetIDs unit from project.
Changed affected units to use CS.Database.Snippets instead.

2013-11-29 01:20:31 View
Download
[r3981] (9.5 kB) by delphidabbler

Changed data structure that maintains list of selected snippets from TSnippetList to ISnippetIDList and made necessary changes to affected code.
Modified code that calls ISearch.Execute re changes made in USearch unit at revision 3980.

2013-11-27 22:40:43 View
Download
[r3979] (9.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
[r3970] (9.6 kB) by delphidabbler

Changed IQuery.GetCatSelection and implementation to return a ISnippetIDList instead of populating a given TSnippetList.
Modified code in TSnippetSourceGen that uses IQuery.GetCatSelection accordingly.

2013-11-27 04:11:12 View
Download
[r3966] (9.8 kB) by delphidabbler

Renamed TCategory.Snippets property as SnippetIDs and changed its type to ISnippetIDList.
Made appropriate changes to affected code.

2013-11-27 01:54:00 View
Download
[r3910] (9.8 kB) by delphidabbler

Renamed IDatabase's Snippets property as _Snippets as a first step in elimination of the property.

2013-11-25 01:09:40 View
Download
[r3315] (9.8 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.