aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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)
* Use CoverageReport from cmake-extrasMarius Gripsgard2020-08-154-80/+23
| | | | This gives us a much better coverage reports
* Correct debian control fileMarius Gripsgard2020-08-151-7/+4
|
* Cleanup bzrMarius Gripsgard2020-08-152-2/+1
|
* Merge branch 'xenial_-_patches' of https://github.com/z3ntu/qmenumodelMarius Gripsgard2020-08-152-4/+5
|\
| * Remove use of the deprecated QModelIndex::child functionLuca Weiss2020-05-181-4/+4
| |
| * Add missing headerLuca Weiss2020-05-181-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/masterFlorian Leeber2018-07-272-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 Semkin2018-06-202-4/+5
|/
* Build for xenial and bump versionMarius Gripsgard2017-12-271-1/+1
|
* Add JenkinsfileMarius Gripsgard2017-12-271-0/+65
|
* Releasing 0.2.12+17.04.20170404-0ubuntu1Bileto Bot2017-04-041-0/+7
|
* Add a return trueAlbert Astals Cid2017-04-041-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
| * Add a return trueAlbert Astals Cid2017-04-031-0/+1
|/ | | | Noone seems to be actually using the returned bool, but it's always nice to have a return
* Releasing 0.2.12+17.04.20170316.1-0ubuntu1Bileto Bot2017-03-161-2/+5
|
* Use submenu-enabled for those items that don't have an action (if it exists) ↵Albert Astals Cid2017-03-161-1/+11
|\ | | | | | | | | | | (LP: #1670694) Approved by: Lukáš Tinkl
| * Use submenu-enabled for those items that don't have an action (if it exists)Albert Astals Cid2017-03-081-1/+11
| |
* | Add UnityMenuModel::aboutToShow ((LP: 1664578)Bileto Bot2017-03-163-2/+51
|\ \
| * | 0 -> G_MAXINT as found by CharlesAlbert Astals Cid2017-03-161-1/+1
| | |
| * | Review improvementsAlbert Astals Cid2017-03-162-3/+3
| |/
| * Increase version because of new apiAlbert Astals Cid2017-03-071-0/+7
| |
| * Call about to show for those items that have a qtubuntu-tag propertyAlbert Astals Cid2017-03-062-2/+44
| |
* | Batch add and removes into the modelAlbert Astals Cid2017-03-165-44/+84
|\ \ | |/ |/| | | Works much better with Qt Quick views to have all the insert/removes at once (LP: #1666701)
| * Fix c&p, this ref should be unrefAlbert Astals Cid2017-03-161-1/+1
| |
| * valignAlbert Astals Cid2017-02-281-1/+1
| |
| * Batch add and removes into the modelAlbert Astals Cid2017-02-285-44/+84
|/
* Releasing 0.2.11+17.04.20170110.1-0ubuntu1Bileto Bot2017-01-101-2/+2
|
* * Added shortcut hasSubmenu and roles to UnityMenuModelBileto Bot2017-01-105-5/+37
|\ | | | | * Added actions property to Group
| * added to changelogNick Dedekind2016-12-091-1/+2
| |
| * fixed version fileNick Dedekind2016-12-091-7/+7
| |
| * merged with trunkNick Dedekind2016-12-0917-194/+540
| |\ | |/ |/|
* | Releasing 0.2.10+17.04.20161116-0ubuntu1Bileto Bot2016-11-161-0/+10
| |
* | converter: cleanup and add support for more variant typesMarco Trevisan (Treviño)2016-11-163-86/+197
|\ \ | | | | | | | | | Approved by: Lukáš Tinkl
| * | converterTest: add content conversions back and further from gvariantMarco Trevisan (Treviño)2016-10-261-1/+43
| | |
| * | converter: properly set the QByteArray using ctor, or it will be created twiceMarco Trevisan (Treviño)2016-10-261-4/+1
| | |