root/trunk/ide


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4562 [4562] 10/12/08 06:09:59 ed Fixed a bug first reported by Richard Esplin in which changing a …
(edit) @4546 [4546] 10/04/08 08:21:32 ed Found another place where it was assumed that an object had …
(edit) @4541 [4541] 10/03/08 04:50:23 ed FIxed a problem introduced in the last commit with certain classes that …
(edit) @4540 [4540] 10/02/08 18:44:46 ed Fixed a bug discovered when working with splitters.
(edit) @4538 [4538] 10/02/08 07:00:25 ed Improved the reporting of errors when a connection test fails. The prior …
(edit) @4534 [4534] 09/28/08 13:47:36 ed Fixed some issues that affected the behavior of wizards in the Class …
(edit) @4509 [4509] 09/08/08 10:55:54 ed Fixed the problem with an errant call to obj.layout(). Removed the code …
(edit) @4508 [4508] 09/08/08 10:34:48 paul This fixes the updateBox traceback, but I left it commented as I don't …
(edit) @4506 [4506] 09/07/08 19:18:01 ed Fixed a problem that was causing a segfault when running the …
(edit) @4492 [4492] 09/01/08 09:12:16 ed Modified the startup so that if you pass the name of file you want to …
(edit) @4476 [4476] 08/27/08 17:49:36 ed Removed leftover debugging line.
(edit) @4474 [4474] 08/27/08 17:48:02 ed Fixed a bug reported by Dave Rowe that prevented the Class Designer from …
(edit) @4433 [4433] 08/21/08 14:03:58 paul Changed the name of dCheckListBox to dCheckList, which is consistent …
(edit) @4425 [4425] 08/21/08 05:29:47 ed Fixed Trac Issue #1165: opening a saved form does not correctly restore …
(edit) @4417 [4417] 08/16/08 12:40:35 ed Added code to maintain the selection position when loading an updated file …
(edit) @4388 [4388] 08/09/08 19:30:24 ed Updated for the name change from dFoldPanelBar to …
(edit) @4364 [4364] 08/06/08 10:52:12 nate Fixed exceptions to include the one's I had overwritten in the previous …
(edit) @4362 [4362] 08/06/08 10:26:28 nate This fixes the errors I was getting upon saving a dTreeView widget in a …
(edit) @4360 [4360] 08/06/08 08:59:39 nate Fixed a subtle bug on windows when managing imports for a class. I got a …
(edit) @4341 [4341] 08/02/08 18:25:32 ed Added code to check if a file on disk has been updated since it was opened …
(edit) @4337 [4337] 08/02/08 16:56:05 ed Fixed a problem when copying/saving labels. The AutoResize? was changing …
(edit) @4325 [4325] 07/30/08 09:52:50 nate I ran into a class designer error where I deleted the root node in a …
(edit) @4311 [4311] 07/22/08 17:17:06 ed This should fix the odd error reported by Nate Lowrie in his screencast.
(edit) @4310 [4310] 07/22/08 17:10:28 ed Reverted the changes in rev. [4300] and [4301], as they should no longer …
(edit) @4301 [4301] 07/21/08 08:32:55 nate I was getting a traceback when I tried to add a control to the CD about …
(edit) @4300 [4300] 07/20/08 16:35:17 ed Broke the creation of the object and the setting of its attProperties into …
(edit) @4296 [4296] 07/19/08 10:02:07 ed Took Nate's recent fix and went one step further: the Class Designer will …
(edit) @4292 [4292] 07/18/08 15:18:04 nate I had problems importing namespaces for introspection in the CD. The …
(edit) @4262 [4262] 07/09/08 13:51:00 nate In a dColumn, the acceptable values for the verticalAlignment property are …
(edit) @4257 [4257] 07/08/08 14:56:55 nate Added the Alignment property for a dLabel to the properties sheet of the …
(edit) @4255 [4255] 07/08/08 14:18:47 nate Disable the _tabMenu in the class designer instead of the children. …
(edit) @4253 [4253] 07/08/08 13:34:06 nate Added options in the editor menu of the class designer to use spaces …
(edit) @4248 [4248] 07/08/08 10:02:22 nate Moved the Automatic Autocomplete option into a new menu titled Editor. …
(edit) @4218 [4218] 06/30/08 19:50:37 ed Fixed problem with non-string attributes of columns being assigned as …
(edit) @4198 [4198] 06/26/08 09:58:57 ed Changed the behavior when deleting controls or spacers. The panel that …
(edit) @4177 [4177] 06/24/08 11:09:16 ed Fixes a bug when deleting a spacer at the form level.
(edit) @4176 [4176] 06/24/08 08:13:31 ed Update the dialogs to use CancelOnEscape? instead of ReleaseOnEscape?. Also …
(edit) @4157 [4157] 06/18/08 15:31:19 ed Fixed typo.
(edit) @4156 [4156] 06/18/08 14:27:40 ed If you attempt to save a new, unchanged design, the Class Designer will …
(edit) @4154 [4154] 06/17/08 18:15:32 ed Adjusted the onEditJumpToLine() method to work with the new one-based …
(edit) @4153 [4153] 06/17/08 18:14:42 ed Removed the zero-based comment.
(edit) @4151 [4151] 06/17/08 16:53:07 ed Modified the editor so that if you change the method name in the code, it …
(edit) @4145 [4145] 06/17/08 15:04:57 ed Fixed a typo that prevented more than one custom property from every being …
(edit) @4142 [4142] 06/17/08 05:43:51 ed Added the Transparency property to the prop sheet.
(edit) @4140 [4140] 06/17/08 05:25:14 ed Fixed a problem reported by Nate Lowrie that resulted from my last fix. …
(edit) @4131 [4131] 06/14/08 08:10:46 ed Fixed a bug reported by Nate Lowrie in which members of custom classes did …
(edit) @4126 [4126] 06/11/08 12:20:35 nate Added a property entry for ShowColumnLabels? for a dGrid in the …
(edit) @4125 [4125] 06/11/08 03:57:09 ed Removed stray period that remained after recent refactoring
(edit) @4122 [4122] 06/08/08 09:45:28 ed Changed the idiom that uses has_key() to try/except KeyError?. Optimized …
(edit) @4120 [4120] 06/08/08 09:41:50 ed Removed deprecated use of 'bindfunc' parameter. Incremental improvement …
(edit) @4106 [4106] 06/01/08 04:58:26 ed Added some code to prevent issues that were popping up with sizers that …
(edit) @4089 [4089] 05/21/08 19:09:06 ed Added the DefaultSpacing? property to the Class Designer for sizers.
(edit) @4086 [4086] 05/20/08 22:47:20 ed Fixed a bug that only appeared when saving custom classes, in which some …
(edit) @4085 [4085] 05/16/08 19:39:29 ed For some reason dHtmlBox was never added to the Class Designer code. This …
(edit) @4039 [4039] 04/15/08 05:50:04 ed Fixed a bug in which opening a file saved with a non-default port would …
(edit) @4011 [4011] 04/01/08 19:38:18 ed Modified the instruction for changing the type of a control to be hidden …
(edit) @4007 [4007] 03/30/08 07:59:25 ed Updated the code to account for the new dSpinner class.
(edit) @4005 [4005] 03/30/08 07:58:34 ed Fixed the error reporting code to handle exception types that can have or …
(edit) @3983 [3983] 03/22/08 09:00:17 ed Fixed a mistake in my previous fix!
(edit) @3982 [3982] 03/22/08 02:31:08 ed Enhanced the error-trapping code to support AttributeErrors?.
(edit) @3964 [3964] 03/20/08 12:38:32 ed Fixed the routines that fire when PageCount? is changed for paged controls …
(edit) @3956 [3956] 03/17/08 11:42:47 ed Fixed a bug in which empty LayoutPanels? would lose their Proportion …
(edit) @3955 [3955] 03/16/08 15:57:46 ed Wrapped the code to run the design in a try/except block, so that any …
(edit) @3948 [3948] 03/08/08 09:35:41 ed Made the MenuDesigner?.py file executable.
(edit) @3940 [3940] 02/28/08 14:43:59 paul Gave ClassDesigner?.py the svn:executable flag.
(edit) @3938 [3938] 02/25/08 07:27:04 ed Fixed a problem in which the tree selection was being returned as a single …
(edit) @3863 [3863] 01/12/08 05:48:08 ed Missed one of the debug output lines.
(edit) @3861 [3861] 01/12/08 05:44:08 ed Removed the debugging output.
(edit) @3859 [3859] 01/12/08 05:26:07 ed Some improvements to the old design. I'm committing these now, and …
(edit) @3851 [3851] 01/09/08 05:42:47 ed Added the 'editKeys()' method for editing the Keys property.
(edit) @3850 [3850] 01/09/08 05:42:17 ed Exposed the Keys property for editing in the list-based controls.
(edit) @3826 [3826] 12/20/07 18:14:36 ed Added some missing context menu items to grid sizers. Changed the …
(edit) @3808 [3808] 12/17/07 17:09:47 ed Added support for Datetime and Date values. Added a custom PrefDialog?
(edit) @3800 [3800] 12/11/07 14:46:32 ed Fixed a bug in which adding controls from the DE a second time fails to …
(edit) @3770 [3770] 12/05/07 02:17:35 ed Reverted the recent change of the .startswith() method of strings that is …
(edit) @3760 [3760] 11/24/07 09:19:56 ed Removed references to the 'padl()' function.
(edit) @3750 [3750] 11/24/07 07:34:45 ed Re-instated the storing of Height and Width for objects whose sizer …
(edit) @3748 [3748] 11/24/07 07:33:33 ed Added some code to better resolve pathing issues. Improved the dialog …
(edit) @3730 [3730] 11/20/07 13:47:22 ed Doh! This fixes a typo that got made between testing and commit.
(edit) @3726 [3726] 11/20/07 10:00:00 ed Added some missing properties to the prop sheet for dSpinner.
(edit) @3720 [3720] 11/19/07 13:53:57 ed Disabled the button for creating a new connection in the DE wizard if …
(edit) @3708 [3708] 11/16/07 11:13:03 ed Updated the save process to encode the xml to avoid file.write() errors.
(edit) @3684 [3684] 11/14/07 16:37:48 ed Fixed a bug where the call to obj.getProp("strokeColor") was returning …
(edit) @3682 [3682] 11/14/07 10:46:18 ed Removed the unnecessary Caption setting on controls on the Edit page that …
(edit) @3676 [3676] 11/14/07 06:09:52 ed This fixes the problem with AppWizard? not being able to find its spec …
(edit) @3670 [3670] 11/13/07 08:22:46 ed Improved detection of "changed" designs. Improved the printout of bad …
(edit) @3668 [3668] 11/13/07 08:20:03 ed Added default sizes and positions to the Class Designer windows. Changed …
(edit) @3662 [3662] 11/11/07 16:05:51 ed Commented out debugging statements.
(edit) @3552 [3552] 10/23/07 04:23:31 ed These are no longer used.
(edit) @3515 [3515] 10/18/07 14:09:35 paul Added the ignore and eol-style props to ide, and removed unneeded files.
(add) @3509 [3509] 10/18/07 13:18:57 paul DaboIDE to dabo-trunk/ide.
Note: See TracRevisionLog for help on using the revision log.