- 07 Jul, 2020 2 commits
-
-
danialbehzadi authored
-
danialbehzadi authored
-
- 06 Jul, 2020 4 commits
-
-
Sebastien Bacher authored
-
Sebastien Bacher authored
-
Sebastien Bacher authored
Update to upstream version '3.36.4' with Debian dir b303eee9b84711e7c25b152553e9e7a1d75cf9d8
-
Sebastien Bacher authored
-
- 03 Jul, 2020 1 commit
-
-
Robert Ancell authored
-
- 26 Jun, 2020 8 commits
-
-
Marco Trevisan (Treviño) authored
This happens if going to the previous page when enrolling a finger
-
Marco Trevisan (Treviño) authored
There are devices with more than 10 enroll stages we should handle, so instead of hardcoding a grid of images, let's just build this dynamically using a flowbox
-
Marco Trevisan (Treviño) authored
Don't make the UI to block while deleting the saved prints (that might take some time, especially for devices with internal storage) but just use a task with a thread that: - Mark the fingerprint row as unsenstive - Calls the method to delete prints - In the same thread, calls the method to fetch the updated informations - Returns in set_fingerprint_row_cb where we update the UI again Again this would be nicer to be done just using async calls but this is something to do in some bigger refactor.
-
Marco Trevisan (Treviño) authored
Don't load the fingerprint information all the times we update the view, but load it during initialization only. The fingerprint state in fact can only change because we requested it through the dialog that we control already and that would update the relevant widgets state anyways. Also, given that the fingerprint settings are visible for the current user anyway, we can track this only with a simple boolean, instead of using a set of UIDs.
-
Marco Trevisan (Treviño) authored
And cancel it when changing user and on disposition
-
Marco Trevisan (Treviño) authored
-
Marco Trevisan (Treviño) authored
When opening the user panel we g-c-c performs lots of sync operations that may cause a noticeable slowdown, especially when a fingerprint device is available, in fact set_fingerprint_label() call leads to: - DBus sync request of the system bus - fprintd dbus-activation + This leads to sync opening of all the devices, that might also cause a slowdown, depending on the devices drivers - Dbus sync calls to the device to get the list of enrolled fingerprints Only after we've a reply, we update the g-c-c UI and continue the execution. The fingerprint dialog code would need some global refactor, but to fix this without big changes, let's just use GTask that runs a thread in wich we do all the sync operations, and once done we finally update the widget state.
-
Marco Trevisan (Treviño) authored
The object was wrongly unreffed (as ActUserManager has the ownership) on user switch, so add a reference instead when assigning it to our private ref and unref it on dispose.
-
- 25 Jun, 2020 1 commit
-
-
Baurzhan Muftakhidinov authored
-
- 18 Jun, 2020 5 commits
-
-
Sebastien Bacher authored
-
Sebastien Bacher authored
-
Sebastien Bacher authored
Update to upstream version '3.36.3' with Debian dir 157facb49da3e02be55ba5b8050427438406fef4
-
Sebastien Bacher authored
-
-
- 15 Jun, 2020 1 commit
-
-
Baurzhan Muftakhidinov authored
-
- 03 Jun, 2020 1 commit
-
-
Robert Ancell authored
-
- 31 May, 2020 1 commit
-
-
Jordi Mas authored
-
- 21 May, 2020 2 commits
-
-
sicklylife authored
-
sicklylife authored
-
- 18 May, 2020 2 commits
-
-
Yi-Jyun Pan authored
-
Yi-Jyun Pan authored
-
- 16 May, 2020 2 commits
-
-
Cheng-Chia Tseng authored
-
Cheng-Chia Tseng authored
-
- 09 May, 2020 1 commit
-
-
Florentina Mușat authored
-
- 06 May, 2020 1 commit
-
-
Yuri Chornoivan authored
-
- 05 May, 2020 4 commits
-
-
Dušan Kazik authored
-
Ondrej Holy authored
The add user button is not shown currently if no users are found even if the panel is unlocked. Let's show the button to allow user creation in this case. Fixes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/988 (cherry picked from commit 1a38a971ec93bb6a36d57bea963dbf89b02e0877)
-
Ondrej Holy authored
The permissions toolbar is not shown currently if no users are found which prevents creation of new user accounts. Let's show the toolbar also in this case. https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/988 (cherry picked from commit ac46922b65e99224422a18b21e58b94269fd323a)
-
Dušan Kazik authored
-
- 04 May, 2020 1 commit
-
-
Jwtiyar Nariman authored
-
- 03 May, 2020 1 commit
-
-
- 02 May, 2020 1 commit
-
-
Dušan Kazik authored
-
- 01 May, 2020 1 commit
-
-
Sebastien Bacher authored
-