aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Action name should be escaped message id and escaped action name, not ↵Ted Gould2015-03-041-1/+1
| | | | escaped action name twice.
* Adding a version of source_removed that doesn't unescapeTed Gould2015-02-181-7/+14
|
* Make a version of the remove that doesn't escapeTed Gould2015-02-181-8/+15
|
* unescape_action_name: fix logic error (& instead of |)Lars Uebernickel2015-01-261-1/+1
|
* Escape message and source ids when using them as action names Fixes: #1386584Lars Uebernickel2015-01-121-22/+112
|\ | | | | | | Approved by: Sebastien Bacher, PS Jenkins bot, Ted Gould
| * Also escape message and source ids when removing them from the appLars Uebernickel2014-11-071-5/+16
| | | | | | | | | | The last commit missed these two places.
| * Escape message and source ids when using them as action namesLars Uebernickel2014-11-051-17/+96
| |
* | desktop menu: don't warn when no default handler for a mime type is foundLars Uebernickel2014-11-071-3/+6
| |
* | Update to trunkTed Gould2014-10-101-1/+1
|\|
| * Rename the phone header's title from 'Notification center' to ↵Charles Kerr2014-10-031-1/+1
| | | | | | | | 'Notifications' as per I:RTMUF
* | Merge trunk positionsTed Gould2014-10-081-3/+29
|\|
| * Support X-Ubuntu-SymbolicIcon in desktop filesLars Uebernickel2014-09-161-3/+29
| | | | | | | | | | | | As a way for applications to supply symbolic icons which are not in the theme but specified by file name.
* | Name changeTed Gould2014-10-061-4/+6
| |
* | Ensure the proxy is still cleared so we don't leak themTed Gould2014-10-061-0/+2
| |
* | Ensure we can cancel getting the proxy and that if we do we can handle it ↵Ted Gould2014-10-061-6/+15
| | | | | | | | without getting the private section
* | Check for loading of a cached instanceTed Gould2014-10-061-0/+6
| |
* | Fleshing out drawing attentionTed Gould2014-09-221-0/+20
| |
* | Get the value on whether we should show on the welcome screenTed Gould2014-09-221-1/+15
| |
* | Setup and get our proxyTed Gould2014-09-221-0/+33
| |
* | Setup the user manager signalsTed Gould2014-09-181-0/+30
| |
* | A function to handle the showing on greeter part of this.Ted Gould2014-09-173-1/+9
| |
* | Put in a function to handle setting the draw attention valueTed Gould2014-09-173-0/+10
| |
* | Get an accounts service instance in the application listTed Gould2014-09-171-0/+7
| |
* | Setting up default referencingTed Gould2014-09-171-2/+11
| |
* | Connecting into accounts serviceTed Gould2014-09-171-1/+10
| |
* | Put into our namespaceTed Gould2014-09-176-131/+131
| |
* | Grab an AS referenceTed Gould2014-09-171-0/+4
| |
* | Simple, if we're on the greeter show it. If not, we don'tTed Gould2014-09-171-1/+7
| |
* | Check show data to whether we should put in the body, subtitle and actionsTed Gould2014-09-171-3/+7
| |
* | Add API for showing data to usersTed Gould2014-09-172-0/+10
| |
* | Copyright headersTed Gould2014-09-172-0/+38
| |
* | A class wrapper for all the accounts service brewhahaTed Gould2014-09-173-0/+90
| |
* | Setup a basic greeter propertyTed Gould2014-09-171-0/+15
| |
* | Adding a specifier for whether it's in the greeter or notTed Gould2014-09-173-4/+6
| |
* | Adding desktop_greeter and phone_greeter profilesTed Gould2014-08-201-0/+2
|/
* change title to 'Notification center'Charles Kerr2014-07-301-1/+1
|
* messages-service: listen to the ApplicationStoppedRunning callLars Uebernickel2014-04-102-0/+30
|
* desktop menu: sort applications like specifiedLars Uebernickel2014-04-073-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 itLars Uebernickel2014-04-071-16/+17
|
* desktop menu: don't show status section when no apps supports itLars Uebernickel2014-04-073-49/+62
|
* desktop menu: use com.canonical.application menu items for actionsLars Uebernickel2014-03-201-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 itemsLars Uebernickel2013-12-131-2/+2
|
* 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_insert: make sorting logic more readableLars Uebernickel2013-11-191-8/+7
|
* im_menu_insert_section: don't leak item_sortLars Uebernickel2013-11-121-2/+9
|
* 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.
* 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.
* 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
| |