root/trunk/dabo/ui


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4767 [4767] 12/03/08 19:19:11 ed Found a case where a Designer tool (the view palette) had controls that …
(edit) @4759 [4759] 12/02/08 19:33:40 ed Improved the drag/drop behavior of grids.
(edit) @4756 [4756] 12/02/08 15:14:15 paul Fixed Bottom and Right properties to get set after the wx object is fully …
(edit) @4748 [4748] 12/01/08 13:40:04 ed Fixed a typo in the last commit.
(edit) @4743 [4743] 11/30/08 07:59:15 ed Further testing shows that the new Mac* event handlers don't all receive …
(edit) @4742 [4742] 11/30/08 07:54:11 ed Added handlers in the UI layer for some of wxPython's AppleEvent? handler …
(edit) @4736 [4736] 11/29/08 11:19:11 ed Fixed the line endings on dBorderlessButton to use Unix line endings in …
(edit) @4733 [4733] 11/29/08 10:26:47 ed Fixed a bug in which properties were being set before the tree was …
(edit) @4712 [4712] 11/23/08 19:58:37 johnf Added code to pass the validRegex, added a new property UsePlainValue?. …
(edit) @4710 [4710] 11/23/08 19:55:16 johnf added support to allow the retrieval of un-masked values or masked values …
(edit) @4708 [4708] 11/23/08 10:29:51 ed Added code that handles the edge case where a textbox that is the very …
(edit) @4703 [4703] 11/23/08 06:21:56 ed Minor comment re-formatting.
(edit) @4701 [4701] 11/21/08 22:18:11 paul Fixed the problem I reported earlier with [4698]. The form's …
(edit) @4700 [4700] 11/21/08 12:32:07 ed Removed the unnecessary Layout() override method because no one can think …
(edit) @4698 [4698] 11/21/08 08:16:33 ed Changed the field validation so that it is triggered by any call to …
(edit) @4697 [4697] 11/20/08 14:43:01 paul Found another place that needed the try block for invalid decimals, and …
(edit) @4696 [4696] 11/20/08 14:29:25 paul Fixed error in converting invalid decimal input observed and reported …
(edit) @4695 [4695] 11/20/08 06:49:18 ed This fixes the issue with the Font property and dMaskedTextBox. We were …
(edit) @4677 [4677] 11/11/08 15:31:01 ed Added the dabo.ui.spawnProcess() method. This allows to to run another …
(edit) @4656 [4656] 11/05/08 09:02:56 paul [4614] broke my splash screen that contains a centered 2-line dLabel whose …
(edit) @4651 [4651] 11/03/08 09:14:38 johnf reverted back to Ed's first commit. The delay was added because johnf had …
(edit) @4648 [4648] 11/03/08 08:21:25 nate Cleaned up the code for dLed.py. Nothing major, just refactored some and …
(edit) @4637 [4637] 11/02/08 18:28:11 nate Fixed the expand all event in the self test code for dSlidePanelControl. …
(edit) @4636 [4636] 11/02/08 15:38:58 ed This seems to fix a lot of the resizing issues I've had with scrolled …
(edit) @4629 [4629] 10/31/08 11:58:46 ed Changed the callAfter() to callAfterInterval() in order to fix a looping …
(edit) @4628 [4628] 10/31/08 07:15:50 ed Moved the call the updateDynamicProps() to the end of the update() …
(edit) @4627 [4627] 10/31/08 07:12:26 ed For some reason I commented out the DynamicToolTipText? lines. This …
(edit) @4623 [4623] 10/29/08 10:18:51 ed Improved caption handling for inserted pages.
(edit) @4619 [4619] 10/28/08 06:27:24 ed Changed the order that the update() steps are carried out. I had noticed a …
(edit) @4614 [4614] 10/26/08 16:57:49 ed Fixes the issues noted in Trac #1114: WordWrap? was not showing properly on …
(edit) @4612 [4612] 10/26/08 10:00:58 ed Modified the firing of the Hit event when the slider is set to …
(edit) @4610 [4610] 10/26/08 09:53:25 ed Fixed a potential bug due to the default for _sortColumn being -1.
(edit) @4608 [4608] 10/26/08 08:34:10 ed Commented out the code that allows for an optional main panel to be added …
(edit) @4601 [4601] 10/24/08 15:26:26 paul I'm receiving spurious bus errors on Mac since I changed dGrid to …
(edit) @4599 [4599] 10/24/08 15:25:22 paul Now that Maximize() checks for MDI, an AttributeError? was happening in my …
(edit) @4597 [4597] 10/24/08 13:00:09 paul John's point was valid: we already have the bizobj reference, may as well …
(edit) @4595 [4595] 10/24/08 12:51:08 paul At some point wxPython added a wx.PreGrid?. Fixed in Dabo.
(edit) @4593 [4593] 10/24/08 12:17:32 paul Fixed update() to not do anything if self.Source is None. It allows for …
(edit) @4592 [4592] 10/24/08 09:48:43 paul Added [Dynamic]CellBackColor? property to dColumn.
(edit) @4591 [4591] 10/24/08 09:17:38 paul Exposed the previously hidden dColumn property _GridColumnIndex to the …
(edit) @4589 [4589] 10/24/08 08:50:48 paul Fixed dGrid.addColumn() to accept not just a custom dColumn instance, but …
(edit) @4588 [4588] 10/23/08 15:40:45 paul Fixed status text to still go to the MDI child form on Mac, instead of the …
(edit) @4586 [4586] 10/23/08 15:39:20 paul Fixed the status bar displaying "Record 1/0" when there are no records.
(edit) @4584 [4584] 10/23/08 11:49:26 paul Worked around an apparent bug with MDI Child Windows on Mac, where …
(edit) @4576 [4576] 10/22/08 10:23:04 paul Finally addressed the problem with the dynamic doc_additions in …
(edit) @4573 [4573] 10/21/08 17:00:19 paul Fixed dGrid headers on Windows.
(edit) @4572 [4572] 10/21/08 16:46:10 paul Rewrote the grid header painting routines, and now at least it is …
(edit) @4569 [4569] 10/20/08 06:57:09 ed Added a fix to dSizerMixin when setting the Spacing property - sometimes …
(edit) @4567 [4567] 10/13/08 18:31:48 paul On Mac only, I'd get a dead object exception after hitting the red x close …
(edit) @4551 [4551] 10/05/08 11:37:54 ed Added an 'OK' button to make it clear how to dismiss the dialog when …
(edit) @4548 [4548] 10/05/08 08:15:37 ed Tracked down and fixed the problem that caused all those 'GTK-Critical' …
(edit) @4545 [4545] 10/04/08 08:20:14 ed Found a problem when working with a very large, complex form: the …
(edit) @4543 [4543] 10/03/08 05:42:24 ed Found another source of dead object errors.
(edit) @4537 [4537] 10/01/08 19:36:29 ed Fixed issue raised by Richard Esplin in which setting the DataField?
(edit) @4536 [4536] 09/29/08 15:43:18 johnf wrapped wx.lib.platebtn on wx.version to fix use with older versions of …
(edit) @4535 [4535] 09/29/08 15:42:29 johnf wrapped wx.lib.platebtn in wx.version test to fix use with older versions …
(edit) @4532 [4532] 09/26/08 15:16:18 nate Wrapped the wx PlateButton? widget into Dabo. Everything works and is …
(edit) @4531 [4531] 09/26/08 14:11:38 nate Added an AttributeError? exception handler in the editor autocompletion …
(edit) @4530 [4530] 09/26/08 13:03:13 nate Removed more hack code for versions below 2.8 as we aren't supporting them …
(edit) @4529 [4529] 09/25/08 16:05:37 nate Wrapped the wx.Toolbook class. It's another dPageFrame like widget, only …
(edit) @4528 [4528] 09/25/08 10:38:31 nate Fixed the goNextBookMark and goPrevBookMark function. The mask trouble …
(edit) @4526 [4526] 09/25/08 09:23:44 nate Made some fairly hefty changes to the way that bookmarks are shown. …
(edit) @4525 [4525] 09/25/08 08:48:56 nate Ok, this fixes the error I was getting on deletion of the editor object in …
(edit) @4523 [4523] 09/23/08 08:30:50 nate I got a SyntaxError? that hung up my editor when I forgot to put the colon …
(edit) @4518 [4518] 09/09/08 10:09:22 paul Ok, reverted the part of [4510] that caused the actual problem, which was …
(edit) @4516 [4516] 09/09/08 10:02:14 paul Reverted problematic areas of commit [4510].
(edit) @4510 [4510] 09/08/08 12:32:27 paul The callAfter() for restoreValue() that I put in place the other day …
(edit) @4505 [4505] 09/05/08 12:45:43 paul This callAfter() fixes the problem I reported yesterday where …
(edit) @4504 [4504] 09/05/08 09:13:29 nate Added 2 new properties to the dEditor widget. They are ShowEdgeGuide? and …
(edit) @4499 [4499] 09/01/08 16:28:52 ed Renamed DPageFrame to dPageStyled. I simply cannot stand the thought of …
(edit) @4494 [4494] 09/01/08 10:54:04 ed Spent a couple of hours this morning trying to figure out why I couldn't …
(edit) @4490 [4490] 08/30/08 19:08:07 ed Accidentally included my temporary hack to get around the problem that …
(edit) @4489 [4489] 08/30/08 19:03:51 ed Added the deleteByValue() method to dPref. This enables you to delete all …
(edit) @4488 [4488] 08/29/08 11:32:14 paul Worked around a substantial source of the flickering of dGrid on Windows, …
(edit) @4486 [4486] 08/28/08 15:20:58 paul Turns out we do need to sync up the number of row/columns during update.
(edit) @4484 [4484] 08/28/08 15:04:09 paul update() isn't needed in dGrid, because of its virtual nature. That …
(edit) @4483 [4483] 08/28/08 14:46:19 paul Attempted fix to current problem with grid in ClassDesigner?. Return …
(edit) @4480 [4480] 08/28/08 13:55:05 paul Reverted a change I made to dGrid that could account for the problems in …
(edit) @4479 [4479] 08/28/08 11:29:39 paul Changed the behavior of dControlItem to not raise ValueError? in the case …
(edit) @4478 [4478] 08/28/08 04:46:58 ed Removed the debug output lines.
(edit) @4473 [4473] 08/27/08 15:43:18 nate I think I have a working solution for this menu enable problem. I have …
(edit) @4472 [4472] 08/27/08 14:28:29 nate If we have specified properties like DynamicEnabled? in a menuPanel tag in …
(edit) @4471 [4471] 08/27/08 13:51:27 nate Added a new property to the dEditor widget which exposes the ability to …
(edit) @4469 [4469] 08/27/08 13:13:53 nate Fixed the issue with AutoIndent? not working. The issue was that …
(edit) @4468 [4468] 08/27/08 12:50:43 paul This version of dGrid works slightly better on Mac. There are still …
(edit) @4466 [4466] 08/27/08 11:34:05 paul Fixed [4462] which imports dDockForm before dPanel, but dDockForm relies …
(edit) @4462 [4462] 08/27/08 10:25:12 nate Removed the check for WxPython? 2.7 for the DockForm? and DockTabs? widgets …
(edit) @4461 [4461] 08/27/08 09:32:20 ed Removed all of the code that conditionally imports the decimal module. As …
(edit) @4459 [4459] 08/27/08 09:01:24 ed Implemented a basic debugging output window. It's fairly simple now, but …
(edit) @4457 [4457] 08/26/08 18:46:42 paul [3996] and [3998] added property TabStop?, which when True allows focus to …
(edit) @4456 [4456] 08/26/08 15:15:23 paul Received this traceback. I guess the user tried to Select All when the …
(edit) @4454 [4454] 08/26/08 13:14:42 paul The logic of saving the original font size was completely wack, resulting …
(edit) @4453 [4453] 08/26/08 10:53:36 paul [4385] makes fonts on Mac smaller instead of scaling up in my app. This …
(edit) @4452 [4452] 08/26/08 09:55:14 paul The callAfter() makes Linux flicker horribly.
(edit) @4451 [4451] 08/26/08 09:49:28 paul Fixed problem on Windows where the text color would stay the same as the …
(edit) @4450 [4450] 08/26/08 09:07:02 paul This fixes Mac's grid to draw the headers correctly after my changes last …
(edit) @4448 [4448] 08/26/08 01:49:58 paul Here's my suggested fix to the "Please wait... requerying dataset" …
(edit) @4446 [4446] 08/26/08 01:36:12 paul So Mac and Linux didn't like my changes to dGrid. This commit brackets the …
(edit) @4444 [4444] 08/26/08 01:19:25 paul Fixed much of the flickering problems with dGrid on Windows, which had to …
(edit) @4443 [4443] 08/25/08 14:27:26 ed Created a decorator to detect dead objects so that we no longer encounter …
Note: See TracRevisionLog for help on using the revision log.