root/trunk/dabo/dEvents.py


Mode:

Legend:

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