Commit | Date | |
---|---|---|
2013-12-03 16:43:10 |
View
Download |
|
2013-12-03 16:42:12 |
View
Download |
|
[r4088]
(10.3 kB)
by
delphidabbler
Added IQuery.FilterSelection method, and its implementation in TQuery, that takes a filter function and returns the result of applying the filter to the current selection. |
2013-12-03 16:35:00 |
View
Download |
[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. |
2013-11-29 01:49:18 |
View
Download |
[r4018]
(9.5 kB)
by
delphidabbler
Removed unused USnippetIDs unit from project. |
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. |
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. |
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. |
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. |
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 |