Commit | Date | |
---|---|---|
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. |
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. |
2013-12-12 17:16:09 |
View
Download |
[r4242]
(18.6 kB)
by
delphidabbler
Added new GetReferrersTo and GetDependentsOf methods to TDatabase. |
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 |
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 |
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. |
2013-11-29 01:49:18 |
View
Download |