aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/unitymenumodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename unity* source filesRobert Tari2021-11-171-1064/+0
* Support ayatana typeMarius Gripsgard2020-08-151-1/+7
* Add a return trueAlbert Astals Cid2017-04-031-0/+1
* Add UnityMenuModel::aboutToShow ((LP: 1664578)Bileto Bot2017-03-161-1/+42
|\
| * 0 -> G_MAXINT as found by CharlesAlbert Astals Cid2017-03-161-1/+1
| * Review improvementsAlbert Astals Cid2017-03-161-2/+2
| * Call about to show for those items that have a qtubuntu-tag propertyAlbert Astals Cid2017-03-061-1/+42
* | Batch add and removes into the modelAlbert Astals Cid2017-02-281-18/+21
|/
* merged with trunkNick Dedekind2016-12-091-4/+21
|\
| * 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
| * Converter: move parseVariantString here from UnityMenuModelMarco Trevisan (Treviño)2016-10-181-25/+2
| * UnityMenuModel: avoid initializing an empty QVariant if not neededMarco Trevisan (Treviño)2016-10-151-4/+3
| * UnityMenuModel: avoid copying the string to a new std oneMarco Trevisan (Treviño)2016-10-141-1/+1
| * UnityMenuModel add support for activating and changing state with a variant s...Marco Trevisan (Treviño)2016-10-141-0/+34
| * only log criticalNick Dedekind2016-02-231-2/+2
| * use logging categoriesNick Dedekind2016-02-191-2/+5
* | better boolean checkNick Dedekind2016-10-041-2/+2
* | Added roles for submenu & shortcut. Added actionsNick Dedekind2016-01-151-2/+12
|\ \ | |/ |/|
| * acceleratorsNick Dedekind2015-09-081-1/+11
|/
* remove check for native fileNick Dedekind2014-07-291-1/+1
* unitymenumodel: add nameOwner propertyLars Uebernickel2014-07-111-0/+9
* unitymenumodel: notify when the bus name changesLars Uebernickel2014-07-111-0/+1
* unset actions model in destructorNick Dedekind2014-06-301-0/+11
* Add standard "has the property actually changed" check to UnityMenuModel::set...Antti Kaijanmäki2014-04-021-0/+3
* revert the last commit.Antti Kaijanmäki2014-04-021-12/+2
* UnityMenuModel::setName: handle empty strings properly.Antti Kaijanmäki2014-04-021-2/+12
* Added data change to loadExtAttributesNick Dedekind2013-12-111-0/+2
* removed unnecessary pointer checksNick Dedekind2013-10-141-14/+13
* Added iterator/item pointer checksNick Dedekind2013-10-141-8/+49
* Use g_file_get_uri instead of g_file_get_path to make sure the URI's percentGustavo Pichorim Boiko2013-10-111-1/+1
* Fix sequence memory leak in unitymenumodelPete Woods2013-09-171-0/+1
* fullActioName: make sure 'name' is valid for the duration of the functionLars Uebernickel2013-09-031-1/+3
* Add UnityMenuAction::index propertyLars Uebernickel2013-09-031-44/+59
* Add UnityMenuModel::getActionLars Uebernickel2013-09-021-0/+28
* UnityMenuModel::activate: use gtk_menu_tracker_item_get_action_nameLars Uebernickel2013-09-021-1/+1
* gtk_menu_tracker_item_get_action_name: return full name, including namespaceLars Uebernickel2013-09-021-2/+6
* Added UnityMenuAction for "out-of-menu" actions.Nick Dedekind2013-08-301-1/+174
|\
| * merged with trunkNick Dedekind2013-08-271-8/+34
| |\
| * | Review commentsNick Dedekind2013-08-271-17/+17
| * | Using qt event loop to pass UnityMenuAction eventsNick Dedekind2013-08-221-8/+15
| * | Added activate/changeState to UnityMenuModelNick Dedekind2013-08-221-0/+26
| * | Added UnityMenuAction for out-of-line actions. Action muxer copied to submenus.Nick Dedekind2013-08-211-1/+141
* | | Let Qt manage deletion of childrenNick Dedekind2013-08-291-3/+0
| |/ |/|
* | UnityMenuModel::changeState now uses current state parameter type as a base f...Nick Dedekind2013-08-261-2/+14
|\ \
| * | Added toGVariantWithSchema for UnityMenuModel::changeStateNick Dedekind2013-08-151-2/+14
| |/
* / new unitymenumodel attribute typesNick Dedekind2013-08-201-6/+20
|/
* Removed UnityMenuAction. Fixed leaks from unitymenumodel.Nick Dedekind2013-08-121-63/+31
* Add isToggled roleLars Uebernickel2013-08-121-1/+6
* Use qevents to send between direct glib loop events and qt.Nick Dedekind2013-08-121-28/+66
|\