Menu

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


Commit Date  
[r4271] (13.0 kB) by delphidabbler

Moved field that records whether database has changed from _TDatabase into TDatabase and created a temporary TDatabase.__Updated property to provide access to the new field to the code that needs it in TDatabase.
Also removed IDatabaseEdit.Updated function and its implementation in TDatabase and added a TDatabase.IsDirty method to perform same role.
Modified TDatabase.Load to clear the dirty flag.
Changed affected code to use the new TDatabase method.

2013-12-12 17:16:09 View
Download
[r4232] (13.0 kB) by delphidabbler

Changed code that accessed _Database.SnippetCount to use Database.SnippetCount instead.
Deleted SnippetCount method from IDatabase and _TDatabase.

2013-12-11 10:13:29 View
Download
[r4019] (13.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
[r3976] (13.0 kB) by delphidabbler

Minor tweak to avoid duplicate call to Query.Selection.Count.

2013-11-27 05:12:45 View
Download
[r3947] (13.0 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
[r3910] (13.0 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
[r3900] (13.0 kB) by delphidabbler

Replaced unnecessary calls to FreeAndNil with calls to object's .Free method.

2013-11-24 14:16:23 View
Download
[r3787] (13.0 kB) by delphidabbler

Removed UserDefined property from TSnippet.
Made minimal changes to affected to code in order to compile. Inserted TODOs where further consequent changes are needed.

2013-11-14 15:19:15 View
Download
[r3315] (13.4 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.