- Fix disabling and hiding actions (Aurelien Gateau)
- Avoid spamming dbus at startup (Aurelien Gateau)
- Do not print warnings when not necessary (Aurelien Gateau)
- Add support for "opened" and "closed" events (Aurelien Gateau)
- Add support for icon-data (LP BUG 633339) (Christoph Spielmann)
- Add support for the "Status" dbusmenu property. Will be used by appmenu-qt for LP BUG 737419 (Aurelien Gateau)
- Collapse multiple separators, get rid of starting and trailing separators (LP BUG 793339) (Aurelien Gateau)
- If DBusMenuExporter is deleted, delete all DBusMenu instances which were working with it (Aurelien Gateau)
- Only show icons in menu if the platform allows them (Michael Terry)
- Shortcut handling: Translate "+" into "plus" and "-" into "minus" (LP BUG 712565) (Aurelien Gateau)
- Added target to build documentation with Doxygen (Aurelien Gateau)
- Implements version 2 of the dbusmenu protocol (Aurelien Gateau)
- Merged support for KMenu titles (Aurelien Gateau)
- Switched DBus domain from org.ayatana to com.canonical (Aurelien Gateau)
- Properly increase version numbers (Aurelien Gateau)
- Avoid false warnings (Aurelien Gateau)
- Make sure we don't track actions twice (KDE BUG 254066) (Aurelien Gateau)
- CMake-parser-friendly of dbusmenu_version.h (Aurelien Gateau)
- Trigger action asynchronously when the "clicked" event is received (LP BUG 643393) (Aurelien Gateau)
- Fixed copyright headers (Aurelien Gateau)
- Moved to LP (Aurelien Gateau)
- Removed all code which did not belong to Canonical. Hopefully we get this code back in soon (Aurelien Gateau)
- Fix some memory leaks (Aurelien Gateau)
- Do not keep dangling pointers to deleted actions (LP BUG 624964) (Aurelien Gateau)
- Updated documentation of iconNameForAction() (Aurelien Gateau)
- Fix some memory leaks (Aurelien Gateau)
- Added the DBusMenuImporter::actionActivationRequested(QAction*) signal (Aurelien Gateau)
- Fix hardcoded libdir in pkgconfig file (LP BUG 610633) (oneforall)
- Fix implementation of GetGroupProperties() (Aurelien Gateau)
- Fix detection of QIcon::name() with gold (Aurelien Gateau)
- Add support for KMenu titles (Christoph Feck)
- Queue calls to refresh() because we may be spammed with many LayoutUpdated() signals at once (Aurelien Gateau)
- Turned DBusMenuImporter::updateMenu() into a slot (Aurelien Gateau)
- Introduce a dbusmenu_version.h file (Aurelien Gateau)
- Introduce updateMenu() and menuUpdated(), deprecate menuReadyToBeShown() (Aurelien Gateau)
- Better build check for QIcon::name() (LP BUG 597975) (Aurelien Gateau)
- Rework the way menuReadyToBeShown() is emitted (Aurelien Gateau)
- Queue LayoutUpdated() signal to avoid emitting it too often (Aurelien Gateau)
- Increase timeouts: prefer slow but complete menus to fast but incomplete (Aurelien Gateau)
- Use QIcon::name() to return the icon name, when built with Qt 4.7 (Aurelien Gateau)
- Correctly handle non-exclusive action groups (Aurelien Gateau)
- Fixed KDE bug #237156 (Aurelien Gateau)
- Added support for shortcuts (Aurelien Gateau)
- Make the connection to LayoutUpdated() work :/ (Aurelien Gateau)
- Introduce a qt minimum version. Qt 4.5 doesn't work. (Michael Jansen)
- Use the FindQjson.cmake file made by pinotree for chokoq because it works. The old one didn't (for me). (Michael Jansen)
- Refresh after LayoutUpdated signal (Marco Martin)
- Test items added to an existing menu are properly imported (Aurelien Gateau)
- Allow notification of the menu being filled, don't call aboutToShow more than once per actual menu showing (Aaron Seigo)
- Win32 fixes from Ralf Habacker (Patrick Spendrin)
- Added option to disable tests (Alex Elsayed)
- Fix some weird positioning of menus and submenus.
- Handle ItemPropertyUpdated() signal.
- Correctly handle properties which are not part of the returned property map because they are set to their default value.
- Export "visible" property of action.
- Updated to the latest protocol change: 0 is no longer the default value of the "toggle-state" property.
- Make it build without QJson again.
- Moved the DBus side of DBusMenuExporter to a separate class, hiding it from the outside world.
- Cleaned the API of DBusMenuExporter and DBusMenuImporter.
- Implemented AboutToShow method from the DBusMenu spec.
- Fixed crash if action is removed from menu after exporter is deleted (LP BUG 521011).
- Introduced a Qt equivalent of the test application used by dbusmenu-bench in libdbusmenu-glib.
- Added distcheck target.
- Export KDE titles as disabled standard items.
- Added temporary workaround to get more dynamic menus to work on GNOME.
- Make it possible to define the object-path used by DBusMenuExporter.
- Unit tests.
- Follow new DBusMenu spec.
- First release.