Menu

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


Commit Date  
[r4370] (18.2 kB) by delphidabbler

Replaced calls to TSnippetKindInfoList to get list of available snippet kinds with calls to Database.GetAllSnippetKinds and methods of the returned ISnippetKindList object.

2013-12-17 10:54:16 View
Download
[r4347] (18.2 kB) by delphidabbler

Changed classes in UGroups unit to use ISnippet instead of TSnippet for all references to snippet objects, including the the public TGroupItem.SnippetList property.
Changed code in units that use TGroupItem.SnippetList re the change of snippet type.

2013-12-16 23:47:03 View
Download
[r4283] (18.3 kB) by delphidabbler

Removed unused unit references.

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.
Modified calling code accordingly.
Removed now-redundant IDBFilter interface and implementations in TDBFilter and TDelegatedDBFilter.

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.
Also renamed TDatabase's LookupReadOnlySnippet method and LookupSnippet.

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.
Deleted Select method from IDatabase and _TDatabase.

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.
Deleted GetAllTags method from IDatabase and _TDatabase.

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.
Deleted SelectAll method from IDatabase and _TDatabase.

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.
Modified using code re this renaming.

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
Older >
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.