|
|
|
@4514
|
[4514]
|
09/09/08 09:08:16 |
ed |
Changed the superclass of dEvent from dObject to the base Python object … |
|
|
|
@4502
|
[4502]
|
09/04/08 16:17:53 |
paul |
Auto-generated docs weren't being generated for the past handful of … |
|
|
|
@4441
|
[4441]
|
08/22/08 13:01:21 |
nate |
Fixed Docstrings. |
|
|
|
@4440
|
[4440]
|
08/22/08 12:58:12 |
nate |
Updated dEvents to include the name change. Also, redid the PageChanged? … |
|
|
|
@4438
|
[4438]
|
08/22/08 12:46:09 |
nate |
Forgot to merge dEvents into trunk… |
|
|
|
@4389
|
[4389]
|
08/10/08 05:32:48 |
ed |
Forgot to include these in last night's changes. dColors adds … |
|
|
|
@4322
|
[4322]
|
07/28/08 12:51:58 |
ed |
Removed the incorrect appliesToClass() for ListEvents? - they should only … |
|
|
|
@4092
|
[4092]
|
05/23/08 09:38:56 |
ed |
Added a 'tests' directory to the quickStart() method. Might as well … |
|
|
|
@3993
|
[3993]
|
03/23/08 12:02:18 |
ed |
Cleaned up some of the loose ends that were not being created properly due … |
|
|
|
@3734
|
[3734]
|
11/23/07 05:27:36 |
ed |
Added the 'makeProxyProperty()' function to dabo.ui. This is used to pass … |
|
|
|
@3460
|
[3460]
|
10/12/07 09:38:00 |
ed |
Created a separate eventLog object, and changed the _logEvent() method to … |
|
|
|
@3303
|
[3303]
|
08/04/07 14:05:15 |
paul |
Reverted the behavior of _ to how we had it originally: you must … |
|
|
|
@3290
|
[3290]
|
07/28/07 01:46:09 |
paul |
I was reading up on Python's gettext module, trying to get
my head around … |
|
|
|
@3281
|
[3281]
|
07/26/07 15:29:42 |
paul |
Added dEvents.InteractiveChange?, which gets raised when a data control's … |
|
|
|
@3222
|
[3222]
|
06/30/07 06:30:06 |
ed |
Removed trailing whitespace. |
|
|
|
@3221
|
[3221]
|
06/30/07 06:29:38 |
ed |
Added the ListColumnResize? event. |
|
|
|
@3219
|
[3219]
|
06/29/07 10:45:45 |
ed |
Implemented sorting in dListControl by clicking on the column headers. … |
|
|
|
@3199
|
[3199]
|
06/22/07 10:00:34 |
paul |
After this morning's reverts, I was still finding at least one error (the … |
|
|
|
@3194
|
[3194]
|
06/21/07 20:22:09 |
dj |
Modified the Log class to contain levels (Database Activity, Debug, Info, … |
|
|
|
@3187
|
[3187]
|
06/20/07 10:34:24 |
paul |
With this commit, checkboxes in editable grid columns behave much more … |
|
|
|
@3100
|
[3100]
|
05/04/07 07:23:41 |
ed |
Added the HtmlLinkClicked? event. |
|
|
|
@3099
|
[3099]
|
05/02/07 17:56:13 |
paul |
Removed incorrect comment in dEvent, and made a valid (but still … |
|
|
|
@3054
|
[3054]
|
04/11/07 17:11:18 |
ed |
Added the source encoding declaration to all source files. Each file now … |
|
|
|
@2976
|
[2976]
|
03/24/07 12:19:59 |
paul |
Added alias Event to dEvent, since some code will break otherwise. |
|
|
|
@2961
|
[2961]
|
03/23/07 19:01:51 |
paul |
Changed name of dabo.dEvents.Event to dabo.dEvents.dEvent, because we … |
|
|
|
@2947
|
[2947]
|
03/21/07 04:49:49 |
ed |
Removed all the stuff that was deprecated in 0.7 in anticipation of the … |
|
|
|
@2923
|
[2923]
|
03/16/07 16:29:59 |
ed |
Modified the FontPropertiesChanged? event to apply to all UI objects, not … |
|
|
|
@2625
|
[2625]
|
01/08/07 11:39:27 |
ed |
Moved the dAppRef definition to the top of dabo.init.py. There were … |
|
|
|
@2542
|
[2542]
|
12/14/06 10:31:33 |
ed |
Added the PageChanging? event. |
|
|
|
@2398
|
[2398]
|
10/28/06 14:35:06 |
ed |
Added the ContentChanged? event for the editor. |
|
|
|
@2237
|
[2237]
|
06/23/06 13:30:29 |
ed |
Added the GridBeforeSort? and GridAfterSort? events. They are raised before … |
|
|
|
@2197
|
[2197]
|
06/03/06 12:18:00 |
ed |
Added the drag events for dTreeView. |
|
|
|
@2007
|
[2007]
|
03/20/06 12:44:48 |
paul |
Continued the project of getting font behaviors and definitions … |
|
|
|
@1909
|
[1909]
|
02/07/06 12:43:44 |
paul |
Sorted out some problems and redundancies in the update() cycle:
+ … |
|
|
|
@1890
|
[1890]
|
02/02/06 05:13:52 |
ed |
Major revamping of the whole refresh/update/dynamic design.
First, … |
|
|
|
@1885
|
[1885]
|
01/31/06 16:25:28 |
ed |
Added a Refresh event. This is raised when dForm.refresh() is called. All … |
|
|
|
@1867
|
[1867]
|
01/26/06 17:36:12 |
ed |
Added the TreeItemContextMenu? event. This differs from the normal … |
|
|
|
@1854
|
[1854]
|
01/24/06 15:00:48 |
paul |
Fixed dApp to raise the Activate/Deactivate events properly. Fixed dApp to … |
|
|
|
@1844
|
[1844]
|
01/23/06 14:49:44 |
ed |
Added MenuClose? event.
Followed Paul's suggestion and bound the … |
|
|
|
@1818
|
[1818]
|
01/18/06 08:45:12 |
paul |
Changed dEvents.ContextMenu? to derive from Event instead of MenuEvent?, … |
|
|
|
@1804
|
[1804]
|
01/16/06 16:03:17 |
ed |
Changed the MenuOpen? from a MouseEvent? to a MenuEvent?.
Added basic MRU … |
|
|
|
@1763
|
[1763]
|
01/10/06 11:33:18 |
paul |
Fixed another one. |
|
|
|
@1762
|
[1762]
|
01/10/06 11:32:12 |
paul |
Fixed bug in dFoldPanel's applyToClass(). |
|
|
|
@1758
|
[1758]
|
01/10/06 10:04:55 |
ed |
Added the GridCellEditBegin? event, which is raised when a grid cell editor … |
|
|
|
@1725
|
[1725]
|
12/26/05 10:30:01 |
ed |
Added some additional properties and functionality to the dFoldPanelBar … |
|
|
|
@1724
|
[1724]
|
12/25/05 18:24:11 |
ed |
Added row and column highlighting to the dGrid class. Default is to only … |
|
|
|
@1719
|
[1719]
|
12/23/05 16:59:40 |
ed |
Added the dCalendar control. This wraps the wx.calendar.CalendarCtrl?, … |
|
|
|
@1706
|
[1706]
|
12/17/05 11:10:01 |
ed |
Added a significant change to eventMixin.py's auto event binding logic. … |
|
|
|
@1650
|
[1650]
|
12/08/05 11:18:43 |
ed |
Guess that the recent split of dEditor won't work well without posting the … |
|
|
|
@1640
|
[1640]
|
12/04/05 18:00:29 |
ed |
Added the MenuOpen? event to dEvents. This allows us to create dynamic … |
|
|
|
@1637
|
[1637]
|
12/03/05 15:43:04 |
ed |
Major re-working of dShell. Now it appears as a split window, with the … |
|
|
|
@1554
|
[1554]
|
11/12/05 06:39:32 |
ed |
Added some missing mouse events, including the Middle Button and wheel … |
|
|
|
@1502
|
[1502]
|
11/01/05 07:11:06 |
paul |
Renamed dPageNoTabs to dPageFrameNoTabs, because that better describes … |
|
|
|
@1484
|
[1484]
|
10/26/05 15:55:52 |
paul |
Fixed the majority of mixed indentations. |
|
|
|
@1471
|
[1471]
|
10/25/05 09:50:12 |
adi |
in the Hit event add dComboBox to appliesToClass. The appropriate code to … |
|
|
|
@1467
|
[1467]
|
10/20/05 20:12:05 |
ed |
Added a PageChanged? event that is received by a pageframe object when the … |
|
|
|
@1462
|
[1462]
|
10/17/05 15:21:22 |
paul |
This is the proper fix to dEvents getattr(). We need to check the … |
|
|
|
@1461
|
[1461]
|
10/17/05 14:59:05 |
paul |
Fixed a small bug introduced last week that could result in … |
|
|
|
@1448
|
[1448]
|
10/13/05 12:23:21 |
adi |
keys in _evetnData can now be accessed as properties. |
|
|
|
@1423
|
[1423]
|
10/08/05 09:31:07 |
paul |
Removed dabo.common package, and moved all the d* modules into dabo's … |
|
|
|
@1415
|
[1415]
|
10/06/05 14:46:48 |
paul |
Moved hasWindowStyleFlag(), addWindowStyleFlag(), and … |
|
|
|
@1406
|
[1406]
|
10/05/05 17:35:39 |
ed |
Added a ListDeselection? event.
Changed logPoint so that it returns the … |
|
|
|
@1400
|
[1400]
|
10/04/05 11:14:51 |
paul |
Modified getPropertyList(), and added getMethodList() and … |
|
|
|
@1345
|
[1345]
|
09/19/05 09:15:41 |
paul |
Renamed dEvents.GridSelectCell? to GridCellSelected?.
Added property … |
|
|
|
@1326
|
[1326]
|
09/15/05 22:55:29 |
paul |
This merges my temporary branch back into the trunk. All the changes are … |
|
|
|
@1304
|
[1304]
|
09/12/05 11:42:27 |
paul |
Added 3 new grid header … |
|
|
|
@1303
|
[1303]
|
09/12/05 10:22:38 |
paul |
Removed extraneous event from dEvents.
Reworked dGrid's context menu code … |
|
|
|
@1300
|
[1300]
|
09/11/05 19:32:36 |
paul |
Refactored lots of the hook methods for events out of dGrid and
made lots … |
|
|
|
@1246
|
[1246]
|
09/02/05 07:16:40 |
paul |
Incorporated Adi's patch for dListControl, but enhanced it a bit. Instead … |
|
|
|
@1120
|
[1120]
|
08/06/05 07:25:38 |
paul |
Moved dabo directory one level down (dabo begins in trunk/dabo now
instead … |
|
copied from trunk/dEvents.py:
|
|
|
|
@1117
|
[1117]
|
08/04/05 16:45:37 |
paul |
Added new event ContextMenu?, which is the platform-independent way to trap … |