Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'neochapay-update_gtk'HEADmain | Mike Gabriel | 2023-08-24 | 9 | -206/+748 |
|\ | | | | | | | Attributes GH PR #23: https://github.com/AyatanaIndicators/qmenumodel/pull/23 | ||||
| * | src/gtk Update gtk part to version 3.24.8 | Sergey Chupligin | 2023-08-24 | 9 | -206/+748 |
|/ | | | | Fixes https://github.com/AyatanaIndicators/qmenumodel/issues/22 | ||||
* | release 0.9.20.9.2release-builds | Mike Gabriel | 2023-08-24 | 5 | -2/+46 |
| | |||||
* | Merge branch 'tari01-pr/build-fixes' | Mike Gabriel | 2023-08-07 | 3 | -8/+5 |
|\ | | | | | | | Attributes GH PR #26: https://github.com/AyatanaIndicators/qmenumodel/pull/26 | ||||
| * | Fix build errors | Robert Tari | 2023-08-01 | 3 | -8/+5 |
|/ | |||||
* | Merge branch 'personal/peat-psuwit/uint16' | Robert Tari | 2023-07-12 | 1 | -1/+21 |
|\ | | | | | | | Attributes GH PR #25: https://github.com/AyatanaIndicators/qmenumodel/pull/25 | ||||
| * | ayatanamenumodel: add support for {u,}int of all sizespersonal/peat-psuwit/uint16 | Ratchanan Srirattanamet | 2023-07-11 | 1 | -1/+21 |
|/ | | | | | | | | To support more menu type, add support for all integer sizes and signedness. In particular this enables support for org.ayatana. indicator.level and org.ayatana.indicator.progress (need uint16). Bug-UBports: https://gitlab.com/ubports/development/core/packaging/ayatana-indicators/ayatana-indicator-bluetooth/-/issues/3 | ||||
* | Merge branch 'tari01-pr/fix-forced-coverage' | Mike Gabriel | 2022-02-08 | 1 | -10/+11 |
|\ | | | | | | | Attributes GH PR #20: https://github.com/AyatanaIndicators/qmenumodel/pull/20 | ||||
| * | tests/client/CMakeLists.txt: Only enable coverage reporting if the flag is ↵ | Robert Tari | 2022-02-08 | 1 | -10/+11 |
|/ | | | | set for it | ||||
* | release 0.9.10.9.1 | Mike Gabriel | 2022-02-08 | 5 | -2/+58 |
| | |||||
* | .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system + disable ↵ | Robert Tari | 2022-02-08 | 1 | -2/+2 |
| | | | | ppc64el builds | ||||
* | Merge branch 'tari01-pr/cleanup-compile-flags' | Mike Gabriel | 2022-02-01 | 8 | -31/+43 |
|\ | | | | | | | Attributes GH PR #19: https://github.com/AyatanaIndicators/qmenumodel/pull/19 | ||||
| * | .build.yml: Drop extra compilation flags and build with -Werror | Robert Tari | 2022-02-01 | 1 | -3/+2 |
| | | |||||
| * | CMakeLists.txt: Clean up compilation flags | Robert Tari | 2022-02-01 | 1 | -2/+7 |
| | | |||||
| * | Fix all build warnings | Robert Tari | 2022-02-01 | 6 | -26/+34 |
|/ | |||||
* | Merge branch 'correct-1-0' | Mike Gabriel | 2022-02-01 | 8 | -123/+27 |
|\ | | | | | | | Attributes GH PR #18: https://github.com/AyatanaIndicators/qmenumodel/pull/18 | ||||
| * | Make the qmltests test imports, at leastcorrect-1-0 | Dalton Durst | 2022-02-01 | 4 | -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 qchar | Dalton Durst | 2022-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The warning was: format ‘%s’ expects argument of type ‘char*’, but argument 5 has type ‘const QChar*’ | ||||
| * | Fix naming of AyatanaMenuModel qml type | Dalton Durst | 2022-02-01 | 1 | -1/+1 |
| | | |||||
| * | Fix versioning in examples and tests | Dalton Durst | 2022-02-01 | 4 | -8/+5 |
|/ | |||||
* | Merge branch 'tari01-pr/ayatana-style-cmake' | Mike Gabriel | 2022-02-01 | 1 | -31/+44 |
|\ | | | | | | | Attributes GH PR #17: https://github.com/AyatanaIndicators/qmenumodel/pull/17 | ||||
| * | CMakeLists.txt: Rewrite and enable Ayatana-style options | Robert Tari | 2021-12-15 | 1 | -31/+44 |
|/ | |||||
* | release 0.9.00.9.0 | Mike Gabriel | 2021-12-14 | 4 | -2/+104 |
| | |||||
* | Merge branch 'tari01-pr/qml-1-0' | Mike Gabriel | 2021-12-14 | 7 | -13/+19 |
|\ | | | | | | | Attributes GH PR #12: https://github.com/AyatanaIndicators/qmenumodel/pull/12 | ||||
| * | debian/{control,*qmenumodel*}: Rename bin:pkg qmenumodel-qml to ↵ | Mike Gabriel | 2021-12-10 | 2 | -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 name | Robert Tari | 2021-12-10 | 1 | -1/+1 |
| | | |||||
| * | Bump QMenuModel to 1.0 | Robert Tari | 2021-12-10 | 2 | -8/+10 |
| | | |||||
| * | Fix CMake version and add required test packages | Robert Tari | 2021-12-10 | 2 | -1/+6 |
| | | | | | | | | fixes https://github.com/AyatanaIndicators/qmenumodel/issues/15 | ||||
* | | Merge branch 'tari01-pr/fix-qt5-use-modules-warning' | Mike Gabriel | 2021-12-08 | 3 | -5/+10 |
|\| | | | | | | | Attributes GH PR #14: https://github.com/AyatanaIndicators/qmenumodel/pull/14 | ||||
| * | 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 |
| | |