Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | converterTest: simplify metatype definitions | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -6/+3 |
| | |||||
* | Converter: add support to String Arrays | Marco Trevisan (Treviño) | 2016-10-25 | 2 | -2/+24 |
| | |||||
* | Merging with lp:~3v1n0/qmenumodel/variant-string-parser | Marco Trevisan (Treviño) | 2016-10-25 | 6 | -257/+226 |
|\ | |||||
| * | ConverterTest: add checks for tuples and lists | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -0/+3 |
| | | |||||
| * | Add conversion tests for maps and lists to QVariant | Marco Trevisan (Treviño) | 2016-10-24 | 1 | -0/+12 |
| | | |||||
| * | converterTest: add tests for toQVariantFromVariantString | Marco Trevisan (Treviño) | 2016-10-24 | 1 | -0/+26 |
| | | |||||
| * | convertertest: add tests for converting to QVariant | Marco Trevisan (Treviño) | 2016-10-24 | 1 | -4/+62 |
| | | |||||
| * | converterTest: QVERIFY comparison return value | Marco Trevisan (Treviño) | 2016-10-24 | 2 | -3/+2 |
| | | |||||
| * | remove deprecated g_type_init() calls | Marco Trevisan (Treviño) | 2016-10-22 | 6 | -18/+3 |
| | | |||||
| * | ConverterTest: remove C++11 features for now | Marco Trevisan (Treviño) | 2016-10-22 | 0 | -0/+0 |
| | | |||||
| * | convertertest: create QGVariantType wrapper to avoid reinterperating a QString | Marco Trevisan (Treviño) | 2016-10-22 | 1 | -19/+35 |
| | | |||||
| * | convertertest: repeat tests using test data | Marco Trevisan (Treviño) | 2016-10-22 | 1 | -81/+26 |
| | | |||||
| * | ConverterTest: use data in the testSchemaConvert | Marco Trevisan (Treviño) | 2016-10-22 | 1 | -15/+31 |
| | | |||||
| * | ActionGroupTest: add test for activateByVariantString | Marco Trevisan (Treviño) | 2016-10-20 | 1 | -63/+65 |
| | | |||||
| * | ActionGroupTest: split tests depending on they need the helper script or not | Marco Trevisan (Treviño) | 2016-10-20 | 1 | -47/+54 |
| | | | | | | And cleanup units | ||||
* | | 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 | 2 | -51/+35 |
| | | |||||
* | | Converter: use some c++11 facilities for lists | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -13/+12 |
| | | |||||
* | | ConverterTest: add QVariantList conversion test | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -0/+6 |
| | | |||||
* | | convertertest: add conversion from map to qvariant check | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -1/+10 |
| | | |||||
* | | 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 | 2 | -1/+36 |
| | | |||||
* | | Converter: add bytestring support | Marco Trevisan (Treviño) | 2016-10-18 | 2 | -3/+11 |
| | | |||||
* | | ConverterTest: add tests for toQVariant | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -3/+82 |
| | | |||||
* | | convertertest: use better variant map test | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -1/+1 |
| | | |||||
* | | CMakeLists.txt: we can safely use c++11 here | Marco Trevisan (Treviño) | 2016-10-18 | 1 | -1/+2 |
|/ | |||||
* | QStateAction: add ability to activate or change state by variant string | Marco Trevisan (Treviño) | 2016-10-18 | 3 | -1/+23 |
| | |||||
* | Converter: move parseVariantString here from UnityMenuModel | Marco Trevisan (Treviño) | 2016-10-18 | 3 | -25/+28 |
| | |||||
* | convertertest: add tests for [U]LongLong converters | Marco Trevisan (Treviño) | 2016-10-17 | 1 | -0/+12 |
| | |||||
* | converterTest: split tests by type | Marco Trevisan (Treviño) | 2016-10-17 | 1 | -2/+35 |
| | |||||
* | UnityMenuModel: avoid initializing an empty QVariant if not needed | Marco Trevisan (Treviño) | 2016-10-15 | 1 | -4/+3 |
| | |||||
* | UnityMenuModel: avoid copying the string to a new std one | Marco Trevisan (Treviño) | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | debian/changelog: bump version number | Marco Trevisan (Treviño) | 2016-10-14 | 1 | -0/+6 |
| | |||||
* | UnityMenuModel add support for activating and changing state with a variant ↵ | Marco Trevisan (Treviño) | 2016-10-14 | 2 | -0/+36 |
| | | | | string parameter | ||||
* | Converter: add support to LongLong and ULongLong | Marco Trevisan (Treviño) | 2016-10-14 | 1 | -0/+6 |
| | |||||
* | Releasing 0.2.9+16.04.20160329-0ubuntu1 | CI Train Bot | 2016-03-29 | 1 | -0/+7 |
| | |||||
* | Use Qt logging categories Fixes: #1562992 | Nick Dedekind | 2016-03-29 | 2 | -2/+28 |
|\ | | | | | Approved by: Daniel d'Andrada, PS Jenkins bot | ||||
| * | only log critical | Nick Dedekind | 2016-02-23 | 1 | -2/+2 |
| | | |||||
| * | added missing file | Nick Dedekind | 2016-02-23 | 1 | -0/+23 |
| | | |||||
| * | use logging categories | Nick Dedekind | 2016-02-19 | 1 | -2/+5 |
| | | |||||
* | | Sync gcc 5.1 rebuild version | Michał Sawicz | 2016-03-29 | 1 | -0/+6 |
|\ \ | |/ |/| | Approved by: PS Jenkins bot | ||||
| * | Sync gcc 5.1 rebuild | Michał Sawicz | 2015-12-14 | 1 | -0/+6 |
|/ | |||||
* | Releasing 0.2.9+15.04.20150430-0ubuntu1 | CI Train Bot | 2015-04-30 | 1 | -0/+8 |
| | |||||
* | Don't leave a dangling GVariant pointer in GtkMenuTrackerItem, which can ↵ | Michael Terry | 2015-04-30 | 1 | -0/+1 |
|\ | | | | | | | | | | | cause a crash. Specifically, we were seeing a crash in the unity8 welcome wizard when restarting indicators after a language change. Fixes: #1450494 Approved by: PS Jenkins bot, Albert Astals Cid, Lars Uebernickel | ||||
| * | Fix crash from not NULLing a variant that we later might try to unref | Michael Terry | 2015-04-30 | 1 | -0/+1 |
|/ | |||||
* | Releasing 0.2.9+15.04.20150108-0ubuntu1 | CI Train Bot | 2015-01-08 | 1 | -2/+3 |
| | |||||
* | Add support for overriding QDBusActionGroup state parser Fixes: #1385331 | Nick Dedekind | 2015-01-08 | 3 | -2/+38 |
|\ | | | | | Approved by: PS Jenkins bot, Albert Astals Cid | ||||
| * | added comment | Nick Dedekind | 2014-12-10 | 1 | -0/+1 |
| | | |||||
| * | bump version | Nick Dedekind | 2014-11-11 | 1 | -0/+6 |
| | | |||||
| * | Allow override of action state parser | Nick Dedekind | 2014-11-11 | 2 | -2/+31 |
|/ |