aboutsummaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorMaarten Vanraes <alien@mageia.org>2015-08-29 15:51:32 +0200
committerMaarten Vanraes <alien@mageia.org>2015-08-29 15:51:32 +0200
commitec25f158e846eafc1a2a53305b70f88ca3dcb10c (patch)
tree7a055286982e78ecac08cb1ae4c8428cff476e4d /Changes
parent79edd47a0fdf214e797e2e896862d91aac412cd6 (diff)
downloadmanatools-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--Changes12
1 files changed, 12 insertions, 0 deletions
diff --git a/Changes b/Changes
index 7460c7b7..ab0cbd14 100644
--- a/Changes
+++ b/Changes
@@ -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