Menu

/branches/parsnip/Src/Favourites.UManager.pas Commit Log


Commit Date  
[r4308] (5.0 kB) by delphidabbler

Changed ISnippetView to have a SnippetID property of type TSnippetID instead of a Snippet property of type TSnippet.
Modified calling code accordingly.

2013-12-14 13:36:32 View
Download
[r4304] (5.0 kB) by delphidabbler

Changed data type for change events involving snippets passed via Info property of IDatabaseChangeEventInfo from TSnippet to TBox<TSnippetID>. Modified change event handlers in using code accordingly.
Also added new code to generate an IDatabaseChangeEventInfo.Info property value of TBox<TTag> ready for when event re changes to tags need to triggered.

2013-12-14 12:52:24 View
Download
[r4303] (5.0 kB) by delphidabbler

Moved all change event handling code from _TDatabase into TDatabase and removed AddChangeEventHandler and RemoveChangeEventHandler from _IDatabase.
Relocated TDatabaseChangeEventKind and IDatabaseChangeEventInfo within DB.UMain unit to be visible to TDatabase.
Modified all code that called AddChangeEventHandler and RemoveChangeEventHandler from _Database object to call methods on Database object instead.

2013-12-14 11:09:10 View
Download
[r4019] (5.0 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
[r3939] (5.0 kB) by delphidabbler

Renamed TDBSnippetID in CS.Database.Types to TSnippetID and deleted TSnippetID from USnippetIDs.
Adjusted uses clauses of all code that uses TSnippetID as necessary.

2013-11-26 00:31:25 View
Download
[r3315] (5.0 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.