aboutsummaryrefslogtreecommitdiff
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(). Fixes: https://bugs.launchpad.net/bugs/1234895. Approved by Ted Gould, PS Jenkins bot.
| * 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 menu.Lars Uebernickel2013-10-021-1/+1
|\ \ | |/ |/| | | Approved by PS Jenkins bot, Nick Dedekind.
| * 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.
* remove old sources from the translatable list.Sebastien Bacher2013-10-011-3/+0
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * remove old sources from the translatable listSebastien Bacher2013-10-011-3/+0
|/
* 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-302-6/+12
|\ \ | |/ |/| | | | | | | | | 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. . Approved by Ted Gould, PS Jenkins bot.
| * 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)
* | Releasing 13.10.1+13.10.20130930-0ubuntu1 (revision 381 from ↵Automatic PS uploader2013-09-301-0/+13
|\ \ | |/ |/| | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * Releasing 13.10.1+13.10.20130930-0ubuntu1, based on r381Automatic PS uploader2013-09-301-0/+13
|/
* 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 messages. Fixes: ↵Lars Uebernickel2013-09-251-16/+38
|\ \ | |/ |/| | | | | | | https://bugs.launchpad.net/bugs/1229422. Approved by Ted Gould, PS Jenkins bot.
| * phone menu: don't show "Clear All" when there are no messagesLars Uebernickel2013-09-251-16/+38
|/
* Releasing 13.10.1+13.10.20130913-0ubuntu1 (revision 378 from ↵Automatic PS uploader2013-09-131-0/+13
|\ | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * Releasing 13.10.1+13.10.20130913-0ubuntu1, based on r378Automatic PS uploader2013-09-131-0/+13
|/
* Add "title" to the root action state dictionary. Fixes: ↵Lars Uebernickel2013-09-121-0/+3
|\ | | | | | | | | | | https://bugs.launchpad.net/bugs/1223635. Approved by Ted Gould, PS Jenkins bot.
| * 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-0911-212/+120
|\ | | | | | | 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-057-58/+82
| | | | | | | | | | The D-Bus protocol is not part of the public API, so it's okay to change it.
* | Install into /usr/lib/$arch, to be consistent with the other indicators.Lars Uebernickel2013-09-068-9/+9
|\ \ | |/ |/| | | Approved by PS Jenkins bot, Sebastien Bacher.
| * debian/*.install: install into arch-dependent directoriesLars Uebernickel2013-09-064-5/+5
| |
| * Install the service into pkglibexecdirLars Uebernickel2013-09-063-3/+3
| |
| * debian/rules: remove libdir and libexecdir overridesLars Uebernickel2013-09-061-1/+1
|/
* Releasing 13.10.1+13.10.20130903-0ubuntu1 (revision 374 from ↵Automatic PS uploader2013-09-031-0/+10
|\ | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * Releasing 13.10.1+13.10.20130903-0ubuntu1, based on r374Automatic PS uploader2013-09-031-0/+10
|/
* Remove parameter type from root action.Nick Dedekind2013-09-021-1/+1
|\ | | | | | | Approved by Nick Dedekind, PS Jenkins bot.
| * Remove parameter type from root actionNick Dedekind2013-09-021-1/+1
|/
* Releasing 13.10.1+13.10.20130830.2-0ubuntu1 (revision 372 from ↵Automatic PS uploader2013-08-301-0/+12
|\ | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * Releasing 13.10.1+13.10.20130830.2-0ubuntu1, based on r372Automatic PS uploader2013-08-301-0/+12
|/
* libmessaging-menu: default MessagingMenuMessage::draws-attention to TRUELars Uebernickel2013-08-291-1/+2
|\ | | | | | | | | | | In most cases, apps will want to draw the user's attention when they add a message to the menu. Fixes: https://bugs.launchpad.net/bugs/1215644. Approved by Ted Gould, PS Jenkins bot.
| * libmessaging-menu: default MessagingMenuMessage::draws-attention to TRUELars Uebernickel2013-08-291-1/+2
|/ | | | | | In most cases, apps will want to draw the user's attention when they add a message to the menu.
* Releasing 13.10.1+13.10.20130829-0ubuntu1 (revision 370 from ↵Automatic PS uploader2013-08-291-0/+12
|\ | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * Releasing 13.10.1+13.10.20130829-0ubuntu1, based on r370Automatic PS uploader2013-08-291-0/+12
|/
* Remove app-section.[ch], it's not used anymore.Lars Uebernickel2013-08-286-1003/+0
|\ | | | | | | Approved by Ted Gould, PS Jenkins bot.
| * Remove app-section.[ch]Lars Uebernickel2013-08-286-1003/+0
| |