| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release 0.10.0HEAD0.10.0main | Mike Gabriel | 32 hours | 5 | -65/+124 |
| | | | | | | | | | | | | - 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. | ||||
| * | d/changelog: prepare release v0.10.0 | Mike Gabriel | 32 hours | 1 | -0/+7 |
| | | |||||
| * | d/rules: Enable unit tests for Qt 5 + Qt 6 | Mike Gabriel | 32 hours | 1 | -0/+4 |
| | | |||||
| * | debian/: Build Qt 6 variant alongside Qt 5 variant | Mike Gabriel | 32 hours | 7 | -8/+72 |
| | | |||||
| * | libqmenumodel/src/CMakeLists.txt: Ship Qt 5 and Qt 6 includes in different ↵ | Mike Gabriel | 32 hours | 1 | -1/+1 |
| | | | | | paths; eases packaging | ||||
| * | libqmenumodel/QMenuModel/CMakeLists.txt: Omit API version from QMenuModel ↵ | Mike Gabriel | 32 hours | 1 | -2/+5 |
| | | | | | module name when building Qt 6 variant | ||||
| * | libqmenumodel/: White-space fixes | Mike Gabriel | 32 hours | 2 | -2/+0 |
| | | |||||
| * | .gitignore: Don't ignore files that stem from DEB packaging. | Mike Gabriel | 32 hours | 1 | -11/+0 |
| | | |||||
| * | Merge branch 'OPNA2608-port-qt6' | Mike Gabriel | 32 hours | 20 | -68/+247 |
| |\ | | | | | | | Attributes GH PR #29: https://github.com/AyatanaIndicators/qmenumodel/pull/29 | ||||
| | * | {libqmenumodel/src,tests/client}: Fix warnings with Qt6 | OPNA2608 | 32 hours | 4 | -25/+178 |
| | | | |||||
| | * | libqmenumodel/src: Fix build errors with Qt6 | OPNA2608 | 32 hours | 8 | -9/+24 |
| | | | | | | | | | | | | | - Forward declarations of classes without corresponding imports seemed to mess with moc compilation. Switch to importing the corresponding headers, and only add forward-declarations where necessary (with a comment). - Adjust to some Qt constructors that handle char/char* being hidden by explicitly making QChar/QString. | ||||
| | * | treewide: Allow Qt6 build to be configured via CMake | OPNA2608 | 32 hours | 8 | -34/+45 |
| |/ | |||||
| * | Revert "src/gtk Update gtk part to version 3.24.8" | Mike Gabriel | 32 hours | 9 | -748/+206 |
| | | | | | This reverts commit ceaa2df6e9f96245a0e99edeb29a8b28c39c79b1. | ||||
| * | Merge branch 'jbicha-personal/jbicha/increase-test-timeout' | Mike Gabriel | 33 hours | 1 | -1/+1 |
| |\ | | | | | | | Attributes GH PR #30: https://github.com/AyatanaIndicators/qmenumodel/pull/30 | ||||
| | * | tests: Increase test timeout | Aurelien Jarno | 33 hours | 1 | -1/+1 |
| |/ | | | | | | | from .5 second to 2 seconds Helps riscv64 for Debian https://bugs.debian.org/1086635 | ||||
| * | Merge branch 'jbicha-personal/jbicha/debian-sync-20260403' | Mike Gabriel | 33 hours | 14 | -41/+375 |
| |\ | | | | | | | Attributes GH PR #31: https://github.com/AyatanaIndicators/qmenumodel/pull/31 | ||||
| | * | debian: Sync with Debian | Jeremy Bícha | 2026-04-03 | 14 | -41/+375 |
| |/ | |||||
| * | Merge branch 'neochapay-update_gtk' | 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 | ||||
