<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Jeremy Bicha pushed to branch upstream/latest
at <a href="https://salsa.debian.org/gnome-team/libhandy-1">GNOME / libhandy-1</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/b087820b949574146ee1a444be927a11fac36089">b087820b</a></strong>
<div>
<span>by Matej Urbančič</span>
<i>at 2021-11-24T17:31:04+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Slovenian translation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/260cb066811d2d806600030ff1c9ca53bc1880c2">260cb066</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2021-11-26T09:57:26+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/725ed27cd0da74c7fbe69077e7efb88a37bde68c">725ed27c</a></strong>
<div>
<span>by Phillip Wood</span>
<i>at 2021-11-30T14:29:19+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/c1f63ac24c0c7204d4f746694fedb7e1379d3634">c1f63ac2</a></strong>
<div>
<span>by Christopher Davis</span>
<i>at 2021-11-30T11:20:13-08:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">keypad: Remove explicit `can_focus`

The defaults are correct, and us setting it to True
on the grid broke keyboard navigation.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/6de728849ff1ac3dbed051146e9f094518d81b2f">6de72884</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2021-12-01T18:38:17+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/e7c3e8fa00f6a68b2e0629db5ee115e641ea710e">e7c3e8fa</a></strong>
<div>
<span>by Mingli Yu</span>
<i>at 2021-12-08T07:55:40+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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@windriver.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/0164aa3e416f00864830178ec492217ba7cd61d9">0164aa3e</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2021-12-10T07:25:11+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">doap: Add myself</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/e565d167136d7dfa1f682118d324de9533c7a4ae">e565d167</a></strong>
<div>
<span>by Jonas Ådahl</span>
<i>at 2021-12-13T11:24:29+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/1a667c4dd395e56b4b7973544265a89048aec187">1a667c4d</a></strong>
<div>
<span>by Daniel Șerbănescu</span>
<i>at 2022-01-07T12:26:29+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Romanian translation

(cherry picked from commit a01eaaab9cf7b5b349708c85cf368aa069e993d8)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/767477cba4d70377213e6ad8c4d1a94ed1454084">767477cb</a></strong>
<div>
<span>by Daniel Rusek</span>
<i>at 2022-01-12T15:55:06+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Czech translation

Signed-off-by: Petr Kovar <pkovar@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/5df9c43112222aee16e4b46c90036296964691b2">5df9c431</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-17T19:08:40+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">avatar: Use constant size request mode

That's what the measure code does, it shouldn't be height for width.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/53fb2a8a4b55fbe9d4c7ecc58b3d0c77674006e7">53fb2a8a</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T13:25:18+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Backport libadwaita changes

Remove packaging-specific jobs, use flatpak when possible. Leave out
container images though.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/3628684b0f7c817cda86602848930ce4ebf9391e">3628684b</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T13:25:18+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove packaging

It's unused and is outdated anyway. We don't use it in CI either anymore.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/e7920899a2be6482e66c81d8a5bffc659aee00f6">e7920899</a></strong>
<div>
<span>by Zander Brown</span>
<i>at 2022-01-19T08:36:17+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/5ed6143de9f74fd68abcc648fd83780bbc27c641">5ed6143d</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T08:36:17+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">demo: Set minimum width on the view switcher window

See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/a3a5e4712e2c02b634be8732f996a833bdf4a842
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/2cd2eee230cdba122e76af59dd579e65940c22ef">2cd2eee2</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T08:36:17+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Revert "flap: avoid hiding flap widget when revealing it"

This reverts commit 725ed27cd0da74c7fbe69077e7efb88a37bde68c.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/8544989ea63094c306df6417f7fc37e78308fadf">8544989e</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T08:36:17+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ensure types from class init

See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/0a2ae94384b8aa0b59936dbf7cdf6473e58634f1
and https://gitlab.gnome.org/GNOME/libadwaita/-/commit/a98d68b191f0cec01041ca79a3fa0a46e56a28b8
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/0d520a27502c42b150f6b2fa41dbe54c99e1ecb1">0d520a27</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T08:36:17+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">view-switcher-button: Fix indentation

See https://gitlab.gnome.org/GNOME/libadwaita/-/commit/1e07f887af0bbe23db7eeba19724f990326fda25
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/d03265c3e99606f65512d76b5a89749394971214">d03265c3</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T16:55:05+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">carousel: Fix scroll timer
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/a908d9ac4d553512306e6bb0ed8317aba6f3ced5">a908d9ac</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T17:26:44+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">theme: Bump GTK version
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/55c6c82f7a62d6d08a63830039f590f5ff0d3487">55c6c82f</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T17:27:06+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">theme: Fix viewswitcher padding

Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/446
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/a392d3dc5a16e225bba04e53ce2ad4184f798d69">a392d3dc</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T17:40:38+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Ensure keyboard navigation works

Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/265
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/77c6a42d8340c5bba8d32056311874795edde81b">77c6a42d</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-19T18:30:35+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">examples: Don't make the frobnicate row activatable

Fixes https://gitlab.gnome.org/GNOME/libhandy/-/issues/228
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/7033509b776da5bc358c511ce0a28e4c6d660867">7033509b</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-20T09:42:04+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/596b560ae2fa095e63cff8d62beeff83a3c2e83f">596b560a</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-20T16:37:14+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: master -> main
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/fb202cc93c593d8256b2d6daafc627eb1ece7d1a">fb202cc9</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-20T16:37:57+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">readme: master -> main
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/ce708c99db0e98678cd972f9cd64b87682655a74">ce708c99</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-20T16:38:33+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">readme: Remove debian memtions
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/a75cc08643f8e79ac3450b376eb0ca1e3b1df2fe">a75cc086</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-01-20T16:38:51+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove gitattributes
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/e3d9bfd0b9c5740fdb1d7877e5765131f4f48874">e3d9bfd0</a></strong>
<div>
<span>by Maximiliano Sandoval R</span>
<i>at 2022-02-03T14:21:34+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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).
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/4947c993c680b6fc32511334843ec44bb73ae336">4947c993</a></strong>
<div>
<span>by Maximiliano Sandoval R</span>
<i>at 2022-02-03T09:27:34+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Use non deprecated SPDX identifier
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/cc0d33568e16f0fb465a387d9a66d06617f98bea">cc0d3356</a></strong>
<div>
<span>by Maximiliano</span>
<i>at 2022-02-04T10:43:42+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/262092b9d189e2ac634f46ce4689ebc7f98f1185">262092b9</a></strong>
<div>
<span>by Daniel Mustieles</span>
<i>at 2022-02-07T13:22:00+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Updated Spanish translation
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/a0d67006aea467e7d028d789c1f8e3ea3572171e">a0d67006</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-02-11T18:31:53+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build: Add a dist script

Include pre-built stylesheet and docs into release tarballs.

Fixes https://gitlab.gnome.org/GNOME/libadwaita/-/issues/372
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/c09c1503237dc719d91b52182fc4ab632cc390ad">c09c1503</a></strong>
<div>
<span>by Alexander Mikhaylenko</span>
<i>at 2022-02-11T18:31:53+05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Release 1.5.90
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/gnome-team/libhandy-1/-/commit/6889063a5a2591885597ab217fab21bc84c26048">6889063a</a></strong>
<div>
<span>by Jeremy Bicha</span>
<i>at 2022-02-11T09:50:47-05:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 1.5.90</pre>
</li>
</ul>
<h4>20 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302">
<span class="deleted-file">

.gitignore
</span>
</a>
</li>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#f0e545d20f4ef9b3de04f7cf686a9cb9502d2d15">
<span class="deleted-file">

.gitlab-ci/flatpak-build.sh
</span>
</a>
</li>
<li class="file-stats">
<a href="#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8">
NEWS
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#bb5acc79cd252e0b6e95a7861f89fd18dae4d55a">
<span class="new-file">
+
build-aux/meson/dist-data.py
</span>
</a>
</li>
<li class="file-stats">
<a href="#233d593049293c89c17bbe6b45e226f328024635">
<span class="deleted-file">

data/packaging/rpm/libhandy.spec
</span>
</a>
</li>
<li class="file-stats">
<a href="#b8c56d2b5c49a2850cd88d20d993978329d0c551">
<span class="new-file">
+
doc/build-howto.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#7f515365d839b8f0d2800d603d609b4647d2d9b8">
<span class="deleted-file">

doc/build-howto.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#42f50815b6eeece4b8cb31a810f020fbf03f207b">
<span class="deleted-file">

doc/handy-docs.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#7f3395e929dccca26192a7f48ee77afd723554a7">
<span class="new-file">
+
doc/hdy-migrating-0-0-to-1.md
</span>
</a>
</li>
<li class="file-stats">
<a href="#01fd98dca519c429d1d440d25424c1a7c08624dc">
<span class="deleted-file">

doc/hdy-migrating-0-0-to-1.xml
</span>
</a>
</li>
<li class="file-stats">
<a href="#49cb71d7286486c7937615e98bb8e0104a3940a4">
<span class="new-file">
+
doc/libhandy-1/avatar.png
</span>
</a>
</li>
<li class="file-stats">
<a href="#42fe1d221fe0d03bf34a064c5a8f5005ce5c7e9c">
<span class="new-file">
+
doc/libhandy-1/build-howto.html
</span>
</a>
</li>
<li class="file-stats">
<a href="#58f231f050421155a856a1a1343cf6f6ce3dd93b">
<span class="new-file">
+
doc/libhandy-1/callback.AvatarImageLoadFunc.html
</span>
</a>
</li>
<li class="file-stats">
<a href="#889b3a2ca3889b98340f28ca199305734d3c5bd7">
<span class="new-file">
+
doc/libhandy-1/callback.ComboRowGetEnumValueNameFunc.html
</span>
</a>
</li>
<li class="file-stats">
<a href="#bc1f4aafa830c2b51f9230281bb9eb91b3f1961d">
<span class="new-file">
+
doc/libhandy-1/callback.ComboRowGetNameFunc.html
</span>
</a>
</li>
<li class="file-stats">
<a href="#5b70032fd859865c6470a52da7da2190f40e6665">
<span class="new-file">
+
doc/libhandy-1/class.ActionRow.html
</span>
</a>
</li>
<li class="file-stats">
<a href="#f2652d17b23e18ef2582194d4a7c52724df2e3df">
<span class="new-file">
+
doc/libhandy-1/class.ApplicationWindow.html
</span>
</a>
</li>
<li class="file-stats">
<a href="#3389b91e41ab97f5890c0772152ddcc627015e88">
<span class="new-file">
+
doc/libhandy-1/class.Avatar.html
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/gnome-team/libhandy-1/-/compare/911fbb6041df6024e58b4f49971dd1dc87cf0ff9...6889063a5a2591885597ab217fab21bc84c26048">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>