Commit | Date | |
---|---|---|
[r387]
by
delphidabbler
Changed TAppInfo and TTestUnit to get required system folders by using methods of the new TSystemFolders class in USystemInfo unit rather than by use of functions from UUtils unit. |
2009-09-29 17:59:09 | Tree |
[r386]
by
delphidabbler
* Added TSystemFolders static class that exposes TPJSystemFolders class to rest of program under a new name. Added two public methods to get common and per-user application data directories along with supporting protected methods. |
2009-09-29 17:57:28 | Tree |
[r385]
by
delphidabbler
Revised privacy statement to note that a user's name and email address are now recorded in User.3.ini by all dialog boxes that accept them, not just the code submission dialog box. |
2009-09-29 12:01:04 | Tree |
[r384]
by
delphidabbler
Edited description of TUserInfo.Create to correctly describe revised parameter list. |
2009-09-29 11:11:21 | Tree |
[r383]
by
delphidabbler
* Adapted to use revised TUserInfo record structure |
2009-09-29 11:08:42 | Tree |
[r382]
by
delphidabbler
* Dialog box now uses information about the user from persistent storage as default values of relevant controls and updates persistent storage with any changes in the user information. |
2009-09-29 11:02:21 | Tree |
[r381]
by
delphidabbler
Adapted TCodeImportMgr to changes in TUserInfo record defined in UCodeImportExport.pas. |
2009-09-29 10:55:49 | Tree |
[r380]
by
delphidabbler
* Changed TUserInfo record: Name and Email fields replaced by a single TUserDetails field that contains same information. Various TUserInfo methods adapted to this revised structure. |
2009-09-29 10:53:54 | Tree |
[r379]
by
delphidabbler
* Added TComputerInfo static class that exposes TPJComputerInfo class to rest of program under a new name with no additions or changes. |
2009-09-29 10:47:31 | Tree |
[r378]
by
delphidabbler
Added new unit that implements a record that encapsulates information about the program user and a static class that persists the information in settings storage. |
2009-09-29 09:10:28 | Tree |