aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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