Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Update changelog | Lars Uebernickel | 2014-07-15 | 1 | -0/+6 |
| | | |||||
| * | unitymenumodel: add nameOwner property | Lars Uebernickel | 2014-07-11 | 2 | -0/+13 |
| | | |||||
| * | unitymenumodel: notify when the bus name changes | Lars Uebernickel | 2014-07-11 | 1 | -0/+1 |
|/ | |||||
* | Releasing 0.2.7+14.10.20140704-0ubuntu1 | CI bot | 2014-07-04 | 1 | -0/+12 |
| | |||||
* | Unset the UnityMenuActions::model when destroying UnityMenuModel Fixes: 1334203 | Nick Dedekind | 2014-07-04 | 4 | -4/+76 |
|\ | |||||
| * | fixed copywrite | Nick Dedekind | 2014-07-01 | 1 | -2/+2 |
| | | |||||
| * | added missing file | Nick Dedekind | 2014-07-01 | 1 | -0/+62 |
| | | |||||
| * | unset actions model in destructor | Nick Dedekind | 2014-06-30 | 3 | -7/+15 |
| | | |||||
* | | Fix a dangling UnityMenuAction pointer by ensuring it's registered with only ↵ | Charles Kerr | 2014-07-04 | 1 | -3/+1 |
|\ \ | |/ |/| | | | one menu at a time. Fixes: 1282282 | ||||
| * | when an action's model changes in UnityMenuAction::setModel(), make sure the ↵ | Charles Kerr | 2014-03-16 | 1 | -3/+1 |
| | | | | | | | | action unregisters itself from the previous model. | ||||
* | | Releasing 0.2.7+14.10.20140514.1-0ubuntu1 | CI bot | 2014-05-14 | 1 | -2/+3 |
| | | |||||
* | | Add standard "has the property actually changed" check to ↵ | Antti Kaijanmäki | 2014-05-14 | 2 | -0/+16 |
|\ \ | |/ |/| | | | UnityMenuModel::setBusName() | ||||
| * | wrap the changelog entry. | Antti Kaijanmäki | 2014-05-08 | 1 | -1/+2 |
| | | |||||
| * | try to fix debian/changelog for the ci train.. | Antti Kaijanmäki | 2014-05-08 | 1 | -0/+6 |
| | | |||||
| * | manually merge debian/changelog after a manual upload to the archive. | Antti Kaijanmäki | 2014-05-08 | 1 | -0/+6 |
| | | |||||
| * | Add standard "has the property actually changed" check to ↵ | Antti Kaijanmäki | 2014-04-02 | 1 | -0/+3 |
| | | | | | | | | UnityMenuModel::setBusName() | ||||
| * | revert the last commit. | Antti Kaijanmäki | 2014-04-02 | 1 | -12/+2 |
| | | |||||
| * | UnityMenuModel::setName: handle empty strings properly. | Antti Kaijanmäki | 2014-04-02 | 1 | -2/+12 |
|/ | |||||
* | Releasing 0.2.7+14.04.20140305-0ubuntu1 | CI bot | 2014-03-05 | 1 | -0/+17 |
| | |||||
* | No change rebuild against Qt 5.2.1. | CI bot | 2014-03-05 | 0 | -0/+0 |
| | |||||
* | Fix use of un-initialized memory | Albert Astals | 2014-02-28 | 1 | -3/+2 |
|\ | | | | | | | | | | | Since m_valid was not initialized calling setValid ends up in an uninitialized memory use in the if comparison. The other thing setValid does is emitting a signal, but this is the constructor, so you don't need the signal either, so basically just assign the variable directly . Approved by PS Jenkins bot, Lars Uebernickel. |