aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make the qmltests test imports, at leastcorrect-1-0Dalton Durst2022-02-014-115/+22
| | | | | | | | | | | The loadmodule.qml and loadmodule2.qml files never actually loaded in their views but the test case was still passing. I wasn't able to discern what the tests were actually supposed to do when they were working. Therefore, I removed the majority of the tests and just made sure the import for qmenumodel is working. At least it does *something* now, I guess.
* Fix build warning regarding qcharDalton Durst2022-02-011-1/+1
| | | | | | | The warning was: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘const QChar*’
* Fix naming of AyatanaMenuModel qml typeDalton Durst2022-02-011-1/+1
|
* Fix versioning in examples and testsDalton Durst2022-02-014-8/+5
|
* Merge branch 'tari01-pr/ayatana-style-cmake'Mike Gabriel2022-02-011-31/+44
|\ | | | | | | Attributes GH PR #17: https://github.com/AyatanaIndicators/qmenumodel/pull/17
| * CMakeLists.txt: Rewrite and enable Ayatana-style optionsRobert Tari2021-12-151-31/+44
|/
* release 0.9.00.9.0Mike Gabriel2021-12-144-2/+104
|
* Merge branch 'tari01-pr/qml-1-0'Mike Gabriel2021-12-147-13/+19
|\ | | | | | | Attributes GH PR #12: https://github.com/AyatanaIndicators/qmenumodel/pull/12
| * debian/{control,*qmenumodel*}: Rename bin:pkg qmenumodel-qml to ↵Mike Gabriel2021-12-102-2/+1
| | | | | | | | qml-module-qmenumodel1 (reflecting the version bump _and_ becoming compliant to Debian's naming policy for QML modules.
| * debian/qmenumodel-qml.install: Update QMenuModel nameRobert Tari2021-12-101-1/+1
| |
| * Bump QMenuModel to 1.0Robert Tari2021-12-102-8/+10
| |
| * Fix CMake version and add required test packagesRobert Tari2021-12-102-1/+6
| | | | | | | | fixes https://github.com/AyatanaIndicators/qmenumodel/issues/15
* | Merge branch 'tari01-pr/fix-qt5-use-modules-warning'Mike Gabriel2021-12-083-5/+10
|\| | | | | | | Attributes GH PR #14: https://github.com/AyatanaIndicators/qmenumodel/pull/14
| * Fix qt5_use_modules warningRobert Tari2021-12-073-5/+10
|/
* Merge branch 'tari01-pr/bump-std-version'Mike Gabriel2021-11-181-1/+0
|\ | | | | | | Attributes GH PR #10: https://github.com/AyatanaIndicators/qmenumodel/pull/10
| * CMakeLists.txt: Stop enforcing C++11 standard.Robert Tari2021-11-181-1/+0
|/
* Merge branch 'tari01-pr/bump-soversion'Mike Gabriel2021-11-183-5/+5
|\ | | | | | | Attributes GH PR #9: https://github.com/AyatanaIndicators/qmenumodel/pull/9
| * debian/*: Update libqmenumodel0 to libqmenumodel1Robert Tari2021-11-182-3/+3
| |
| * libqmenumodel/src/CMakeLists.txt: Bump the SOVERSION of libqmenumodelRobert Tari2021-11-181-2/+2
|/
* Merge branch 'sunweaver-pr/amend-version-in-pkgconfig-file'Robert Tari2021-11-181-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 Gabriel2021-11-181-1/+1
|/
* Merge branch 'tari01-pr/rename-unity-symbols'Mike Gabriel2021-11-1715-294/+294
|\ | | | | | | Attributes GH PR #8: https://github.com/AyatanaIndicators/qmenumodel/pull/8
| * Rename Unity* symbolsRobert Tari2021-11-1713-230/+230
| |
| * Rename unity* source filesRobert Tari2021-11-1712-31/+31
|/
* Merge branch 'tari01-pr/rename-canonical-properties'Mike Gabriel2021-11-1711-31/+31
|\ | | | | | | Attributes GH PR #7: https://github.com/AyatanaIndicators/qmenumodel/pull/7
| * Rename com.ubuntu.menuRobert Tari2021-11-153-6/+6
| |
| * examples/exportmenu.py: Rename x-canonical-currentvalueRobert Tari2021-11-151-1/+1
| |
| * examples/unityqmlmenumodel.qml: Rename com.canonical.indicator.soundRobert Tari2021-11-151-3/+3
| |
| * libqmenumodel/QMenuModel/plugin.h: Rename com.canonical.qmenumodelRobert Tari2021-11-151-1/+1
| |
| * Rename com.canonical.test*Robert Tari2021-11-156-19/+19
| |
| * Rename com.canonical.unity.sliderRobert Tari2021-11-131-1/+1
|/
* release 0.8.10.8.1Mike Gabriel2021-10-245-1729/+1006
|
* Merge branch 'sunweaver-pr/use-ayatana-indicators-dev-scripts'Robert Tari2021-09-091-1/+1
|\ | | | | | | Attributes GH PR #6: https://github.com/AyatanaIndicators/qmenumodel/pull/6
| * debian/{control,compat}: Bump to level 10.Mike Gabriel2021-09-092-2/+2
| |
| * debian/rules: Enable unit tests.Mike Gabriel2021-09-091-0/+9
| |
| * .travis.yml: Use Ayatana Indicators project's dev-scripts repo.Mike Gabriel2021-08-281-1/+1
| |
* | debian/{control,compat}: Bump to level 10.Mike Gabriel2021-08-292-2/+2
| |
* | debian/rules: Enable unit tests.Mike Gabriel2021-08-291-0/+9
|/
* debian/control: Ignore missing B-D bin:pkg 'qt5-default'. It has been ↵Mike Gabriel2021-06-111-1/+1
| | | | dropped during the Debian bullseye release cycle.
* Merge branch 'z3ntu-glib'Mike Gabriel2021-05-1714-28/+0
|\ | | | | | | Attributes GH PR #4: https://github.com/AyatanaIndicators/qmenumodel/pull/4
| * Move glib includes outside of extern "C"Luca Weiss2021-05-1714-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 Tari2021-05-172-0/+166
|\ | | | | | | Attributes GH PR #5: https://github.com/AyatanaIndicators/qmenumodel/pull/5
| * Travis CI: Initial draft for CI builds.Mike Gabriel2021-05-122-0/+166
|/
* release 0.8.00.8.0Mike Gabriel2020-08-184-2/+2219
|
* Merge branch 'sunweaver-pr/move-over-to-ayatana-indicators'Marius Gripsgard2020-08-153-0/+16
|\ | | | | | | Attributes GH PR #2: https://github.com/AyatanaIndicators/qmenumodel/pull/2
| * CMakeLists.txt: Introduce shipping PROJECT_VERSION in upstream code (not ↵Mike Gabriel2020-08-151-0/+2
| | | | | | | | just in debian/changelog, which gets removed during tarball creation).
| * Move over qmenumodel into the Ayatana Indicators project, upstream version ↵Mike Gabriel2020-08-151-0/+12
| | | | | | | | bump preparation.
| * debian/control: Add myself to Uploaders: field.Mike Gabriel2020-08-151-0/+2
|/
* Merge branch 'ayatana-type'Mike Gabriel2020-08-151-1/+7
|\ | | | | | | Attributes GH PR #1: https://github.com/AyatanaIndicators/qmenumodel/pull/1
| * Support ayatana typeMarius Gripsgard2020-08-151-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)