aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use submenu-enabled for those items that don't have an action (if it exists) ...Albert Astals Cid2017-03-161-1/+11
|\
| * 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
|\ \ | |/ |/|
| * 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 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
|\ \
| * | 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
| * | converterTest: add conversion to GVariant and back to verify content is correctMarco Trevisan (Treviño)2016-10-261-0/+18
| * | converter: return a variant when the schema is a variantMarco Trevisan (Treviño)2016-10-252-1/+6
| * | converter: verify integer type conversionsMarco Trevisan (Treviño)2016-10-251-0/+8
| * | converter: free schema type on destructionMarco Trevisan (Treviño)2016-10-251-2/+4
| * | converter: free the strv containerMarco Trevisan (Treviño)2016-10-251-0/+1
| * | Merged variant-string-parser into converter-improvements.Marco Trevisan (Treviño)2016-10-251-2/+6
| |\ \
| * | | converter: use qUtf8Printable functionLukáš Tinkl2016-10-251-5/+5
| * | | converterTest: simplify metatype definitionsMarco Trevisan (Treviño)2016-10-251-6/+3
| * | | Converter: add support to String ArraysMarco Trevisan (Treviño)2016-10-252-2/+24
| * | | Merging with lp:~3v1n0/qmenumodel/variant-string-parserMarco Trevisan (Treviño)2016-10-256-257/+226
| |\ \ \
| * | | | converter: stop looking if w'eve no entryTypeMarco Trevisan (Treviño)2016-10-181-0/+2
| * | | | Converter: use builders and c++ facilities for schema conversionsMarco Trevisan (Treviño)2016-10-182-51/+35
| * | | | Converter: use some c++11 facilities for listsMarco Trevisan (Treviño)2016-10-181-13/+12
| * | | | ConverterTest: add QVariantList conversion testMarco Trevisan (Treviño)2016-10-181-0/+6
| * | | | convertertest: add conversion from map to qvariant checkMarco Trevisan (Treviño)2016-10-181-1/+10
| * | | | Converter: use QMetaType to check integer subtypesMarco Trevisan (Treviño)2016-10-181-20/+16
| * | | | Converter: add support for ByteArrayListMarco Trevisan (Treviño)2016-10-182-1/+36
| * | | | Converter: add bytestring supportMarco Trevisan (Treviño)2016-10-182-3/+11
| * | | | ConverterTest: add tests for toQVariantMarco Trevisan (Treviño)2016-10-181-3/+82
| * | | | convertertest: use better variant map testMarco Trevisan (Treviño)2016-10-181-1/+1
| * | | | CMakeLists.txt: we can safely use c++11 hereMarco Trevisan (Treviño)2016-10-181-1/+2
* | | | | Crossbuilding fixes.Florian Boucault2016-11-162-8/+4
|\ \ \ \ \
| * | | | | Crossbuilding fixes.Florian Boucault2016-07-192-8/+4
* | | | | | Releasing 0.2.10+17.04.20161026.2-0ubuntu1Bileto Bot2016-10-261-2/+2
* | | | | | Add ability to activate or change state of an action by variant stringBileto Bot2016-10-2613-118/+308
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | UnityMenuModel: avoid copy on assignmentMarco Trevisan (Treviño)2016-10-251-1/+1
| * | | | UnityMenuModel: use conversion with gschema in unity actionsMarco Trevisan (Treviño)2016-10-251-1/+5
| | |/ / | |/| |
| * | | ConverterTest: add checks for tuples and listsMarco Trevisan (Treviño)2016-10-251-0/+3
| * | | Add conversion tests for maps and lists to QVariantMarco Trevisan (Treviño)2016-10-241-0/+12
| * | | converterTest: add tests for toQVariantFromVariantStringMarco Trevisan (Treviño)2016-10-241-0/+26