Commits on Source (45)
-
Will Thompson authored
-
Ondrej Holy authored
When adding an enterprise account, the application freezes and the dialog to force quit application is shown. This is because a synchronous call is used to cache the user account. Let's use an asynchronous variant instead to prevent those freezes. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/216>
-
Marge Bot authored
account: Cache enterprise user asynchronously See merge request GNOME/gnome-initial-setup!216
-
Existing user mode was disabled in 43f1870c but some distros like Debian have reverted that change. With existing user mode, Initial Setup is just another app. Since the questions are not mandatory, it is reasonable to not go out of our way to prevent users from exiting early. This partially reverts 1db957a7
-
Jeremy Bícha authored
-
Will Thompson authored
driver: Allow closing the window in existing user mode See merge request GNOME/gnome-initial-setup!224
-
Will Thompson authored
welcome: Use PRETTY_NAME instead of manually combining NAME and VERSION_ID See merge request GNOME/gnome-initial-setup!225
-
Will Thompson authored
These were added during the GTK 4 port, when the necessary versions of these libraries were either not released, or not widely packaged. 18 months later, they are no longer necessary.
-
Will Thompson authored
Remove wrap files for dependencies See merge request GNOME/gnome-initial-setup!226
-
Artur S0 authored
-
AsciiWolf authored
-
Julian Sparber authored
This drops the code for generating the "old" fallback avatar. This makes use of `AdwAvatar` where it makes sense and replaces `GtkImage`s. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/215>
-
Julian Sparber authored
We can store whether we genenerated the user avatar inside the PNG itself. This information then can be used by gnome-control-center to regenerated the avatar when e.g. the name changes. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/215>
-
Julian Sparber authored
Recent used list of avatars form the popover wasn't populated with any avatars other then the generated one, therefore after adding the remove avatar button, this section lost all of it's purpose. This also improves the style of the avatar popover. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/215>
-
Julian Sparber authored
With the two buttons the smaller size feels to crowded. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/215>
-
Julian Sparber authored
This fixes the issue that the avatar is dimmed on the password page Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/215>
-
Julian Sparber authored
This makes sure `AdwAvatar` can generated the avatar instead of using the exported `GdkTexture`. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/215>
-
Will Thompson authored
account: Use AdwAvatar and store whether the avatar is generated inside the image Closes #111 and #113 See merge request GNOME/gnome-initial-setup!215
-
AsciiWolf authored
-
Fran Dieguez authored
-
Emin Tufan Çetin authored
-
Michael Catanzaro authored
Thanks to Daniel Rusek for testing and correcting these changes. Fixes #209
-
Will Thompson authored
Update extra strings for Fedora Closes #209 See merge request GNOME/gnome-initial-setup!228
-
AsciiWolf authored
-
Will Thompson authored
-
Will Thompson authored
Fixes bab50bd6
-
Will Thompson authored
Before bab50bd6 (“Make WebKitGTK dependency optional”), a callback was always attached to GtkLabel::activate-link, even if there were no links in the label. That commit made the activate_link() callback be defined only if WebKitGTK is enabled, and attached it to the label dynamically based on the presence of both WebKitGTK support, and in the case of the ABRT description whether a privacy policy URL is known. As the previous commit shows, this is prone to programmer error. Instead, always define the callback, with a no-op implementation which always returns FALSE (“not handled”) if WebKitGTK is not available. Attach the callback unconditionally when instantiating the .ui file.
-
Will Thompson authored
Previously, the window was narrow enough to trigger a small-screen breakpoint in the Mozilla Location Service privacy policy, which wraps the navigation links at the top of the page to one per line, leaving almost no space for the policy itself. Increase the window size a little. Set the size with GtkWindow:default-width and :default-height so that the window can shrink below this size on extremely small screens. (On small screens, 800×600 is the default size of the main window; on large screens, 1024×768 is the fixed size.)
-
Michael Catanzaro authored
privacy: Correctly handle ABRT privacy policy link clicks See merge request GNOME/gnome-initial-setup!230
-
Artur S0 authored
-
Sabri Ünal authored
-
Allan Day authored
The "We hope that you love it!" feels corny and results in an over-abundance of exclamation marks.
-
Automeris naranja authored
Also: - Rename "Edit avatar" to "Change Avatar" to keep consistency with Settings[1] and Contacts[2] - Remove the a11y labels because Orca also reads tooltips [1] https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/2d078ba1474cb607a2cac792ade0e27c7fa11490 [2] https://gitlab.gnome.org/GNOME/gnome-contacts/-/commit/0f2d408c1a3ec818f3f59fce5a04aeae88f2ef6c
-
Automeris naranja authored
Use a new transparent asset and wrap it in a GtkBox, with the gradient background set with CSS. Closes https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/167
-
Will Thompson authored
summary-page: Don't love it See merge request GNOME/gnome-initial-setup!232
-
Will Thompson authored
account-page-local: Add tooltips to the avatar widget buttons See merge request GNOME/gnome-initial-setup!234
-
AsciiWolf authored
-
Automeris naranja authored
Title buttons shouldn't appear in Initial Setup. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/237>
-
Marge Bot authored
assistant: Set "show-title-buttons" property to false See merge request GNOME/gnome-initial-setup!237
-
Ekaterine Papava authored
-
Will Thompson authored
welcome-page: Fix image scaling & use AdwStatusPage Closes #167 See merge request GNOME/gnome-initial-setup!227
-
Will Thompson authored
829c1d02 (“Remove wrap files for dependencies”) removed the fallback subprojects, but did not remove the `fallback:` parameter in Meson dependency() calls.
-
Will Thompson authored
-
Jeremy Bícha authored
Showing
- .gitignore 0 additions, 2 deletions.gitignore
- NEWS 43 additions, 0 deletionsNEWS
- gnome-initial-setup/gis-assistant.ui 1 addition, 0 deletionsgnome-initial-setup/gis-assistant.ui
- gnome-initial-setup/gis-driver.c 75 additions, 11 deletionsgnome-initial-setup/gis-driver.c
- gnome-initial-setup/gis-driver.h 7 additions, 3 deletionsgnome-initial-setup/gis-driver.h
- gnome-initial-setup/meson.build 1 addition, 10 deletionsgnome-initial-setup/meson.build
- gnome-initial-setup/pages/account/gis-account-avatar-chooser.ui 2 additions, 12 deletions...initial-setup/pages/account/gis-account-avatar-chooser.ui
- gnome-initial-setup/pages/account/gis-account-page-enterprise.c 35 additions, 4 deletions...initial-setup/pages/account/gis-account-page-enterprise.c
- gnome-initial-setup/pages/account/gis-account-page-local.c 175 additions, 80 deletionsgnome-initial-setup/pages/account/gis-account-page-local.c
- gnome-initial-setup/pages/account/gis-account-page-local.ui 25 additions, 6 deletionsgnome-initial-setup/pages/account/gis-account-page-local.ui
- gnome-initial-setup/pages/account/gis-account-page.css 5 additions, 0 deletionsgnome-initial-setup/pages/account/gis-account-page.css
- gnome-initial-setup/pages/account/um-photo-dialog.c 7 additions, 67 deletionsgnome-initial-setup/pages/account/um-photo-dialog.c
- gnome-initial-setup/pages/account/um-photo-dialog.h 3 additions, 5 deletionsgnome-initial-setup/pages/account/um-photo-dialog.h
- gnome-initial-setup/pages/account/um-utils.c 0 additions, 179 deletionsgnome-initial-setup/pages/account/um-utils.c
- gnome-initial-setup/pages/parental-controls/gis-parental-controls-page.c 18 additions, 7 deletions...etup/pages/parental-controls/gis-parental-controls-page.c
- gnome-initial-setup/pages/parental-controls/gis-parental-controls-page.ui 9 additions, 3 deletions...tup/pages/parental-controls/gis-parental-controls-page.ui
- gnome-initial-setup/pages/password/gis-password-page.c 28 additions, 12 deletionsgnome-initial-setup/pages/password/gis-password-page.c
- gnome-initial-setup/pages/password/gis-password-page.ui 8 additions, 2 deletionsgnome-initial-setup/pages/password/gis-password-page.ui
- gnome-initial-setup/pages/privacy/gis-privacy-page.c 40 additions, 35 deletionsgnome-initial-setup/pages/privacy/gis-privacy-page.c
- gnome-initial-setup/pages/privacy/gis-privacy-page.h 1 addition, 20 deletionsgnome-initial-setup/pages/privacy/gis-privacy-page.h