root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4291 [4291] 07/17/08 17:03:11 paul Removing my unneeded branch.
(edit) @4286 [4286] 07/16/08 12:01:18 paul Copied dDialog.py from 4112, moved the current dDialog out of the way to …
(edit) @4285 [4285] 07/16/08 11:29:25 paul I'm making a branch to help me track down various problems I'm seeing …
(edit) @4138 [4138] 06/15/08 11:43:22 ed Improved some of the basic functionality. Added support for editing .cnxml …
(edit) @4132 [4132] 06/14/08 08:30:34 ed Incorporated changes from the trunk into this branch
(edit) @4081 [4081] 05/12/08 06:47:58 ed incremental commit. Nothing earth-shattering yet, but began fleshing out …
(edit) @4074 [4074] 05/05/08 14:34:28 ed Incremental commit
(edit) @4073 [4073] 05/05/08 13:37:43 ed Refactored some of the editor components to work standalone or integrated
(edit) @4063 [4063] 05/04/08 11:37:34 ed Fixed up some of the issues created by the more modular design.
(edit) @4061 [4061] 05/04/08 08:53:57 ed First pass at reorganizing the IDE stuff
(edit) @4060 [4060] 05/03/08 20:44:39 ed Creating a branch for me to play with.
(edit) @3889 [3889] 01/18/08 12:06:31 paul Removed my temporary branch, as these changes have been merged into trunk.
(edit) @3881 [3881] 01/17/08 13:48:04 paul Moved the setlocale() call to dApp.init, to give a developer a chance …
(edit) @3879 [3879] 01/17/08 13:05:11 paul Added settings.loadUserLocale, default True. This makes the …
(edit) @3877 [3877] 01/16/08 23:18:58 paul Well, I backtracked again. Because time.strftime() and time.strptime() are …
(edit) @3875 [3875] 01/15/08 13:43:55 paul Added the ability to enter dates using the format defined …
(edit) @3873 [3873] 01/14/08 12:25:54 paul I'm experimenting (with success) in getting Dabo to correctly display and …
(edit) @3871 [3871] 01/14/08 12:16:31 paul Making a new branch
(edit) @3586 [3586] 10/25/07 11:27:36 paul Move Dj's branch into branches.
(edit) @3584 [3584] 10/25/07 11:26:19 paul Remove the now unused stable branch.
(edit) @3272 [3272] 07/21/07 14:00:52 paul Fixed ticket #1089: we were skipping the child requery if …
(edit) @3270 [3270] 07/21/07 03:42:13 paul Fixed a bug with dReportWriter's Show property, which wasn't …
(edit) @3256 [3256] 07/16/07 00:38:10 paul This is a temporary bandaid for some problems lingering from making dForm …
(edit) @3255 [3255] 07/16/07 00:34:58 paul Fixed _imageList to be instantiated earlier in the init phase. Also …
(edit) @3251 [3251] 07/13/07 13:07:23 paul Bumped stable version to 0.8.1. Tag to follow.
(edit) @3246 [3246] 07/12/07 17:32:49 paul Applied [3242] (ticket #1029) to the stable branch (docstrings for ui.stop …
(edit) @3245 [3245] 07/12/07 16:29:36 paul Fixed a subtle bug in copy/paste that assumed the objects involved would …
(edit) @3237 [3237] 07/11/07 19:44:55 paul Fixed some unicode issues in paths in 3 places in the framework, thanks …
(edit) @3236 [3236] 07/11/07 19:07:48 paul Fixed a KeyError? in dTreeView's makeDirTree() function, thanks to a fix by …
(edit) @3235 [3235] 07/11/07 13:25:58 paul I finally traced down something that's been aggravating me forever: if you …
(edit) @3234 [3234] 07/10/07 16:26:14 paul The "Preferences" menu item in dBaseMenuBar's Edit menu used a hotkey of …
(edit) @3215 [3215] 06/26/07 14:16:12 paul Ugh, why do I get caught up in cans of worms like this.... okay, I think …
(edit) @3125 [3125] 05/11/07 10:29:30 paul Made changes to dBizobj.scan to keep it working with current code, and to …
(edit) @3119 [3119] 05/10/07 09:06:47 nate updated my branch and fixed conflicts in preperation for merge to trunk.
(edit) @3118 [3118] 05/09/07 17:24:55 ed Copied the recent fix from the dev branch.
(edit) @3116 [3116] 05/09/07 06:47:01 paul Removed self.scanRestorePosition and self.scanReverse. Replaced the …
(edit) @3112 [3112] 05/09/07 02:47:36 paul Copy new 0.8s to stable.
(edit) @3111 [3111] 05/09/07 02:44:52 paul Removed old stable branch.
(edit) @3086 [3086] 04/25/07 07:59:47 ed Continued development; added more properties to the dDockPanel class.
(edit) @3075 [3075] 04/21/07 07:52:44 ed This adds a very rudimentary dDockForm class, which is the Dabo wrapping …
(edit) @3056 [3056] 04/12/07 11:23:47 nate Modified the Value setter on dTextBoxMixin to reflect the changes I made …
(edit) @3055 [3055] 04/12/07 11:02:11 nate Fixed the problem with the memory leak error if you set some properties in …
(edit) @3053 [3053] 04/11/07 13:16:44 nate This code mostly completes the refactoring of dEditBox. However, ran into …
(edit) @3052 [3052] 04/11/07 08:32:01 ed Created branch for beginning to add the AUI stuff to the UI framework.
(edit) @3050 [3050] 04/10/07 17:49:51 nate Refactored the ui test init some more. dSearchBox is DONE. This commit …
(edit) @3049 [3049] 04/10/07 15:50:56 nate Modified the test classes to use the same dApp and dForm fixture. In …
(edit) @3048 [3048] 04/10/07 14:01:57 nate Added 27 more tests for the dTextBoxMixin coverage. Still have most of …
(edit) @3047 [3047] 04/10/07 12:23:42 nate Moved all of the relevant dTextBox stuff over to dTextBoxMixin.py. Added …
(edit) @3046 [3046] 04/10/07 09:26:11 nate Made a branch so I can implement the dSearchBox independent ofthe .8 …
(edit) @2960 [2960] 03/23/07 15:40:35 paul Merged recent trunk changes into Carl's branch, and resolved (or attempted …
(edit) @2899 [2899] 03/10/07 03:06:44 uwe_grauer extended dbActivityLog with logging for transactions and …
(edit) @2888 [2888] 03/07/07 09:35:34 uwe_grauer merged changes from trunk into my branch
(edit) @2856 [2856] 02/26/07 09:38:55 uwe_grauer merged changes from trunk
(edit) @2852 [2852] 02/22/07 08:26:50 uwe_grauer creating a private branch of /dabo/trunk.
(edit) @2784 [2784] 02/05/07 06:30:11 paul Backported commit 2628 to stable. Original change note: The keyChar value …
(edit) @2748 [2748] 01/24/07 15:38:20 carl merged with trunk
(edit) @2736 [2736] 01/22/07 11:28:20 paul Removed my branch as I'm no longer using it.
(edit) @2732 [2732] 01/21/07 21:42:35 paul Here's my first machete swipe at datanav. To test this you'll also need my …
(edit) @2731 [2731] 01/21/07 21:36:31 paul New sandbox for Paul.
(edit) @2730 [2730] 01/21/07 21:35:54 paul Removed old paul_sandbox to replace with another.
(edit) @2726 [2726] 01/19/07 13:38:35 paul Removed the unneeded RemoveItem?_28() method.
(edit) @2725 [2725] 01/19/07 13:10:11 paul Fixed a lingering wx 2.8 issue with regard to removing menu items.
(edit) @2716 [2716] 01/18/07 08:10:19 paul Merged in that recent activation fix to the stable branch, updated …
(edit) @2714 [2714] 01/17/07 22:48:23 carl added a comment to try to clairify why I did something odd, and can't …
(edit) @2713 [2713] 01/17/07 22:23:49 carl merge with trunk (head?)
(edit) @2712 [2712] 01/17/07 20:41:49 carl parameterized the SQL commands. pyformat is the default. if the back end …
(edit) @2698 [2698] 01/16/07 08:46:40 ed Forgot to remove the old test class definition.
(edit) @2696 [2696] 01/16/07 08:40:55 ed Added test cases for dPageList and dPageSelect.
(edit) @2694 [2694] 01/16/07 08:26:47 ed Fixed the demo for dMessageBox so that it runsas expected.
(edit) @2693 [2693] 01/16/07 07:31:04 ed Backported the fix for the initial activation to the stable branch.
(edit) @2690 [2690] 01/16/07 06:31:02 ed Made the Alignment property case-insensitive.
(edit) @2687 [2687] 01/15/07 15:30:16 carl sql command Parameterization
(edit) @2683 [2683] 01/15/07 13:27:41 paul Applied recent bugfixes to dabo-stable, wrote up ChangeLog? entries, …
(edit) @2682 [2682] 01/15/07 11:46:13 carl changes made trying to track down the uni-code problme, that turned out …
(edit) @2652 [2652] 01/11/07 09:59:25 paul Firebird has a different limit clause setup than MySQL, so we override …
(edit) @2651 [2651] 01/11/07 09:36:32 paul Added the firebird test to dCursorMixin, although it still needs work. …
(edit) @2650 [2650] 01/10/07 21:44:36 paul Merged all recent trunk changes into my branch, a preliminary step …
(edit) @2649 [2649] 01/10/07 21:29:12 paul Added testChildren unit test to trunk bizobj. Fixed IsAdding? to return …
(edit) @2643 [2643] 01/10/07 13:08:16 paul Added testing of child bizobjs in my branch dBizobj unit tests. Fixed a …
(edit) @2640 [2640] 01/10/07 10:05:39 paul Added flags at the top of the unit tests to easily set which database …
(edit) @2637 [2637] 01/09/07 17:53:42 paul Added beginnings of unit tests for dBizobj. Removed old file from the biz …
(edit) @2635 [2635] 01/09/07 10:03:14 paul This should have gone with the last commit.
(edit) @2634 [2634] 01/09/07 08:38:51 paul Fixed dBackend.getStructureDescription() to not override the …
(edit) @2630 [2630] 01/08/07 20:05:22 paul Added some more test cases, and modified the temp_table_name to be …
(edit) @2629 [2629] 01/08/07 13:35:37 paul My changes to getStructureDescription() kept the structure from being …
(edit) @2627 [2627] 01/08/07 12:38:32 paul Fixed the problems checking child bizobjs in isAnyChanged().
(edit) @2624 [2624] 01/08/07 11:37:16 paul Reverted my reverting of the isAnyChanged() commit, and added a comment …
(edit) @2623 [2623] 01/08/07 11:22:10 paul The datanav Page classes weren't accepting properties passed to the …
(edit) @2622 [2622] 01/08/07 00:17:10 paul Reverted the isAnyChanged() function back to its original state: for now, …
(edit) @2621 [2621] 01/07/07 23:50:32 paul Added more test cases, and fixed a problem with MySQL: Decimal fields come …
(edit) @2620 [2620] 01/07/07 19:34:23 paul Fixed a bug that kept all but the first new record to be saved.
(edit) @2616 [2616] 01/07/07 11:28:27 paul Fixed some bugs, and added some new test cases.
(edit) @2615 [2615] 01/06/07 22:28:20 paul Reverted my prior switch to use getFields() for DataStructure?, …
(edit) @2614 [2614] 01/06/07 17:44:47 paul Fixed the problem with inconsistent values returned by the …
(edit) @2613 [2613] 01/06/07 17:18:59 paul Added some unit tests for the memento system (still need more, like …
(edit) @2612 [2612] 01/06/07 13:48:10 paul Merged in recent trunk changes into my branch.
(edit) @2597 [2597] 01/03/07 07:04:42 paul Removed all the commented-out dMemento references.
(edit) @2593 [2593] 01/01/07 22:54:47 paul Oops, I left in a double save() call.
(edit) @2592 [2592] 01/01/07 22:33:08 paul Here's some more interim work on the new memento system.
(edit) @2589 [2589] 01/01/07 15:17:37 carl bunch of test code
Note: See TracRevisionLog for help on using the revision log.