root/trunk/dabo/dApp.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4742 [4742] 11/30/2008 07:54:11 AM ed Added handlers in the UI layer for some of wxPython's AppleEvent? handler …
(edit) @4740 [4740] 11/29/2008 01:25:16 PM ed Added an afterSetup() hook method at the suggestion of Henning Hraban …
(edit) @4721 [4721] 11/27/2008 12:58:23 PM ed Added the method 'getStandardAppDirectory()'. This takes one of the …
(edit) @4720 [4720] 11/27/2008 08:36:53 AM ed Added the improvement provided by 'cowo' for proper importing of project …
(edit) @4714 [4714] 11/25/2008 11:10:45 AM paul dApp wasn't allowing the setting of a custom Crypto instance in …
(edit) @4678 [4678] 11/11/2008 03:31:43 PM ed Added a more graceful and informative response when the server for a web …
(edit) @4660 [4660] 11/06/2008 05:56:04 PM ed Removed the @remote decorators, and replaced them with a _RemoteProxy …
(edit) @4547 [4547] 10/04/2008 08:55:23 AM ed These are the changes to the framework required to create web-enabled …
(edit) @4459 [4459] 08/27/2008 09:01:24 AM ed Implemented a basic debugging output window. It's fairly simple now, but …
(edit) @4236 [4236] 07/04/2008 05:06:29 PM ed Fixed some more stupid Windows path quirks in urlFetch(). Also added a …
(edit) @4234 [4234] 07/04/2008 12:45:31 PM ed Updated dApp to optionall raise a 404 Not Found error if a requested file …
(edit) @4226 [4226] 07/04/2008 06:31:55 AM ed Added before- and after- hooks to the onEditPreferences() handler, …
(edit) @4224 [4224] 07/02/2008 12:15:11 PM uwe_grauer Changed dApp.closeConnections() to not catch any exceptions.
(edit) @4222 [4222] 07/02/2008 11:54:51 AM uwe_grauer Fixed error in dApp.closeConnections()
(edit) @4179 [4179] 06/25/2008 03:09:04 PM ed Removed bare 'except:' from the code.
(edit) @4171 [4171] 06/20/2008 09:49:43 AM ed Added the 'afterFinish()' hook method. This fires after the app has …
(edit) @4117 [4117] 06/08/2008 08:09:41 AM ed Added the 'SourceURL' property to dApp, along with the 'urlFetch()' …
(edit) @4046 [4046] 04/17/2008 08:53:01 AM ed Added 'beginTransaction()', 'commitTransaction()', and …
(edit) @4003 [4003] 03/30/2008 07:53:39 AM ed Updated the _initDB() method to accept an optional path. If no path is …
(edit) @4001 [4001] 03/27/2008 06:15:43 PM ed Fixed the bug reported in Ticket #1134 - the _finished attribute was not …
(edit) @3989 [3989] 03/23/2008 07:03:05 AM ed Fixed typo.
(edit) @3985 [3985] 03/23/2008 06:25:52 AM ed Changed the behavior of getConnectionByName() to raise an exception. …
(edit) @3887 [3887] 01/18/2008 12:02:55 PM paul Merged my branch back into trunk. Added dateFormat, dateTimeFormat, and …
(edit) @3810 [3810] 12/17/2007 05:11:52 PM ed These are the changed needed to enable Web Update to be used to keep all …
(edit) @3806 [3806] 12/13/2007 04:43:06 AM ed Lots of changes relating to Web Update. The goal of these changes is to …
(edit) @3786 [3786] 12/11/2007 08:09:17 AM ed This fixes a bug I introduced when _initModuleNames() was added. People …
(edit) @3766 [3766] 12/03/2007 04:21:33 AM ed Fixed incorrect method name for os.makedirs().
(edit) @3698 [3698] 11/15/2007 02:57:42 PM ed Changed the logic for transaction tokens to make them available on a per …
(edit) @3634 [3634] 11/06/2007 06:05:26 PM paul We only need to run the checks if settings.checkForUpdates is True.
(edit) @3632 [3632] 11/06/2007 04:37:07 PM paul Added dabo.settings.checkForWebUpdates, which defaults to True. Changed …
(edit) @3630 [3630] 11/06/2007 02:49:08 PM ed Added exception for web update checking for frozen apps when it is the …
(edit) @3626 [3626] 11/06/2007 12:58:36 PM paul Oops, fixed bad commit. I'm kind of under the gun here…
(edit) @3624 [3624] 11/06/2007 12:56:45 PM paul I believe this will fix my particular problem (Dabo wanting to update …
(edit) @3570 [3570] 10/24/2007 05:07:25 PM ed Fixed some issues with Web Update when running on a brand-new …
(edit) @3566 [3566] 10/24/2007 11:31:00 AM ed Minor change to help debugging Web Update from my development system; …
(edit) @3550 [3550] 10/22/2007 05:40:07 PM ed Modified the web update code to check if the installation is using …
(edit) @3505 [3505] 10/18/2007 07:51:59 AM ed Changed the web update code to use the dabo.versionfile_revision? value …
(edit) @3501 [3501] 10/17/2007 12:13:21 PM ed Fixes the import error with Python versions < 2.5.
(edit) @3499 [3499] 10/16/2007 09:50:59 AM ed Improved the code to better handle pathing for some uncommon edge cases.
(edit) @3493 [3493] 10/15/2007 11:39:45 AM paul Enhanced dApp.finish() to be callable by user code to exit the application …
(edit) @3441 [3441] 10/09/2007 09:11:49 AM ed Changed the way that the PreferenceDialogClass? is stored from inside uiApp …
(edit) @3431 [3431] 10/07/2007 02:53:54 PM ed Fixed the PreferenceDialogClass? property to be a simple pass-through to …
(edit) @3413 [3413] 09/28/2007 08:30:54 AM paul Not sure how this was overlooked, but app.setLanguage wasn't working.
(edit) @3405 [3405] 09/27/2007 06:21:52 AM ed Removed the web update menu handling code, including the ShowWebUpdateMenu?
(edit) @3366 [3366] 09/13/2007 06:21:58 AM ed Added the property 'DefaultMenuBarClass?' to the app. Forms will use this …
(edit) @3360 [3360] 09/12/2007 07:07:17 AM ed Added automatic importing of app-level subdirectory names into the dApp …
(edit) @3333 [3333] 08/26/2007 06:41:27 AM ed Temp fix for the problem of getting a string for version number instead of …
(edit) @3315 [3315] 08/19/2007 12:12:51 PM ed Removed debugging lines.
(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) @3269 [3269] 07/20/2007 06:47:44 AM paul Fixed docstring to match behavior.
(edit) @3266 [3266] 07/19/2007 06:36:37 PM ed Changed the default to show the menu option. Anyone who is so disturbed by …
(edit) @3264 [3264] 07/19/2007 04:25:58 PM paul Added property dApp.ShowWebUpdateMenu? property, which determines if the …
(edit) @3261 [3261] 07/18/2007 05:13:33 PM ed Re-wrote dLocalize to simplify the way it works. I'm actually able to get …
(edit) @3237 [3237] 07/11/2007 07:44:55 PM paul Fixed some unicode issues in paths in 3 places in the framework, thanks …
(edit) @3233 [3233] 07/09/2007 06:04:35 PM ed This commit adds auto-update functionality to the Dabo framework. I've …
(edit) @3200 [3200] 06/22/2007 11:07:20 AM paul Added property dApp.PreferenceDialogClass? so developers can write their …
(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) @3157 [3157] 06/06/2007 10:52:08 AM ed Modified the getTempFile() function to accept an optional directory …
(edit) @3137 [3137] 05/25/2007 04:49:07 PM paul For some reason, having an MDI form as the parent for my about window …
(edit) @3135 [3135] 05/25/2007 01:37:30 PM paul Add dApp.AboutFormClass? to specify your own about form, if desired.
(edit) @3088 [3088] 04/26/2007 03:56:57 AM ed Changed the temp file removal so that if the temp file no longer exists, a …
(edit) @3060 [3060] 04/13/2007 05:14:16 PM paul Removed IconBundle? property from dFormMixin. Added the ability to set …
(edit) @3054 [3054] 04/11/2007 05:11:18 PM ed Added the source encoding declaration to all source files. Each file now …
(edit) @2997 [2997] 03/28/2007 05:31:29 AM ed Fixed a docstring in dApp. Added a BasePrefKey? to dShell, as I was …
(edit) @2962 [2962] 03/23/2007 07:29:16 PM paul Made incremental improvements to some class docstrings, so the api …
(edit) @2932 [2932] 03/18/2007 02:56:49 PM paul Added fontZoom{In|Out|Normal}() methods to uiApp and dApp, that do the …
(edit) @2930 [2930] 03/18/2007 10:33:22 AM paul Added showCommandWindow() method to dApp (could have sworn it was there …
(edit) @2853 [2853] 02/23/2007 08:04:53 PM paul Moved uiApp.getLoginInfo() to dApp.getLoginInfo() so that user code …
(edit) @2840 [2840] 02/19/2007 09:41:42 AM paul Added the Icon property to dApp. When set, and not overridden by dForm …
(edit) @2825 [2825] 02/15/2007 09:57:31 AM ed Removed useless error message due to the app being told to delete …
(edit) @2810 [2810] 02/13/2007 12:39:34 PM ed Added the option of logging all database execution. By default, no logging …
(edit) @2791 [2791] 02/06/2007 08:53:44 AM ed Fixed an odd bug that happened in Class Designer-run forms when a …
(edit) @2633 [2633] 01/09/2007 06:23:47 AM ed OK, this is another major change that ties into yesterday's change that …
(edit) @2559 [2559] 12/17/2006 02:24:33 PM carl created .startupForms() and attributes based on code originally generated …
(edit) @2558 [2558] 12/17/2006 09:54:45 AM carl refactored the "if not getAppInfo/setAppInfo" into calls to new …
(edit) @2482 [2482] 11/19/2006 10:31:14 AM paul This moves all the changes made to the wx2.7 branch into the …
(edit) @2459 [2459] 11/16/2006 06:09:58 AM ed Fixed the 'Replace' function in the Find/Replace dialog when working with …
(edit) @2416 [2416] 11/01/2006 12:17:11 PM ed Switched to a better method for creating a base prefkey when none is …
(edit) @2377 [2377] 10/22/2006 04:48:38 PM ed Improved the performance of dPref by skipping the initial test query to …
(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) @2339 [2339] 10/13/2006 09:10:42 AM ed Added the 'Select All' option to the base menu.
(edit) @2338 [2338] 10/13/2006 08:07:02 AM ed Changed the "About..." menu option to use the current ActiveForm? instead …
(edit) @2325 [2325] 10/09/2006 05:54:00 PM ed Added the attribute 'dbConnectionNameToFiles'. This is a dict that maps …
(edit) @2275 [2275] 08/31/2006 06:08:49 AM ed Forgot to commit this last night. This adds the addToAbout() method to the …
(edit) @2272 [2272] 08/30/2006 06:40:57 PM ed Fixed some minor bugs introduced by the changes to fix Tracker #0170 that …
(edit) @2271 [2271] 08/30/2006 06:13:22 PM ed Fixed the bug that only happened in Windows in which opening a new window …
(edit) @2260 [2260] 07/28/2006 04:35:14 PM ed Expanded the paths searched when adding a connection file to the app.
(edit) @2242 [2242] 06/29/2006 08:33:18 AM ed Found an edge case where the temp file handler was throwing an error. This …
(edit) @2230 [2230] 06/21/2006 05:02:03 AM ed Added the default encoding as an attribute of the dabo module itself, via …
(edit) @2214 [2214] 06/15/2006 09:05:37 AM ed Revamped the handling of unicode encoding. There is now an Encoding …
(edit) @2187 [2187] 05/31/2006 04:20:28 PM ed Fixed a problem with infinite looping in the generation of temp files on …
(edit) @2185 [2185] 05/30/2006 06:32:22 PM ed Changed the order in which temp files are closed in dApp.getTempFile().
(edit) @2183 [2183] 05/30/2006 01:36:12 PM ed Copied the temp file functionality of dabo.lib.reportUtils into dApp. This …
(edit) @2167 [2167] 05/17/2006 08:41:23 AM ed Fixed a couple of places where the localization function was written …
(edit) @2103 [2103] 04/07/2006 07:57:09 AM paul Reverted the rerouting of the errorLog; putting this in daborun instead.
(edit) @2102 [2102] 04/07/2006 07:31:54 AM paul Reroute stderr to {AppHomeDir?}/error.log when running frozen, as with …
(edit) @2003 [2003] 03/16/2006 01:23:00 PM paul Re-added the code to have the grid show None values using …
Note: See TracRevisionLog for help on using the revision log.