aboutsummaryrefslogtreecommitdiff
path: root/src/im-application-list.c
Commit message (Expand)AuthorAgeFilesLines
* src/im-application-list.c: Add tooltip support.Mike Gabriel2022-07-221-0/+1
* application list: update root action unconditionallyLars Uebernickel2015-05-051-10/+9
|\
| * application list: update root action unconditionallyLars Uebernickel2015-05-041-10/+9
* | Remove spacesNiklas Wenzel2015-04-301-1/+1
* | Use guint instead of intNiklas Wenzel2015-04-301-1/+1
* | Fix build errorNiklas Wenzel2015-04-301-0/+1
* | Remove GArray and fix code styleNiklas Wenzel2015-04-301-22/+9
* | Unescape action names when passing them to the proxy in im_application_list_r...Niklas Wenzel2015-04-251-2/+30
|/
* Verify state type before parsingTed Gould2015-04-031-0/+2
|\
| * Check the type of the variant before trying to parse itTed Gould2015-02-171-0/+2
* | Action name should be escaped message id and escaped action name, not escaped...Ted Gould2015-03-041-1/+1
* | Adding a version of source_removed that doesn't unescapeTed Gould2015-02-181-7/+14
* | Make a version of the remove that doesn't escapeTed Gould2015-02-181-8/+15
* | unescape_action_name: fix logic error (& instead of |)Lars Uebernickel2015-01-261-1/+1
* | Escape message and source ids when using them as action names Fixes: #1386584Lars Uebernickel2015-01-121-22/+112
|\ \
| * | Also escape message and source ids when removing them from the appLars Uebernickel2014-11-071-5/+16
| * | Escape message and source ids when using them as action namesLars Uebernickel2014-11-051-17/+96
| |/
* | Update to trunkTed Gould2014-10-101-1/+1
|\|
| * Rename the phone header's title from 'Notification center' to 'Notifications'...Charles Kerr2014-10-031-1/+1
* | Merge trunk positionsTed Gould2014-10-081-3/+29
|\|
| * Support X-Ubuntu-SymbolicIcon in desktop filesLars Uebernickel2014-09-161-3/+29
* | Put in a function to handle setting the draw attention valueTed Gould2014-09-171-0/+2
* | Get an accounts service instance in the application listTed Gould2014-09-171-0/+7
|/
* change title to 'Notification center'Charles Kerr2014-07-301-1/+1
* messages-service: listen to the ApplicationStoppedRunning callLars Uebernickel2014-04-101-0/+6
* Only show the menu when there are apps registered to use itLars Uebernickel2014-04-071-16/+17
* Protect against processes calling Register() multiple timesLars Uebernickel2013-10-261-2/+5
* im-application-list: unpack icon correctlyLars Uebernickel2013-10-111-1/+1
* app_source_action_check_draw: flip erroneous != to ==Lars Uebernickel2013-10-041-1/+1
* Add "visible" paramete to im-application-list-source-addedLars Uebernickel2013-10-041-4/+8
* im-application-list: fix draws_attention logicLars Uebernickel2013-10-041-11/+16
* app_source_action_check_draw: reset app->draws_attentionLars Uebernickel2013-10-041-0/+2
* app_source_action_check_draw: don't let invisible sources draw attentionLars Uebernickel2013-10-041-8/+11
* Rename app_check_draw_attention to app_update_draws_attentionLars Uebernickel2013-10-041-11/+10
* app_check_draw_attention: don't overwrite draws_attention when it is already ...Lars Uebernickel2013-10-041-1/+1
* in im_application_list_update_draws_attention(), free the temporary icon_name...Charles Kerr2013-10-031-1/+2
* im-application-list.c: return values from functions that have return valuesLars Uebernickel2013-10-021-3/+3
* Change title to "Incoming".Lars Uebernickel2013-09-301-1/+1
|\
| * Change title to "Incoming"Lars Uebernickel2013-09-301-1/+1
* | im-application-list: fix crash (source-changed was declared with wrong signat...Lars Uebernickel2013-09-271-1/+1
|/
* im-application-list: show all sources that have a count, time, or non-empty s...Lars Uebernickel2013-09-261-1/+1
* Add "title" to the root action state dictionaryLars Uebernickel2013-09-121-0/+3
* im_application_list_message_added: don't use g_object_unref for variantsLars Uebernickel2013-09-061-1/+1
* im_application_list_update_draws_attention: fix GVariant leakLars Uebernickel2013-09-061-4/+6
* Use g_icon_serialize() for application iconsLars Uebernickel2013-09-061-19/+18
* Use serialized icons for messages and sourcesLars Uebernickel2013-09-051-14/+36
* Remove parameter type from root actionNick Dedekind2013-09-021-1/+1
* Merge trunkLars Uebernickel2013-08-271-5/+9
|\
| * desktop menu: don't show sources with a count of 0Lars Uebernickel2013-08-271-4/+8
| * im-application-list: use correct signal marshaller for app-stoppedLars Uebernickel2013-08-271-1/+1