root/trunk/dabo/dPref.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4715 [4715] 11/25/2008 06:00:28 PM ed Changed the default for SQLite to not create the database file if it …
(edit) @4496 [4496] 09/01/2008 11:35:05 AM ed When calling getPrefs(), you can now indicate a key that is relative to …
(edit) @4489 [4489] 08/30/2008 07:03:51 PM ed Added the deleteByValue() method to dPref. This enables you to delete all …
(edit) @4316 [4316] 07/23/2008 04:20:31 PM ed Moved the FloatingPanel? code into dDialog and dFormMixin, so that it is …
(edit) @4314 [4314] 07/23/2008 02:49:03 PM paul Added support for saving decimal values to preferences.
(edit) @4179 [4179] 06/25/2008 03:09:04 PM ed Removed bare 'except:' from the code.
(edit) @4136 [4136] 06/14/2008 01:09:17 PM ed Fixed a bug that would not return the proper subkeys with long key paths.
(edit) @3905 [3905] 02/07/2008 10:56:00 AM paul Fixed a problem encountered on a new webserver installation.
(edit) @3495 [3495] 10/15/2007 11:49:11 AM ed Added the 'hasKey()' method to dPref. This allows you to check for the …
(edit) @3470 [3470] 10/14/2007 05:19:37 AM ed Added the 'get()' method; this is simply a public interface for the …
(edit) @3429 [3429] 10/07/2007 08:55:24 AM ed Refined the way that the Preference Dialog works. The major change was …
(edit) @3334 [3334] 08/26/2007 06:49:21 AM ed Minor style change to the connection. The old way works, but passing …
(edit) @3314 [3314] 08/19/2007 12:07:48 PM ed Major re-write to the way that transactions are handled in the bizobj and …
(edit) @3303 [3303] 08/04/2007 02:05:15 PM paul Reverted the behavior of _ to how we had it originally: you must …
(edit) @3290 [3290] 07/28/2007 01:46:09 AM paul I was reading up on Python's gettext module, trying to get my head around …
(edit) @3226 [3226] 07/05/2007 04:30:13 PM ed Added support for dictionaries as a preference setting type. There was no …
(edit) @3199 [3199] 06/22/2007 10:00:34 AM paul After this morning's reverts, I was still finding at least one error (the …
(edit) @3194 [3194] 06/21/2007 08:22:09 PM dj Modified the Log class to contain levels (Database Activity, Debug, Info, …
(edit) @3147 [3147] 05/31/2007 09:16:37 AM paul Refactored getUserDaboDirectory and getUserHomeDirectory to use the …
(edit) @3145 [3145] 05/28/2007 11:27:58 AM paul Made it possible for end-developers to specify that the preference …
(edit) @3054 [3054] 04/11/2007 05:11:18 PM ed Added the source encoding declaration to all source files. Each file now …
(edit) @2810 [2810] 02/13/2007 12:39:34 PM ed Added the option of logging all database execution. By default, no logging …
(edit) @2577 [2577] 12/21/2006 03:21:26 PM ed Removed the debugging line when dPref cannot determine the type of the …
(edit) @2425 [2425] 11/08/2006 02:04:14 PM paul Fixed dPref.getPrefKeys() to return keys even if those keys have subkeys. …
(edit) @2377 [2377] 10/22/2006 04:48:38 PM ed Improved the performance of dPref by skipping the initial test query to …
(edit) @2376 [2376] 10/21/2006 05:38:40 PM ed Added a method called 'addKey()' that adds the specified key to the base …
(edit) @2374 [2374] 10/21/2006 10:15:12 AM ed Improved the handling of preference deletion. Also cleaned up a lot of …
(edit) @2370 [2370] 10/20/2006 06:50:03 PM ed This is a major commit. It completely changes the way that user settings …
(edit) @2340 [2340] 10/13/2006 09:45:27 AM echo This makes Python 2.5 usable. Is this the best way?
(edit) @2206 [2206] 06/06/2006 02:31:59 PM paul Changed an errorLog.write() call to a warnings.warn() call instead, as …
(edit) @2201 [2201] 06/05/2006 01:26:19 PM ed Added two new properties to dObject: BasePrefKey? and PreferenceManager?. …
(add) @2199 [2199] 06/04/2006 05:50:42 PM ed Created the dPref class. This is an attempt to make the handling of …
Note: See TracRevisionLog for help on using the revision log.