aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* accounts-manager: Cancel account manager requests on new userMarco Trevisan (Treviño)2023-04-271-1/+8
| | | | | There's no point to continue a request if we've already queued another one.
* accounts-service: Also update the user when a new user is addedMarco Trevisan (Treviño)2023-04-271-0/+1
| | | | | | | We were updating the user when the account manager was loaded, but this was not enough, because the user manager could be loaded but it may not have filled all the users yet, so we need to ensure that the current user is actually used when added to the manager.
* account-service: Do not unref UserManager owned userMarco Trevisan2023-04-271-1/+0
| | | | | | act_user_manager_get_user() is a transfer-none function as users are cached internally and the ownership is not passed around, so we should not unref the user, or it will be destroyed during loading.
* src/im-application-list.c: Add tooltip support.Mike Gabriel2022-07-221-0/+1
|
* Clean up compilation flagsRobert Tari2022-01-121-1/+0
|
* Rename com.ubuntu.touch.AccountsService.SecurityPrivacyRobert Tari2021-11-021-1/+1
|
* Remove config.h dependencyRobert Tari2021-10-214-707/+703
|
* Remove Automake filesRobert Tari2021-10-211-44/+0
|
* Add CMake filesRobert Tari2021-10-211-0/+50
|
* Whitespace fixRobert Tari2021-10-211-110/+110
|
* Update Ayatana IDO namesRobert Tari2021-10-181-2/+2
|
* src/Makefile.am: Drop -Werror compiler flag for now. Not helpful when ↵Mike Gabriel2021-05-041-1/+1
| | | | setting up CI builds for dirty code.
* Replace x-canonical attributesRobert Tari2020-08-113-15/+15
|
* Avoid deprecated g_type_class_add_private.Mike Gabriel2019-08-292-35/+36
|
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
|
* Fork from Ubuntu's Indicator Messages.Mike Gabriel2017-10-276-21/+20
|
* application list: update root action unconditionallyLars Uebernickel2015-05-051-10/+9
|\ | | | | | | Approved by: Ted Gould
| * application list: update root action unconditionallyLars Uebernickel2015-05-041-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 spacesNiklas Wenzel2015-04-301-1/+1
| |
* | Use guint instead of intNiklas Wenzel2015-04-301-1/+1
| |
* | Fix build errorNiklas Wenzel2015-04-301-0/+1
| |
* | Remove GArray and fix code styleNiklas Wenzel2015-04-301-22/+9
| |
* | Unescape action names when passing them to the proxy in ↵Niklas Wenzel2015-04-251-2/+30
|/ | | | im_application_list_remove_all()
* Verify state type before parsingTed Gould2015-04-031-0/+2
|\ | | | | | | Approved by: Charles Kerr, PS Jenkins bot
| * Check the type of the variant before trying to parse itTed Gould2015-02-171-0/+2
| |
* | 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
| |