summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Abkhazian translationgnome-43Nart Tlisha2023-04-051-21/+3293
|
* Merge branch 'wip/wjt/webkitgtk-sandbox-api-removal-43' into 'gnome-43'Michael Catanzaro2023-03-241-0/+2
|\ | | | | | | | | Update for removal of WebKitGTK sandbox API See merge request GNOME/gnome-initial-setup!198
| * Update for removal of WebKitGTK sandbox APIMichael Catanzaro2023-03-241-0/+2
|/ | | | | | | WebKitGTK 2.39.5 contains an ABI break. The sandbox is now mandatory, so the API to enable/disable it is gone. (cherry picked from commit 1a8f9ecfceb2e3106910b7bf7987f0fc75886670)
* Merge branch 'wip/wjt/181-backport-to-gnome-43' into 'gnome-43'Will Thompson2023-03-202-4/+33
|\ | | | | | | | | privacy: Move subtitles to separate labels See merge request GNOME/gnome-initial-setup!196
| * privacy: Move subtitles to separate labelsGeorges Basile Stavracas Neto2023-03-172-4/+33
|/ | | | | | | | | | | | | | | | | | | | | | Prior to 71e3e2b4, the subtitles were contained into separate GtkLabels connected to the the 'activate-link' signal. That commit moved these labels to inside the corresponding AdwActionRows, but did not account for the 'activate-link' signal. To the best of my knowledgethere is currently no way to properly support this with libadwaita rows. In addition to that, the latest mockup [1] suggest placing these labels beneath the listbox anyway. Move the subtitle labels to outside the action row, into a separate labels beneath the listbox. Connect to the 'activate-link' signal again. Closes https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/181 [1] https://gitlab.gnome.org/Teams/Design/os-mockups/-/raw/master/initial-setup/initial-setup.png (cherry picked from commit d230f18dc50bc40977b613845c8d50d1327cacf4)
* Bump version to 43.2.1Will Thompson2022-12-021-1/+1
|
* Merge branch 'wip/prepare-43.2' into 'gnome-43'43.2Will Thompson2022-12-0210-12/+47
|\ | | | | | | | | Prepare 43.2 release See merge request GNOME/gnome-initial-setup!172
| * NEWS for 43.2Will Thompson2022-12-022-1/+21
| |
| * ci: Make meson warnings fatalWill Thompson2022-12-021-0/+1
| |
| * meson: Reduce minimum version againWill Thompson2022-12-021-1/+1
| | | | | | | | | | | | | | | | | | bfb0e6a97a26994d098e02f83ab95e4c293053ca bumped this to 0.60.0 to take advantage of Meson's new support for passing multiple names to dependency(). But it was then realised that the two WebKits are not API-compatible enough to do this, so the use of that feature was removed again in 48a971685ff4038412f14f5740dd2a33eb44f85f and c848110d0935f52dc882e552b3a8afe50c9c31e8.
| * data: Update gnome-shell session modeFlorian Müllner2022-12-021-1/+1
| | | | | | | | | | | | | | | | The "aggregateMenu" component was replaced with "quickSettings" in GNOME 43. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/166> (cherry picked from commit 1a347bffafd0ecab4dcc97217275646df2900dd0)
| * account: Allow closing enterprise error dialog with buttonsWill Thompson2022-12-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Previously, hitting Escape would close the dialog, but clicking the close button did nothing. Handle the response signal, as documented right there in the overview of GtkMessageDialog. Fixes https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/161 Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/169> (cherry picked from commit 284af33fcd47e461173731618d3bdf8fc76d2ab4)
| * ci: Rebuild imageWill Thompson2022-12-021-1/+1
| |
| * ci: Disable wrap fallbackWill Thompson2022-12-021-0/+1
| | | | | | | | | | | | | | This CI pipeline uses an Arch image. Arch has new-enough versions of all dependencies today, though it didn't the last time the image was built. Tell Meson not to fall back to any of the wrap files.
| * ci: Install malcontent packageWill Thompson2022-12-021-0/+1
| | | | | | | | | | | | In Arch, the malcontent-ui library is part of the malcontent package. (cherry picked from commit da54510e861ab32eb6668f7905e4de1b3b99be65)
| * gitignore: Remove build directory patternsWill Thompson2022-12-021-4/+0
| | | | | | | | | | | | Meson drops a blanket .gitignore into its build directories. (cherry picked from commit 34c39f7371c2851d05e78d3bf12c73c5c5a421fd)
| * gitignore: Remove obsolete subproject patternsWill Thompson2022-12-021-3/+0
| | | | | | | | | | | | These subprojects are no longer used. (cherry picked from commit 616f4f1ca4ec3159c84eecec5be970d35fbe18fd)
| * wrap: Track libadwaita 1.2Will Thompson2022-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial Setup doesn't currently need a newer version, but previously when the wrap fallback was used, libadwaita main would be built. Main depends on a newer gtk4 than is in the CI image, and so CI fails: libadwaita| Dependency gtk4 found: NO found 4.6.6 but need: '>= 4.9.1' libadwaita| Run-time dependency gtk4 found: NO subprojects/libadwaita/src/meson.build:247:0: ERROR: Invalid version of dependency, need 'gtk4' ['>= 4.9.1'] found '4.6.6'. Track the stable branch of libadwaita instead. (cherry picked from commit f0e041fbc105ba91a6026d57e4abe23520acade6)
| * Support both webkitgtk-6.0 and webkit2gtk-5.0Michael Catanzaro2022-12-024-1/+17
| | | | | | | | | | | | Let's fall back to webkit2gtk-5.0 if webkitgtk-6.0 is not available. (cherry picked from commit c848110d0935f52dc882e552b3a8afe50c9c31e8)
| * Try harder to support webkitgtk-6.0Michael Catanzaro2022-12-023-6/+3
| | | | | | | | | | | | | | | | | | | | bfb0e6a97a26994d098e02f83ab95e4c293053ca attempted to handle recent WebKitGTK API changes, but failed because I gave Will incorrect advice. I thought changing just the pkg-config name would be enough, but the header file name has changed too. I should know, because I was the one who changed it.... (cherry picked from commit 48a971685ff4038412f14f5740dd2a33eb44f85f)
| * Support new webkitgtk-6.0 API versionWill Thompson2022-12-022-2/+5
|/ | | | | | | | | | | | | | | | | Paraphrasing Michael Catanzaro: WebKitGTK 2.39.1 has just been released, removing the webkit2gtk-5.0 API version, and adding a new webkitgtk-6.0 API version instead. webkitgtk-6.0 API version instead (note the 2 is gone). There will be frequent soname bumps going forward, but most likely gnome-initial-setup will be unaffected by any API changes because it uses very little of the WebKitGTK API. Use Meson 0.60.0's support for passing multiple names to dependency(), using the first one found. Bump the minimum Meson version accordingly. https://mesonbuild.com/Reference-manual_functions.html#dependency (cherry picked from commit bfb0e6a97a26994d098e02f83ab95e4c293053ca)
* Merge branch 'wip/wjt/ci-image-for-gnome-43' into 'gnome-43'Will Thompson2022-11-111-1/+1
|\ | | | | | | | | ci: Adjust container name for GNOME 43 branch See merge request GNOME/gnome-initial-setup!163
| * ci: Adjust container name for GNOME 43 branchWill Thompson2022-11-111-1/+1
|/
* Update Dutch translationNathan Follens2022-11-011-140/+159
|
* Update Abkhazian translationNart Tlisha2022-10-311-3063/+15
|
* Update Greek translationEfstathios Iosifidis2022-10-291-140/+160
|
* Update Icelandic translationSveinn í Felli2022-10-251-147/+173
|
* Update Italian translationGianvito Cavasoli2022-10-211-143/+150
|
* meson: Post-release version bumpWill Thompson2022-10-181-1/+1
|
* NEWS for 43.143.1Will Thompson2022-10-182-1/+2
|
* Update Chinese (Taiwan) translationFreddy Cheng2022-10-181-199/+258
|
* Preliminary NEWS for 43.1Will Thompson2022-10-131-0/+15
|
* Update Abkhazian translationNart Tlisha2022-10-031-135/+4040
|
* Update Friulian translationFabio Tomat2022-09-281-200/+222
|
* Updated Spanish translationDaniel Mustieles2022-09-261-4/+4
|
* Merge branch 'wip/wjt/update-contributing' into 'master'Marge Bot2022-09-232-67/+88
|\ | | | | | | | | Update notes for contributors See merge request GNOME/gnome-initial-setup!162
| * CONTRIBUTING: Document FreeIPA demo serverWill Thompson2022-09-231-0/+14
| | | | | | | | Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/162>
| * Rewrite CONTRIBUTING.mdWill Thompson2022-09-231-39/+46
| | | | | | | | | | | | This is rather out of date. Rewrite it, removing outright falsehoods. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/162>
| * Rename HACKING to CONTRIBUTING.mdWill Thompson2022-09-231-0/+0
|/ | | | Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/162>
* Merge branch 'wip/154-account-enterprise-password-error-tooltip' into 'master'Marge Bot2022-09-221-3/+6
|\ | | | | | | | | account: Set enterprise password errors as tooltip See merge request GNOME/gnome-initial-setup!161
| * account: Set enterprise password errors as tooltipWill Thompson2022-09-221-3/+6
|/ | | | | | | | | | | | | | | | | | | In GNOME 42 and earlier, this error message was used as the tooltip for an error icon in the entry. Since the GTK 4 port, the password widget is now a GtkPasswordEntry, which does not support adding an inline icon in this way. e495fb58 ("account: Fix criticals when validating domain in enterprise login dialog") stopped attempting to add an icon using the GtkEntry functions which don't work on GtkPasswordEntry, making this page work without warnings/criticals once again, but in the process the error message would not be shown anywhere. Set the error message (from realmd or the server, I'm not sure!) as the tooltip for the entire entry, so that it is at least accessible. Clear it when clearing the error state. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/161>
* Merge branch 'wip/154-account-fix-criticals-enterprise-login' into 'master'Marge Bot2022-09-222-6/+29
|\ | | | | | | | | | | | | account: Fix criticals when validating domain in enterprise login dialog Closes #154 See merge request GNOME/gnome-initial-setup!160
| * account: Fix swapped button responses in enterprise login dialogKalev Lember2022-09-221-2/+2
| | | | | | | | | | | | | | | | The Cancel button was acting as OK and vice-versa. Closes #154 Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/160>
| * account: Clear password validation errors when entering new passwordKalev Lember2022-09-221-0/+11
| | | | | | | | | | | | | | Get rid of the red outline as soon as the user starts typing a new password. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/160>
| * account: Fix entry validation in enterprise login dialogKalev Lember2022-09-221-4/+16
|/ | | | | | | Fix the password and domain validation to work again and not spew criticals after the gtk 4 port. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/160>
* Update Nepali translationPawan Chitrakar2022-09-221-275/+420
|
* Updated Czech translationMarek Černocký2022-09-221-3/+3
|
* Update Turkish translationSabri Ünal2022-09-181-1/+1
|
* Update Kazakh translationBaurzhan Muftakhidinov2022-09-181-140/+159
|
* Update Occitan translationQuentin PAGÈS2022-09-161-142/+162
|