Commit | Date | |
---|---|---|
[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 |
2013-04-02 16:19:25 | Tree | |
[r2895]
by
delphidabbler
Renamed ISettingsSection's GetEncryptedItemValue and SetEncryptedItemValue methods as GetEncryptedString and SetEncryptedString respectively. |
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 |
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'. |
2013-04-02 13:54:28 | Tree |
2013-04-02 13:09:22 | Tree | |
[r2890]
by
delphidabbler
Renamed UUtils unit's DateStamp routine as RFC1123DateStamp. |
2013-04-01 11:25:37 | Tree |
[r2889]
by
delphidabbler
Removed TUpdateCheckerConfig.NowAsGMT method and replaced calls with NowGMT from UUtils unit. |
2013-04-01 11:23:19 | Tree |