[Debian-on-mobile-maintainers] [Git][gnome-team/libhandy-1][debian/master] 29 commits: Version 1.2.0

Guido Günther gitlab at salsa.debian.org
Tue Mar 23 10:32:59 GMT 2021



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


Commits:
4aa9e4d8 by Adrien Plazas at 2021-02-12T11:32:38+00:00
Version 1.2.0

- - - - -
bad82a14 by Enrico Nicoletto at 2021-02-13T18:11:11+00:00
Update Brazilian Portuguese translation

- - - - -
202bc355 by Anders Jonsson at 2021-02-14T20:56:59+00:00
Update Swedish translation

- - - - -
08807328 by Adrien Plazas at 2021-02-15T10:01:07+00:00
demo: Drop useless margins

This drops margins around clamps put in HdyStatusPage, as it already
provides margins. This avoids having stupidly large margins in the
Clamp, Lists and Window pages.

- - - - -
209ed791 by Alexander Mikhaylenko at 2021-02-15T10:18:19+00:00
avatar: Ignore deprecations in hdy_avatar_set_image_load_func()

Don't warn about our own deprecation when including the header.

- - - - -
924d3a5a by Julian Sparber at 2021-02-15T13:29:23+01:00
avatar: Fix leaking GTask for async loading

This sets the source object of the GTask to the HdyAvatar itself, which
makes it track destruction correctly.

- - - - -
ab014b8d by Julian Sparber at 2021-02-15T13:29:23+01:00
avatar: Simplify update_custom_image()

This removes the icon from the args for update_custom_image(), since
it's not really needed.

- - - - -
41794ab2 by Julian Sparber at 2021-02-15T13:29:23+01:00
avatar: Fix leaked HdyAvatarIcon

- - - - -
a184d193 by Daniel Mustieles at 2021-02-15T15:44:56+00:00
Update Spanish translation

(cherry picked from commit 80bc26b4f2fd05ddf63babd7e0cbf5ccd4e354d1)

- - - - -
98cad254 by Alexander Mikhaylenko at 2021-02-15T22:47:49+00:00
swipe-group: Specify null values in GMarkupParser

Prevent warnings with -Wmissing-field-initializers.

- - - - -
163237b8 by Alexander Mikhaylenko at 2021-02-15T22:47:49+00:00
header-group: Specify null values in GMarkupParser

Prevent warnings with -Wmissing-field-initializers.

- - - - -
f11fcbcf by Alexander Mikhaylenko at 2021-02-15T22:47:49+00:00
carousel-box: Initialize lower and upper variables

Fix warnings with --buildtype=optimized.

- - - - -
c349cbd3 by Daniel Mustieles at 2021-02-16T09:41:47+00:00
Update Spanish translation

- - - - -
1c3d8e37 by Alexander Mikhaylenko at 2021-02-18T17:27:11+05:00
tab-box: Only add threshold once when checking dnd threshold

We were using 2x larger threshold than should have been using.

- - - - -
33140d2d by Adrien Plazas at 2021-02-18T12:48:20+00:00
tab-box: Fix checking the dnd threshold

A typo caused a miscalculation.

- - - - -
7385bb6e by Alexander Mikhaylenko at 2021-02-18T13:13:48+00:00
css: Fix status page margins when missing one of the children

- - - - -
18720b99 by Philipp Kiemle at 2021-02-20T21:54:18+00:00
Add German translation

- - - - -
b35324b8 by Alexander Mikhaylenko at 2021-02-22T07:31:04+00:00
examples: Don't bind tooltip bidirectioanlly in the tab view demo

We only have a title->tooltip transform function.

- - - - -
8bc2fdf2 by Richard Purdie at 2021-02-25T22:08:09+00:00
hdy-enums*.c.in: Fix reproducibility issue

When full filenames are used in generated sources it makes the resulting
debug packages non-reproducible. Best practise is to use basename in
comments instead.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

- - - - -
fdbf15ca by Lains at 2021-03-01T10:13:41-03:00
carousel-box: Fix non-expanded children position on RTL

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

- - - - -
1366d987 by Alexander Mikhaylenko at 2021-03-01T22:56:47+05:00
swipe-tracker: Clamp position when long swipes are enabled too

Avoid wrapping back to the first page when swiping forward from the last
page.

- - - - -
8612ab3a by Alexander Mikhaylenko at 2021-03-08T13:36:24+05:00
css: Don't assume parent class == GtkBinClass

This is true for direct GtkBin subclasses, but not for their subclasses.

Now, while HdyClamp is final and it's safe to assume this,
HdyPreferencesGroup is derivable and all its subclasses crash.

- - - - -
24d98b9e by Alexander Mikhaylenko at 2021-03-11T15:52:19+05:00
stackable-box: Fix touchpad swipes when leaflet is not at 0,0

Tweak the window configuration until it works.

- - - - -
b3613fce by Alexander Mikhaylenko at 2021-03-11T12:43:46+00:00
flap: Manually queue redraw when allocating

This seems to help with glitches when the flap child resizes while the
shadow is visible.

- - - - -
25d4f268 by Alexander Mikhaylenko at 2021-03-11T12:43:46+00:00
flap: Prevent from focusing obscured content when modal

- - - - -
7b38a860 by Adrien Plazas at 2021-03-12T13:10:27+01:00
Release 1.2.0

- - - - -
0acc63d6 by Guido Günther at 2021-03-23T10:45:38+01:00
Update upstream source from tag '1.2.0'

Update to upstream version '1.2.0'
with Debian dir 38c81fa11aef631bdfbedf012e8ef9b64f861025

- - - - -
3822b2a4 by Guido Günther at 2021-03-23T11:31:12+01:00
Drop avatar-Ignore-deprecations-in-hdy_avatar_set_image_load_f.patch: Fixed upstream

- - - - -
2ce5fdf3 by Guido Günther at 2021-03-23T11:32:10+01:00
Document changes and release 1.2.0-1

- - - - -


30 changed files:

- − .gitattributes
- NEWS
- data/packaging/rpm/libhandy.spec
- debian/changelog
- − debian/patches/avatar-Ignore-deprecations-in-hdy_avatar_set_image_load_f.patch
- debian/patches/series
- examples/hdy-demo-window.ui
- examples/hdy-tab-view-demo-window.c
- meson.build
- po/LINGUAS
- + po/de.po
- po/es.po
- po/pt_BR.po
- po/sv.po
- src/hdy-avatar.c
- src/hdy-avatar.h
- src/hdy-carousel-box.c
- src/hdy-css.c
- src/hdy-deck.c
- src/hdy-enums-private.c.in
- src/hdy-enums.c.in
- src/hdy-flap.c
- src/hdy-header-group.c
- src/hdy-leaflet.c
- src/hdy-stackable-box-private.h
- src/hdy-stackable-box.c
- src/hdy-swipe-group.c
- src/hdy-swipe-tracker.c
- src/hdy-tab-box.c
- src/themes/Adwaita-dark.css


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/gnome-team/libhandy-1/-/compare/5fe9f268baec5470e0fef54d8b63c0b80d5945a6...2ce5fdf3a2f4b34ce3d872c0d821144168c681fa

-- 
View it on GitLab: https://salsa.debian.org/gnome-team/libhandy-1/-/compare/5fe9f268baec5470e0fef54d8b63c0b80d5945a6...2ce5fdf3a2f4b34ce3d872c0d821144168c681fa
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/20210323/1b965d0c/attachment-0001.htm>


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