Menu

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


Commit Date  
[r4280] (18.5 kB) by delphidabbler

Removed unused unit references.

2013-12-12 20:29:24 View
Download
[r4275] (18.6 kB) by delphidabbler

Added new TDatabase.Save method that saves database using new native file format.
Removed old Save method from IDatabaseEdit and _TDatabase.
Changed affected code to use TDatabase.Save instead of IDatabaseEdit.Save.

2013-12-12 17:52:07 View
Download
[r4271] (18.6 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
[r4242] (18.6 kB) by delphidabbler

Added new GetReferrersTo and GetDependentsOf methods to TDatabase.
Removed IDatabaseEdit's GetReferrers and GetDependents and _IDatabase's GetReferrersTo and GetDependentsOf methods along with their implementations in _TDatabase.
Modified code that used removed _TDatabase methods to use the new TDatabase methods instead.

2013-12-11 16:45:20 View
Download
[r4107] (18.6 kB) by delphidabbler

Removed unused unit references: FmAddCategoryDlg, FmDeleteCategoryDlg and FmRenameCategoryDlg.

2013-12-03 17:52:53 View
Download
[r4106] (18.7 kB) by delphidabbler

Removed unused DB.UCategory unit reference.

2013-12-03 17:44:57 View
Download
[r4105] (18.7 kB) by delphidabbler

Deleted redundant AddCategory, RenameACategory, DeleteACategory, CanRenameACategory and CanDeleteACategory public methods from TUserDBMgr, along with private CreateUserCatList method.

2013-12-03 17:42:40 View
Download
[r4075] (21.4 kB) by delphidabbler

Added new method to remove a tag from a snippet.

2013-12-03 10:18:26 View
Download
[r4038] (20.8 kB) by delphidabbler

Made TUserDBMgr.CanDuplicate and TUserDBMgr.CanEdit have same method bodies.

2013-12-02 02:03:08 View
Download
[r4019] (20.8 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
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.