[ubuntu/noble-proposed] gnome-initial-setup 46.3-1ubuntu3~24.04.1 (Accepted)
Marco Trevisan (Treviño)
marco at ubuntu.com
Wed Sep 11 01:10:35 UTC 2024
gnome-initial-setup (46.3-1ubuntu3~24.04.1) noble; urgency=medium
[ Marco Trevisan (Treviño) ]
* No-contents-change backport from oracular (LP: #2076662)
* debian/control: Update VCS references to noble branch
[ Jeremy Bícha ]
* New upstream stable release (LP: #2076662)
* debian/patches: Refresh patches new release, dropping applied upstream
[ Nathan Pratta Teodosio ]
[ Marco Trevisan (Treviño) ]
* Fix alignment in bullet points in first Pro page.
(LP: #2062971)
* Align radio button text and its hint below in first Pro page.
(LP: #2062971)
* d/p: Ubuntu pages, bind functions to template.
C Functions referenced by the template must be bound to the template or
they won't be properly connected. (LP: #2068614)
* d/p: Ubuntu pages, ensure welcome screen is loaded (LP: #2068862)
* d/p: Ubuntu pages, reference private widgets only after construction.
They're just not created earlier, so we ended up referring to NULL
pointers instead of the actual widgets (LP: #2068614)
* d/p: Ubuntu pages, use filling alignment for the Ubuntu Pro offer message
(LP: #2062971)
* d/p: Ubuntu mode, always set the missing connection warning icon.
Then it's visibility is controlled as before, but at least now we will
show it even if there's no connection setup on startup (LP: #2068632)
* d/p: Ubuntu mode, add pro pages to POTFILE and improve strings to be
translated.
UI or C files of the Ubuntu Pro pages were not translatable, so add the
files to the POTFILES and fix the strings that contained elements that
should not be exposed to translators (LP: #2068639)
* d/p: Ubuntu Pro, add translatable pro services descriptions (LP: #2068639).
* d/p: Ubuntu Pro, fix alignment of widgets to match design (LP: #2062971)
* d/p: Ubuntu Pro, Use a grid to properly align dotted list elements.
We were listing the elements using manual formatting and this was broken
for lower resolutions or in general for longer texts, making a dotted
list not properly padded.
So use a grid to manage this, this indeed changes the text used by
translations but because of lp:2068639 it's not a problem because no
translations are available so far.
Also in this way RTL languages are properly handled (LP: #2062971)
* d/p: Ubuntu Pro, limit the wrapped label widths not to increase window size.
(LP: #2068856)
* d/p: Ubuntu Pro, animate stack on pro page changes (LP: #2068856)
* d/p: Ubuntu Pro, improve readability of long labels (LP: #2062971)
* d/p: Ubuntu Pro, scale icons and images to follow widget scaling
(LP: #2068675)
* d/p: Ubuntu Pro, use async spawn of pro client process.
The pro client process may slow in responding to us the tokens, so use
asynchronous spawn to ensure we don't hang the UI while calling it.
(LP: #2068859)
* d/p/Ubuntu mode: Do not override links color in the welcome page
(LP: #2069346)
[ Marco Trevisan (Treviño) ]
* d/p: Ubuntu Pro, use style that is more consistent with the app
(LP: #2076189): this is not changing anything at functional level.
* d/p: Ubuntu Pro, scale icons automatically (LP: #2068675)
[ Sebastien Bacher ]
* debian/patches/0001-Add-Ubuntu-mode-with-special-pages.patch:
- Don't call the release notes a changelog and mark the corresponding
string as translatable (lp: #2061317)
Date: Mon, 12 Aug 2024 14:30:31 -0400
Changed-By: Marco Trevisan (Treviño) <marco at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-initial-setup/46.3-1ubuntu3~24.04.1
-------------- next part --------------
Format: 1.8
Date: Mon, 12 Aug 2024 14:30:31 -0400
Source: gnome-initial-setup
Built-For-Profiles: noudeb
Architecture: source
Version: 46.3-1ubuntu3~24.04.1
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marco Trevisan (Treviño) <marco at ubuntu.com>
Launchpad-Bugs-Fixed: 2061317 2062971 2068614 2068632 2068639 2068675 2068856 2068859 2068862 2069346 2076189 2076662
Changes:
gnome-initial-setup (46.3-1ubuntu3~24.04.1) noble; urgency=medium
.
[ Marco Trevisan (Treviño) ]
* No-contents-change backport from oracular (LP: #2076662)
* debian/control: Update VCS references to noble branch
.
[ Jeremy Bícha ]
* New upstream stable release (LP: #2076662)
* debian/patches: Refresh patches new release, dropping applied upstream
.
[ Nathan Pratta Teodosio ]
[ Marco Trevisan (Treviño) ]
* Fix alignment in bullet points in first Pro page.
(LP: #2062971)
* Align radio button text and its hint below in first Pro page.
(LP: #2062971)
* d/p: Ubuntu pages, bind functions to template.
C Functions referenced by the template must be bound to the template or
they won't be properly connected. (LP: #2068614)
* d/p: Ubuntu pages, ensure welcome screen is loaded (LP: #2068862)
* d/p: Ubuntu pages, reference private widgets only after construction.
They're just not created earlier, so we ended up referring to NULL
pointers instead of the actual widgets (LP: #2068614)
* d/p: Ubuntu pages, use filling alignment for the Ubuntu Pro offer message
(LP: #2062971)
* d/p: Ubuntu mode, always set the missing connection warning icon.
Then it's visibility is controlled as before, but at least now we will
show it even if there's no connection setup on startup (LP: #2068632)
* d/p: Ubuntu mode, add pro pages to POTFILE and improve strings to be
translated.
UI or C files of the Ubuntu Pro pages were not translatable, so add the
files to the POTFILES and fix the strings that contained elements that
should not be exposed to translators (LP: #2068639)
* d/p: Ubuntu Pro, add translatable pro services descriptions (LP: #2068639).
* d/p: Ubuntu Pro, fix alignment of widgets to match design (LP: #2062971)
* d/p: Ubuntu Pro, Use a grid to properly align dotted list elements.
We were listing the elements using manual formatting and this was broken
for lower resolutions or in general for longer texts, making a dotted
list not properly padded.
So use a grid to manage this, this indeed changes the text used by
translations but because of lp:2068639 it's not a problem because no
translations are available so far.
Also in this way RTL languages are properly handled (LP: #2062971)
* d/p: Ubuntu Pro, limit the wrapped label widths not to increase window size.
(LP: #2068856)
* d/p: Ubuntu Pro, animate stack on pro page changes (LP: #2068856)
* d/p: Ubuntu Pro, improve readability of long labels (LP: #2062971)
* d/p: Ubuntu Pro, scale icons and images to follow widget scaling
(LP: #2068675)
* d/p: Ubuntu Pro, use async spawn of pro client process.
The pro client process may slow in responding to us the tokens, so use
asynchronous spawn to ensure we don't hang the UI while calling it.
(LP: #2068859)
* d/p/Ubuntu mode: Do not override links color in the welcome page
(LP: #2069346)
.
[ Marco Trevisan (Treviño) ]
* d/p: Ubuntu Pro, use style that is more consistent with the app
(LP: #2076189): this is not changing anything at functional level.
* d/p: Ubuntu Pro, scale icons automatically (LP: #2068675)
.
[ Sebastien Bacher ]
* debian/patches/0001-Add-Ubuntu-mode-with-special-pages.patch:
- Don't call the release notes a changelog and mark the corresponding
string as translatable (lp: #2061317)
Checksums-Sha1:
04bd8d62ae6caa886f4c599d85ac86ef06a57b83 3410 gnome-initial-setup_46.3-1ubuntu3~24.04.1.dsc
8da64a16ecb080d1d7fbd89455733d76f4b377f9 333868 gnome-initial-setup_46.3-1ubuntu3~24.04.1.debian.tar.xz
f4db70b1d9ad26eb014f7ccbec6f959b6ca4b352 16984 gnome-initial-setup_46.3-1ubuntu3~24.04.1_source.buildinfo
Checksums-Sha256:
c7fc0c0232fe3b6437f2d5f2947033a6badd349d4bab3dc807cc7647dcc353f2 3410 gnome-initial-setup_46.3-1ubuntu3~24.04.1.dsc
91b68baf9f6f98054e06cdc7b96d3cded3e5a3750421a2bd5aa0aca284acdb8c 333868 gnome-initial-setup_46.3-1ubuntu3~24.04.1.debian.tar.xz
785e188b617db87b6bd948ce16b1bb1d74ee3487ca80b4426f4a10a287c91279 16984 gnome-initial-setup_46.3-1ubuntu3~24.04.1_source.buildinfo
Files:
87fbb006dac5b2f18d9e1752d7528983 3410 gnome optional gnome-initial-setup_46.3-1ubuntu3~24.04.1.dsc
2b363ef3764364c159d71dda4b4b4177 333868 gnome optional gnome-initial-setup_46.3-1ubuntu3~24.04.1.debian.tar.xz
95c72c8dd8017a54effd3d2fe2d5be87 16984 gnome optional gnome-initial-setup_46.3-1ubuntu3~24.04.1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the noble-changes
mailing list