Menu

Old Code (SVN) Commit Log


Commit Date  
[r2900] by delphidabbler

Updated help topic re changed made to Updates tab of Preferences dialogue box at revision 2898.

2013-04-03 14:17:25 Tree
[r2899] by delphidabbler

Heavily revised unit.
Introduced a common abstract base class for TProgramUpdateCheckerThread and TDatabaseUpdateCheckerThread that provides common functionality. This new class also takes on the work of the TUpdateCheckerConfig class, which was removed.
Revised to support user-specified update frequencies. (Previously only check is user had given or denied permission to perform updates and used a 1 day frequency.

2013-04-03 14:00:13 Tree
[r2898] by delphidabbler

Replaced check boxes that were used to switch on and off auto-update checking with combo boxes where user can choose a suitable auto-update checking frequency.

2013-04-03 13:54:47 Tree
[r2897] by delphidabbler

Replaced IPreferences AutoCheckDatabaseUpdates and AutoCheckProgramUpdates properties with AutoCheckDatabaseFrequency and AutoCheckProgramFrequency respectively. These properties now specify a frequency of update checking in days, with 0 being "don't check".

2013-04-03 13:50:02 Tree
[r2896] by delphidabbler

Completed XMLDoc commenting unit.

2013-04-02 16:19:25 Tree
[r2895] by delphidabbler

Renamed ISettingsSection's GetEncryptedItemValue and SetEncryptedItemValue methods as GetEncryptedString and SetEncryptedString respectively.
Modified affected client code to use new method names.

2013-04-02 14:22:27 Tree
[r2894] by delphidabbler

Added code to start and stop code that checks for program and database updates in background threads along with code that displays any resulting notifications in a pop up window in main window.

2013-04-02 13:59:29 Tree
[r2893] by delphidabbler

Modified re changes made in USettings unit in previous revision.

2013-04-02 13:57:09 Tree
[r2892] by delphidabbler

Added new methods to read and write settings values by type to ISettingsSection and implementation. Supported types are - Boolean, Integer, Float, Date-Time and String. The idea is that the burden of value type conversion is moved from client code into Settings object. Boolean values are now written as 'True' and 'False'.
Removed old ItemValues[] array property - now replaced by new methods above.
Removed several unused methods and properties from ISettingsSection and its implementation.

2013-04-02 13:54:28 Tree
[r2891] by delphidabbler

Noted data types used in ini files.

2013-04-02 13:09:22 Tree
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.