| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libqmenumodel/src/CMakeLists.txt: Ship Qt 5 and Qt 6 includes in different ↵ | Mike Gabriel | 14 days | 1 | -1/+1 |
| | | | | | paths; eases packaging | ||||
| * | libqmenumodel/QMenuModel/CMakeLists.txt: Omit API version from QMenuModel ↵ | Mike Gabriel | 14 days | 1 | -2/+5 |
| | | | | | module name when building Qt 6 variant | ||||
| * | libqmenumodel/: White-space fixes | Mike Gabriel | 14 days | 2 | -2/+0 |
| | | |||||
| * | {libqmenumodel/src,tests/client}: Fix warnings with Qt6 | OPNA2608 | 14 days | 2 | -7/+49 |
| | | |||||
| * | libqmenumodel/src: Fix build errors with Qt6 | OPNA2608 | 14 days | 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 | 14 days | 3 | -11/+8 |
| | | |||||
| * | Revert "src/gtk Update gtk part to version 3.24.8" | Mike Gabriel | 14 days | 9 | -748/+206 |
| | | | | | This reverts commit ceaa2df6e9f96245a0e99edeb29a8b28c39c79b1. | ||||
| * | 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 | ||||
| * | Fix build errors | Robert Tari | 2023-08-01 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Fix all build warnings | Robert Tari | 2022-02-01 | 4 | -22/+26 |
| | | |||||
| * | 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 |
| | | |||||
| * | Bump QMenuModel to 1.0 | Robert Tari | 2021-12-10 | 2 | -8/+10 |
| | | |||||
| * | libqmenumodel/src/CMakeLists.txt: Bump the SOVERSION of libqmenumodel | Robert Tari | 2021-11-18 | 1 | -2/+2 |
| | | |||||
| * | libqmenumodel/src/qmenumodel.pc.in: Use @PROJECT_VERSION@ for Version: field. | Mike Gabriel | 2021-11-18 | 1 | -1/+1 |
| | | |||||
| * | Rename Unity* symbols | Robert Tari | 2021-11-17 | 10 | -221/+221 |
| | | |||||
| * | Rename unity* source files | Robert Tari | 2021-11-17 | 10 | -29/+29 |
| | | |||||
| * | Rename com.ubuntu.menu | Robert Tari | 2021-11-15 | 3 | -6/+6 |
| | | |||||
| * | libqmenumodel/QMenuModel/plugin.h: Rename com.canonical.qmenumodel | Robert Tari | 2021-11-15 | 1 | -1/+1 |
| | | |||||
| * | Move glib includes outside of extern "C" | Luca Weiss | 2021-05-17 | 8 | -16/+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" { | ^~~~~~~~~~ | ||||
| * | 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) | ||||
| * | 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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||||
| * | Fix build with Qt 5.11_beta3 (dropping qt5_use_modules) | Ivan Semkin | 2018-06-20 | 2 | -4/+5 |
| | | |||||
| * | Add a return true | Albert Astals Cid | 2017-04-03 | 1 | -0/+1 |
| | | | | | Noone seems to be actually using the returned bool, but it's always nice to have a return | ||||
| * | Use submenu-enabled for those items that don't have an action (if it exists) ↵ | Albert Astals Cid | 2017-03-16 | 1 | -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 Cid | 2017-03-08 | 1 | -1/+11 |
| | | | |||||
| * | | Add UnityMenuModel::aboutToShow ((LP: 1664578) | Bileto Bot | 2017-03-16 | 2 | -2/+44 |
| |\ \ | |||||
| | * | | 0 -> G_MAXINT as found by Charles | Albert Astals Cid | 2017-03-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Review improvements | Albert Astals Cid | 2017-03-16 | 1 | -2/+2 |
| | |/ | |||||
| | * | Call about to show for those items that have a qtubuntu-tag property | Albert Astals Cid | 2017-03-06 | 2 | -2/+44 |
| | | | |||||
| * | | Fix c&p, this ref should be unref | Albert Astals Cid | 2017-03-16 | 1 | -1/+1 |
| | | | |||||
| * | | valign | Albert Astals Cid | 2017-02-28 | 1 | -1/+1 |
| | | | |||||
| * | | Batch add and removes into the model | Albert Astals Cid | 2017-02-28 | 5 | -44/+84 |
| |/ | |||||
| * | merged with trunk | Nick Dedekind | 2016-12-09 | 9 | -80/+195 |
| |\ | |||||
| | * | converter: cleanup and add support for more variant types | Marco Trevisan (Treviño) | 2016-11-16 | 1 | -76/+100 |
| | |\ | | | | | | | | | | Approved by: Lukáš Tinkl | ||||
| | | * | converter: properly set the QByteArray using ctor, or it will be created twice | Marco Trevisan (Treviño) | 2016-10-26 | 1 | -4/+1 |
| | | | | |||||
| | | * | converter: return a variant when the schema is a variant | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -1/+1 |
| | | | | |||||
| | | * | converter: free schema type on destruction | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -2/+4 |
| | | | | |||||
| | | * | converter: free the strv container | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -0/+1 |
| | | | | |||||
| | | * | Merged variant-string-parser into converter-improvements. | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -2/+6 |
| | | |\ | |||||
| | | * | | converter: use qUtf8Printable function | Lukáš Tinkl | 2016-10-25 | 1 | -5/+5 |
| | | | | | |||||
| | | * | | Converter: add support to String Arrays | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -2/+21 |
| | | | | | |||||
| | | * | | Merging with lp:~3v1n0/qmenumodel/variant-string-parser | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -1/+0 |
| | | |\ \ | |||||
| | | * | | | converter: stop looking if w'eve no entryType | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -0/+2 |
| | | | | | | |||||
| | | * | | | Converter: use builders and c++ facilities for schema conversions | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -38/+22 |
| | | | | | | |||||
| | | * | | | Converter: use some c++11 facilities for lists | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -13/+12 |
| | | | | | | |||||
| | | * | | | Converter: use QMetaType to check integer subtypes | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -20/+16 |
| | | | | | | |||||
| | | * | | | Converter: add support for ByteArrayList | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -1/+21 |
| | | | | | | |||||
| | | * | | | Converter: add bytestring support | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -1/+5 |
| | | | | | | |||||
