- 18 Nov, 2020 4 commits
-
-
Matthias Klumpp authored
-
Matthias Klumpp authored
-
Matthias Klumpp authored
-
Matthias Klumpp authored
-
- 17 Nov, 2020 2 commits
-
-
Matthias Klumpp authored
-
Matthias Klumpp authored
-
- 16 Nov, 2020 1 commit
-
-
Matthias Klumpp authored
gnome-initial-setup Debian release 3.38.1-1 E02EFEF54EC6289E6740D61C431A3CEDA2D7D292
-
- 11 Oct, 2020 2 commits
-
-
Matthias Klumpp authored
-
Matthias Klumpp authored
-
- 05 Oct, 2020 5 commits
-
-
Sebastien Bacher authored
-
Sebastien Bacher authored
-
Sebastien Bacher authored
-
Sebastien Bacher authored
Update to upstream version '3.38.1' with Debian dir 7e25a948af3d4f2799ad9802eca1d8605c8c9a48
-
Sebastien Bacher authored
-
- 02 Oct, 2020 2 commits
-
-
Will Thompson authored
-
Will Thompson authored
gis-driver: Don't defer window state changes to idle handlers See merge request GNOME/gnome-initial-setup!104
-
- 01 Oct, 2020 1 commit
-
-
Dušan Kazik authored
-
- 29 Sep, 2020 1 commit
-
-
Juliano de Souza Camargo authored
-
- 28 Sep, 2020 1 commit
-
-
Yosef Or Boczko authored
-
- 22 Sep, 2020 4 commits
-
-
Cheng-Chia Tseng authored
-
Will Thompson authored
data: Leave to meson the duty of keeping the lists in sync See merge request GNOME/gnome-initial-setup!105
-
Marco Trevisan (Treviño) authored
It allows some new better syntax for joining paths and filling configuration data, so that it can be used in upcoming changes.
-
Marco Trevisan (Treviño) authored
Don't leave to humans what machines can do, the gnome-initial-setup.session list is filled with an hard-to-maintain single-line semicolon separated list of components, that then are almost repeated in the gnome systemd session.conf. And these are meant to be kept in sync. Meson can help us in this, so let's just keep a single list in meson and use it to generate the various formats we need.
-
- 15 Sep, 2020 4 commits
-
-
Sebastien Bacher authored
-
Sebastien Bacher authored
-
Sebastien Bacher authored
Update to upstream version '3.38.0' with Debian dir 0741625840943fc952d236e6969e2dce2268efd0
-
Sebastien Bacher authored
-
- 14 Sep, 2020 1 commit
-
-
Will Thompson authored
Misc use-after-free and critical warning fixes See merge request GNOME/gnome-initial-setup!103
-
- 12 Sep, 2020 1 commit
-
-
Rūdolfs Mazurs authored
-
- 11 Sep, 2020 8 commits
-
-
Ray Strode authored
gnome-initial-setup tries to conserve space on small screens by maximizing the window. When it decides to maximize the window, it does this unnecessarly from an idle handler. Unfortunately, a bug somewhere else in the stack gets exposed by using this idle handler. Sometimes, the maximization request doesn't make it through. This commit cleans up the unnecessary idle handler, and at the same time side steps the other bug. https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/110
-
Philip Withnall authored
When rebuilding the timezone page after the user has chosen a language, any ongoing GeoClue construction operation is cancelled. However, the callback for that might be called after the page has been disposed (since the operation doesn’t hold a strong ref on the page). Avoid writing to `priv->geoclue_simple` in that case, until after checking the error code. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
`translation_widgets` was previously indexed by an unowned locale ID derived from the return value from `cc_common_language_get_initial_languages()`. However, that return value was freed when `fill_stack()` exited, freeing all the keys in `translation_widgets`. Instead, take a copy. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
Clarifies ownership a little. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
If the timezone page is rebuilt (due to the user selecting a different language in the language page), the previous GeoClue request will be cancelled. This was resulting in a critical warning about that. Ignore cancellation errors to avoid the unhelpful critical warning. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
This should clarify some of the ownership transfers. This introduces no functional changes. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Gianvito Cavasoli authored
-
Alan Mortensen authored
-
- 10 Sep, 2020 3 commits
-
-
Will Thompson authored
docs: Remove typo from DEBUGGING.md See merge request GNOME/gnome-initial-setup!102
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Will Thompson authored
-