OSDN Git Service

remove the deprecated DBusMenuImporter::menuReadyToBeShown() signal
[kde/libdbusmenu-qt.git] / NEWS
1 # 0.9.2 - 2012.03.29
2 - Fix disabling and hiding actions (Aurelien Gateau)
3 - Avoid spamming dbus at startup (Aurelien Gateau)
4 - Do not print warnings when not necessary (Aurelien Gateau)
5
6 # 0.9.1 - 2012.03.26
7 - Add support for "opened" and "closed" events (Aurelien Gateau)
8 - Add support for icon-data (LP BUG 633339) (Christoph Spielmann)
9
10 # 0.9.0 - 2011.08.30
11 - Add support for the "Status" dbusmenu property. Will be used by appmenu-qt for LP BUG 737419 (Aurelien Gateau)
12 - Collapse multiple separators, get rid of starting and trailing separators (LP BUG 793339) (Aurelien Gateau)
13
14 # 0.8.3 - 2011.06.21
15 - If DBusMenuExporter is deleted, delete all DBusMenu instances which were working with it (Aurelien Gateau)
16 - Only show icons in menu if the platform allows them (Michael Terry)
17
18 # 0.8.2 - 2011.04.12
19 - Shortcut handling: Translate "+" into "plus" and "-" into "minus" (LP BUG 712565) (Aurelien Gateau)
20
21 # 0.8.1 - 2011.03.24
22 - Added target to build documentation with Doxygen (Aurelien Gateau)
23
24 # 0.8.0 - 2011.02.24
25 - Implements version 2 of the dbusmenu protocol (Aurelien Gateau)
26 - Merged support for KMenu titles (Aurelien Gateau)
27
28 # 0.7.0 - 2011.13.01
29 - Switched DBus domain from org.ayatana to com.canonical (Aurelien Gateau)
30
31 # 0.6.6 - 2010.12.08
32 - Properly increase version numbers (Aurelien Gateau)
33
34 # 0.6.5 - 2010.12.07
35 - Avoid false warnings (Aurelien Gateau)
36 - Make sure we don't track actions twice (KDE BUG 254066) (Aurelien Gateau)
37 - CMake-parser-friendly of dbusmenu_version.h (Aurelien Gateau)
38
39 # 0.6.4 - 2010.09.23
40 - Trigger action asynchronously when the "clicked" event is received (LP BUG 643393) (Aurelien Gateau)
41 - Fixed copyright headers (Aurelien Gateau)
42
43 # 0.6.3 - 2010.09.16
44 - Moved to LP (Aurelien Gateau)
45 - Removed all code which did not belong to Canonical. Hopefully we get this
46   code back in soon (Aurelien Gateau)
47
48 # 0.6.2 - 2010.09.09
49 - Fix some memory leaks (Aurelien Gateau)
50 - Do not keep dangling pointers to deleted actions (LP BUG 624964) (Aurelien Gateau)
51 - Updated documentation of iconNameForAction() (Aurelien Gateau)
52
53 # 0.6.1 - 2010.09.02
54 - Fix some memory leaks (Aurelien Gateau)
55
56 # 0.6.0 - 2010.08.19
57 - Added the DBusMenuImporter::actionActivationRequested(QAction*) signal (Aurelien Gateau)
58 - Fix hardcoded libdir in pkgconfig file (LP BUG 610633) (oneforall)
59
60 # 0.5.2 - 2010.08.05
61 - Fix implementation of GetGroupProperties() (Aurelien Gateau)
62 - Fix detection of QIcon::name() with gold (Aurelien Gateau)
63
64 # 0.5.1 - 2010.07.01
65 - Add support for KMenu titles (Christoph Feck)
66
67 # 0.5.0 - 2010.06.28
68 - Queue calls to refresh() because we may be spammed with many LayoutUpdated()
69   signals at once (Aurelien Gateau)
70 - Turned DBusMenuImporter::updateMenu() into a slot (Aurelien Gateau)
71
72 # 0.4.0 - 2010.06.24
73 - Introduce a dbusmenu_version.h file (Aurelien Gateau)
74 - Introduce updateMenu() and menuUpdated(), deprecate menuReadyToBeShown() (Aurelien Gateau)
75 - Better build check for QIcon::name() (LP BUG 597975) (Aurelien Gateau)
76
77 # 0.3.5 - 2010.06.17
78 - Rework the way menuReadyToBeShown() is emitted (Aurelien Gateau)
79 - Queue LayoutUpdated() signal to avoid emitting it too often (Aurelien Gateau)
80 - Increase timeouts: prefer slow but complete menus to fast but incomplete (Aurelien Gateau)
81 - Use QIcon::name() to return the icon name, when built with Qt 4.7 (Aurelien Gateau)
82 - Correctly handle non-exclusive action groups (Aurelien Gateau)
83
84 # 0.3.4 - 2010.06.10
85 - Fixed KDE bug #237156 (Aurelien Gateau)
86 - Added support for shortcuts (Aurelien Gateau)
87 - Make the connection to LayoutUpdated() work :/ (Aurelien Gateau)
88
89 # 0.3.3 - 2010.05.19
90 - Introduce a qt minimum version. Qt 4.5 doesn't work. (Michael Jansen)
91 - Use the FindQjson.cmake file made by pinotree for chokoq because it works.
92   The old one didn't (for me). (Michael Jansen)
93 - Refresh after LayoutUpdated signal (Marco Martin)
94 - Test items added to an existing menu are properly imported (Aurelien Gateau)
95 - Allow notification of the menu being filled, don't call aboutToShow more than
96   once per actual menu showing (Aaron Seigo)
97 - Win32 fixes from Ralf Habacker (Patrick Spendrin)
98 - Added option to disable tests (Alex Elsayed)
99
100 # 0.3.2 - 2010.04.02
101 - Fix some weird positioning of menus and submenus.
102 - Handle ItemPropertyUpdated() signal.
103 - Correctly handle properties which are not part of the returned property map
104   because they are set to their default value.
105 - Export "visible" property of action.
106
107 # 0.3.1 - 2010.04.01
108 - Updated to the latest protocol change: 0 is no longer the default value of
109   the "toggle-state" property.
110 - Make it build without QJson again.
111
112 # 0.3.0 - 2010.03.09
113 - Moved the DBus side of DBusMenuExporter to a separate class, hiding it from
114   the outside world.
115 - Cleaned the API of DBusMenuExporter and DBusMenuImporter.
116 - Implemented AboutToShow method from the DBusMenu spec.
117
118 # 0.2.2 - 2010.02.17
119 - Fixed crash if action is removed from menu after exporter is deleted
120   (LP BUG 521011).
121 - Introduced a Qt equivalent of the test application used by dbusmenu-bench in
122   libdbusmenu-glib.
123 - Added distcheck target.
124
125 # 0.2.1 - 2010.02.04
126 - Export KDE titles as disabled standard items.
127 - Added temporary workaround to get more dynamic menus to work on GNOME.
128
129 # 0.2.0 - 2010.02.03
130 - Make it possible to define the object-path used by DBusMenuExporter.
131 - Unit tests.
132 - Follow new DBusMenu spec.
133
134 # 0.1.0 - 2010.01.05
135 - First release.