Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Crossbuilding fixes. | Florian Boucault | 2016-11-16 | 2 | -8/+4 |
|\ | | | | | | | Approved by: Marco Trevisan (Treviño) | ||||
| * | Crossbuilding fixes. | Florian Boucault | 2016-07-19 | 2 | -8/+4 |
| | | |||||
* | | Releasing 0.2.10+17.04.20161026.2-0ubuntu1 | Bileto Bot | 2016-10-26 | 1 | -2/+2 |
| | | |||||
* | | Add ability to activate or change state of an action by variant string | Bileto Bot | 2016-10-26 | 13 | -118/+308 |
|\ \ | |/ |/| | |||||
| * | UnityMenuModel: avoid copy on assignment | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -1/+1 |
| | | |||||
| * | UnityMenuModel: use conversion with gschema in unity actions | Marco Trevisan (Treviño) | 2016-10-25 | 1 | -1/+5 |
| | | |||||
| * | 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 | ||||
| * | 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 |
|/ | |||||
* | Releasing 0.2.8+14.10.20141013-0ubuntu1 | CI bot | 2014-10-13 | 1 | -0/+8 |
| | |||||
* | Disconnect QDBusActionGroup add/remove/stateChange signals when deleting ↵ | Nick Dedekind | 2014-10-13 | 1 | -7/+8 |
|\ | | | | | | | | | object. Fixes: 1378941 Approved by: Charles Kerr, Michael Sheldon, PS Jenkins bot, Lars Uebernickel | ||||
| * | disconnect on clear | Nick Dedekind | 2014-10-10 | 1 | -7/+8 |
|/ | |||||
* | Releasing 0.2.8+14.10.20140815-0ubuntu1 | CI bot | 2014-08-15 | 1 | -0/+7 |
| | |||||
* | Allow remote URIs to be used from file serialized icons | Nick Dedekind | 2014-08-15 | 1 | -1/+1 |
|\ | | | | | Approved by: Sergio Schvezov, PS Jenkins bot | ||||
| * | remove check for native file | Nick Dedekind | 2014-07-29 | 1 | -1/+1 |
|/ | |||||
* | Releasing 0.2.8+14.10.20140717-0ubuntu1 | CI bot | 2014-07-17 | 1 | -2/+3 |
| | |||||
* | unitymenumodel: add nameOwner property Fixes: 1308011 | Lars Uebernickel | 2014-07-17 | 3 | -0/+20 |
|\ | | | | | Approved by: Mirco Müller, PS Jenkins bot |