[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/gnome-calls][debian/master] 51 commits: Update Persian translation

Evangelos Ribeiro Tzaras (@devrtz) gitlab at salsa.debian.org
Sun Sep 4 17:21:37 BST 2022



Evangelos Ribeiro Tzaras pushed to branch debian/master at Debian On Mobile / gnome-calls


Commits:
69c31663 by Danial Behzadi at 2022-08-07T00:18:36+00:00
Update Persian translation

- - - - -
ffc79f33 by Piotr Drąg at 2022-08-07T15:03:07+02:00
Update Polish translation

- - - - -
21ae0a67 by Evangelos Ribeiro Tzaras at 2022-08-10T15:07:02+02:00
manager: Drop unused get_contact_name() declaration

The function has been removed since quite some time,
but the declaration did not get removed.

Fixes 889d5a09817eb6f37a429edd25bffa1456d8e5ec

- - - - -
55be6cd3 by Evangelos Ribeiro Tzaras at 2022-08-10T16:00:00+02:00
manager: Remove unused has_active_call() function

Introduced in f69c597387cf5eee3c60e0b5947ce511298f0254
but was never really used, so let's drop the dead code.

- - - - -
41b7a892 by Emin Tufan Çetin at 2022-08-11T19:59:48+00:00
Update Turkish translation

- - - - -
a19c1fbb by Zurab Kargareteli at 2022-08-12T05:43:26+00:00
Update Georgian translation

- - - - -
98605131 by Марко Костић at 2022-08-17T04:35:07+00:00
Update Serbian translation

- - - - -
e49614d2 by Evangelos Ribeiro Tzaras at 2022-08-17T11:59:51+02:00
ci: Include intltool in Debian image

We run it and currently also install it in the check-po script.
Having it preinstalled let's us get rid of the `apt install` stage.

This will help avoiding CI failures like this:

$ apt-get -y install intltool
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 libc6-dev : Breaks: libglib2.0-dev (<= 2.72.3-1) but 2.72.1-1 is to be installed

>From https://gitlab.gnome.org/devrtz/calls/-/jobs/2213858#L39

- - - - -
dea8b111 by Evangelos Ribeiro Tzaras at 2022-08-17T12:28:07+02:00
ci: Update Debian image

>From now on intltool will be part of the image,
so we don't need to install it explicitly any more.

- - - - -
8c6ece6a by Yosef Or Boczko at 2022-08-18T16:40:35+00:00
Update Hebrew translation

- - - - -
86a8f3ae by Evangelos Ribeiro Tzaras at 2022-08-19T08:43:57+00:00
Move provider plugins into a dedicated directory

Since we will introduce another type of plugin for the policy engine
we want to have each plugin type in separate directories.

We also have to adjust:

- plugin search directories
- po file location
- update paths for calls-doc target

- - - - -
11ba83c1 by Evangelos Ribeiro Tzaras at 2022-08-19T08:43:57+00:00
Move plugin specific tests into dedicated directory

This will prove beneficial when we also add tests for the policy engine
plugins. The increased locality is also nice to have.

- - - - -
92e7b962 by Evangelos Ribeiro Tzaras at 2022-08-19T08:43:57+00:00
plugins.in: Add package version and update copyright

- - - - -
05e84dce by Luna Jernberg at 2022-08-19T09:51:37+00:00
Update Swedish translation

- - - - -
4ff2091c by Daniel Șerbănescu at 2022-08-21T12:52:20+00:00
Update Romanian translation

- - - - -
c893a44f by Guido Günther at 2022-08-23T17:41:17+00:00
main-window: Add translator comment to not translate the application name

- - - - -
0e271226 by Evangelos Ribeiro Tzaras at 2022-08-24T21:21:08+02:00
plugins: Fix install directory typo

Plugins could no longer be found because we installed the plugins
outside the search path:
The directory structure uses singular 'provider', not plural
'providers'.

Fixes 11ba83c16e827984ab1b14f29bd23ccd6e008ee2

- - - - -
f11a191c by Jiri Grönroos at 2022-08-30T16:58:32+00:00
Update Finnish translation

- - - - -
cf1b35f6 by Goran Vidović at 2022-08-31T08:35:46+00:00
Update Croatian translation

- - - - -
4e3228ce by Goran Vidović at 2022-08-31T10:22:08+00:00
Update Croatian translation

- - - - -
6f2808c7 by Evangelos Ribeiro Tzaras at 2022-09-01T06:57:51+00:00
ci: Include flatpak_ci_initiative.yml and remove inline copy

The copy was originally done because the include failed while Calls was
still being hosted at source.puri.sm.

- - - - -
a4c46872 by Evangelos Ribeiro Tzaras at 2022-09-01T07:08:23+00:00
sip: origin: Actually set "auto-connect" property

Closes: #466
Fixes ef56c8f51ced56bff24f978f2929fcb4afe92d67

- - - - -
4b99660e by Evangelos Ribeiro Tzaras at 2022-09-01T17:48:02+02:00
mm: call: Check call direction when mapping waiting state

MM_CALL_STATE_WAITING may also be used on outgoing calls,
so we need to check the call direction.

Fixes #465

- - - - -
8a928f20 by Evangelos Ribeiro Tzaras at 2022-09-01T17:48:02+02:00
call: Remove waiting state

The waiting state is not used any more and made wrong assumptions to
begin with, so let's get rid of it.

- - - - -
f8c65b93 by Evangelos Ribeiro Tzaras at 2022-09-01T17:52:52+02:00
Revert "new-call-box: Clear entry after dialing"

This reverts commit 528fb11dcdb505b57c120317ee6297a24e80bd91.

It is cumbersome having to retype everything
if you've made a mistake when entering a number.

- - - - -
b893c813 by Evangelos Ribeiro Tzaras at 2022-09-01T18:06:55+02:00
application: Whitespaces style nitpicks

- - - - -
5869296c by Evangelos Ribeiro Tzaras at 2022-09-01T18:06:55+02:00
application: Consistent use of user_data in action "activate" callbacks.

- - - - -
4592194c by Evangelos Ribeiro Tzaras at 2022-09-01T18:06:55+02:00
application: Fix typo in message emission

- - - - -
1d20998e by Evangelos Ribeiro Tzaras at 2022-09-01T18:06:55+02:00
call: Prefer using enum values

- - - - -
09688a1e by Evangelos Ribeiro Tzaras at 2022-09-01T18:08:27+02:00
call: Document call states

- - - - -
396152bd by Evangelos Ribeiro Tzaras at 2022-09-01T19:46:37+02:00
d/gbp.conf: Set default branch to 'main' (was 'master')

The default branch of Calls has switched to 'main'.

See #490

- - - - -
a07ae717 by Éloi Rivard at 2022-09-03T08:09:21+00:00
Update French translation

- - - - -
b543d61f by Evangelos Ribeiro Tzaras at 2022-09-03T08:40:56+00:00
ofono-provider: Add TODO about preferring async functions

- - - - -
e7c3775f by Evangelos Ribeiro Tzaras at 2022-09-03T08:40:56+00:00
mm-provider: Don't leak error

- - - - -
10165053 by Evangelos Ribeiro Tzaras at 2022-09-03T08:40:56+00:00
mm-provider: Avoid using g_error()

First steps in closing #4.

- - - - -
adb1cdb1 by Evangelos Ribeiro Tzaras at 2022-09-03T08:40:56+00:00
ofono-provider: Don't g_error() without good reason

Use g_warning() for things are not fatal.

Closes: #4

- - - - -
eae9fb0e by Evangelos Ribeiro Tzaras at 2022-09-03T16:52:16+02:00
ci: (Slightly) rename flatpak CI job

- - - - -
2f568367 by Evangelos Ribeiro Tzaras at 2022-09-03T16:52:16+02:00
ci: Publish pages for main branch (not master)

This is a follow up to renaming the default branch

- - - - -
1cbc948e by Evangelos Ribeiro Tzaras at 2022-09-03T16:52:16+02:00
readme: Update links to d/control

- - - - -
551bb00e by Evangelos Ribeiro Tzaras at 2022-09-03T16:52:16+02:00
hacking: Refresh links

- - - - -
a4f84520 by Evangelos Ribeiro Tzaras at 2022-09-03T18:26:55+02:00
mm-provider: Remove unused variable

- - - - -
d0c4374a by Evangelos Ribeiro Tzaras at 2022-09-03T18:26:55+02:00
mm-provider: Prefer g_clear_*() in dispose() and finalize()

- - - - -
f44e8025 by Evangelos Ribeiro Tzaras at 2022-09-03T18:26:55+02:00
mm-provider: Don't leak MMManager

- - - - -
7587d0a5 by Evangelos Ribeiro Tzaras at 2022-09-03T17:53:17+00:00
Update libcall-ui to v0.0.5

Brings a redesigned call display, a couple of smaller UI fixes and
updated translations.

- - - - -
ce3cc6ec by Matt Turner at 2022-09-03T20:23:01+02:00
build: Use GNOME module post_install()

This greatly simplifies the post install script. As this functionality
depends on newer meson (0.59.0) it is guarded by a version check.
Distributions usually use their own tooling so it's does not matter if
they don't run the postinstall scripts (e.g. because of using too old
meson)

- - - - -
aafcd620 by Evangelos Ribeiro Tzaras at 2022-09-03T20:51:56+02:00
Document and release 43.rc.0

- - - - -
3e8366ac by Evangelos Ribeiro Tzaras at 2022-09-04T12:46:38+02:00
New upstream version 43~rc.0
- - - - -
578a2df3 by Evangelos Ribeiro Tzaras at 2022-09-04T12:46:39+02:00
Update upstream source from tag 'upstream/43_rc.0'

Update to upstream version '43~rc.0'
with Debian dir 23e31d1912af62dd389719c72067e645f0ec8931
- - - - -
7dac57c4 by Evangelos Ribeiro Tzaras at 2022-09-04T13:12:30+02:00
Refresh patches

- - - - -
7c489f2e by Evangelos Ribeiro Tzaras at 2022-09-04T13:12:42+02:00
Document and release 43~rc.0-1

- - - - -
b696b5a8 by Evangelos Ribeiro Tzaras at 2022-09-04T16:21:27+00:00
Merge branch 'rel_43rc0' into 'debian/master'

Document and release 43~rc.0-1

See merge request DebianOnMobile-team/gnome-calls!24
- - - - -


30 changed files:

- .gitlab-ci.yml
- .gitlab-ci/debian.Dockerfile
- HACKING.md
- NEWS
- README.md
- − build-aux/meson/postinstall.py
- debian/changelog
- debian/patches/0001-Remove-SIP-call-test-to-fix-intermittent-build-failu.patch
- doc/meson.build
- meson.build
- plugins/meson.build
- plugins/dummy/calls-dummy-call.c → plugins/provider/dummy/calls-dummy-call.c
- plugins/dummy/calls-dummy-call.h → plugins/provider/dummy/calls-dummy-call.h
- plugins/dummy/calls-dummy-origin.c → plugins/provider/dummy/calls-dummy-origin.c
- plugins/dummy/calls-dummy-origin.h → plugins/provider/dummy/calls-dummy-origin.h
- plugins/dummy/calls-dummy-provider.c → plugins/provider/dummy/calls-dummy-provider.c
- plugins/dummy/calls-dummy-provider.h → plugins/provider/dummy/calls-dummy-provider.h
- plugins/dummy/dummy.plugin.in → plugins/provider/dummy/dummy.plugin.in
- plugins/dummy/meson.build → plugins/provider/dummy/meson.build
- plugins/mm/calls-mm-call.c → plugins/provider/mm/calls-mm-call.c
- plugins/mm/calls-mm-call.h → plugins/provider/mm/calls-mm-call.h
- plugins/mm/calls-mm-origin.c → plugins/provider/mm/calls-mm-origin.c
- plugins/mm/calls-mm-origin.h → plugins/provider/mm/calls-mm-origin.h
- plugins/mm/calls-mm-provider.c → plugins/provider/mm/calls-mm-provider.c
- plugins/mm/calls-mm-provider.h → plugins/provider/mm/calls-mm-provider.h
- plugins/mm/itu-e212-iso.h → plugins/provider/mm/itu-e212-iso.h
- plugins/mm/meson.build → plugins/provider/mm/meson.build
- plugins/mm/mm.plugin.in → plugins/provider/mm/mm.plugin.in
- plugins/ofono/calls-ofono-call.c → plugins/provider/ofono/calls-ofono-call.c
- plugins/ofono/calls-ofono-call.h → plugins/provider/ofono/calls-ofono-call.h


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/c54263285d3538674df5fbbb69380a263d8a7678...b696b5a8692e537e9b9bffa79367d3b0fe3a4f15

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/gnome-calls/-/compare/c54263285d3538674df5fbbb69380a263d8a7678...b696b5a8692e537e9b9bffa79367d3b0fe3a4f15
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/20220904/93310e7b/attachment-0001.htm>


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