Commit | Date | |
---|---|---|
[r4382]
(29.5 kB)
by
delphidabbler
Renamed some internal methods that relate to a snippet's KindID property. |
2013-12-17 11:59:52 |
View
Download |
[r4379]
(29.6 kB)
by
delphidabbler
Renamed ISnippet and IEditableSnippet's Kind property to KindID. |
2013-12-17 11:48:10 |
View
Download |
[r4375]
(29.6 kB)
by
delphidabbler
Renamed TSnippetKind enumeration as TSnippetKindID. |
2013-12-17 11:19:37 |
View
Download |
[r4297]
(29.5 kB)
by
delphidabbler
Changed native database file "watermarks" to remove the word "USER" and add a UID that is common to both files. |
2013-12-14 05:50:12 |
View
Download |
[r4274]
(29.4 kB)
by
delphidabbler
Fixed bugs in TDBNativeReader's DatabaseExists and ValidateSnippetFileHeader methods. Former was always returning False and latter was testing for a master file watermark instead of snippet file. |
2013-12-12 17:44:46 |
View
Download |
[r4272]
(29.4 kB)
by
delphidabbler
Fixed bug in TDBNativeWriter code that deletes unwanted files: it could delete all files in directory! |
2013-12-12 17:34:00 |
View
Download |
[r4270]
(29.4 kB)
by
delphidabbler
Added new IDatabaseWriter interface and modified TDBNativeWriter to implement it. |
2013-12-12 16:55:59 |
View
Download |
[r4262]
(29.4 kB)
by
delphidabbler
Removed unused parameter from IDatabaseLoader.DatabaseExists method and its implementation. |
2013-12-12 15:23:40 |
View
Download |
[r4254]
(29.5 kB)
by
delphidabbler
Fixed error code that opened or queries files: was using relative rather than fully specified file names. |
2013-12-12 03:10:13 |
View
Download |
[r4253]
(29.1 kB)
by
delphidabbler
Modified TDBLegacyUserDBReader and TDBNativeReader to implement IDatabaseLoader by adding new DatabaseExists method to both classes. |
2013-12-12 02:59:56 |
View
Download |