[Pureos-changes] Accepted gnome-control-center 1:3.34.0.1+20041+git93f9bd2da-1pureos0 (source) into amber-phone-staging

Guido Günther agx at sigxcpu.org
Wed Oct 14 02:18:04 PDT 2020


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 14 Oct 2020 10:29:17 +0200
Source: gnome-control-center
Architecture: source
Version: 1:3.34.0.1+20041+git93f9bd2da-1pureos0
Distribution: amber-phone
Urgency: medium
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Changed-By: Guido Günther <agx at sigxcpu.org>
Changes:
 gnome-control-center (1:3.34.0.1+20041+git93f9bd2da-1pureos0) amber-phone; urgency=medium
 .
   [ Mohammed Sadiq ]
   * control: lower some dependencies
   * Update patches
   * Update patches
   * control: fix max version
   * control: fix version again
   * Update patches
   * Update patches
   * add new dependencies
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * add modem maanger polkit permissions
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * remove an absolete patch
   * remove an accidently added patch
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * update patches
   * Update patches
   * update wwan
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Update patches
   * Add helper for new connection editor
   * Add helper for using new hotspot
   * Add hidden-wifi-dialog
   * Add network agent
   * Add new connection editor
   * avatar-chooser: Adapt to work on librem5
   * background: Scale images to window scale factor.
     The GdkPixbuf generated via GnomeBG isn’t scaled to the current scale
     factor.  We have to scale it ourself before creating an image widget
     from that.
     https://gitlab.gnome.org/GNOME/gnome-control-center/issues/610
   * build: lower meson dependencies
   * common: Add cc-list-row
   * datetime: Fix time-date dialog on librem5
   * datetime: Fix timezone selection map
   * network: Don't show modems supported by cellular panel.
     Cellular panel is already handling it
   * notification: Hide lockscreen notification option
   * panel-list: Select panel iff non-folded when search is cancelled.
     If the window is folded, the previous panel shouldn’t be shown when search
     is cancelled. The panel selection list should be shown instead.
   * power: Fix mobile broadband switch logic.
     Let the power switch be active (ie, powersave set to off) if either
     of wimax or wwan device is enabled.  And set the switch sensitive
     if either of them present.
   * privacy: Port dialogs to HdyDialog
     and pack the trash cleanup dialog buttons into a flowbox so that
     they works nice on small screens.
   * region: Implement new design for ‘Formats’ dialog
     https://gitlab.gnome.org/GNOME/gnome-control-center/issues/635
   * shell: Hide some panels
   * sound: fix test dialog on small screen
   * user-accounts: Constrain passwords to digits
   * wifi: Add new hotspot dialog
   * window: Set sidebar as the default visible child.
     This doesn't make any difference when the UI isn't folded.
     Otherwise (Eg., on small screens) the sidebar will be shown
     first instead of some panel.
   * wwan: Add new panel for modem management.
     The panel supports 2G/3G/4G GSM/LTE modems. CDMA2000 Modems are not supported.
     If a supported modem is present, the panel will be shown and the modem will be
     handled, else, network-panel shall manage the modem as it did in the past.
     If more than one modem with data enabled is present, the user is allowed to set
     priority of one SIM over the other (the priority is for SIM, not modem).
     Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/132
   * search: Fix crash on clicking 'Search Locations'
     When creating a Page, the dialog variable wasn't set and thus
     dereferencing a NULL in a later code resulting a crash.
   * user-panel: hide add user, unlock buttons
   * wifi: Use new connection editor
   * wifi: Use new hotspot dialog
   * window: Always show the first panel.
     On librem5 it's not much interesting to show subpanels first
   * window: Let the window open folded on launch
   * remove all downstream patches
   * power: show brightness slider in a separate row.
     Fixes https://source.puri.sm/Librem5/gnome-control-center/issues/85
   * sound: Prefer symbolic icons for audio streams
   * power-panel: Remove power button actions.
     This is not handled by settings on librem5
     Fixes https://source.puri.sm/Librem5/gnome-control-center/issues/92
   * region: Remove preview button from input row.
     We don’t want this on librem5 where there is no hardware keyboard.  Also, as the
     window is too big, we might want something else even with keyboard on librem5
     Fixes https://source.puri.sm/Librem5/gnome-control-center/issues/96
   * Add gitlab-ci to build deb packages.
     An excact copy of https://source.puri.sm/guido.gunther/gnome-online-accounts/blob/libremone-sloppy/.gitlab-ci.yml
   * passwor-dialog: Allow 6+ digit numbers as password
   * debian/control: Add 'Breaks: phosh (<< 0.1.7)'
   * notifications: Add Feedback settings.
     Fixes https://source.puri.sm/Librem5/gnome-control-center/issues/114
   * display: Hide Night light page.
     This page isn't mobile friendly yet
   * display: Set button box to have vertical orientation.
     So that they fit better on small screens
   * display: Request a smaller size for arrangment widget.
     So that it fits smaller screens well
   * panel-loader: Show display panel
 .
   [ Allan Day ]
   * region: Tweak format dialog
 .
   [ Julian Sparber ]
   * UserAccount: fix window resizing issue
 .
   [ Kyle Rankin ]
   * Lower WWAN DNS Priority.
     Fixes https://source.puri.sm/Librem5/OS-issues/issues/130
     The current DNS priority settings for WWAN were set far too low. Most
     connections (including WiFi) do not set DNS priority (set to 0) and per
     https://developer.gnome.org/NetworkManager/stable/nm-settings.html :
     "A lower value is better (higher priority). Zero selects a globally
     configured default value. If the latter is missing or zero too, it
     defaults to 50 for VPNs and 100 for other connections."
     By setting both the "low" and "high" settings to 15 and 20 respectively,
     the WWAN DNS servers were always appearing above WiFi, even though WiFi
     had routing priority. This caused latency and other problems when the
     wwan connection was slow because the system would query those DNS
     servers before WiFi ones. Beyond that, it would even cause WWAN to
     override VPN DNS settings which isn't what we want.
     This change puts the "low priority" setting above the default 100 that
     connections get when they don't otherwise set a priority, and the "high
     priority" slightly below 100. I did this instead of setting the values
     to 0 because I noticed that NM doesn't seem to be aware it should
     prioritize WiFi in that case so WWAN DNS servers were still sometimes
     taking precedence.
 .
   [ Arnaud Ferraris ]
   * notifications: fix feedback profiles.
     This patches fixes the feedback profile names for 'silent'
     and 'quiet' which were previously inverted.
 .
   [ Sebastian Krzyszkowiak ]
   * wwan: Fix signal strength display when extended signal retrieval is disabled.
     MMModemSignal interface is used to retrieve extended signal information that
     requires periodic polling. Therefore, it needs to be manually enabled in order
     to use. There if a fallback to use mm_modem_get_signal_quality when MMModemSignal
     interface is unavailable, but it didn't check whether it's actually enabled,
     leaving the UI with empty label.
 .
   [ Alexander Mikhaylenko ]
   * online-accounts: Make edit account dialog resizable.
     Allow the downstream fork of GTK to maximize it.
Checksums-Sha1:
 b629d7b4a650ec5b009182c24a1e12e787c83f92 3462 gnome-control-center_3.34.0.1+20041+git93f9bd2da-1pureos0.dsc
 487c2c7d42768723e9089e5e292ff75f8977212c 10499674 gnome-control-center_3.34.0.1+20041+git93f9bd2da.orig.tar.gz
 8d1a86b6d2abcf825b8807eaed40fdca7667bdee 36556 gnome-control-center_3.34.0.1+20041+git93f9bd2da-1pureos0.debian.tar.xz
 b76da3eee5546c90fa42d10d15b13c8a45a575ae 28027 gnome-control-center_3.34.0.1+20041+git93f9bd2da-1pureos0_arm64.buildinfo
Checksums-Sha256:
 8b381f0cc57223d7240e2bb6a6b9830782ca7cccd72fb2e24e18229ffd63ae64 3462 gnome-control-center_3.34.0.1+20041+git93f9bd2da-1pureos0.dsc
 922d5803efc2c133f500eae0340b028d0474adba48c32c6e05b219133f924e9b 10499674 gnome-control-center_3.34.0.1+20041+git93f9bd2da.orig.tar.gz
 f9c4c63ffe6fcb5bab22af5d70344a0b748ceec182aeda0c6d383f25887ae97e 36556 gnome-control-center_3.34.0.1+20041+git93f9bd2da-1pureos0.debian.tar.xz
 b3ca1eb847b506b7fa7d41f161d2b928173efe14dd53c58bf29acd2d57bb09c5 28027 gnome-control-center_3.34.0.1+20041+git93f9bd2da-1pureos0_arm64.buildinfo
Files:
 59cbc5c6af84e52a2b1607131a1c54bb 3462 gnome optional gnome-control-center_3.34.0.1+20041+git93f9bd2da-1pureos0.dsc
 8fd999665faba432fe4291c134b67b28 10499674 gnome optional gnome-control-center_3.34.0.1+20041+git93f9bd2da.orig.tar.gz
 70b0a9e2bde1d7230b42a4ee53ef27fe 36556 gnome optional gnome-control-center_3.34.0.1+20041+git93f9bd2da-1pureos0.debian.tar.xz
 235e64e1a1abe5b4d926a1983f81a305 28027 gnome optional gnome-control-center_3.34.0.1+20041+git93f9bd2da-1pureos0_arm64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEEjQq0XWCFJ0hT17a/HLsjRafwJ0kFAl+GvLoACgkQHLsjRafw
J0lIFAv+NrNLawpNj3FW8Q67wvxh2Yu50tYfXmgpjTr9A45qvI7xhIBBEh+XbxXO
HOMi4+OM+yEFmY8vknYNiGfloaSKcQAva4J+pZED6FmiSKm7rmFjIIexkO+tV+p7
ZFNAuHICd+VKeJjzPBUdMflz6w2DOUOIRw+agMMlitz69WAoLHCa13qXjOwen9is
LiwUKMuOWTWzrw+Zl86uHVcVDBK+Nd2KaI3yOCA9lhpjN8jEmK1jd8UYfmYYrMIQ
u/58BQZsXI27gr1uB3J26It1idOvxA0J6CN/q5Y3IJGXphyP1cvTsF6jsi4fZbm7
E4RSFqGBnlZw/rrVur5bDoPdL64SEo+zgaS21/iQxYxDHZceJcp8byppZQsKzdkH
Tf+hVKbfadtNO5+L85pUKTkg8cJL4ACf+lt8J+8xZu5IXQfzC91LoXsuDC4KJN4P
xR2aF6tPAd9hf8duDeoGNYtgdEsu9r+3xVxnarhAU2P1awqXm2C6CdfZpGP0kNyj
ZJOuJARH
=9Qo6
-----END PGP SIGNATURE-----



More information about the Pureos-changes mailing list