Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | application list: update root action unconditionally | Lars Uebernickel | 2015-05-05 | 1 | -10/+9 |
|\ | | | | | | | Approved by: Ted Gould | ||||
| * | application list: update root action unconditionally | Lars Uebernickel | 2015-05-04 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | Until now, the _update_root_action() was only called when the draws_attention was set. That function now also sets the sensitive state of some other actions, which might change independently of the attention flag. Simply call the function unconditionally. It's not doing a lot of work anyway and it only gets called when something in the source or message lists changes. | ||||
* | | Remove spaces | Niklas Wenzel | 2015-04-30 | 1 | -1/+1 |
| | | |||||
* | | Use guint instead of int | Niklas Wenzel | 2015-04-30 | 1 | -1/+1 |
| | | |||||
* | | Fix build error | Niklas Wenzel | 2015-04-30 | 1 | -0/+1 |
| | | |||||
* | | Remove GArray and fix code style | Niklas Wenzel | 2015-04-30 | 1 | -22/+9 |
| | | |||||
* | | Unescape action names when passing them to the proxy in ↵ | Niklas Wenzel | 2015-04-25 | 1 | -2/+30 |
|/ | | | | im_application_list_remove_all() | ||||
* | Verify state type before parsing | Ted Gould | 2015-04-03 | 1 | -0/+2 |
|\ | | | | | | | Approved by: Charles Kerr, PS Jenkins bot | ||||
| * | Check the type of the variant before trying to parse it | Ted Gould | 2015-02-17 | 1 | -0/+2 |
| | | |||||
* | | Action name should be escaped message id and escaped action name, not ↵ | Ted Gould | 2015-03-04 | 1 | -1/+1 |
| | | | | | | | | escaped action name twice. | ||||
* | | Adding a version of source_removed that doesn't unescape | Ted Gould | 2015-02-18 | 1 | -7/+14 |
| | | |||||
* | | Make a version of the remove that doesn't escape | Ted Gould | 2015-02-18 | 1 | -8/+15 |
| | | |||||
* | | unescape_action_name: fix logic error (& instead of |) | Lars Uebernickel | 2015-01-26 | 1 | -1/+1 |
| | | |||||
* | | Escape message and source ids when using them as action names Fixes: #1386584 | Lars Uebernickel | 2015-01-12 | 1 | -22/+112 |
|\ \ | | | | | | | | | | Approved by: Sebastien Bacher, PS Jenkins bot, Ted Gould | ||||
| * | | Also escape message and source ids when removing them from the app | Lars Uebernickel | 2014-11-07 | 1 | -5/+16 |
| | | | | | | | | | | | | | | | The last commit missed these two places. | ||||
| * | | Escape message and source ids when using them as action names | Lars Uebernickel | 2014-11-05 | 1 | -17/+96 |
| |/ | |||||
* | | Update to trunk | Ted Gould | 2014-10-10 | 1 | -1/+1 |
|\| | |||||
| * | Rename the phone header's title from 'Notification center' to ↵ | Charles Kerr | 2014-10-03 | 1 | -1/+1 |
| | | | | | | | | 'Notifications' as per I:RTMUF | ||||
* | | Merge trunk positions | Ted Gould | 2014-10-08 | 1 | -3/+29 |
|\| | |||||
| * | Support X-Ubuntu-SymbolicIcon in desktop files | Lars Uebernickel | 2014-09-16 | 1 | -3/+29 |
| | | | | | | | | | | | | As a way for applications to supply symbolic icons which are not in the theme but specified by file name. | ||||
* | | Put in a function to handle setting the draw attention value | Ted Gould | 2014-09-17 | 1 | -0/+2 |
| | | |||||
* | | Get an accounts service instance in the application list | Ted Gould | 2014-09-17 | 1 | -0/+7 |
|/ | |||||
* | change title to 'Notification center' | Charles Kerr | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | messages-service: listen to the ApplicationStoppedRunning call | Lars Uebernickel | 2014-04-10 | 1 | -0/+6 |
| | |||||
* | Only show the menu when there are apps registered to use it | Lars Uebernickel | 2014-04-07 | 1 | -16/+17 |
| | |||||
* | 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. | ||||
* | 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 | 1 | -4/+8 |
| | |||||
* | 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 | ||||
* | 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() | ||||
* | im-application-list.c: return values from functions that have return values | Lars Uebernickel | 2013-10-02 | 1 | -3/+3 |
| | |||||
* | 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 |
| | | |||||
* | | 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 | ||||
* | Add "title" to the root action state dictionary | Lars Uebernickel | 2013-09-12 | 1 | -0/+3 |
| | |||||
* | 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 | 1 | -19/+18 |
| | |||||
* | Use serialized icons for messages and sources | Lars Uebernickel | 2013-09-05 | 1 | -14/+36 |
| | | | | | The D-Bus protocol is not part of the public API, so it's okay to change it. | ||||
* | Remove parameter type from root action | Nick Dedekind | 2013-09-02 | 1 | -1/+1 |
| | |||||
* | Merge trunk | Lars Uebernickel | 2013-08-27 | 1 | -5/+9 |
|\ | |||||
| * | desktop menu: don't show sources with a count of 0 | Lars Uebernickel | 2013-08-27 | 1 | -4/+8 |
| | | |||||
| * | im-application-list: use correct signal marshaller for app-stopped | Lars Uebernickel | 2013-08-27 | 1 | -1/+1 |
| | | |||||
* | | im-application-list: remove extraneous variable 'old_draw' | Lars Uebernickel | 2013-08-27 | 1 | -6/+1 |
|/ |