<!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 data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Guido Günther pushed to branch upstream/latest
at <a href="https://salsa.debian.org/DebianOnMobile-team/phosh" style="color: #1068bf;">Debian On Mobile / phosh</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/e5e622e89836bdb29996770e4f8e9eb6f009427c" style="color: #1068bf;">e5e622e8</a></strong>
<div>
<span>by Evangelos Ribeiro Tzaras</span>
<i>at 2022-08-09T07:09:04+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update libcall-ui

This brings some UX improvements for the call display and updated translations.

Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1095>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/4a93126f92ebe9c5f035635c03a14a12bc35cdbe" style="color: #1068bf;">4a93126f</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-08-09T07:36:04+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'update-libcall-ui' into 'main'

Update libcall-ui

See merge request World/Phosh/phosh!1095</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/8046e889ea3b489e87b73d47178c90d2727e4df6" style="color: #1068bf;">8046e889</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-11T07:42:34+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>shell-manager: Simplify include

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1120>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b1e1f4e4bce10a0db9629eab4e6eb806d629a15a" style="color: #1068bf;">b1e1f4e4</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-11T07:42:34+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>shell-manager: Report version

GNOME Settings fetches the version via DBus so report a version number
but make it very obvious it's not the pure GNOME version.

We can use GNOME_PLATFORM_VERSION to report a meaningful GNOME release
we base on for GNOME > 43. If that's not available fall back to parsing
the gnome-desktop XML (as gnome-settings did for GNOME < 43). We can
drop that bit once we can assume GNOME 43 as baseline.

Thanks to Jeremy Bicha for bringing this up.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1120>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/57498ac6051f7acab0bb86ea18227e0c34293a99" style="color: #1068bf;">57498ac6</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-08-11T08:08:10+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'version' into 'main'

shell-manager: Report a version

See merge request World/Phosh/phosh!1120</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6735a3cabbe51a297ee7e7a826e5f2f069dc4455" style="color: #1068bf;">6735a3ca</a></strong>
<div>
<span>by Emin Tufan Çetin</span>
<i>at 2022-08-11T19:55:38+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update Turkish translation
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/558d755a922a70f0bb89800652957dbd25d05e43" style="color: #1068bf;">558d755a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-12T11:56:44+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>gitlab-ci: Update container

Drop several workarounds to fetch recent phoc and just get it from
unstable until it migrates to testing.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1127>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/cee94f3b64add2633e41b3043bc95e46438dc006" style="color: #1068bf;">cee94f3b</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-08-12T10:11:46+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'update-container' into 'main'

gitlab-ci: Update container

See merge request World/Phosh/phosh!1127</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6bf64cbea60c197cc3f6e1619d19a85ebc02ad34" style="color: #1068bf;">6bf64cbe</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T07:28:14+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>ambient: Set array size to 0

A bit simpler than removing elements

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1124>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/7b0e3f5298b3ed24b6e2371cc386318c6058072a" style="color: #1068bf;">7b0e3f52</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T07:28:14+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>ambient: Clear array when we unclaim the sensor

This makes sure we don't start with a partially filled array
claiming it again

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1124>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b4c7d4b59b9e3859c1340e236cc7a1e57bdfab63" style="color: #1068bf;">b4c7d4b5</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T07:28:14+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>ambient: Make sure to stop callback and unref array

Otherwise we leak on shell shutdown.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1124>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/586b3d1c36fcf2dae7db1fe2c1a1155f9e5f4618" style="color: #1068bf;">586b3d1c</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T07:28:14+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>ambient: Claim / unclaim the sensor on shell unblank / blank

This makes sure the sensor chip can sleep when the screen is off
(and hence any theme switching is useless)

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1124>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b5a16db19023c5d4e327483ba59baccf7737ed31" style="color: #1068bf;">b5a16db1</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-08-16T08:04:16+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'ambient-fixes' into 'main'

Unclaim ambient sensor when screen is blanked

See merge request World/Phosh/phosh!1124</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/16b422a1b6fc6d35af2473a88d74212a844ae3c2" style="color: #1068bf;">16b422a1</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T08:04:54+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>screenshot-manager: Capture all outputs

So far we only grabbed the primary one.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1098>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6904af005006853ed94cfb4a57b6ffe2ea17212d" style="color: #1068bf;">6904af00</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T08:04:54+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>sceenshot-manager: Handle grabbing a screen area

This allows the "Selection" button in gnome-screenshot to work.

We use the slurp tool for that.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1098>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/657a626d84da436c5df41720054440d140d303bc" style="color: #1068bf;">657a626d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T08:04:54+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>d/control: Recommend slurp

Used for marking the screenshot area

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1098>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b96c6dd86115aded020862cceb62f42536c5b559" style="color: #1068bf;">b96c6dd8</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T08:04:54+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>tools: Add helper to take screenshots

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1098>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/49a933d2f7ec2a9bf5f28047b143e84fabda6b6f" style="color: #1068bf;">49a933d2</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T08:04:54+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>screencopy-manager: Avoid stdout

This trips up alpine's compiler

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1098>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/528de3be9281aaf48bfea1e270d8d72b8bdb8f89" style="color: #1068bf;">528de3be</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-16T08:04:54+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>screenshot-manager: Fall box to g_memdup for older glib

Can be removed once we can assume 2.68.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1098>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/ed0807c1fd8ce34f077fcd431962d046b04a83bf" style="color: #1068bf;">ed0807c1</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-08-16T08:32:54+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'screenshots2' into 'main'

Improve screenshot support

See merge request World/Phosh/phosh!1098</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/d29f851a191ef5d1122a1179fde359b5465c9a02" style="color: #1068bf;">d29f851a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-19T12:54:43+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>libcall-ui: Update libcall-ui

This unbreaks the lock screen by moving to a commit
that includes
https://gitlab.gnome.org/World/Phosh/libcall-ui/-/merge_requests/55

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1130>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/1c471472ecb349b01df24370145ad26053a0134a" style="color: #1068bf;">1c471472</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-08-19T11:49:27+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'libcall-ui-ellipsize' into 'main'

libcall-ui: Update to unbreak overflow in some locals

See merge request World/Phosh/phosh!1130</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/71558c2f84964c79278a618d892b00e030bd45c8" style="color: #1068bf;">71558c2f</a></strong>
<div>
<span>by Sebastian Krzyszkowiak</span>
<i>at 2022-08-25T07:57:03+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>overview: Only focus an activity on page change if it's not focused

Fixes #818

Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1133>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/ab581c0410c8ba23df8a4e0f1a2820bd8abd9e67" style="color: #1068bf;">ab581c04</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-08-26T08:46:45+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'noanim' into 'main'

overview: Only focus an activity on page change if it's not focused

Closes #818

See merge request World/Phosh/phosh!1133</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/5632633971611d175877d5e2568d783f2f075227" style="color: #1068bf;">56326339</a></strong>
<div>
<span>by Balázs Úr</span>
<i>at 2022-08-29T23:55:23+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update Hungarian translation
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/d443c3f7b8b867fb538f6381695c4ff4f58209f9" style="color: #1068bf;">d443c3f7</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>gitignore: Ignore packaging directories

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/2487978c13bf853beacec8c200d937f5c88db04c" style="color: #1068bf;">2487978c</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>build: Drop -DHAVE_CONFIG.H

We build a phosh-config.h and hence defining this would just
include random other config.h from other projects. E.g.

   plugins/upcoming-events/phosh-plugin-upcoming-events-gnome-shell-calendar-dbus.c:10:12: fatal error: config.h: No such file or directory
   10 | #  include "config.h"
      |            ^~~~~~~~

Fixes b5b03b0c0 ("build: Rename config.h to phosh-config.h")

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/b400a6b9ce665f58058ce471aed26e21dec1efbb" style="color: #1068bf;">b400a6b9</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>build/gtk-list-models: Make them available in other dirs

Use file() rather than relative paths and introduce variable
for include directories.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/f7087b127295018db711661dbb028ad62dcac8b1" style="color: #1068bf;">f7087b12</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>build: Move app id to phosh-config.h

This makes it available for other services as well

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/5a62ce5f11fc744572f8157630b58a27737cf751" style="color: #1068bf;">5a62ce5f</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>ci: Update build-deps

Update the build deps for Debian builds so we catch new ones added in
MRs.

Things got a bit simpler now that recent phoc is in bookworm.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/5dbcc1390f2a773841a694bf0e0ee4a35583b2be" style="color: #1068bf;">5dbcc139</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>ci: Add eds-dev to alpine build-deps

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6ceb49db082b6a7d2321eb085403696bca41ac28" style="color: #1068bf;">6ceb49db</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Add gnome-shell's calendar server

Import the whole folder as of 2c89b62247cf65a806173c901334e18671f67440
before making any changes.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/7bdb992d15d6d2d75b12b72fbb96165efce013e5" style="color: #1068bf;">7bdb992d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>calendar-server: Drop unused files

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6f380c6a89c5f56473bf10428ca3737159fb8c21" style="color: #1068bf;">6f380c6a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>calendar-server: Fix build

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/0536ac5b52037a7a468d6999c2b831ab09a9710b" style="color: #1068bf;">0536ac5b</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>calendar-server: Don't shadow local variable

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/dd5fa13e4025cdc492c12e111dad6f0d85b08eec" style="color: #1068bf;">dd5fa13e</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>calendar-server: Don't hardcode either phosh nor gnome-shell

Will hopefully allow to share the code in the future.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/635f0d70de4d0465ec4337ed5d8fdbe89a022428" style="color: #1068bf;">635f0d70</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>calendar-server: Handle NULL zone

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/c8a0e3e91f9d73a33a10b32a2e30dd3302d3e171" style="color: #1068bf;">c8a0e3e9</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>calendar-server: Use SPDX-License-Identifier

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/372aa6e4340e4a4d74799ad76d051a6aa005366c" style="color: #1068bf;">372aa6e4</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>calendar-server: Add color to events

We add them as additional hint to each event. Tracking color
changes will be a follow up.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/57d61bcc6fd76647dc8042b2a7e3b8c82104a29a" style="color: #1068bf;">57d61bcc</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>debian: Install calendar-server and it's dependencies

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/acc0a7608452ea51696889ff7470a0838a1d131f" style="color: #1068bf;">acc0a760</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>plugins: Add an upcoming events plugin

The upcoming-events plugin implements the phosh-lockscreen-widget
extension point so it can be displayed on the lock screen. It shows the
upcoming events during the next 7 days.

Includes style fixes by Sam Hewitt
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/a19ea03973e86fb307046794e061956874c14e5e" style="color: #1068bf;">a19ea039</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>tools: Enable upcoming-events plugin

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/8c99b60bfe99b1aaa7263813f415cf86250fecc1" style="color: #1068bf;">8c99b60b</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>tools: Don't use magic constant gtk style priority

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/00036d9f6b10390f8f1265550848e6753f74ea0e" style="color: #1068bf;">00036d9f</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>main: Drop unused variable

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/fd486a9a91efa868e57e331b3be6291a831970d8" style="color: #1068bf;">fd486a9a</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>ci: Exclude autogenerated and imported sources

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/9d0634f742aeb77e2de82aa864bc3770dd99a5d2" style="color: #1068bf;">9d0634f7</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>plugin-loader: Add and use property getters

Eases adding tests

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/aae7d96c5af860dd22fdbd0926b1864bf13e2785" style="color: #1068bf;">aae7d96c</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>tests: Test plugin loader

We skip that under ASAN as plugins aren't found in the ASAN build.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/f4b8daecdc0e85984af7748ff5dd60b6568d8856" style="color: #1068bf;">f4b8daec</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T13:14:11+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>ci: Drop Needs: for po and license checks

They don't need to wait for a build. This gives gitlab-ci more
room to schedule jobs as it sees fit.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/5612c3ebb84cbebb117e92c35bf2d2336f270ddb" style="color: #1068bf;">5612c3eb</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-30T11:49:53+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'upcoming-events-plugin' into 'main'

Add "upcoming-events" plugin

Closes #584

See merge request World/Phosh/phosh!1065</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/93e0cb26dd8b60132323d296a63b39f9bc63ba3f" style="color: #1068bf;">93e0cb26</a></strong>
<div>
<span>by Jiri Grönroos</span>
<i>at 2022-08-30T16:50:39+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update Finnish translation
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/98e6fd883dbbcf4f32d535e6996c76325a0161d4" style="color: #1068bf;">98e6fd88</a></strong>
<div>
<span>by Yuri Chornoivan</span>
<i>at 2022-08-30T19:34:20+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update Ukrainian translation
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/f4de13ad46aa0b36b10f6de8c9c74528a566d299" style="color: #1068bf;">f4de13ad</a></strong>
<div>
<span>by Goran Vidović</span>
<i>at 2022-08-31T07:46:13+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update Croatian translation
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6be14e4474cb190cf0d7b3718754cf32306567a2" style="color: #1068bf;">6be14e44</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-31T07:51:12+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>ci: Avoid artifact downloads for jobs that don't need it

This saves ci resources.

Fixes: f4b8daec ("ci: Drop Needs: for po and license checks")

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1135>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/d5273ef20e77bf37822b4dabd0609ee912a162f0" style="color: #1068bf;">d5273ef2</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-31T07:51:12+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>calendar: Add plugin information

This allows us to provide description, etc. Since we use keyfiles we can
use the same keys as in desktop files to leverage the translation
system.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1135>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/8621f8e077251104bd770a3993952cf7bbf44f8c" style="color: #1068bf;">8621f8e0</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-31T07:51:12+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>debian: Install plugin info

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1135>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/6e125209e0f7ceb6d9e942137068cc25b0de507c" style="color: #1068bf;">6e125209</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-31T07:51:12+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>upcoming-events: Drop underscore from plugin path

This makes it match the name.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1135>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/a8db60c3adddffc62450fb83cd5e1d844c85da78" style="color: #1068bf;">a8db60c3</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-31T07:51:12+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>upcoming-events: Add plugin information

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1135>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/c4ceff2b2483fafb0f5a0d152c10e71fd83fee79" style="color: #1068bf;">c4ceff2b</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-08-31T08:18:14+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'plugin-details' into 'main'

Add plugin information

See merge request World/Phosh/phosh!1135</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/902a28a0d65355ec3e22f99281a3fd88ff1aca79" style="color: #1068bf;">902a28a0</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-31T08:18:53+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>widget-box: Don't load widgets twice

phosh_widget_box_set_plugins() already loads them.

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1134>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/ed30039f6e58d88e903dc8acb43a96c78c2dd519" style="color: #1068bf;">ed30039f</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-31T08:18:53+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>widget-box: Add a placeholder page when a plugin could not be found

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1134>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/51dcdf348ede07c896dfdbd1cd6cc0df1862cf28" style="color: #1068bf;">51dcdf34</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-31T08:18:53+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>widget-box: Drop define from printf

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1134>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/5faefef2a633ff823f2df19456c44e113b883f1a" style="color: #1068bf;">5faefef2</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-08-31T08:18:53+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>tools: Add a nonexistent plugin

This allows to easily check the missing plugin page

Signed-off-by: Guido Günther <guido.gunther@puri.sm>
Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1134>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/c58233e61c2f08468e2e27ca9676660066e72297" style="color: #1068bf;">c58233e6</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-08-31T08:37:34+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'missing-plugin' into 'main'

Show status page when plugin couldn't be loaded

See merge request World/Phosh/phosh!1134</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/41119fdb034bc4f23786b8d1d5f44c1e958e67f2" style="color: #1068bf;">41119fdb</a></strong>
<div>
<span>by Goran Vidović</span>
<i>at 2022-08-31T10:01:35+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update Croatian translation
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/1f5c023edaecb176e55827a9359b06983c68f623" style="color: #1068bf;">1f5c023e</a></strong>
<div>
<span>by Yuri Chornoivan</span>
<i>at 2022-08-31T15:48:49+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Update Ukrainian translation
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/7993b28d1cf58356fc9f0246bdf8e66fe91071ed" style="color: #1068bf;">7993b28d</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-09-01T08:50:58+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Document changes and release 0.21.0

Part-of: <https://gitlab.gnome.org/World/Phosh/phosh/-/merge_requests/1137>
</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/4122630266abfd6623e169330da6e7d6bc01be7f" style="color: #1068bf;">41226302</a></strong>
<div>
<span>by Marge Bot</span>
<i>at 2022-09-01T09:15:16+00:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>Merge branch 'rel-0.21.0' into 'main'

Document changes and release 0.21.0

See merge request World/Phosh/phosh!1137</pre>
</li>
<li>
<strong style="font-weight: bold;"><a href="https://salsa.debian.org/DebianOnMobile-team/phosh/-/commit/dac7d8a1e041c9979e6421405f4c4a9423acf5e6" style="color: #1068bf;">dac7d8a1</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2022-09-01T11:37:34+02:00</i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 0.8125rem; color: #303030; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fafafa; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dbdbdb;'>New upstream version 0.21.0</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#a5cc2925ca8258af241be7e5b0381edf30266302" style="color: #1068bf;">
.gitignore
</a>
</li>
<li class="file-stats">
<a href="#587d266bb27a4dc3022bbed44dfa19849df3044c" style="color: #1068bf;">
.gitlab-ci.yml
</a>
</li>
<li class="file-stats">
<a href="#c2996adab4569fa970eab57733ab5fd3c2a527c0" style="color: #1068bf;">
.gitlab-ci/debian.Dockerfile
</a>
</li>
<li class="file-stats">
<a href="#b01bbcf69091ba4a3277eb1a7977e9ad3aea9a61" style="color: #1068bf;">
.gitlab-ci/screenshot.Dockerfile
</a>
</li>
<li class="file-stats">
<a href="#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8" style="color: #1068bf;">
NEWS
</a>
</li>
<li class="file-stats">
<a href="#892d92bed748266205222648b3fa36efd64d3f7d" style="color: #1068bf;">
<span class="new-file">
+
calendar-server/CalendarServer.service.in
</span>
</a>
</li>
<li class="file-stats">
<a href="#bcf8ce1c8c1ed3b9f062e695757abcbaa8e46855" style="color: #1068bf;">
<span class="new-file">
+
calendar-server/calendar-debug.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#50dd4fdff3d7c4508ad5a4a3217a4daca4a4059b" style="color: #1068bf;">
<span class="new-file">
+
calendar-server/calendar-server.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#fc289b0b97d6967f1dddebb9d1fc29170f5520ff" style="color: #1068bf;">
<span class="new-file">
+
calendar-server/calendar-sources.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#7df5bafc20ca9eca1b1ed883fafc68aa428744e0" style="color: #1068bf;">
<span class="new-file">
+
calendar-server/calendar-sources.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#8eee5d4b173c1f5572b11333ca0e78ba15ee7644" style="color: #1068bf;">
<span class="new-file">
+
calendar-server/meson.build
</span>
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1" style="color: #1068bf;">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2" style="color: #1068bf;">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#adb7f75f79e3bb85eb62912a2904c5d24af878fb" style="color: #1068bf;">
debian/copyright
</a>
</li>
<li class="file-stats">
<a href="#8cc9b0dadc7c9e7a42f4a13f02aad739bfaa3e18" style="color: #1068bf;">
debian/phosh-plugins.install
</a>
</li>
<li class="file-stats">
<a href="#d14a900d9fb86473dac0aab1ae8819fa2eb2becf" style="color: #1068bf;">
debian/phosh.install
</a>
</li>
<li class="file-stats">
<a href="#c8a5a13e553e134db7c66553f02641f39193030e" style="color: #1068bf;">
gcovr.cfg
</a>
</li>
<li class="file-stats">
<a href="#0cc1139e3347f573ae1feee5b73dbc8a8a21fcfa" style="color: #1068bf;">
meson.build
</a>
</li>
<li class="file-stats">
<a href="#429ce928f598d5450f029dc3509e65d7c07fab3b" style="color: #1068bf;">
phosh-config.h.in
</a>
</li>
<li class="file-stats">
<a href="#5a8cb1443d99bf9c2d6462061ccf1edd76b2ffbd" style="color: #1068bf;">
<span class="new-file">
+
plugins/calendar/calendar.desktop.in.in
</span>
</a>
</li>
<li class="file-stats">
<a href="#ef6af94bf912ae3b2e1c59bf824c3d8987cfd9f8" style="color: #1068bf;">
plugins/calendar/meson.build
</a>
</li>
<li class="file-stats">
<a href="#8376e5aa877a91dfda3983a015813433357d524f" style="color: #1068bf;">
plugins/meson.build
</a>
</li>
<li class="file-stats">
<a href="#aecf1bf227fc7e159f5a8af8b91152174bd3de66" style="color: #1068bf;">
<span class="new-file">
+
plugins/upcoming-events/calendar-event.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#50d44e429115544e10f0db70ca30e6a5a4508eb1" style="color: #1068bf;">
<span class="new-file">
+
plugins/upcoming-events/calendar-event.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#88d284ac79d854c5450f7dd698a21958e83d0efd" style="color: #1068bf;">
<span class="new-file">
+
plugins/upcoming-events/event-list.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#77985e9e55575d38c37717038c9b7439af947b52" style="color: #1068bf;">
<span class="new-file">
+
plugins/upcoming-events/event-list.h
</span>
</a>
</li>
<li class="file-stats">
<a href="#8aad6af2519fa2c0829898d252d328186154ea93" style="color: #1068bf;">
<span class="new-file">
+
plugins/upcoming-events/event-list.ui
</span>
</a>
</li>
<li class="file-stats">
<a href="#1a56e14d8a19c265370eaf3ff9c262d41d87f2b0" style="color: #1068bf;">
<span class="new-file">
+
plugins/upcoming-events/meson.build
</span>
</a>
</li>
<li class="file-stats">
<a href="#cc71a40e3d977f936f1166474e0df17346e65e8f" style="color: #1068bf;">
<span class="new-file">
+
plugins/upcoming-events/phosh-plugin-upcoming-events.c
</span>
</a>
</li>
<li class="file-stats">
<a href="#93470c1d4b027f268041b76b255392acfe2a7a66" style="color: #1068bf;">
<span class="new-file">
+
plugins/upcoming-events/phosh-plugin-upcoming-events.gresources.xml
</span>
</a>
</li>
</ul>
<h5 style="margin-top: 10px; margin-bottom: 10px; font-size: 0.875rem;">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/phosh/-/compare/4f46ad8187cd811918e7c6aeebf9f67238777e19...dac7d8a1e041c9979e6421405f4c4a9423acf5e6" style="color: #1068bf;">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://salsa.debian.org" style="color: #1068bf;">salsa.debian.org</a>. <a href="https://salsa.debian.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link" style="color: #1068bf;">Manage all notifications</a> · <a href="https://salsa.debian.org/help" target="_blank" rel="noopener noreferrer" class="help-link" style="color: #1068bf;">Help</a>



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