aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upstart job configurationTed Gould2014-02-192-1/+19
|
* Dropping the DBus service fileTed Gould2014-02-192-12/+2
|
* Releasing 13.10.1+14.04.20140207-0ubuntu1CI bot2014-02-071-0/+10
|
* Adding acceptance tests and merge review policies CI bot2014-02-070-0/+0
|
* Adding acceptance tests and merge review policies.Ted Gould2014-01-312-0/+43
|\ | | | | | | Approved by PS Jenkins bot, Charles Kerr.
| * Adding merge review policyTed Gould2014-01-311-0/+19
| |
| * Adding basic acceptance testsTed Gould2014-01-311-0/+24
| |
* | Releasing 13.10.1+14.04.20140116-0ubuntu1 (revision 400 from ↵Automatic PS uploader2014-01-171-0/+10
|\ \ | |/ |/| | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * Releasing 13.10.1+14.04.20140116-0ubuntu1, based on r400Automatic PS uploader2014-01-161-0/+10
|/
* phone menu: set action targets on source and message menu items.Lars Uebernickel2013-12-132-3/+3
|\ | | | | | | Approved by PS Jenkins bot, Nick Dedekind.
| * Add lcov 1.10Lars Uebernickel2013-12-131-1/+1
| |
| * phone menu: set action targets on source and message menu itemsLars Uebernickel2013-12-131-2/+2
|/
* Releasing 13.10.1+14.04.20131125-0ubuntu1 (revision 398 from ↵Automatic PS uploader2013-11-251-0/+11
|\ | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * Releasing 13.10.1+14.04.20131125-0ubuntu1, based on r398Automatic PS uploader2013-11-251-0/+11
|/
* Stop showing expected warnings in the actionmuxer test.Lars Uebernickel2013-11-202-1/+21
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * test-gactionmuxer: don't spew warnings that are expectedLars Uebernickel2013-11-201-0/+17
| |
| * g_action_muxer_insert: don't warn when passing a NULL action groupLars Uebernickel2013-11-201-1/+4
|/ | | | | This is legitimate use of the API.
* im-menu: fix leak.Lars Uebernickel2013-11-191-4/+10
|\ | | | | | | Approved by Charles Kerr, PS Jenkins bot, Ted Gould.
| * im_menu_insert: make sorting logic more readableLars Uebernickel2013-11-191-8/+7
| |
| * im-menu: fix leakLars Uebernickel2013-11-121-2/+9
|/|
| * im_menu_insert_section: don't leak item_sortLars Uebernickel2013-11-121-2/+9
| |
* | Releasing 13.10.1+14.04.20131029.1-0ubuntu1 (revision 395 from ↵Automatic PS uploader2013-10-291-0/+18
|\ \ | | | | | | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * | Releasing 13.10.1+14.04.20131029.1-0ubuntu1, based on r395Automatic PS uploader2013-10-291-0/+18
|/ /
* | Protect against processes calling Register() multiple timesLars Uebernickel2013-10-281-2/+5
|\| | | | | | | | | | | Don't unnecessarily reset the application's state if the same process calls Register() more than once. Approved by Charles Kerr, PS Jenkins bot.
| * Protect against processes calling Register() multiple timesLars Uebernickel2013-10-261-2/+5
| | | | | | | | | | | | Don't unnecessarily reset the application's state if the same process calls Register() more than once.
* | Adding a phone_greeter profile.Ted Gould2013-10-281-0/+4
|\ \ | |/ |/| | | Approved by Charles Kerr, PS Jenkins bot.
| * Adding a phone_greeter profileTed Gould2013-10-281-0/+4
|/
* im-application-list: unpack icon correctlyLars Uebernickel2013-10-141-1/+1
|\ | | | | | | | | | | An additional variant was left by unpacking it the old way, which confused g_icon_deserialize() on the menu-rendering side. Fixes: https://bugs.launchpad.net/bugs/1238927. Approved by Ted Gould, Gustavo Pichorim Boiko, PS Jenkins bot.
| * im-application-list: unpack icon correctlyLars Uebernickel2013-10-111-1/+1
|/ | | | | | An additional variant was left by unpacking it the old way, which confused g_icon_deserialize() on the menu-rendering side.
* Releasing 13.10.1+13.10.20131011-0ubuntu1 (revision 391 from ↵Automatic PS uploader2013-10-111-0/+11
|\ | | | | | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * Releasing 13.10.1+13.10.20131011-0ubuntu1, based on r391Automatic PS uploader2013-10-111-0/+11
|/
* Fix the logic for turning the indicator icon blue.Lars Uebernickel2013-10-042-35/+50
|\ | | | | | | Approved by Ted Gould, PS Jenkins bot.
| * 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-042-5/+11
| |
| * im-application-list: fix draws_attention logicLars Uebernickel2013-10-041-11/+16
| | | | | | | | | | | | | | The logic to update the both the global and the application-specific draws_attention flags was wrong or inefficient (sending unnecessary updates) when adding, removing, and modifying sources and messages.
| * app_source_action_check_draw: reset app->draws_attentionLars Uebernickel2013-10-041-0/+2
| | | | | | | | | | | | Fixes a bug: if a source drawing attention is removed, this function would leave app->draws_attention set to TRUE.
| * 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
* | messages-service.c: remove superfluous unref.Lars Uebernickel2013-10-041-2/+0
|\ \ | | | | | | | | | Approved by Charles Kerr, PS Jenkins bot.
| * | messages-service.c: remove superfluous unrefLars Uebernickel2013-10-041-2/+0
| |/
* | Releasing 13.10.1+13.10.20131004-0ubuntu1 (revision 388 from ↵Automatic PS uploader2013-10-041-0/+26
|\ \ | |/ |/| | | | | | | lp:indicator-messages). Approved by PS Jenkins bot.
| * Releasing 13.10.1+13.10.20131004-0ubuntu1, based on r388Automatic PS uploader2013-10-041-0/+26
|/
* 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.