[Debian-on-mobile-maintainers] [Git][gnome-team/libhandy-1][debian/master] 41 commits: Add Galician translation

Guido Günther (@agx) gitlab at salsa.debian.org
Fri Nov 26 09:15:37 GMT 2021



Guido Günther pushed to branch debian/master at GNOME / libhandy-1


Commits:
06ecaad5 by Fran Dieguez at 2021-09-06T19:46:02+00:00
Add Galician translation

- - - - -
a830a3b4 by Nathan Follens at 2021-09-13T19:14:36+00:00
Update Dutch translation

- - - - -
93600f5e by Anders Jonsson at 2021-09-14T21:15:30+00:00
Update Swedish translation

- - - - -
be619cd8 by Danial Behzadi at 2021-09-15T09:05:59+00:00
Add Persian translation

(cherry picked from commit f1ffe3243c969c83f3ac1d0a4e6b403ebbcdef02)

- - - - -
9d043f03 by Philip Withnall at 2021-09-15T11:23:23+01:00
themes: Don’t change background of non-activatable rows on :active

See https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1382

Drop the `:not(:active)` selector from rules which also have a
`:not(.activatable)` selector. The latter implies that the `:active`
state should be ignored.

Signed-off-by: Philip Withnall <pwithnall at endlessos.org>

- - - - -
f39517ac by Balazs Ur at 2021-09-15T15:08:27+00:00
Add Hungarian translation

- - - - -
0f2525f7 by Мирослав Николић at 2021-09-18T07:51:40+00:00
Update Serbian translation

- - - - -
5a009332 by Dz Chen at 2021-09-22T01:41:54+00:00
Add Chinese (China) translation

- - - - -
79604659 by Mohammed Sadiq at 2021-09-23T09:37:12+05:30
swipe-tracker: Fix a memory leak

- - - - -
9750f93f by Alexander Mikhaylenko at 2021-09-23T09:34:21+00:00
carousel-box: Check if the widget is a child in scroll_to()

- - - - -
6ab066a2 by Hugo Carvalho at 2021-09-23T12:49:28+00:00
Update Portuguese translation

- - - - -
48324eb8 by Alexander Mikhaylenko at 2021-09-24T10:38:53+00:00
version: Add 1.6 version macros

- - - - -
bb68249b by Alexander Mikhaylenko at 2021-09-24T10:38:53+00:00
Add HdySettings

- - - - -
5bc5788a by Alexander Mikhaylenko at 2021-09-24T10:38:53+00:00
Add HdyStyleManager

- - - - -
3e37ed87 by Alexander Mikhaylenko at 2021-09-24T10:38:53+00:00
demo: Set color scheme

- - - - -
18634253 by Alexander Mikhaylenko at 2021-09-24T10:38:53+00:00
demo: Rework the dark mode button

Only show it if the system doesn't support color schemes.

- - - - -
334c0a65 by Alexander Mikhaylenko at 2021-09-24T10:38:53+00:00
style-manager: Check if the current theme exists

Avoid falling back to Adwaita with no way to set dark variant.

The check is not perfect and will fail if libhandy and GTK prefixes differ.
Nothing we can do about that though.

Also it will stop picking up changes until restart if theme has been
invalid even once. This is unfixable too, since we can't track changes
on GdkScreen settings directly, and as soon as we set gtk-theme-name is set
it can't be used to track changes anymore.

Still better than nothing.

- - - - -
83bb3843 by Alexander Mikhaylenko at 2021-09-24T17:08:33+05:00
Remove an accidentally committed file

- - - - -
37a087ad by Piotr Drąg at 2021-09-25T11:54:50+02:00
Update POTFILES.in

- - - - -
5696c59e by Rafael Fontenelle at 2021-09-25T14:22:42+00:00
Update Brazilian Portuguese translation

- - - - -
c015280b by Yuri Chornoivan at 2021-09-25T16:22:58+00:00
Update Ukrainian translation

- - - - -
c3ee51fe by Anders Jonsson at 2021-09-26T13:26:33+00:00
Update Swedish translation

- - - - -
34ece2ec by Alexander Mikhaylenko at 2021-09-29T12:43:24+00:00
settings: Guard against UnknownMethod when accessing portal

One case we didn't guard against was if xdg-desktop-portal exists, but
doesn't provide a settings portal interface.

See https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/269

- - - - -
00a7d9ad by Мирослав Николић at 2021-09-30T03:49:22+00:00
Update Serbian translation

- - - - -
2b971d07 by Hugo Carvalho at 2021-10-08T13:28:29+00:00
Update Portuguese translation

- - - - -
ee1c4626 by rofiquzzaki rofiquzzaki at 2021-10-15T03:14:51+00:00
Update Indonesian translation

(cherry picked from commit f2115b5a5d17639b1838c92ecd0a75001f5f4ef0)

- - - - -
f20439c6 by Jiri Grönroos at 2021-10-18T17:19:48+00:00
Update Finnish translation

- - - - -
000cf82b by Christopher Davis at 2021-11-07T15:12:51-08:00
css: Remove adaptive margins for preferences

These adaptive margins interfere with measuring the
default sizes, as the margins change the size. This
causes weird things like content being inaccessible
or content animating as soon as you open a PreferencesPage.

For now, we should drop the adaptive margins. In the future
we can implement this in the layout code.

- - - - -
48984c09 by Alexander Mikhaylenko at 2021-11-12T00:00:46+05:00
style-manager: Fix HDY_AVAILABLE_IN_ versions

- - - - -
a051556f by Philip Withnall at 2021-11-12T00:01:11+05:00
settings: Fix a GSettingsSchema leak

`g_settings_schema_source_lookup()` returns a new reference.

Signed-off-by: Philip Withnall <pwithnall at endlessos.org>

Backported from https://gitlab.gnome.org/GNOME/libadwaita/-/commit/18a1d426e7a7dc1034c0012a14ca31e73fe266a0

- - - - -
532a7cbc by Alexander Mikhaylenko at 2021-11-12T00:37:04+05:00
shadow-helper: Don't ref widget

This is a private object, no need to bother with with weak refs. Just avoid
a refcycle.

Backported from https://gitlab.gnome.org/GNOME/libadwaita/-/commit/d1da4bd8e5791cc6831cb1579843156b24a988cd

- - - - -
d2db1dfa by Alexander Mikhaylenko at 2021-11-12T00:37:04+05:00
swipe-tracker: Make swipeable a weak ref

Fix a refcycle between the widget and the swipe tracker.

Backported from https://gitlab.gnome.org/GNOME/libadwaita/-/commit/2821a1063e332d00b9b2fc00ba28e5d1c754645f

- - - - -
e2938f2f by Alexander Mikhaylenko at 2021-11-12T00:49:06+05:00
window-mixin: Prevent a guaranteed double free

Yikes, so because it contains a leaflet that's always leaked we had an
extra gtk_widget_destroy() here to compensate. Kill it with fire.

- - - - -
b9ff81b6 by Alexander Mikhaylenko at 2021-11-12T00:49:06+05:00
tests: Fix leaks

Backport parts of https://gitlab.gnome.org/GNOME/libadwaita/-/commit/466509f6120866005ea2e8c2cdb2ddb83a39cc40

- - - - -
874fb9be by Alexander Mikhaylenko at 2021-11-12T00:49:06+05:00
tab-box: Handle middle click on release instead of press

Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/294

Backported from https://gitlab.gnome.org/GNOME/libadwaita/-/commit/4e2ef2f5fd048afdb9f8a8866b55f389655db773

- - - - -
8fa8306a by Alexander Mikhaylenko at 2021-11-12T01:02:30+05:00
Release 1.5.0

- - - - -
911fbb60 by Guido Günther at 2021-11-26T09:29:22+01:00
New upstream version 1.5.0
- - - - -
1b5b3ea3 by Guido Günther at 2021-11-26T09:30:13+01:00
Update upstream source from tag 'upstream/1.5.0'

Update to upstream version '1.5.0'
with Debian dir 586417ac4d2bd78baca25514cdc2e721fe37ccc6

- - - - -
9bd8abd4 by Guido Günther at 2021-11-26T09:34:32+01:00
Update symbols file

- - - - -
fe1afe02 by Guido Günther at 2021-11-26T10:09:18+01:00
swipe-tracker: Guard all swipeable access with NULL

- - - - -
753983cc by Guido Günther at 2021-11-26T10:09:18+01:00
Document changes and release 1.5.0-1

- - - - -


17 changed files:

- NEWS
- debian/changelog
- debian/libhandy-1-0.symbols
- debian/patches/Disable-atk-during-tests.patch
- debian/patches/series
- + debian/patches/swipe-tracker-Guard-all-swipeable-access-with-NULL.patch
- doc/handy-docs.xml
- doc/meson.build
- examples/handy-demo.c
- examples/hdy-demo-window.c
- examples/hdy-demo-window.ui
- meson.build
- po/LINGUAS
- po/POTFILES.in
- + po/fa.po
- po/fi.po
- + po/gl.po


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/gnome-team/libhandy-1/-/compare/feab0a3098fcc196b4d9df6c59451b3641a86af1...753983ccd38fd415842840866d318b316e0f441f

-- 
View it on GitLab: https://salsa.debian.org/gnome-team/libhandy-1/-/compare/feab0a3098fcc196b4d9df6c59451b3641a86af1...753983ccd38fd415842840866d318b316e0f441f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20211126/8bc2fa9b/attachment-0001.htm>


More information about the Debian-on-mobile-maintainers mailing list