diff options
author | Maarten Vanraes <alien@mageia.org> | 2015-08-29 15:51:32 +0200 |
---|---|---|
committer | Maarten Vanraes <alien@mageia.org> | 2015-08-29 15:51:32 +0200 |
commit | ec25f158e846eafc1a2a53305b70f88ca3dcb10c (patch) | |
tree | 7a055286982e78ecac08cb1ae4c8428cff476e4d /Changes | |
parent | 79edd47a0fdf214e797e2e896862d91aac412cd6 (diff) | |
download | manatools-ec25f158e846eafc1a2a53305b70f88ca3dcb10c.tar manatools-ec25f158e846eafc1a2a53305b70f88ca3dcb10c.tar.gz manatools-ec25f158e846eafc1a2a53305b70f88ca3dcb10c.tar.bz2 manatools-ec25f158e846eafc1a2a53305b70f88ca3dcb10c.tar.xz manatools-ec25f158e846eafc1a2a53305b70f88ca3dcb10c.zip |
add the changes from the last 3 commits: eventing, dialogs and exttab
fixes.
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ + - Fixed ExtTab to be both EventRole and Event, which means + it captures WidgetEvents for itself and processes + the Events for it's own children as well, the ExtTab + builder subroutines should use ExtTab::addWidget() + so that it's events are properly handled. + - Added Dialog helper class for easier creation of dialogs + which implements the EventHandlerRole, this means + widgets that will have events should be added with + Dialog::addWidget() + - Added EventRole and EventHandlerRole Roles for easy + handling of events, and add an Event class that + implements the EventRole Role. - Added ExtTab shared GUI object - Added logger object to Module base class - Added Logging module |