aboutsummaryrefslogtreecommitdiff
path: root/src/im-application-list.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | im-application-list: remove extraneous variable 'old_draw'Lars Uebernickel2013-08-271-6/+1
|/
* Protect against invalid actions. Fixes: https://bugs.launchpad.net/bugs/1216758.Ted Gould2013-08-261-0/+2
|\
| * Protect against action lossTed Gould2013-08-261-0/+2
* | Don't use deprecated g_simple_action_group_{lookup,insert}Lars Uebernickel2013-08-221-3/+3
|/
* Change g_simple_action_group_remove() to g_action_map_remove_action()Ted Gould2013-08-211-2/+2
* Swap g_simple_action_group_insert() for g_action_map_add_action()Ted Gould2013-08-211-5/+5
* Add a DBus error for list_add().Ted Gould2013-08-211-3/+5
|\
| * Make it so that application list returns an error on a bad desktop fileTed Gould2013-08-191-3/+5
* | Enabling and disabling the remove-all action if we have items to removeTed Gould2013-08-201-0/+44
* | Switch to looking in the shortcuts object to set the actionsTed Gould2013-08-201-5/+5
* | Building up a shortcuts object to track the shortcuts from the desktop fileTed Gould2013-08-201-0/+12
* | Remove unused struct memberTed Gould2013-08-201-1/+0
* | Making the base menu item an a{sv} with proper icons and fallbacksTed Gould2013-08-201-8/+39
* | Make the accessible name translatable and based on the blue envelopeTed Gould2013-08-201-3/+9
* | Track the old draw_attention and look for updatesTed Gould2013-08-201-0/+6
|/
* Save the draws attention for messages and react to thatTed Gould2013-08-181-3/+5
* Check the action state to get whether it's drawing or notTed Gould2013-08-181-1/+14
* Starting to regen the draw attention flag from the source actionsTed Gould2013-08-181-2/+49
* clearing the sources on remove allTed Gould2013-08-181-51/+2
* Dropping indicator prefixes as they're set up with the base namespace of the ...Ted Gould2013-08-161-1/+1
* Whitespace Ted Gould2013-08-161-1/+1
* Only dismiss if there is a proxy connected and the application is remoteTed Gould2013-08-161-4/+8
* Stop removing sources, just set them to no longer draw attentionTed Gould2013-08-161-1/+50
* Forgot to draw attention for new messagesTed Gould2013-08-161-0/+3
* Making it so that we cache the draw attention state in the appTed Gould2013-08-161-15/+6
* Couldn't make that assumption, instead assume they're all listening and adjus...Ted Gould2013-08-151-13/+11
* Setting the status of the menu based on the aggregate application statusTed Gould2013-08-151-4/+45
* Adding a set status signalTed Gould2013-08-151-1/+13
* Setting up a callback on the activation to set the state and update the appli...Ted Gould2013-08-151-0/+25
* Tracking application statusTed Gould2013-08-151-0/+8
* Create a status actionTed Gould2013-08-151-6/+12
* Really we should set status on the application listTed Gould2013-08-151-0/+9
* application list: show non-running applicationsLars Uebernickel2013-08-131-0/+3
* application list: update draws-attention when necessaryLars Uebernickel2013-08-131-37/+47
* Add application actionsLars Uebernickel2013-08-131-5/+30
* Add desktop menuLars Uebernickel2013-08-131-11/+73