Commit | Date | |
---|---|---|
2013-12-12 20:44:10 |
View
Download |
|
[r4245]
(18.3 kB)
by
delphidabbler
Changed TDatabase.SelectSnippets to take a simple function reference as its parameter instead of IDBFilter instance. |
2013-12-11 17:56:48 |
View
Download |
[r4241]
(18.5 kB)
by
delphidabbler
Renamed IReadOnlySnippet as ISnippet and made required changes to affected code. |
2013-12-11 16:08:28 |
View
Download |
[r4240]
(18.5 kB)
by
delphidabbler
Changed code that accessed _Database.Select to use Database.SelectSnippets instead. |
2013-12-11 11:35:43 |
View
Download |
[r4235]
(18.3 kB)
by
delphidabbler
Changed code that accessed _Database.GetAllTags to use Database.GetAllTags instead. |
2013-12-11 10:28:08 |
View
Download |
[r4234]
(18.3 kB)
by
delphidabbler
Changed code that accessed _Database.SelectAll to use Database.GetAllSnippets instead. |
2013-12-11 10:25:27 |
View
Download |
[r4223]
(18.3 kB)
by
delphidabbler
Extracted nested TTitleComparer and TTitleEqualityComparer from within TSnippet and made classes in their own right, named TSnippetTitleComparer and TSnippetTitleEqualityComparer. |
2013-12-11 00:06:51 |
View
Download |
[r4214]
(18.3 kB)
by
delphidabbler
Fixed error in TTagGrouping.Populate that was failing to filter grouped snippets using given master snippet ID list, meaning that all snippets were always displayed, even when only a the snippets matching a search should be displayed. |
2013-12-10 21:09:45 |
View
Download |
[r4211]
(18.2 kB)
by
delphidabbler
Reimplemented TTagGrouping.Populate method to create a grouping for every tag known to database as well as special "no tags" grouping. |
2013-12-10 16:58:50 |
View
Download |
[r4208]
(19.0 kB)
by
delphidabbler
Renamed TSnippetList defined in DB.USnippets unit as _TSnippetList and modified affect code accordingly. This is a first step towards changing snippet lists throughout the code to use a different list type. |
2013-12-10 16:17:15 |
View
Download |