blob: a2b04dd12b4d52362d96081bdf45249189eb7bc2 (
plain)
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
|
Overview of changes in qmenumodel 0.10.0
- treewide: Allow Qt6 build to be configured via CMake.
- libqmenumodel/src: Fix build errors with Qt6.
- {libqmenumodel/src,tests/client}: Fix warnings with Qt6.
- libqmenumodel/QMenuModel/CMakeLists.txt: Omit API version from
QMenuModel module name when building Qt 6 variant.
- libqmenumodel/src/CMakeLists.txt: Ship Qt 5 and Qt 6 includes in
different paths; eases packaging.
- tests: Increase test timeout.
Overview of changes in qmenumodel 0.9.2
- tests/client/CMakeLists.txt: Only enable coverage reporting if the
flag is set for it.
- ayatanamenumodel: add support for {u,}int of all sizes.
- Fix build errors.
Overview of changes in qmenumodel 0.9.1
- CMakeLists.txt: Rewrite and enable Ayatana-style options.
- Fix naming of AyatanaMenuModel qml type.
- Fix versioning in examples and tests.
- Make the qmltests test imports, at least.
- Fix all build warnings.
- CMakeLists.txt: Clean up compilation flags.
Overview of changes in qmenumodel 0.9.0
- Rename Unity* symbols.
- Rename unity* source files.
- libqmenumodel/src/CMakeLists.txt: Bump the SOVERSION of
libqmenumodel.
- Bump QMenuModel QML module to 1.0.
- Rename com.ubuntu.menu.
- examples/exportmenu.py: Rename x-canonical-currentvalue.
- examples/unityqmlmenumodel.qml: Rename
com.canonical.indicator.sound.
- libqmenumodel/QMenuModel/plugin.h: Rename com.canonical.qmenumodel.
- Rename com.canonical.test*.
Overview of changes in qmenumodel 0.8.1
- Move glib includes outside of extern "C".
- Add Travis CI builds configuration.
Overview of changes in qmenumodel 0.8.0
- Move qmenumodel from UBports' project context over to
Ayatana Indicators' project context. Same maintainers,
same people involved, but the project is now maintained
together with the other Indicators' related projects.
- Upstream version bump (to go along with the other
indicator related projects maintained by the Ayatana
Indicators project). Next official release will be 0.8.0.
|