aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Because it doesn't check the flag, it updates it. Also make the function return whether the flag was changed.
* app_check_draw_attention: don't overwrite draws_attention when it is already ↵Lars Uebernickel2013-10-041-1/+1
| | | | TRUE
* in im_application_list_update_draws_attention(), free the temporary ↵Charles Kerr2013-10-031-1/+2
| | | | icon_name string created by g_strdup_printf()
* Return values from functions that have return values.Lars Uebernickel2013-10-022-8/+9
|\ | | | | | | | | | | Somehow -Wreturn-type warnings aren't always triggered for g_return_if_fail macros. Approved by Ted Gould, PS Jenkins bot.
| * im-application-list.c: return values from functions that have return valuesLars Uebernickel2013-10-021-3/+3
| |
| * messages-service.c: return FALSE from set_status() if preconditions aren't metLars Uebernickel2013-10-021-5/+6
| |
* | Remove 'indicator.' from the "Clear All" menu item on the phone's menuLars Uebernickel2013-10-021-1/+1
|/ | | | | There's already a namespace set for this section.
* Change title to "Incoming".Lars Uebernickel2013-09-301-1/+1
|\ | | | | | | Approved by Ted Gould, PS Jenkins bot.
| * Change title to "Incoming"Lars Uebernickel2013-09-301-1/+1
| |
* | messages-service: return TRUE from "handle-*" GDBusProxy method handlersLars Uebernickel2013-09-271-5/+11
| | | | | | | | | | | | | | This is done to signify that the handlers replied to the messages. Otherwise GDBus might send another reply, depending on whether 0 or !0 was lying around on the stack.
* | im-application-list: fix crash (source-changed was declared with wrong ↵Lars Uebernickel2013-09-271-1/+1
|/ | | | signature)
* im-application-list: show all sources that have a count, time, or non-empty ↵Lars Uebernickel2013-09-261-1/+1
|\ | | | | | | | | | | string. Fixes: https://bugs.launchpad.net/bugs/1231435. Approved by Sebastien Bacher, PS Jenkins bot.
| * im-application-list: show all sources that have a count, time, or non-empty ↵Lars Uebernickel2013-09-261-1/+1
| | | | | | | | string
* | phone menu: don't show "Clear All" when there are no messagesLars Uebernickel2013-09-251-16/+38
|/
* Add "title" to the root action state dictionaryLars Uebernickel2013-09-121-0/+3
|
* Use g_icon_serialize() instead of g_icon_to_string().Lars Uebernickel2013-09-098-179/+85
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * Remove gmenuutils, it's not being used anymoreLars Uebernickel2013-09-064-128/+0
| |
| * create_status_section: use g_icon_serialize()Lars Uebernickel2013-09-061-1/+8
| |
| * 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
| | | | | | | | | | g_icon_serialize() returns a full (not a floating) reference.
| * Use g_icon_serialize() for application iconsLars Uebernickel2013-09-063-23/+26
| |
| * Use serialized icons for messages and sourcesLars Uebernickel2013-09-054-25/+47
| | | | | | | | | | The D-Bus protocol is not part of the public API, so it's okay to change it.
* | Install the service into pkglibexecdirLars Uebernickel2013-09-061-1/+1
|/
* Remove parameter type from root actionNick Dedekind2013-09-021-1/+1
|
* Remove app-section.[ch], it's not used anymore.Lars Uebernickel2013-08-283-999/+0
|\ | | | | | | Approved by Ted Gould, PS Jenkins bot.
| * Remove app-section.[ch]Lars Uebernickel2013-08-283-999/+0
| |
* | Don't pass source and message ids into parameters that expect detailed ↵Lars Uebernickel2013-08-281-2/+4
|\ \ | | | | | | | | | | | | | | | action names. Approved by Ted Gould, PS Jenkins bot.
| * | Don't pass ids as detailed action namesLars Uebernickel2013-08-281-2/+4
| |/ | | | | | | | | | | | | Detailed action names are of the form action::target or action(target), so they can't have colons or parens in them. This restriction does not apply to messaging menu ids. Fixes: https://bugs.launchpad.net/bugs/1180302.
* | Merge trunkLars Uebernickel2013-08-272-30/+107
|\|
| * Fix bug #1216843Lars Uebernickel2013-08-272-30/+107
| |\ | | | | | | | | | | | | | | | Remove all sources when an applications quits and don't show sources with a count of 0. Fixes: https://bugs.launchpad.net/bugs/1216843. Approved by Charles Kerr, PS Jenkins bot.
| | * desktop menu: don't show sources with a count of 0Lars Uebernickel2013-08-272-29/+90
| | |
| | * desktop menu: remove all sources when an application has quitLars Uebernickel2013-08-271-0/+16
| | |
| | * 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
|/ /
* | Use the local version instead of the version from libindicatorTed Gould2013-08-261-1/+1
| |
* | Dropping launch context so we don't have to include GDKTed Gould2013-08-261-16/+1
|/
* Protect against invalid actions. Fixes: https://bugs.launchpad.net/bugs/1216758.Ted Gould2013-08-261-0/+2
|\ | | | | | | Approved by Lars Uebernickel, PS Jenkins bot.
| * Protect against action lossTed Gould2013-08-261-0/+2
| |
* | Don't use deprecated g_simple_action_group_{lookup,insert}. Fixes: ↵Lars Uebernickel2013-08-221-3/+3
|\ \ | |/ |/| | | | | | | https://bugs.launchpad.net/bugs/1215180. Approved by PS Jenkins bot, Charles Kerr.
| * Don't use deprecated g_simple_action_group_{lookup,insert}Lars Uebernickel2013-08-221-3/+3
| |
* | don't error out on deprecated declarationsSebastien Bacher2013-08-221-1/+1
|/
* Change g_simple_action_group_remove() to g_action_map_remove_action()Ted Gould2013-08-212-4/+4
|
* Swap g_simple_action_group_insert() for g_action_map_add_action()Ted Gould2013-08-212-9/+9
|
* Add a DBus error for list_add().Ted Gould2013-08-213-5/+19
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * Pass the error back up through DBusTed Gould2013-08-191-1/+13
| |
| * Make it so that application list returns an error on a bad desktop fileTed Gould2013-08-192-4/+6
| |
* | Make it so that we sort based on application name to make the menu more saneTed Gould2013-08-203-6/+13
| |
* | Enabling and disabling the remove-all action if we have items to removeTed Gould2013-08-201-0/+44
| |
* | Adding in a sigterm handlerTed Gould2013-08-201-0/+13
| |