Commit | Date | |
---|---|---|
2013-04-02 13:57:09 |
View
Download |
|
[r2602]
(13.9 kB)
by
delphidabbler
Changed use of "criteria" to "filter" in various identifiers in USearch unit and in using code to better reflect purpose of the names. Made changes to affected code. |
2012-12-18 15:06:23 |
View
Download |
[r2597]
(14.0 kB)
by
delphidabbler
Rationalised TSearchFactory: replaced all search specific methods except CreateNulSearch with new generic CreateSearch. |
2012-12-17 22:43:17 |
View
Download |
[r2330]
(14.0 kB)
by
delphidabbler
Changed form units, along with any subsidiary frames and classes in their namespace, from MPL v1.1 to MPL v2.0. |
2012-08-27 14:10:33 |
View
Download |
[r1895]
(14.6 kB)
by
delphidabbler
Implemented support for allowing searches to refine previous searches instead of always working on whole database. |
2012-06-11 19:05:54 |
View
Download |
[r1759]
(13.6 kB)
by
delphidabbler
Standardised svn:mime-type properties to "text/pascal" and svn:eol-style to "native" |
2012-02-27 11:40:49 |
View
Download |
[r1757]
(14.0 kB)
by
delphidabbler
Reintegrated v4-dev branch into trunk. |
2012-02-27 11:19:09 |
View
Download |
[r261]
(14.0 kB)
by
delphidabbler
Changed to write and read persistent string lists using new ISettingsSection SetStrings and GetStrings methods instead of reading / writing each line individually and tracking count. |
2009-08-31 15:13:58 |
View
Download |
[r246]
(14.4 kB)
by
delphidabbler
Removed redundant public Search property from find dialog classes and adjusted code accordingly. |
2009-08-23 22:51:36 |
View
Download |
[r245]
(14.5 kB)
by
delphidabbler
Changed form classes to prevent public construction - forms must be displayed via class methods, not by directly constructing object. Added INoPublicConstruct to type definitions of forms and changed class methods that construct forms to call InternalCreate protected constructor instead of Create. Core logic to determine constructor behaviour is inherited from TBaseForm. |
2009-08-23 22:45:32 |
View
Download |