summaryrefslogtreecommitdiff
path: root/panels/user-accounts
Commit message (Expand)AuthorAgeFilesLines
* user-accounts: Consistently return translated strings for fprint helperBenjamin Berg2020-10-132-11/+11
* user-accounts: Fix free of const string due to incorrect translationsBenjamin Berg2020-10-131-3/+3
* user-account: don't segfault trying to get the user initialsSebastien Bacher2020-08-191-1/+7
* user-accounts: Show "Take a picture" button only when cam is availableFelipe Borges2020-08-071-0/+1
* Fix minor typosYuri Chornoivan2020-07-203-6/+6
* fingerprint-dialog: Wiggle the enroll status label on retry eventsMarco Trevisan (Treviño)2020-06-263-4/+34
* user-accounts: Implement new designed fingerprint dialogMarco Trevisan (Treviño)2020-06-2625-1085/+2028
* fingerprint-manager: Add state for state updatingMarco Trevisan (Treviño)2020-06-263-3/+18
* fingerprint-manager: Add a getter for the userMarco Trevisan (Treviño)2020-06-262-0/+12
* fingerprint-manager: Cleanup devices cache when fprintd stopsMarco Trevisan (Treviño)2020-06-261-4/+57
* fingerprint-manager: Add ability to cache devicesMarco Trevisan (Treviño)2020-06-261-1/+19
* fingerprint-manager: Add completion callback to update stateMarco Trevisan (Treviño)2020-06-263-21/+62
* fingerprint-dialog: Use fingerprint manager to notify state changesMarco Trevisan (Treviño)2020-06-263-126/+27
* user-panel: Use fingerprint manager to track the enrollment stateMarco Trevisan (Treviño)2020-06-263-16/+36
* user-accounts: Add fingerprint managerMarco Trevisan (Treviño)2020-06-265-0/+1209
* user-accounts: Add a launcher for parental controls appUmang Jain2020-06-173-1/+153
* fingerprint-dialog: Disconnect signals and reset stages on enroll-restartMarco Trevisan (Treviño)2020-05-271-0/+2
* fingerprint-dialog: Don't limit the number of maximum enroll stagesMarco Trevisan (Treviño)2020-05-272-133/+37
* fingerprint-dialog: Don't use sync calls for deleting fingerprintsMarco Trevisan (Treviño)2020-05-271-3/+15
* user-panel: Only load the fingerprint state onceMarco Trevisan (Treviño)2020-05-271-9/+23
* user-panel: Pass a cancellable to the fingerprint operationsMarco Trevisan (Treviño)2020-05-272-5/+23
* fingerprint-dialog: Make the operations cancellableMarco Trevisan (Treviño)2020-05-273-45/+66
* user-panel: Don't wait for fprintd on initializationMarco Trevisan (Treviño)2020-05-273-21/+88
* user-panel: Add reference to selected user and clear on disposeMarco Trevisan (Treviño)2020-05-271-3/+4
* user-accounts: Use custom setting to override facesDaniel García Moreno2020-05-071-25/+71
* user-accounts: Move add user button tooltip in UI fileOndrej Holy2020-05-052-22/+2
* user-accounts: Show add user button also if no users foundOndrej Holy2020-05-051-7/+6
* user-accounts: Show permissions toolbar also if no users foundOndrej Holy2020-05-051-5/+11
* user-accounts: Connect signals with g_signal_connect_object in swapped formRobert Ancell2020-03-306-96/+75
* user-accounts: Only set "Add User" visibility when permission changedFelipe Borges2020-02-171-1/+1
* user-accounts: Always generate user avatarsFelipe Borges2020-02-171-10/+5
* panel: Move shared GCancellable code into panel classRobert Ancell2020-02-031-7/+2
* user-accounts: Rename "Last Login" entry to "Account Activity"Felipe Borges2020-01-301-1/+1
* user-account: Add border around user image buttonFelipe Borges2020-01-302-1/+12
* user-accounts: UI style improvementsFelipe Borges2020-01-304-458/+512
* user-accounts: Make the full_name_entry and editable widgetFelipe Borges2020-01-302-19/+103
* user-accounts: Fix use of an uninitialised variable in the carouselPhilip Withnall2020-01-291-6/+7
* users: Show username hint immediatelyOndrej Holy2020-01-221-0/+1
* user-accounts: Prevent usage of uninitialized valueOndrej Holy2020-01-131-1/+1
* user-accounts: Fix a leak on destruction of CcCarouselPhilip Withnall2020-01-131-0/+17
* user-accounts: Use CcPermissionInfobar to lock/unlock the panelFelipe Borges2020-01-062-28/+22
* user-accounts: Use a more specific GtkSettings objectPhilip Withnall2019-12-111-1/+1
* user-accounts: Fix carousel arrow location when animations are disabledPhilip Withnall2019-12-111-7/+22
* user-accounts: Use absolute path of command usermodXiaoguang Wang2019-12-111-1/+1
* user-accouts: Don't use page names for CcCarouselRobert Ancell2019-12-101-9/+4
* user-accounts: Replace GtkStack child names with widget referencesRobert Ancell2019-12-102-26/+10
* user-accounts: Fix small memory leakRobert Ancell2019-12-101-1/+1
* Simplify usage of g_variant_iter_loopRobert Ancell2019-11-271-1/+1
* user-accounts: Fix password dialog hangsOndrej Holy2019-11-121-1/+3
* user-accounts: Fix password dialog crashesOndrej Holy2019-11-112-4/+8