Commit | Date | |
---|---|---|
[r4019]
(24.3 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 |
[r3985]
(24.3 kB)
by
delphidabbler
Removed assertions that test for nil snippet after calls to Database.Lookup: this method now raises an exception when the lookup fails (see revision 3984). |
2013-11-27 23:46:29 |
View
Download |
[r3979]
(24.4 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 |
[r3966]
(24.2 kB)
by
delphidabbler
Renamed TCategory.Snippets property as SnippetIDs and changed its type to ISnippetIDList. |
2013-11-27 01:54:00 |
View
Download |
[r3947]
(24.1 kB)
by
delphidabbler
Changed code to use new IDatabase IsEmpty and SnippetName methods instead of accessing _Snippets property. |
2013-11-26 06:37:48 |
View
Download |
[r3921]
(24.1 kB)
by
delphidabbler
Renamed TSnippet's TDisplayNameComparer and TDisplayNameEqualityComparer classes as TTitleComparer and TTitleEqualityComparer respectively and updated affected code. |
2013-11-25 13:25:39 |
View
Download |
[r3918]
(24.1 kB)
by
delphidabbler
Renamed TSnippet's DisplayName property as Title and modified affected code accordingly. |
2013-11-25 13:09:06 |
View
Download |
[r3910]
(24.1 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 |
[r3802]
(24.1 kB)
by
delphidabbler
Revised welcome page: |
2013-11-14 20:35:40 |
View
Download |
[r3797]
(24.4 kB)
by
delphidabbler
Revised snippet info detail page so that Edit snippet link no longer appears at top right of page. This is replaced by test info image. |
2013-11-14 16:52:47 |
View
Download |