[Debian-on-mobile-maintainers] [Git][gnome-team/libhandy-1][debian/master] 43 commits: Update Slovenian translation

Jeremy Bicha (@jbicha) gitlab at salsa.debian.org
Fri Feb 11 16:13:59 GMT 2022



Jeremy Bicha pushed to branch debian/master at GNOME / libhandy-1


Commits:
b087820b by Matej Urbančič at 2021-11-24T17:31:04+00:00
Update Slovenian translation

- - - - -
260cb066 by Guido Günther at 2021-11-26T09:57:26+01:00
swipe-tracker: Guard all swipeable access with NULL

This avoids a

   GLib-GObject-FATAL-CRITICAL: g_object_set_data: assertion 'G_IS_OBJECT (object)' failed

when the weak ref is already gone.

- - - - -
725ed27c by Phillip Wood at 2021-11-30T14:29:19+00:00
flap: avoid hiding flap widget when revealing it

If the flap widget is focused in response to the reveal_flap property
changing then sometimes it is immediately defocused. This is because
when the animation starts update_child_visibility() can be called with
self->reveal_progress == 0 which hides the flap widget. Fix this by
always showing the flap widget when self->reveal_flap != 0.

- - - - -
c1f63ac2 by Christopher Davis at 2021-11-30T11:20:13-08:00
keypad: Remove explicit `can_focus`

The defaults are correct, and us setting it to True
on the grid broke keyboard navigation.

- - - - -
6de72884 by Alexander Mikhaylenko at 2021-12-01T18:38:17+00:00
style-manager: Properly reset animations

Turns out we were permanently enabling animations after a light/dark
transition. This shouldn't happen.

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

- - - - -
e7c3e8fa by Mingli Yu at 2021-12-08T07:55:40+00:00
Add private headers

After the commit(8157ecc Separate public and private enums) introduced,
there comes a race as below:
 | In file included from ../git/src/hdy-settings.c:11:
 | ../git/src/hdy-settings-private.h:16:10: fatal error: hdy-enums-private.h: No such file or directory
 |    16 | #include "hdy-enums-private.h"

So also add private headers like private sources to libhandy_sources to
fix the issue.

Signed-off-by: Mingli Yu <mingli.yu at windriver.com>

- - - - -
0164aa3e by Alexander Mikhaylenko at 2021-12-10T07:25:11+00:00
doap: Add myself
- - - - -
e565d167 by Jonas Ådahl at 2021-12-13T11:24:29+01:00
tab-view: Only consume Alt+[0-9] if it's not the selected tab

This fixes e.g. pressing Alt+1 in kgx reaching the terminal application,
when there are only one open tab.

- - - - -
1a667c4d by Daniel Șerbănescu at 2022-01-07T12:26:29+00:00
Update Romanian translation

(cherry picked from commit a01eaaab9cf7b5b349708c85cf368aa069e993d8)

- - - - -
767477cb by Daniel Rusek at 2022-01-12T15:55:06+01:00
Add Czech translation

Signed-off-by: Petr Kovar <pkovar at redhat.com>

- - - - -
5df9c431 by Alexander Mikhaylenko at 2022-01-17T19:08:40+05:00
avatar: Use constant size request mode

That's what the measure code does, it shouldn't be height for width.

- - - - -
53fb2a8a by Alexander Mikhaylenko at 2022-01-19T13:25:18+05:00
ci: Backport libadwaita changes

Remove packaging-specific jobs, use flatpak when possible. Leave out
container images though.

- - - - -
3628684b by Alexander Mikhaylenko at 2022-01-19T13:25:18+05:00
Remove packaging

It's unused and is outdated anyway. We don't use it in CI either anymore.

- - - - -
e7920899 by Zander Brown at 2022-01-19T08:36:17+00:00
enums: let mkenums use the standard template

We don't need to do anything fancy and the manually written file-header
section was causing confusion when adding new enums

See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/872d942930fe72f45410a2a64155c3df2be94a0c

- - - - -
5ed6143d by Alexander Mikhaylenko at 2022-01-19T08:36:17+00:00
demo: Set minimum width on the view switcher window

See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/a3a5e4712e2c02b634be8732f996a833bdf4a842

- - - - -
2cd2eee2 by Alexander Mikhaylenko at 2022-01-19T08:36:17+00:00
Revert "flap: avoid hiding flap widget when revealing it"

This reverts commit 725ed27cd0da74c7fbe69077e7efb88a37bde68c.

- - - - -
8544989e by Alexander Mikhaylenko at 2022-01-19T08:36:17+00:00
Ensure types from class init

See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/0a2ae94384b8aa0b59936dbf7cdf6473e58634f1
and https://gitlab.gnome.org/GNOME/libadwaita/-/commit/a98d68b191f0cec01041ca79a3fa0a46e56a28b8

- - - - -
0d520a27 by Alexander Mikhaylenko at 2022-01-19T08:36:17+00:00
view-switcher-button: Fix indentation

See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/1e07f887af0bbe23db7eeba19724f990326fda25

- - - - -
d03265c3 by Alexander Mikhaylenko at 2022-01-19T16:55:05+05:00
carousel: Fix scroll timer

- - - - -
a908d9ac by Alexander Mikhaylenko at 2022-01-19T17:26:44+05:00
theme: Bump GTK version

- - - - -
55c6c82f by Alexander Mikhaylenko at 2022-01-19T17:27:06+05:00
theme: Fix viewswitcher padding

Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/446

- - - - -
a392d3dc by Alexander Mikhaylenko at 2022-01-19T17:40:38+05:00
examples: Ensure keyboard navigation works

Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/265

- - - - -
77c6a42d by Alexander Mikhaylenko at 2022-01-19T18:30:35+05:00
examples: Don't make the frobnicate row activatable

Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/228

- - - - -
7033509b by Alexander Mikhaylenko at 2022-01-20T09:42:04+00:00
clamp: Fix measure and allocate

Backport libadwaita changes, as it was very broken before.

See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/b87bd3b53a13c5bbdb889190af456016ebe21108
and https://gitlab.gnome.org/GNOME/libadwaita/-/commit/87c68e4b6aa38b85656615f5f9b9592683af409f

- - - - -
596b560a by Alexander Mikhaylenko at 2022-01-20T16:37:14+05:00
ci: master -> main

- - - - -
fb202cc9 by Alexander Mikhaylenko at 2022-01-20T16:37:57+05:00
readme: master -> main

- - - - -
ce708c99 by Alexander Mikhaylenko at 2022-01-20T16:38:33+05:00
readme: Remove debian memtions

- - - - -
a75cc086 by Alexander Mikhaylenko at 2022-01-20T16:38:51+05:00
Remove gitattributes

- - - - -
e3d9bfd0 by Maximiliano Sandoval R at 2022-02-03T14:21:34+05:00
ci: Use f34 instead of latest

f35 seems to fail as follows:

../examples/handy-demo.gresources.xml: Failed to close file descriptor for child process (Operation not permitted).

- - - - -
4947c993 by Maximiliano Sandoval R at 2022-02-03T09:27:34+00:00
Use non deprecated SPDX identifier

- - - - -
cc0d3356 by Maximiliano at 2022-02-04T10:43:42+00:00
Clean up dosc and port them to gi-docgen

Cleanups include

- Replacing "Since: 0.0.x" with "Since: 1.0" as libhandy 0.x is irrelevant here
- Rewording docs for gi-docgen
- Rewording @self parameters
- Removing @self from signals
- Get/Set -> Gets/Sets
- Fixing a few annotations
- Adding missing docs

Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/104
Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/266
Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/438

- - - - -
262092b9 by Daniel Mustieles at 2022-02-07T13:22:00+01:00
Updated Spanish translation

- - - - -
a0d67006 by Alexander Mikhaylenko at 2022-02-11T18:31:53+05:00
build: Add a dist script

Include pre-built stylesheet and docs into release tarballs.

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

- - - - -
c09c1503 by Alexander Mikhaylenko at 2022-02-11T18:31:53+05:00
Release 1.5.90

- - - - -
312d21a6 by Jeremy Bicha at 2022-02-11T09:50:11-05:00
Update debian/gbp.conf & debian/watch for team style

- - - - -
6889063a by Jeremy Bicha at 2022-02-11T09:50:47-05:00
New upstream version 1.5.90
- - - - -
6af3be05 by Jeremy Bicha at 2022-02-11T09:50:52-05:00
Update upstream source from tag 'upstream/1.5.90'

Update to upstream version '1.5.90'
with Debian dir 25128c378fdbf9be3b0e6c278eb26b980f8eaeb6
- - - - -
3464f9dd by Jeremy Bicha at 2022-02-11T09:50:52-05:00
New upstream release

- - - - -
61f4d909 by Jeremy Bicha at 2022-02-11T09:58:40-05:00
Build-Depend on dh-sequence-gnome

- - - - -
056c2b8c by Jeremy Bicha at 2022-02-11T11:13:09-05:00
Drop swipe-tracker-Guard patch: applied in new release

- - - - -
ff46b59b by Jeremy Bicha at 2022-02-11T11:13:12-05:00
Build-Depend on gi-docgen

- - - - -
b141cbf5 by Jeremy Bicha at 2022-02-11T11:13:14-05:00
debian/libhandy-1-dev.install: Update for new docs install location

- - - - -
65ee51ca by Jeremy Bicha at 2022-02-11T11:13:40-05:00
releasing package libhandy-1 version 1.5.90-1

- - - - -


28 changed files:

- − .gitignore
- .gitlab-ci.yml
- − .gitlab-ci/flatpak-build.sh
- NEWS
- README.md
- + build-aux/meson/dist-data.py
- − data/packaging/rpm/libhandy.spec
- debian/changelog
- debian/control
- + debian/control.in
- debian/gbp.conf
- debian/libhandy-1-dev.install
- debian/patches/series
- − debian/patches/swipe-tracker-Guard-all-swipeable-access-with-NULL.patch
- debian/watch
- + doc/build-howto.md
- − doc/build-howto.xml
- − doc/handy-docs.xml
- + doc/hdy-migrating-0-0-to-1.md
- − doc/hdy-migrating-0-0-to-1.xml
- + doc/libhandy-1/avatar.png
- + doc/libhandy-1/build-howto.html
- + doc/libhandy-1/callback.AvatarImageLoadFunc.html
- + doc/libhandy-1/callback.ComboRowGetEnumValueNameFunc.html
- + doc/libhandy-1/callback.ComboRowGetNameFunc.html
- + doc/libhandy-1/class.ActionRow.html
- + doc/libhandy-1/class.ApplicationWindow.html
- + doc/libhandy-1/class.Avatar.html


The diff was not included because it is too large.


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

-- 
View it on GitLab: https://salsa.debian.org/gnome-team/libhandy-1/-/compare/753983ccd38fd415842840866d318b316e0f441f...65ee51caa7021deff0082c58254bd454bd37ee5a
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/20220211/15a4427f/attachment-0001.htm>


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