[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gnome-calls][upstream/latest] 40 commits: Update Turkish translation

Evangelos Ribeiro Tzaras (@devrtz) gitlab at salsa.debian.org
Sat Sep 14 22:18:39 BST 2024



Evangelos Ribeiro Tzaras pushed to branch upstream/latest at Debian On Mobile / gnome-calls


Commits:
d28be039 by Sabri Ünal at 2024-09-01T10:39:00+00:00
Update Turkish translation

- - - - -
3111e2fe by Aurimas Černius at 2024-09-01T16:44:59+00:00
Update Lithuanian translation

- - - - -
c9b95663 by Fran Dieguez at 2024-09-02T06:59:15+00:00
Update Galician translation

- - - - -
28ca838a by Chris Talbot at 2024-09-02T15:56:58+00:00
application: add signal for main window hiding

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/717>

- - - - -
45b4717c by Chris Talbot at 2024-09-02T15:56:58+00:00
contacts-box: clear entry if window is closed

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/717>

- - - - -
29fdb869 by Chris Talbot at 2024-09-02T15:56:58+00:00
new-call-box: clear number entry when windows is closed

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/717>

- - - - -
774205e1 by Anders Jonsson at 2024-09-02T19:49:21+00:00
Update Swedish translation

- - - - -
2c8390da by Efstathios Iosifidis at 2024-09-02T21:20:46+00:00
Update Greek translation

- - - - -
e69ca163 by Daniel at 2024-09-03T09:23:20+02:00
Updated Spanish translation

- - - - -
21c68cf7 by Andika Triwidada at 2024-09-03T10:45:25+00:00
Update Indonesian translation

- - - - -
9eed8a1d by Irénée THIRION at 2024-09-04T20:26:50+00:00
Update French translation

- - - - -
7815514a by Guido Günther at 2024-09-04T21:03:12+00:00
packaging: Keep meson verson in sync with changelog

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/753>

- - - - -
4c6dcf9e by Guido Günther at 2024-09-04T21:03:12+00:00
ci: Avoid duplicate pipelines

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/753>

- - - - -
9f4be327 by Guido Günther at 2024-09-04T21:03:12+00:00
ci: Use shared checks

This allows to drop the custom check-po

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/753>

- - - - -
515ff43d by Guido Günther at 2024-09-04T21:03:12+00:00
ci: Check consistency

Make sure all the version numbers are in sync for a release.

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/753>

- - - - -
503013fa by Evangelos Ribeiro Tzaras at 2024-09-05T08:15:29+02:00
flatpak: Fix libpeas2 configuration options

Fixes this error:
../meson.build:1:0: ERROR: Unknown options: "demos, glade_catalog, widgetry"

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/754>

- - - - -
a0c8c0ac by Andi Chandler at 2024-09-08T13:01:45+00:00
Update British English translation

- - - - -
14adec60 by Piotr Drąg at 2024-09-08T16:27:52+02:00
Update Polish translation

- - - - -
93ae2d9b by Aefgh Threenine at 2024-09-09T08:58:52+00:00
Update Thai translation

- - - - -
e867f34c by Alan Mortensen at 2024-09-09T17:32:27+00:00
Update Danish translation

- - - - -
4241e9df by Quentin PAGÈS at 2024-09-10T09:00:10+00:00
Update Occitan translation

- - - - -
3b6028bc by Rūdolfs Mazurs at 2024-09-11T19:47:51+00:00
Update Latvian translation

- - - - -
200ade26 by Vincent Chatelain at 2024-09-12T13:13:22+00:00
Update French translation

- - - - -
fc59d65f by Jose Riha at 2024-09-13T20:16:56+00:00
Update Slovak translation

- - - - -
1e4349f3 by Evangelos Ribeiro Tzaras at 2024-09-14T11:40:34+02:00
tree: Ignore gdb history

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
3f96639b by Evangelos Ribeiro Tzaras at 2024-09-14T11:40:35+02:00
dir-locals: Update projectile commands

We want to use meson, not ninja.

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
5473f03b by Evangelos Ribeiro Tzaras at 2024-09-14T11:40:35+02:00
record-store: Remove unnecessary casts

g_object_get() accepts gpointer, so casting is not needed.

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
32b8995f by Evangelos Ribeiro Tzaras at 2024-09-14T11:40:35+02:00
record-row: Remove unnecessary cast

g_object_get() wants a gpointer,
so there is no need for casting to GObject*.

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
87ad8acf by Evangelos Ribeiro Tzaras at 2024-09-14T11:40:35+02:00
record-row: Remove unused include

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
9dfaac19 by Evangelos Ribeiro Tzaras at 2024-09-14T11:40:35+02:00
record-row: Define log domain

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
03a50260 by Evangelos Ribeiro Tzaras at 2024-09-14T11:40:35+02:00
history-box: Add debug statement

This helps in debugging in debugging
why the slice list model rebuilds the whole list
when a single call gets added.

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
3b1cf7b5 by Evangelos Ribeiro Tzaras at 2024-09-14T11:40:35+02:00
record-row: Prefer g_autoptr for GDateTime

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
5eabbb2a by Evangelos Ribeiro Tzaras at 2024-09-14T11:59:11+02:00
record-store: Simplify struct setup of record call data

Just a mechanical change that results in -2 lines.

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
f810e0a9 by Evangelos Ribeiro Tzaras at 2024-09-14T11:59:27+02:00
tree: Remove custom clearing macros

The macros was emulating g_clear_handle_id() and friends
let's use the glib functions directly instead.

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
d9e6fb37 by Evangelos Ribeiro Tzaras at 2024-09-14T17:42:51+02:00
record-row: Prefer g_signal_connect_object() over a plain connect()

Apparently the slice list model in the history box
rebuilds the whole list when a single new record gets added.

Additionally, the "pressed" signal gets emitted on the
GtkGestureLongPress controller even when the call button is tapped
(i.e. should not have been pressed down for longer than the required timeout).
This then causes the callback to be invoked with a disposed record row.

This commit ensures the signals get properly disconnected
even in the face of unforeseen cleanup of the record row.

Helps with https://gitlab.gnome.org/GNOME/calls/-/issues/666

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
b15d5571 by Evangelos Ribeiro Tzaras at 2024-09-14T17:43:15+02:00
record-row: Only popup context menu if row is realized

This works around the long press gesture
(mis?) firing the "press" signal on a
row that is not realized anymore
(because the slice model in the history box
 currently rebuilds all rows when the items change).

Fixes: https://gitlab.gnome.org/GNOME/calls/-/issues/666
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/755>

- - - - -
59875802 by Evangelos Ribeiro Tzaras at 2024-09-14T19:22:51+00:00
libcall-ui: Bump to 0.2.1

Brings fixes to the keypad layout in RTL locales
and updated translations.

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/757>

- - - - -
d179a2b3 by Evangelos Ribeiro Tzaras at 2024-09-14T22:02:20+02:00
treewide: Document changes and release 47.0

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/758>

- - - - -
11ce0eae by Evangelos Ribeiro Tzaras at 2024-09-14T22:29:28+02:00
metainfo: Remove links

Fixes the error that occurs during validation:
E: org.gnome.Calls:390: description-para-markup-invalid a
   This description paragraph contains invalid markup. Currently, only <em/> and <code/> are
   permitted.

Somehow CI missed this.

- - - - -
a2111974 by Evangelos Ribeiro Tzaras at 2024-09-14T23:17:01+02:00
New upstream version 47.0
- - - - -


22 changed files:

- .dir-locals.el
- .gitignore
- .gitlab-ci.yml
- + .gitlab-ci/check-consistency
- + .gitlab-ci/check-po
- + .gitlab-ci/check-style.py
- + .gitlab-ci/commit-rules.yml
- + .gitlab-ci/uncrustify.cfg
- NEWS
- data/org.gnome.Calls.metainfo.xml.in
- debian/changelog
- debian/gbp.conf
- meson.build
- org.gnome.Calls.json
- po/da.po
- po/el.po
- po/en_GB.po
- po/es.po
- po/fr.po
- po/gl.po
- po/id.po
- po/lt.po


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/377278c6b5e05f64d50dec201e76271ec89b13db...a21119746a7ef59441e7849cabfd3124d122ff61

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/377278c6b5e05f64d50dec201e76271ec89b13db...a21119746a7ef59441e7849cabfd3124d122ff61
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20240914/92e10f42/attachment-0001.htm>


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