Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CMake version and add required test packages | Robert Tari | 2021-12-10 | 2 | -1/+6 |
| | | | | fixes https://github.com/AyatanaIndicators/qmenumodel/issues/15 | ||||
* | Fix qt5_use_modules warning | Robert Tari | 2021-12-07 | 3 | -5/+10 |
| | |||||
* | Merge branch 'tari01-pr/bump-std-version' | Mike Gabriel | 2021-11-18 | 1 | -1/+0 |
|\ | | | | | | | Attributes GH PR #10: https://github.com/AyatanaIndicators/qmenumodel/pull/10 | ||||
| * | CMakeLists.txt: Stop enforcing C++11 standard. | Robert Tari | 2021-11-18 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'tari01-pr/bump-soversion' | Mike Gabriel | 2021-11-18 | 3 | -5/+5 |
|\ | | | | | | | Attributes GH PR #9: https://github.com/AyatanaIndicators/qmenumodel/pull/9 | ||||
| * | debian/*: Update libqmenumodel0 to libqmenumodel1 | Robert Tari | 2021-11-18 | 2 | -3/+3 |
| | | |||||
| * | libqmenumodel/src/CMakeLists.txt: Bump the SOVERSION of libqmenumodel | Robert Tari | 2021-11-18 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'sunweaver-pr/amend-version-in-pkgconfig-file' | Robert Tari | 2021-11-18 | 1 | -1/+1 |
|\ | | | | | | | Attributes GH PR #11: https://github.com/AyatanaIndicators/qmenumodel/pull/11 | ||||
| * | libqmenumodel/src/qmenumodel.pc.in: Use @PROJECT_VERSION@ for Version: field. | Mike Gabriel | 2021-11-18 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'tari01-pr/rename-unity-symbols' | Mike Gabriel | 2021-11-17 | 15 | -294/+294 |
|\ | | | | | | | Attributes GH PR #8: https://github.com/AyatanaIndicators/qmenumodel/pull/8 | ||||
| * | Rename Unity* symbols | Robert Tari | 2021-11-17 | 13 | -230/+230 |
| | | |||||
| * | Rename unity* source files | Robert Tari | 2021-11-17 | 12 | -31/+31 |
|/ | |||||
* | Merge branch 'tari01-pr/rename-canonical-properties' | Mike Gabriel | 2021-11-17 | 11 | -31/+31 |
|\ | | | | | | | Attributes GH PR #7: https://github.com/AyatanaIndicators/qmenumodel/pull/7 | ||||
| * | Rename com.ubuntu.menu | Robert Tari | 2021-11-15 | 3 | -6/+6 |
| | | |||||
| * | examples/exportmenu.py: Rename x-canonical-currentvalue | Robert Tari | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | examples/unityqmlmenumodel.qml: Rename com.canonical.indicator.sound | Robert Tari | 2021-11-15 | 1 | -3/+3 |
| | | |||||
| * | libqmenumodel/QMenuModel/plugin.h: Rename com.canonical.qmenumodel | Robert Tari | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | Rename com.canonical.test* | Robert Tari | 2021-11-15 | 6 | -19/+19 |
| | | |||||
| * | Rename com.canonical.unity.slider | Robert Tari | 2021-11-13 | 1 | -1/+1 |
|/ | |||||
* | release 0.8.10.8.1 | Mike Gabriel | 2021-10-24 | 5 | -1729/+1006 |
| | |||||
* | Merge branch 'sunweaver-pr/use-ayatana-indicators-dev-scripts' | Robert Tari | 2021-09-09 | 1 | -1/+1 |
|\ | | | | | | | Attributes GH PR #6: https://github.com/AyatanaIndicators/qmenumodel/pull/6 | ||||
| * | debian/{control,compat}: Bump to level 10. | Mike Gabriel | 2021-09-09 | 2 | -2/+2 |
| | | |||||
| * | debian/rules: Enable unit tests. | Mike Gabriel | 2021-09-09 | 1 | -0/+9 |
| | | |||||
| * | .travis.yml: Use Ayatana Indicators project's dev-scripts repo. | Mike Gabriel | 2021-08-28 | 1 | -1/+1 |
| | | |||||
* | | debian/{control,compat}: Bump to level 10. | Mike Gabriel | 2021-08-29 | 2 | -2/+2 |
| | | |||||
* | | debian/rules: Enable unit tests. | Mike Gabriel | 2021-08-29 | 1 | -0/+9 |
|/ | |||||
* | debian/control: Ignore missing B-D bin:pkg 'qt5-default'. It has been ↵ | Mike Gabriel | 2021-06-11 | 1 | -1/+1 |
| | | | | dropped during the Debian bullseye release cycle. | ||||
* | Merge branch 'z3ntu-glib' | Mike Gabriel | 2021-05-17 | 14 | -28/+0 |
|\ | | | | | | | Attributes GH PR #4: https://github.com/AyatanaIndicators/qmenumodel/pull/4 | ||||
| * | Move glib includes outside of extern "C" | Luca Weiss | 2021-05-17 | 14 | -28/+0 |
|/ | | | | | | | | | | | | | | | | Recent glib versions throw this error otherwise: In file included from /usr/include/glib-2.0/glib/gatomic.h:31, from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:22: /usr/include/c++/10.2.1/type_traits:56:3: error: template with C linkage 56 | template<typename _Tp, _Tp __v> | ^~~~~~~~ /home/pmos/build/src/qmenumodel-0.8.0/libqmenumodel/src/converter.cpp:21:1: note: 'extern "C"' linkage started here 21 | extern "C" { | ^~~~~~~~~~ | ||||
* | Merge branch 'sunweaver-pr/travis-ci' | Robert Tari | 2021-05-17 | 2 | -0/+166 |
|\ | | | | | | | Attributes GH PR #5: https://github.com/AyatanaIndicators/qmenumodel/pull/5 | ||||
| * | Travis CI: Initial draft for CI builds. | Mike Gabriel | 2021-05-12 | 2 | -0/+166 |
|/ | |||||
* | release 0.8.00.8.0 | Mike Gabriel | 2020-08-18 | 4 | -2/+2219 |
| | |||||
* | Merge branch 'sunweaver-pr/move-over-to-ayatana-indicators' | Marius Gripsgard | 2020-08-15 | 3 | -0/+16 |
|\ | | | | | | | Attributes GH PR #2: https://github.com/AyatanaIndicators/qmenumodel/pull/2 | ||||
| * | CMakeLists.txt: Introduce shipping PROJECT_VERSION in upstream code (not ↵ | Mike Gabriel | 2020-08-15 | 1 | -0/+2 |
| | | | | | | | | just in debian/changelog, which gets removed during tarball creation). | ||||
| * | Move over qmenumodel into the Ayatana Indicators project, upstream version ↵ | Mike Gabriel | 2020-08-15 | 1 | -0/+12 |
| | | | | | | | | bump preparation. | ||||
| * | debian/control: Add myself to Uploaders: field. | Mike Gabriel | 2020-08-15 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'ayatana-type' | Mike Gabriel | 2020-08-15 | 1 | -1/+7 |
|\ | | | | | | | Attributes GH PR #1: https://github.com/AyatanaIndicators/qmenumodel/pull/1 | ||||
| * | Support ayatana type | Marius Gripsgard | 2020-08-15 | 1 | -1/+7 |
|/ | | | | | | This adds support for x-ayatana-type but keeps the old x-canonical-type in case we have mixed type (as the case with ubuntu touch where we have indicators that are yet to be moved to ayatana) | ||||
* | Use CoverageReport from cmake-extras | Marius Gripsgard | 2020-08-15 | 4 | -80/+23 |
| | | | | This gives us a much better coverage reports | ||||
* | Correct debian control file | Marius Gripsgard | 2020-08-15 | 1 | -7/+4 |
| | |||||
* | Cleanup bzr | Marius Gripsgard | 2020-08-15 | 2 | -2/+1 |
| | |||||
* | Merge branch 'xenial_-_patches' of https://github.com/z3ntu/qmenumodel | Marius Gripsgard | 2020-08-15 | 2 | -4/+5 |
|\ | |||||
| * | Remove use of the deprecated QModelIndex::child function | Luca Weiss | 2020-05-18 | 1 | -4/+4 |
| | | |||||
| * | Add missing header | Luca Weiss | 2020-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves the following build-time warning: [..]/libqmenumodel/src/gtk/gtksimpleactionobserver.c: In function ‘gtk_simple_action_observer_register_action’: [..]/libqmenumodel/src/gtk/gtksimpleactionobserver.c:147:7: warning: implicit declaration of function ‘gtk_action_observable_register_observer’ [-Wimplicit-function-declaration] 147 | gtk_action_observable_register_observer (self->observable, self->action_name, GTK_ACTION_OBSERVER (self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [..]/libqmenumodel/src/gtk/gtksimpleactionobserver.c: In function ‘gtk_simple_action_observer_unregister_action’: [..]/libqmenumodel/src/gtk/gtksimpleactionobserver.c:156:5: warning: implicit declaration of function ‘gtk_action_observable_unregister_observer’ [-Wimplicit-function-declaration] 156 | gtk_action_observable_unregister_observer(self->observable, self->action_name, GTK_ACTION_OBSERVER (self)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
* | | Merge pull request #2 from vanyasem/master | Florian Leeber | 2018-07-27 | 2 | -4/+5 |
|\| | | | | | Fix build with Qt 5.11_beta3 (dropping qt5_use_modules) | ||||
| * | Fix build with Qt 5.11_beta3 (dropping qt5_use_modules) | Ivan Semkin | 2018-06-20 | 2 | -4/+5 |
|/ | |||||
* | Build for xenial and bump version | Marius Gripsgard | 2017-12-27 | 1 | -1/+1 |
| | |||||
* | Add Jenkinsfile | Marius Gripsgard | 2017-12-27 | 1 | -0/+65 |
| | |||||
* | Releasing 0.2.12+17.04.20170404-0ubuntu1 | Bileto Bot | 2017-04-04 | 1 | -0/+7 |
| | |||||
* | Add a return true | Albert Astals Cid | 2017-04-04 | 1 | -0/+1 |
|\ | | | | | | | | | | | No one seems to be actually using the returned bool, but it's always nice to have a return Approved by: Michael Zanetti |