<!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>
Arnaud Ferraris pushed to branch debian/master
at <a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard">Debian On Mobile / squeekboard</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/a5ce25055f1381427005bb1cc6950e81be5e3d0f">a5ce2505</a></strong>
<div>
<span>by Björn Tantau</span>
<i>at 2020-04-10T16:43:36+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Show more useful keys at the same time.</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/46de67a4dbccc2898f0f8d6d46f911bd0da2315c">46de67a4</a></strong>
<div>
<span>by Björn Tantau</span>
<i>at 2020-04-28T08:29:41+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Ctrl and Alt modifier keys.</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/e285ecce93e32121167d7e98330c27163f8553b0">e285ecce</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-06-02T10:10:43+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/rules: Only remove Cargo.lock if it exists

This allows to invoke the build target twice in a row
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/1b2725250bf92be6959dc3a0465af1d06a8be7cb">1b272525</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-06-02T10:10:43+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">eek: Drop libcanberra usage
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/e89c9b02a07f9f0186efbfa1c25420d40080b553">e89c9b02</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-06-02T10:10:43+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">debian: Build-depend on libfeedback

Will be needed in the following commits.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/ec584427246be4d7d5550736d5d5091f28aa3f32">ec584427</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-06-04T12:13:58+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">eek-gtk-keyboard: Trigger event feedback on button press

Use libfeedback to trigger feedback for the button press event.

Closes: #166
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/d2989e8ecd12f0db658bbffab0f5e2cc3ae90bb9">d2989e8e</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-06-04T13:31:24+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'lfb' into 'master'

Provide haptic feedback via libfeedback

Closes #166

See merge request Librem5/squeekboard!350</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/40b3172de83561566ccbecc96de0c76aa73a4720">40b3172d</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2020-06-07T15:23:02+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch '1.9.2' into 'master'

Release 1.9.2

See merge request Librem5/squeekboard!354</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/3ba6aca99dce1bc450a3d156581eee08a3c694a6">3ba6aca9</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-06-13T08:27:33+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build: Add missing gio-unix dependency
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/ecfc45c2defa8b2789b1ce41cc4ffede00ca742f">ecfc45c2</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-06-24T15:51:21+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build: Make compatible with Debian Bullseye

This commit is a bit bigger than it could have: Meson changes could have gone in separately from CI and Debian.

This commit looks more complicated than it should reasonably be. Alas, Cargo is a piece of work, and it doesn't let honest people just choose different versions of dependencies, leading to a cascade of misery. Several things were tried to curb the disaster:

- Cargo [feature] supports choosing dependencies, but doesn't support specifying dependency versions
- Cargo has a cfg() syntax in sections for choosing dependencies by build options, but it explicitly doesn't support selecting on features…
- Cargo allows choosing different dependencies based on features, so perhaps dependencies with different versions could live in stub crates pulled in as needed? Nope! If a dependency doesn't exist in the repo (and that's the point here), Cargo throws up its hands.

This means Cargo.toml needs to be generated based on the build type. More misery:

- we lose the simplicity of just doing `cargo.sh` for simple housekeeping like deps updates. HACKING.md was updated to reflect that. Perhaps that's inevitable - build options need to be like this.
- Some flaky adjustments needed in `cargo.sh` because of an additional argument that can be mistaken for an argument to the exec in `cargo run`.
- Specifying a custom `Cargo.toml` means Cargo can no longer find any tests, examples, benchmarks, or binaries, because it searches relative to the directory of `Cargo.toml`, which is now the build dir. Extra care needed to not forget about them now.

As soon as Cargo allows anything better for managing deps versions, the above should be undone in its favor.

Good side is that a couple bugs went away:

- build flags not always making it to Cargo
- arm64 builds were optional while they shouldn't
- test layouts in unit tests are loaded from an explicit directory now

The Bullseye versions of dependencies are canonical now, Buster considered legacy.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/02995277007b2ae75c22662ea70979543fd92e75">02995277</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-06-25T11:29:47+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">debian: Add amber to legacy distro list
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/67d8926913ebcd62ecb991b956818036cb278a7a">67d89269</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-06-25T16:17:16+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Add amber job
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/0735d1c6c6321ff62b64abae4f79c9b9431f3ad4">0735d1c6</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2020-06-25T17:03:28+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'bullseye' into 'master'

build: Debian Bullseye-compatible deps

See merge request Librem5/squeekboard!357</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/26e0473fc1e72a809e17face91974bddb2cefa01">26e0473f</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-06-25T17:45:08+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">debian: Require lsb-release
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/767bb1745c748fb2ebd2522a37693753f7619f1a">767bb174</a></strong>
<div>
<span>by Guido Gunther</span>
<i>at 2020-06-26T06:50:44+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'fix' into 'master'

debian: Require lsb-release

See merge request Librem5/squeekboard!359</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/762e12431d19fad213d3ab6527c3cd2b7d366c1e">762e1243</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-06-26T07:13:23+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'fix_gio_unix' into 'master'

build: Add missing gio-unix dependency

See merge request Librem5/squeekboard!356</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/4f7277968132c0ce28151da9a1569abe270ed430">4f727796</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-06-28T17:14:49+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">size: Hardcode size to work around screen rotation

Phoc sends output information *after* changing keyboard surface size. Squeekboard adjusts size on surface events, but not on output in this revision, making it unaware of display size at the time of adjustment, resulting in bad adjustment.

This change hardcodes the proportions again to make it work at least on the Librem5.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/93ff086e3a0f4087a2d94a1b643e2a69027fbcb3">93ff086e</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-06-28T17:38:10+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: Re-add x64 Buster build
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/d7c7528d3d863d8c2e3d6229976177f11be03952">d7c7528d</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-07-10T15:04:43+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">italian: Fix space and period
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/ea22afba7933a2ef92e25e14c1e2b12386126f51">ea22afba</a></strong>
<div>
<span>by Björn Tantau</span>
<i>at 2020-07-15T14:41:01+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add missing Ê key.</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/c0c666f1b32e22ee113f037aefc790f5cdb27a94">c0c666f1</a></strong>
<div>
<span>by Björn Tantau</span>
<i>at 2020-07-15T14:41:17+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make f-keys slightly wider.</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/f3f1d58fe100daf319f0024f93924db18774a25b">f3f1d58f</a></strong>
<div>
<span>by Björn Tantau</span>
<i>at 2020-07-15T14:42:55+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add Menu key.</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/0c8feb76871f179ef50ca2928f6fc66fd554895c">0c8feb76</a></strong>
<div>
<span>by Sebastian Krzyszkowiak</span>
<i>at 2020-07-15T15:06:36+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'btantau-master-patch-76686' into 'master'

New terminal layout, showing more useful keys at the same time

See merge request Librem5/squeekboard!345</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/7ec3053aa497d0bdebc99b2f797b83d275069a16">7ec3053a</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-07-16T15:56:57+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'fixsize' into 'master'

size: Hardcode size to work around screen rotation

See merge request Librem5/squeekboard!361</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/123faecb7dc60ca2b6c6de038285e36e9e49e02a">123faecb</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-07-16T15:57:38+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'italian' into 'master'

italian: Fix space and period

See merge request Librem5/squeekboard!364</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/f5a5282219d6fa01f34c80cde2337d3a090ab3bd">f5a52822</a></strong>
<div>
<span>by Sebastian Krzyszkowiak</span>
<i>at 2020-07-18T03:26:03+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Revert "Merge branch 'btantau-master-patch-76686' into 'master'"

This reverts commit 0c8feb76871f179ef50ca2928f6fc66fd554895c, reversing
changes made to 762e12431d19fad213d3ab6527c3cd2b7d366c1e.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/97da44f0599997ed66b33decc33b91a1d36f5a74">97da44f0</a></strong>
<div>
<span>by Sebastian Krzyszkowiak</span>
<i>at 2020-07-18T05:43:15+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Terminal layout: another approach
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/c87b61d0650e8297de4fccf5d0d17411f2aca822">c87b61d0</a></strong>
<div>
<span>by Luís Fernando Stürmer da Rosa</span>
<i>at 2020-07-20T09:47:19+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Brazilian Portuguese Keyboard Layout.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/81344bb9c257023f799c8a8cc9ab7204f81a224d">81344bb9</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-07-20T09:47:19+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'patch-1' into 'master'

Brazilian Portuguese Keyboard Layout.

See merge request Librem5/squeekboard!365</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/88821e2e82efd581e1f3201e1a0b77b246d8d9d5">88821e2e</a></strong>
<div>
<span>by Dorota Czaplejewicz</span>
<i>at 2020-07-20T09:48:36+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'terminal' into 'master'

Terminal layout: another approach

See merge request Librem5/squeekboard!368</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/1ee58ce7a0d8513b5381190bead7c27a4e899f75">1ee58ce7</a></strong>
<div>
<span>by Sebastian Krzyszkowiak</span>
<i>at 2020-08-05T16:17:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document changes and release 1.9.3
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/8bbaec9d2f383d512ce025ee333beff4ae8577df">8bbaec9d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-09-26T12:29:11+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update upstream source from tag 'v1.9.3'

Update to upstream version '1.9.3'
with Debian dir 7a3f8b82779759ba288b75755ba54500250b0ff4</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/9a98b37a4f01a9355ee250cad97aaa41caef6f52">9a98b37a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-09-26T13:01:14+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Ship sm.puri.OSK0.desktop

This is needed to fulfill phosh's session dependencies
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/ed93c61d0b520708be54b2c5e552a70e9fc50668">ed93c61d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-09-26T13:01:14+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Conflict with phosh-osk-stub

They're not useful at the same time and we'll drop phosh-osk-stub from
Debian once squeekboard is in.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/a7c3ebf03cf1a4cbf535eddd4332090e304b767a">a7c3ebf0</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-09-26T13:01:14+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop pathes no longer required due to upstream changes

- 0001-Cargo.toml-update-to-Debian-dependencies-versions.patch
- 0002-popover.rs-fix-build-with-gtk-rs-0.7.0.patch
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/f9a6d34df43d41b78a457e70e6e2ec4b784e9761">f9a6d34d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-09-26T13:01:14+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/gbp.conf: Don't use patch numbers

Ordering is defined via the series file and patch numbers just
cause manual work.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/2e27940d135199e95d59b88a8d5243979c5d0de7">2e27940d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-09-26T13:49:25+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Use librust-xkbcommon-dev

This one avoids the empty feature package.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/DebianOnMobile-team/squeekboard/-/commit/4c09a0f1f257e835e32bd1c0bacab28ccb41c7cc">4c09a0f1</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2020-09-27T18:21:41+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document changes and release 1.9.3-1
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#a40ad3250cdd4bf423ccbb4620034f5ada859301">
<span class="new-file">
+
Cargo.deps
</span>
</a>
</li>
<li class="file-stats">
<a href="#ecc61f792b79d5993b9a63459a39e1f3186c8297">
<span class="new-file">
+
Cargo.deps.legacy
</span>
</a>
</li>
<li class="file-stats">
<a href="#14a5af756bb04b4a26c80cf95acf32f0f8b9f30f">
Cargo.lock
</a>
</li>
<li class="file-stats">
<a href="#a5a70ea2f702abcb3a38611c82b64f0926fb9c31">
Cargo.toml

Cargo.toml.in
</a>
</li>
<li class="file-stats">
<a href="#eff4cc086121728fa194d043b6ee7d90d9ac1b3a">
cargo.sh
</a>
</li>
<li class="file-stats">
<a href="#6b3fdb551b002e5549d1e7fbf357a208fd8ad895">
<span class="new-file">
+
data/keyboards/br.yaml
</span>
</a>
</li>
<li class="file-stats">
<a href="#e18cedae41cc1843feed3469df55150b2d969aa8">
data/keyboards/it.yaml
</a>
</li>
<li class="file-stats">
<a href="#a303857dc485fca2441783b8cb51c4ec84fe0c79">
data/keyboards/terminal.yaml
</a>
</li>
<li class="file-stats">
<a href="#1c54ffefb061fa79ba47b5ba341aefc9f07cf556">
data/style-Adwaita:dark.css
</a>
</li>
<li class="file-stats">
<a href="#6b7f0456cdb1af2ced5d2b8890115ba283c03b82">
data/style.css
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#67df3adc98b97f87d2c73e4a05f22a987c3a5a7b">
debian/gbp.conf
</a>
</li>
<li class="file-stats">
<a href="#9119a67aaba3552e75cbefc6ee865d815800d741">
<span class="deleted-file">

debian/patches/0001-Cargo.toml-update-to-Debian-dependencies-versions.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#e856465dfa2252b281a1cb2c177fd01895ca50ee">
<span class="deleted-file">

debian/patches/0002-popover.rs-fix-build-with-gtk-rs-0.7.0.patch
</span>
</a>
</li>
<li class="file-stats">
<a href="#11dc6db85ec4bc96bd353077e4b311a7e6ef9346">
debian/patches/0003-data-keyboards-fix-typos.patch

debian/patches/data-keyboards-fix-typos.patch
</a>
</li>
<li class="file-stats">
<a href="#bc34014ab4b9a49dd7a27bdd8d352912607c3a96">
debian/patches/series
</a>
</li>
<li class="file-stats">
<a href="#aa61b86ee4ab265ebd274efb38b26f7b34d7760a">
<span class="new-file">
+
debian/sm.puri.OSK0.desktop
</span>
</a>
</li>
<li class="file-stats">
<a href="#1413e7c2adafdae83dd94145af23fd37b11f1a83">
debian/squeekboard.install
</a>
</li>
<li class="file-stats">
<a href="#63788f6183c38d925b0761ad6686e385bc316ad0">
doc/hacking.md
</a>
</li>
<li class="file-stats">
<a href="#478f65d58b286f125d0214d28e8a0288c0cb48e2">
eek/eek-gtk-keyboard.c
</a>
</li>
<li class="file-stats">
<a href="#6c59bae535b875fb5f5df08d4e426f326226ddd9">
eek/eek-gtk-keyboard.h
</a>
</li>
<li class="file-stats">
<a href="#0cc1139e3347f573ae1feee5b73dbc8a8a21fcfa">
meson.build
</a>
</li>
<li class="file-stats">
<a href="#ca9bb7eff80503c97c83505e8acea4002fd87ac6">
meson_options.txt
</a>
</li>
<li class="file-stats">
<a href="#e2556614ded82d9cbc60bb06add2fd69d05793ce">
src/data.rs
</a>
</li>
<li class="file-stats">
<a href="#5d897d8763ef746a0b25a3c29a4265caafc26d86">
src/layout.rs
</a>
</li>
<li class="file-stats">
<a href="#17867de5076d50e87826675d7ed81840420e4676">
src/meson.build
</a>
</li>
<li class="file-stats">
<a href="#87215abbc215f0265254fbb1bd2b6613771b5a8b">
src/popover.rs
</a>
</li>
<li class="file-stats">
<a href="#8e194f282977c263a6275376e02c8dbbfd4308c4">
src/resources.rs
</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/DebianOnMobile-team/squeekboard/-/compare/b9382c9a1943bf6e4a503510cb1d69464bd76ceb...4c09a0f1f257e835e32bd1c0bacab28ccb41c7cc">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>