~agateau/libdbusmenu-qt/icon-data

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# 0.5.1 - 2010.07.01
- Add support for KMenu titles (Christoph Feck)

# 0.5.0 - 2010.06.28
- 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)

# 0.4.0 - 2010.06.24
- 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)

# 0.3.5 - 2010.06.17
- 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)

# 0.3.4 - 2010.06.10
- Fixed KDE bug #237156 (Aurelien Gateau)
- Added support for shortcuts (Aurelien Gateau)
- Make the connection to LayoutUpdated() work :/ (Aurelien Gateau)

# 0.3.3 - 2010.05.19
- 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)

# 0.3.2 - 2010.04.02
- 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.

# 0.3.1 - 2010.04.01
- Updated to the latest protocol change: 0 is no longer the default value of
  the "toggle-state" property.
- Make it build without QJson again.

# 0.3.0 - 2010.03.09
- 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.

# 0.2.2 - 2010.02.17
- 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.

# 0.2.1 - 2010.02.04
- Export KDE titles as disabled standard items.
- Added temporary workaround to get more dynamic menus to work on GNOME.

# 0.2.0 - 2010.02.03
- Make it possible to define the object-path used by DBusMenuExporter.
- Unit tests.
- Follow new DBusMenu spec.

# 0.1.0 - 2010.01.05
- First release.