Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | messages-service: listen to the ApplicationStoppedRunning call | Lars Uebernickel | 2014-04-10 | 2 | -0/+30 |
| | |||||
* | desktop menu: sort applications like specified | Lars Uebernickel | 2014-04-07 | 3 | -29/+83 |
| | | | | | | Default chat client, default email client, and the other applications sorted by alphabet. | ||||
* | Only show the menu when there are apps registered to use it | Lars Uebernickel | 2014-04-07 | 1 | -16/+17 |
| | |||||
* | desktop menu: don't show status section when no apps supports it | Lars Uebernickel | 2014-04-07 | 3 | -49/+62 |
| | |||||
* | desktop menu: use com.canonical.application menu items for actions | Lars Uebernickel | 2014-03-20 | 1 | -1/+5 |
| | | | | | | The unity implementation of that menu item indents the label even when there's no icon. | ||||
* | phone menu: set action targets on source and message menu items | Lars Uebernickel | 2013-12-13 | 1 | -2/+2 |
| | |||||
* | g_action_muxer_insert: don't warn when passing a NULL action group | Lars Uebernickel | 2013-11-20 | 1 | -1/+4 |
| | | | | | This is legitimate use of the API. | ||||
* | im_menu_insert: make sorting logic more readable | Lars Uebernickel | 2013-11-19 | 1 | -8/+7 |
| | |||||
* | im_menu_insert_section: don't leak item_sort | Lars Uebernickel | 2013-11-12 | 1 | -2/+9 |
| | |||||
* | Protect against processes calling Register() multiple times | Lars Uebernickel | 2013-10-26 | 1 | -2/+5 |
| | | | | | | Don't unnecessarily reset the application's state if the same process calls Register() more than once. | ||||
* | im-application-list: unpack icon correctly | Lars Uebernickel | 2013-10-11 | 1 | -1/+1 |
| | | | | | | An additional variant was left by unpacking it the old way, which confused g_icon_deserialize() on the menu-rendering side. | ||||
* | Fix the logic for turning the indicator icon blue. | Lars Uebernickel | 2013-10-04 | 2 | -35/+50 |
|\ | | | | | | | Approved by Ted Gould, PS Jenkins bot. | ||||
| * | app_source_action_check_draw: flip erroneous != to == | Lars Uebernickel | 2013-10-04 | 1 | -1/+1 |
| | | |||||
| * | Add "visible" paramete to im-application-list-source-added | Lars Uebernickel | 2013-10-04 | 2 | -5/+11 |
| | | |||||
| * | im-application-list: fix draws_attention logic | Lars Uebernickel | 2013-10-04 | 1 | -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_attention | Lars Uebernickel | 2013-10-04 | 1 | -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 attention | Lars Uebernickel | 2013-10-04 | 1 | -8/+11 |
| | | |||||
| * | Rename app_check_draw_attention to app_update_draws_attention | Lars Uebernickel | 2013-10-04 | 1 | -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 Uebernickel | 2013-10-04 | 1 | -1/+1 |
| | | | | | | | | TRUE | ||||
* | | messages-service.c: remove superfluous unref | Lars Uebernickel | 2013-10-04 | 1 | -2/+0 |
|/ | |||||
* | in im_application_list_update_draws_attention(), free the temporary ↵ | Charles Kerr | 2013-10-03 | 1 | -1/+2 |
| | | | | icon_name string created by g_strdup_printf() | ||||
* | Return values from functions that have return values. | Lars Uebernickel | 2013-10-02 | 2 | -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 values | Lars Uebernickel | 2013-10-02 | 1 | -3/+3 |
| | | |||||
| * | messages-service.c: return FALSE from set_status() if preconditions aren't met | Lars Uebernickel | 2013-10-02 | 1 | -5/+6 |
| | | |||||
* | | Remove 'indicator.' from the "Clear All" menu item on the phone's menu | Lars Uebernickel | 2013-10-02 | 1 | -1/+1 |
|/ | | | | | There's already a namespace set for this section. | ||||
* | Change title to "Incoming". | Lars Uebernickel | 2013-09-30 | 1 | -1/+1 |
|\ | | | | | | | Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Change title to "Incoming" | Lars Uebernickel | 2013-09-30 | 1 | -1/+1 |
| | | |||||
* | | messages-service: return TRUE from "handle-*" GDBusProxy method handlers | Lars Uebernickel | 2013-09-27 | 1 | -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 Uebernickel | 2013-09-27 | 1 | -1/+1 |
|/ | | | | signature) | ||||
* | im-application-list: show all sources that have a count, time, or non-empty ↵ | Lars Uebernickel | 2013-09-26 | 1 | -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 Uebernickel | 2013-09-26 | 1 | -1/+1 |
| | | | | | | | | string | ||||
* | | phone menu: don't show "Clear All" when there are no messages | Lars Uebernickel | 2013-09-25 | 1 | -16/+38 |
|/ | |||||
* | Add "title" to the root action state dictionary | Lars Uebernickel | 2013-09-12 | 1 | -0/+3 |
| | |||||
* | Use g_icon_serialize() instead of g_icon_to_string(). | Lars Uebernickel | 2013-09-09 | 8 | -179/+85 |
|\ | | | | | | | Approved by Charles Kerr, PS Jenkins bot. | ||||
| * | Remove gmenuutils, it's not being used anymore | Lars Uebernickel | 2013-09-06 | 4 | -128/+0 |
| | | |||||
| * | create_status_section: use g_icon_serialize() | Lars Uebernickel | 2013-09-06 | 1 | -1/+8 |
| | | |||||
| * | im_application_list_message_added: don't use g_object_unref for variants | Lars Uebernickel | 2013-09-06 | 1 | -1/+1 |
| | | |||||
| * | im_application_list_update_draws_attention: fix GVariant leak | Lars Uebernickel | 2013-09-06 | 1 | -4/+6 |
| | | | | | | | | | | g_icon_serialize() returns a full (not a floating) reference. | ||||
| * | Use g_icon_serialize() for application icons | Lars Uebernickel | 2013-09-06 | 3 | -23/+26 |
| | | |||||
| * | Use serialized icons for messages and sources | Lars Uebernickel | 2013-09-05 | 4 | -25/+47 |
| | | | | | | | | | | The D-Bus protocol is not part of the public API, so it's okay to change it. | ||||
* | | Install the service into pkglibexecdir | Lars Uebernickel | 2013-09-06 | 1 | -1/+1 |
|/ | |||||
* | Remove parameter type from root action | Nick Dedekind | 2013-09-02 | 1 | -1/+1 |
| | |||||
* | Remove app-section.[ch], it's not used anymore. | Lars Uebernickel | 2013-08-28 | 3 | -999/+0 |
|\ | | | | | | | Approved by Ted Gould, PS Jenkins bot. | ||||
| * | Remove app-section.[ch] | Lars Uebernickel | 2013-08-28 | 3 | -999/+0 |
| | | |||||
* | | Don't pass source and message ids into parameters that expect detailed ↵ | Lars Uebernickel | 2013-08-28 | 1 | -2/+4 |
|\ \ | | | | | | | | | | | | | | | | action names. Approved by Ted Gould, PS Jenkins bot. | ||||
| * | | Don't pass ids as detailed action names | Lars Uebernickel | 2013-08-28 | 1 | -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 trunk | Lars Uebernickel | 2013-08-27 | 2 | -30/+107 |
|\| | |||||
| * | Fix bug #1216843 | Lars Uebernickel | 2013-08-27 | 2 | -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 0 | Lars Uebernickel | 2013-08-27 | 2 | -29/+90 |
| | | | |||||
| | * | desktop menu: remove all sources when an application has quit | Lars Uebernickel | 2013-08-27 | 1 | -0/+16 |
| | | |