1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00
Commit graph

1629 commits

Author SHA1 Message Date
Evangelos Ribeiro Tzaras a9288a2739 Update libcall-ui to always reset audio profile
The new version contains a fix that makes sure audio profile switching
(using libcallaudio) always gets properly reset.

Closes: #452
2022-09-11 11:05:19 +02:00
Hugo Carvalho 79896af600 Update Portuguese translation 2022-09-07 13:55:05 +00:00
Vittorio Monti bc0368f983 Update Italian translation 2022-09-06 15:27:27 +00:00
Emin Tufan Çetin 5b6988cb27 Update Turkish translation 2022-09-04 10:22:19 +00:00
Evangelos Ribeiro Tzaras aafcd62071 Document and release 43.rc.0 2022-09-03 20:51:56 +02:00
Matt Turner ce3cc6ec38 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)
2022-09-03 20:23:01 +02:00
Evangelos Ribeiro Tzaras 7587d0a5c9 Update libcall-ui to v0.0.5
Brings a redesigned call display, a couple of smaller UI fixes and
updated translations.
2022-09-03 17:53:17 +00:00
Evangelos Ribeiro Tzaras f44e8025c9 mm-provider: Don't leak MMManager 2022-09-03 18:26:55 +02:00
Evangelos Ribeiro Tzaras d0c4374a0b mm-provider: Prefer g_clear_*() in dispose() and finalize() 2022-09-03 18:26:55 +02:00
Evangelos Ribeiro Tzaras a4f845206e mm-provider: Remove unused variable 2022-09-03 18:26:55 +02:00
Evangelos Ribeiro Tzaras 551bb00e20 hacking: Refresh links 2022-09-03 16:52:16 +02:00
Evangelos Ribeiro Tzaras 1cbc948e12 readme: Update links to d/control 2022-09-03 16:52:16 +02:00
Evangelos Ribeiro Tzaras 2f56836720 ci: Publish pages for main branch (not master)
This is a follow up to renaming the default branch
2022-09-03 16:52:16 +02:00
Evangelos Ribeiro Tzaras eae9fb0ef0 ci: (Slightly) rename flatpak CI job 2022-09-03 16:52:16 +02:00
Evangelos Ribeiro Tzaras adb1cdb18a ofono-provider: Don't g_error() without good reason
Use g_warning() for things are not fatal.

Closes: #4
2022-09-03 08:40:56 +00:00
Evangelos Ribeiro Tzaras 1016505357 mm-provider: Avoid using g_error()
First steps in closing #4.
2022-09-03 08:40:56 +00:00
Evangelos Ribeiro Tzaras e7c3775f42 mm-provider: Don't leak error 2022-09-03 08:40:56 +00:00
Evangelos Ribeiro Tzaras b543d61f3b ofono-provider: Add TODO about preferring async functions 2022-09-03 08:40:56 +00:00
Éloi Rivard a07ae7172c Update French translation 2022-09-03 08:09:21 +00:00
Evangelos Ribeiro Tzaras 396152bd24 d/gbp.conf: Set default branch to 'main' (was 'master')
The default branch of Calls has switched to 'main'.

See #490
2022-09-01 19:46:37 +02:00
Evangelos Ribeiro Tzaras 09688a1e80 call: Document call states 2022-09-01 18:08:27 +02:00
Evangelos Ribeiro Tzaras 1d20998e9a call: Prefer using enum values 2022-09-01 18:06:55 +02:00
Evangelos Ribeiro Tzaras 4592194c11 application: Fix typo in message emission 2022-09-01 18:06:55 +02:00
Evangelos Ribeiro Tzaras 5869296c14 application: Consistent use of user_data in action "activate" callbacks. 2022-09-01 18:06:55 +02:00
Evangelos Ribeiro Tzaras b893c81375 application: Whitespaces style nitpicks 2022-09-01 18:06:55 +02:00
Evangelos Ribeiro Tzaras f8c65b9326 Revert "new-call-box: Clear entry after dialing"
This reverts commit 528fb11dcd.

It is cumbersome having to retype everything
if you've made a mistake when entering a number.
2022-09-01 17:52:52 +02:00
Evangelos Ribeiro Tzaras 8a928f2008 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.
2022-09-01 17:48:02 +02:00
Evangelos Ribeiro Tzaras 4b99660e3f 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
2022-09-01 17:48:02 +02:00
Evangelos Ribeiro Tzaras a4c4687208 sip: origin: Actually set "auto-connect" property
Closes: #466
Fixes ef56c8f51c
2022-09-01 07:08:23 +00:00
Evangelos Ribeiro Tzaras 6f2808c7cd 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.
2022-09-01 06:57:51 +00:00
Goran Vidović 4e3228ce3d Update Croatian translation 2022-08-31 10:22:08 +00:00
Goran Vidović cf1b35f6e5 Update Croatian translation 2022-08-31 08:35:46 +00:00
Jiri Grönroos f11a191c01 Update Finnish translation 2022-08-30 16:58:32 +00:00
Evangelos Ribeiro Tzaras 0e271226dc 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 11ba83c16e
2022-08-24 21:21:08 +02:00
Guido Günther c893a44f9f main-window: Add translator comment to not translate the application name 2022-08-23 17:41:17 +00:00
Daniel Șerbănescu 4ff2091c76 Update Romanian translation 2022-08-21 12:52:20 +00:00
Luna Jernberg 05e84dce12 Update Swedish translation 2022-08-19 09:51:37 +00:00
Evangelos Ribeiro Tzaras 92e7b962cc plugins.in: Add package version and update copyright 2022-08-19 08:43:57 +00:00
Evangelos Ribeiro Tzaras 11ba83c16e 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.
2022-08-19 08:43:57 +00:00
Evangelos Ribeiro Tzaras 86a8f3ae22 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
2022-08-19 08:43:57 +00:00
Yosef Or Boczko 8c6ece6a87 Update Hebrew translation 2022-08-18 16:40:35 +00:00
Evangelos Ribeiro Tzaras dea8b111d4 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.
2022-08-17 12:28:07 +02:00
Evangelos Ribeiro Tzaras e49614d203 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
2022-08-17 11:59:51 +02:00
Марко Костић 986051310b Update Serbian translation 2022-08-17 04:35:07 +00:00
Zurab Kargareteli a19c1fbb50 Update Georgian translation 2022-08-12 05:43:26 +00:00
Emin Tufan Çetin 41b7a89221 Update Turkish translation 2022-08-11 19:59:48 +00:00
Evangelos Ribeiro Tzaras 55be6cd39e manager: Remove unused has_active_call() function
Introduced in f69c597387
but was never really used, so let's drop the dead code.
2022-08-10 16:00:00 +02:00
Evangelos Ribeiro Tzaras 21ae0a67c4 manager: Drop unused get_contact_name() declaration
The function has been removed since quite some time,
but the declaration did not get removed.

Fixes 889d5a0981
2022-08-10 15:07:02 +02:00
Piotr Drąg ffc79f3379 Update Polish translation 2022-08-07 15:03:07 +02:00
Danial Behzadi 69c316631d Update Persian translation 2022-08-07 00:18:36 +00:00