Warning, /libdbusmenu-qt/NEWS is written in an unsupported language. File is not indexed.
0001 # 0.9.2 - 2012.03.29 0002 - Fix disabling and hiding actions (Aurelien Gateau) 0003 - Avoid spamming dbus at startup (Aurelien Gateau) 0004 - Do not print warnings when not necessary (Aurelien Gateau) 0005 0006 # 0.9.1 - 2012.03.26 0007 - Add support for "opened" and "closed" events (Aurelien Gateau) 0008 - Add support for icon-data (LP BUG 633339) (Christoph Spielmann) 0009 0010 # 0.9.0 - 2011.08.30 0011 - Add support for the "Status" dbusmenu property. Will be used by appmenu-qt for LP BUG 737419 (Aurelien Gateau) 0012 - Collapse multiple separators, get rid of starting and trailing separators (LP BUG 793339) (Aurelien Gateau) 0013 0014 # 0.8.3 - 2011.06.21 0015 - If DBusMenuExporter is deleted, delete all DBusMenu instances which were working with it (Aurelien Gateau) 0016 - Only show icons in menu if the platform allows them (Michael Terry) 0017 0018 # 0.8.2 - 2011.04.12 0019 - Shortcut handling: Translate "+" into "plus" and "-" into "minus" (LP BUG 712565) (Aurelien Gateau) 0020 0021 # 0.8.1 - 2011.03.24 0022 - Added target to build documentation with Doxygen (Aurelien Gateau) 0023 0024 # 0.8.0 - 2011.02.24 0025 - Implements version 2 of the dbusmenu protocol (Aurelien Gateau) 0026 - Merged support for KMenu titles (Aurelien Gateau) 0027 0028 # 0.7.0 - 2011.13.01 0029 - Switched DBus domain from org.ayatana to com.canonical (Aurelien Gateau) 0030 0031 # 0.6.6 - 2010.12.08 0032 - Properly increase version numbers (Aurelien Gateau) 0033 0034 # 0.6.5 - 2010.12.07 0035 - Avoid false warnings (Aurelien Gateau) 0036 - Make sure we don't track actions twice (KDE BUG 254066) (Aurelien Gateau) 0037 - CMake-parser-friendly of dbusmenu_version.h (Aurelien Gateau) 0038 0039 # 0.6.4 - 2010.09.23 0040 - Trigger action asynchronously when the "clicked" event is received (LP BUG 643393) (Aurelien Gateau) 0041 - Fixed copyright headers (Aurelien Gateau) 0042 0043 # 0.6.3 - 2010.09.16 0044 - Moved to LP (Aurelien Gateau) 0045 - Removed all code which did not belong to Canonical. Hopefully we get this 0046 code back in soon (Aurelien Gateau) 0047 0048 # 0.6.2 - 2010.09.09 0049 - Fix some memory leaks (Aurelien Gateau) 0050 - Do not keep dangling pointers to deleted actions (LP BUG 624964) (Aurelien Gateau) 0051 - Updated documentation of iconNameForAction() (Aurelien Gateau) 0052 0053 # 0.6.1 - 2010.09.02 0054 - Fix some memory leaks (Aurelien Gateau) 0055 0056 # 0.6.0 - 2010.08.19 0057 - Added the DBusMenuImporter::actionActivationRequested(QAction*) signal (Aurelien Gateau) 0058 - Fix hardcoded libdir in pkgconfig file (LP BUG 610633) (oneforall) 0059 0060 # 0.5.2 - 2010.08.05 0061 - Fix implementation of GetGroupProperties() (Aurelien Gateau) 0062 - Fix detection of QIcon::name() with gold (Aurelien Gateau) 0063 0064 # 0.5.1 - 2010.07.01 0065 - Add support for KMenu titles (Christoph Feck) 0066 0067 # 0.5.0 - 2010.06.28 0068 - Queue calls to refresh() because we may be spammed with many LayoutUpdated() 0069 signals at once (Aurelien Gateau) 0070 - Turned DBusMenuImporter::updateMenu() into a slot (Aurelien Gateau) 0071 0072 # 0.4.0 - 2010.06.24 0073 - Introduce a dbusmenu_version.h file (Aurelien Gateau) 0074 - Introduce updateMenu() and menuUpdated(), deprecate menuReadyToBeShown() (Aurelien Gateau) 0075 - Better build check for QIcon::name() (LP BUG 597975) (Aurelien Gateau) 0076 0077 # 0.3.5 - 2010.06.17 0078 - Rework the way menuReadyToBeShown() is emitted (Aurelien Gateau) 0079 - Queue LayoutUpdated() signal to avoid emitting it too often (Aurelien Gateau) 0080 - Increase timeouts: prefer slow but complete menus to fast but incomplete (Aurelien Gateau) 0081 - Use QIcon::name() to return the icon name, when built with Qt 4.7 (Aurelien Gateau) 0082 - Correctly handle non-exclusive action groups (Aurelien Gateau) 0083 0084 # 0.3.4 - 2010.06.10 0085 - Fixed KDE bug #237156 (Aurelien Gateau) 0086 - Added support for shortcuts (Aurelien Gateau) 0087 - Make the connection to LayoutUpdated() work :/ (Aurelien Gateau) 0088 0089 # 0.3.3 - 2010.05.19 0090 - Introduce a qt minimum version. Qt 4.5 doesn't work. (Michael Jansen) 0091 - Use the FindQjson.cmake file made by pinotree for chokoq because it works. 0092 The old one didn't (for me). (Michael Jansen) 0093 - Refresh after LayoutUpdated signal (Marco Martin) 0094 - Test items added to an existing menu are properly imported (Aurelien Gateau) 0095 - Allow notification of the menu being filled, don't call aboutToShow more than 0096 once per actual menu showing (Aaron Seigo) 0097 - Win32 fixes from Ralf Habacker (Patrick Spendrin) 0098 - Added option to disable tests (Alex Elsayed) 0099 0100 # 0.3.2 - 2010.04.02 0101 - Fix some weird positioning of menus and submenus. 0102 - Handle ItemPropertyUpdated() signal. 0103 - Correctly handle properties which are not part of the returned property map 0104 because they are set to their default value. 0105 - Export "visible" property of action. 0106 0107 # 0.3.1 - 2010.04.01 0108 - Updated to the latest protocol change: 0 is no longer the default value of 0109 the "toggle-state" property. 0110 - Make it build without QJson again. 0111 0112 # 0.3.0 - 2010.03.09 0113 - Moved the DBus side of DBusMenuExporter to a separate class, hiding it from 0114 the outside world. 0115 - Cleaned the API of DBusMenuExporter and DBusMenuImporter. 0116 - Implemented AboutToShow method from the DBusMenu spec. 0117 0118 # 0.2.2 - 2010.02.17 0119 - Fixed crash if action is removed from menu after exporter is deleted 0120 (LP BUG 521011). 0121 - Introduced a Qt equivalent of the test application used by dbusmenu-bench in 0122 libdbusmenu-glib. 0123 - Added distcheck target. 0124 0125 # 0.2.1 - 2010.02.04 0126 - Export KDE titles as disabled standard items. 0127 - Added temporary workaround to get more dynamic menus to work on GNOME. 0128 0129 # 0.2.0 - 2010.02.03 0130 - Make it possible to define the object-path used by DBusMenuExporter. 0131 - Unit tests. 0132 - Follow new DBusMenu spec. 0133 0134 # 0.1.0 - 2010.01.05 0135 - First release.