Evangelos Ribeiro Tzaras
73484bd99d
sip-origin: Use CallsMediaPlayback for local ringback
...
Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/351
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/804 >
2026-01-28 16:55:11 +00:00
Evangelos Ribeiro Tzaras
978890f1ec
sip-origin: Use alerting state once ringing
...
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/804 >
2026-01-28 16:55:11 +00:00
Evangelos Ribeiro Tzaras
fe19fff15d
sip-media-manager: Prefer g_clear_*()
...
Gbp-Dch: Ignore
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/804 >
2026-01-28 16:55:10 +00:00
Evangelos Ribeiro Tzaras
d300b28e1c
build: Sort dependencies
...
Gbp-Dch: Ignore
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/804 >
2026-01-28 16:55:10 +00:00
Christian Glombek
1b77aecf07
sip: Reorder account widget ui
...
Signed-off-by: Christian Glombek <c.glombek@cosa.systems >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/801 >
2025-11-07 23:20:22 +01:00
Christian Glombek
3034bec1de
sip: Add proxy support
...
Signed-off-by: Christian Glombek <c.glombek@cosa.systems >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/801 >
2025-10-31 13:15:22 +01:00
Evangelos Ribeiro Tzaras
b6b5a99c06
sip-origin: Drop unneeded includes
...
Gbp-Dch: Ignore
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/802 >
2025-10-30 12:26:25 +00:00
Evangelos Ribeiro Tzaras
3184fa3af0
tests: Depend on .plugin files to exist
...
When .plugin files are missing, the plugins will not be discoverable.
These were only getting built when run with `meson compile`,
but not for `meson test`.
Helps: https://gitlab.gnome.org/GNOME/calls/-/issues/719
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/798 >
2025-10-28 13:33:28 +00:00
Evangelos Ribeiro Tzaras
fec9e953ae
treewide: Reformat meson files
...
Ran `meson format -e -i -r`.
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/798 >
2025-10-28 13:33:28 +00:00
Bardia Moshiri
523ec151d1
ofono: fixup styling
...
Signed-off-by: Bardia Moshiri <bardia@furilabs.com >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/742 >
2025-04-04 08:52:12 +00:00
Bardia Moshiri
524235b86c
ofono: implement USSD interface
...
all the information for ofono USSD iface comes from https://github.com/FuriLabs/ofono/blob/trixie/ofono/doc/supplementaryservices-api.txt
the introspect for gdbo bindings comes from gdbus introspect -x
Signed-off-by: Bardia Moshiri <bardia@furilabs.com >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/742 >
2025-04-04 08:52:12 +00:00
Evangelos Ribeiro Tzaras
26484766d3
treewide: Port to libpeas-2
...
Closes #609
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/746 >
2024-07-31 18:51:56 +00:00
Evangelos Ribeiro Tzaras
2ff69e7bbe
sip/account-widget: Adjust to renamed AdwComboRow property
...
The property name (and semantics) of Hdy/AdwComboRow changed
from "selected-index" to "select-item" resulting in
on_user_changed() not being called anymore leaving the apply button
insensitive.
Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/653
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu >
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/745 >
2024-07-18 04:44:24 +02:00
Anton Lazarev
e35c15ad7d
sip-account-widget: Use adwaita rows for server settings
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/738 >
2024-06-23 16:49:15 -07:00
Guido Günther
17325b3104
sip: Don't drop errors when recreating sip account
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/737 >
2024-06-23 12:31:12 +00:00
Guido Günther
13ebabfadb
sip: Don't crash when handles never got set up
...
Still need to figure out how we can end up there, see #580
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/737 >
2024-06-23 12:31:12 +00:00
Guido Günther
93e0c72d9f
mm-origin: Handle missing SIM case more gracefully
...
This avoids warnings like
gnome-calls[57992]: mm_sim_get_imsi: assertion 'MM_IS_SIM (self)' failed
gnome-calls[57992]: mm_sim_dup_emergency_numbers: assertion 'MM_IS_SIM (self)' failed
in the logs
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/735 >
2024-06-16 15:00:35 +02:00
Anton Lazarev
36cd614310
treewide: Use gtk4.12, libadwaita 1.4
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/729 >
2024-05-21 20:27:49 -07:00
Anton Lazarev
e2fa92ff45
build: Use gtk4.10, libadwaita 1.3
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/729 >
2024-05-21 20:27:48 -07:00
Guido Günther
34b68ec082
mm-origin: Don't crash when Modem has no location services
...
When no locationservice is available the API can return `NULL` without
setting an error.
Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/641
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/728 >
2024-04-24 16:44:00 +02:00
Anton Lazarev
b5577d0005
sip-account-widget: Remove set_password_visibility
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:29 -07:00
Anton Lazarev
27e6b7a9db
treewide: Remove requires glade-isms from ui definitions
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:29 -07:00
Anton Lazarev
1e862ffc67
sip-account-widget: Use GtkPasswordEntry
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:29 -07:00
Anton Lazarev
7cf7fc02d6
build: Specify required GTK version
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:29 -07:00
Anton Lazarev
001d599495
treewide: Parent from AdwBin where possible
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:28 -07:00
Anton Lazarev
caecf10cc1
treewide: Remove visible=True on adwaita widgets
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:28 -07:00
Anton Lazarev
b83339980b
treewide: Use AdwToolbarView for all windows with header bars
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:27 -07:00
Anton Lazarev
d6918cc946
sip-account-widget: move GtkSizeGroup out of child
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:27 -07:00
Anton Lazarev
ef0b5a9ff8
treewide: Adapt to GtkHeaderBar API changes
...
https://docs.gtk.org/gtk4/migrating-3to4.html#adapt-to-gtkheaderbar-and-gtkactionbar-api-changes
- `show-close-button` replaced with `show_title_buttons` wherever
applicable, respecting new default value of `TRUE`
- `title` removed and managed by setting window title if needed
- NOTE: I'm not 100% sure if the title logic here matches the GTK3
version. I also just removed the SIP account widget titles
altogether, since it's I couldn't figure out where the widget gets
placed.
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:26 -07:00
Anton Lazarev
7c89bbab3d
treewide: remove <packing> from Adwaita widgets
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:26 -07:00
Anton Lazarev
a656776b19
treewide: Dispose and layout manager implementations
...
https://docs.gtk.org/gtk4/migrating-3to4.html#adapt-to-gtkcontainer-removal
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:26 -07:00
Anton Lazarev
fd9378267d
ui: gtk4-builder-tool simplify --3to4 --replace *.ui
...
plus some manual tweaks to restore True/False instead of 1/0
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:26 -07:00
Anton Lazarev
47e30c12a7
calls-sip-account-widget: Stop using HdyValueObject and adapt to AdwComboRow API changes
...
These two are kind of hard to separate.
https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/migrating-libhandy-1-4-to-libadwaita.html#stop-using-hdyvalueobject
https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/migrating-libhandy-1-4-to-libadwaita.html#adapt-to-adwcomborow-api-changes
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:25 -07:00
Anton Lazarev
34a7651f44
treewide: Replace hide/show with set_visible
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:24 -07:00
Anton Lazarev
4b0b20eb0a
treewide: GtkEntry -> GtkEditable
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:24 -07:00
Anton Lazarev
ee3abc009a
treewide: Replace libhandy with libadwaita
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:24 -07:00
Anton Lazarev
4ed1bba0b8
treewide: Subclass custom classes from GtkWidget
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-06 08:15:24 -07:00
Anton Lazarev
98231778ed
meson: Bump gtk dependency to 4.0
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-01 18:37:57 -07:00
Anton Lazarev
9fa0539ad6
sip-account-widget: compose with GtkBin instead of subclassing GtkBox
...
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714 >
2024-04-01 18:37:57 -07:00
Guido Günther
6aa356590b
mm-origin: Notify emergency number change when we get a location
...
Technically the emergency numbers exported by the origin doesn't change
but it's enough to trigger the DBus signal so clients see the updated
numbers.
2024-02-10 17:09:37 +01:00
Guido Günther
fd4b796742
mm-origin: Get 3gpp network country code when available
...
We currently don't enable location gathering explicitly so we rely
on other services (like geoclue) to do so. Use
mmcli -m 0 --location-enable-3gpp
We could enable for a short time when there's an explicit emergency
number request.
2024-02-10 17:09:19 +01:00
Eugenio Paolantonio (g7)
c9c6ca05d8
ofono: Implement empty emergency call property
...
See 75cbc30dc0 .
Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu >
2023-10-17 14:08:46 +00:00
Evangelos Ribeiro Tzaras
0b0dc68000
build: Install .plugin files
...
Without them we cannot load plugins from the installed location.
Closes : #585
Fixes: 42b456f03a
2023-06-13 18:56:03 +02:00
Evangelos Ribeiro Tzaras
daf2981d19
dummy: Reword plugin information
2023-05-15 09:56:28 +02:00
Evangelos Ribeiro Tzaras
3a7b5f0c95
mm: Reword plugin information
2023-05-15 09:56:28 +02:00
Evangelos Ribeiro Tzaras
18c186b732
ofono: Reword plugin information
2023-05-15 09:56:28 +02:00
Evangelos Ribeiro Tzaras
c2375a0c37
sip: Reword plugin information
2023-05-15 09:56:28 +02:00
Evangelos Ribeiro Tzaras
42b456f03a
po: Add plugin desktop files
...
Calls preferences will show the name and description of a plugin,
so they should be translatable.
2023-05-15 09:56:28 +02:00
Evangelos Ribeiro Tzaras
9c5d7a58a1
sip-provider: Add debugging to password lookup
2023-05-12 18:06:34 +02:00
Evangelos Ribeiro Tzaras
3e699275a4
mm-origin: Don't unref origin in call_deleted_cb
...
Fixes: 72a85d62fa
Closes : #573
2023-05-10 18:00:42 +00:00