Loading
Commits on Source 16
-
José Guilherme authored
The result of g_strsplit_set () may contain empty strings which are saved even though they carry no real meaning. This creates an erroneous behaviour in which the interface and external programs make use of these invalid empty strings. This commit makes sure to remove such empty strings from the list, before setting the ignored hosts. Fixes #3084 (cherry picked from commit 296292ca)
-
Felipe Borges authored
So that the panel doesn't show before bolt_client establishes a connection with boltd. Fixes #3109 (cherry picked from commit cc2c9e61)
-
Matthijs Velsink authored
Getting an object from the storage adds a reference to it, so this needs to be unreffed when the page is disposed to not prevent cleanup from happening. (cherry picked from commit eda3ca5f)
-
Милош Поповић authored
-
Matthijs Velsink authored
Passing a non-null auxerror can allocate something to pass a password check error back. The variable is unused however, so let's plug the potential leak by passing NULL instead, which is allowed per the pwquality docs. (cherry picked from commit 0d63fad9)
-
Matthijs Velsink authored
To avoid parsing possible a pwquality.conf config file, the pwquality settings are only loaded once. However, they are static and never freed, resulting in a possibly incomplete cleanup. To fix this, let's use CcObjectStorage and a very simple GObject wrapper to store the pwquality settings, and have them freed when g-c-c exits. (cherry picked from commit c357ce03)
-
Jose Riha authored
-
Jordi Mas authored
-
Matthijs Velsink authored
The combo row only has 3 entries, with the last one being centered, which should therefore have index 2. Right now you can select "Remains Centered", but the row appears empty afterwards as the index is now incorrect. Fixing this now matches the corresponding behavior from `ua_zoom_behaviour_row_changed_cb()`. (cherry picked from commit 4e5e3d3a)
-
Chao-Hsiung Liao authored
-
Chao-Hsiung Liao authored
-
Felipe Borges authored
See also https://docs.gtk.org/gtk4/class.Label.html#mnemonics Fixes #3142 (cherry picked from commit 176c3320)
-
Felipe Borges authored
Fixes #3147 (cherry picked from commit 919e6298)
-
Vincent Huang authored
Fixed an issue where the "Scan new fingerprint" list showed incorrect items when some fingers were already enrolled. This commit ensures that the correct finger IDs are used to update button visibility based on enrollment status. (cherry picked from commit 3b7ea05d)
-
Felipe Borges authored
-
Jeremy Bícha authored