1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-01 00:05:25 +00:00
Purism-Calls/src
Evangelos Ribeiro Tzaras b5defda27f network-watch: Don't fail initialization when unable to fetch local IP
This would mean we're failing when Calls is started with all NICs not connected
or disabled. To make matters worse this would only be fixable by restarting
Calls.
2021-09-24 05:24:41 +00:00
..
dbus dbus: Add more DBus properties 2021-07-12 17:36:24 +02:00
ui record-row: Reword accessible name 2021-09-20 03:31:28 +02:00
calls-account-overview.c account-overview: Hook up available providers 2021-07-20 10:17:17 +02:00
calls-account-overview.h Introduce CallsAccountOverview: A UI to allow managing VoIP accounts 2021-07-20 10:17:17 +02:00
calls-account-provider.c account-provider: Repurpose to allow graphical credential editing 2021-07-20 10:17:17 +02:00
calls-account-provider.h account-provider: Repurpose to allow graphical credential editing 2021-07-20 10:17:17 +02:00
calls-account-row.c Introduce CallsAccountOverview: A UI to allow managing VoIP accounts 2021-07-20 10:17:17 +02:00
calls-account-row.h Introduce CallsAccountOverview: A UI to allow managing VoIP accounts 2021-07-20 10:17:17 +02:00
calls-account.c account: Add address property 2021-07-20 10:17:17 +02:00
calls-account.h account: Add address property 2021-07-20 10:17:17 +02:00
calls-application.c application: Do not prepend country code when dialing 2021-09-20 03:31:28 +02:00
calls-application.h application: settings: Add country code setting 2021-06-01 14:52:23 +02:00
calls-best-match.c best-match: Don't free unowned data 2021-09-24 05:13:31 +02:00
calls-best-match.h best-match: codestyle 2021-07-01 02:00:52 +02:00
calls-call-display.c resources: Use /org/gnome prefix and adapt to changes 2021-07-12 13:35:57 +00:00
calls-call-display.h remove CallsCallHolder and CallsCallData 2021-01-28 15:22:59 +01:00
calls-call-record-row.c resources: Use /org/gnome prefix and adapt to changes 2021-07-12 13:35:57 +00:00
calls-call-record-row.h Make CallsContacts a singleton 2020-06-23 17:43:19 +02:00
calls-call-record.c calls-record: Introduce the protocol property 2021-05-28 17:02:02 +02:00
calls-call-record.h Record calls to an SQLite database via libgom 2019-07-22 14:37:41 +01:00
calls-call-selector-item.c resources: Use /org/gnome prefix and adapt to changes 2021-07-12 13:35:57 +00:00
calls-call-selector-item.h remove CallsCallHolder and CallsCallData 2021-01-28 15:22:59 +01:00
calls-call-window.c Drop layer-surface 2021-07-12 17:36:24 +02:00
calls-call-window.h CallWindow: use Manager 2020-03-27 12:05:33 +01:00
calls-call.c call: Introduce protocol property 2021-05-28 13:18:24 +02:00
calls-call.h call: Introduce protocol property 2021-05-28 13:18:24 +02:00
calls-contacts-box.c contact-box: Do not hardcode length of match_fields[] 2021-09-23 09:54:44 +02:00
calls-contacts-box.h Contacts: Add contacts list 2021-02-03 23:28:57 +01:00
calls-contacts-provider.c doc: Fix gtk-doc transfer annotations 2021-04-27 11:38:26 +02:00
calls-contacts-provider.h BestMatch: remove BestMatchView to reduce vala code 2021-02-03 23:58:31 +00:00
calls-contacts-row.c resources: Use /org/gnome prefix and adapt to changes 2021-07-12 13:35:57 +00:00
calls-contacts-row.h Contacts: Add contacts list 2021-02-03 23:28:57 +01:00
calls-dbus-manager.c dbus: Add more DBus properties 2021-07-12 17:36:24 +02:00
calls-dbus-manager.h Expose call objects on DBus 2021-06-03 14:29:36 +00:00
calls-encryption-indicator.c resources: Use /org/gnome prefix and adapt to changes 2021-07-12 13:35:57 +00:00
calls-encryption-indicator.h Add CallsEncryptionIndicator 2018-07-31 10:14:49 +02:00
calls-history-box.c history-box: Use content style for listbox 2021-08-03 12:42:46 +00:00
calls-history-box.h Port to libhandy 1 2020-10-06 14:06:51 +00:00
calls-in-app-notification.c resources: Use /org/gnome prefix and adapt to changes 2021-07-12 13:35:57 +00:00
calls-in-app-notification.h Fix old-style warnings all over the codebase 2021-06-03 19:46:45 +00:00
calls-log.c Add and use new logger 2021-08-11 09:38:19 +00:00
calls-log.h Add and use new logger 2021-08-11 09:38:19 +00:00
calls-main-window.c about: Update copyright 2021-07-20 10:18:03 +02:00
calls-main-window.h Introduce CallsAccountOverview: A UI to allow managing VoIP accounts 2021-07-20 10:17:17 +02:00
calls-manager.c manager: Initialize g_auto variable to NULL 2021-08-25 11:06:32 +02:00
calls-manager.h manager: Add API to query loaded providers 2021-07-20 10:17:17 +02:00
calls-message-source.c Preliminary documentation of provider interfaces 2018-05-23 09:59:28 +01:00
calls-message-source.h Preliminary documentation of provider interfaces 2018-05-23 09:59:28 +01:00
calls-network-watch.c network-watch: Don't fail initialization when unable to fetch local IP 2021-09-24 05:24:41 +00:00
calls-network-watch.h Introduce CallsNetworkWatch to notify of network changes 2021-09-02 09:17:12 +02:00
calls-new-call-box.c new-call-box: Clear entry after dialing 2021-09-20 03:31:28 +02:00
calls-new-call-box.h new-call-box: Handle USSD commands 2020-11-03 08:19:03 +05:30
calls-notifier.c notifier: Add notification category 2021-08-04 02:36:34 +00:00
calls-notifier.h Fix old-style warnings all over the codebase 2021-06-03 19:46:45 +00:00
calls-origin.c origin: Add "numeric-addresses" property 2021-08-13 02:13:27 +02:00
calls-origin.h origin: Add "numeric-addresses" property 2021-08-13 02:13:27 +02:00
calls-phone-number-query.vala number-query: Take country code into account 2021-09-23 09:54:44 +02:00
calls-provider.c debug: Add G_LOG_DOMAIN to every file using g_debug() 2021-06-18 11:12:13 +02:00
calls-provider.h manager: Differentiate the NO_ORIGIN state 2021-06-01 14:52:23 +02:00
calls-record-store.c debug: Add G_LOG_DOMAIN to every file using g_debug() 2021-06-18 11:12:13 +02:00
calls-record-store.h RecordStore: Use Manager 2020-03-27 12:05:34 +01:00
calls-ringer.c ringer: Follow coding style for G_LOG_DOMAIN 2021-06-18 11:12:13 +02:00
calls-ringer.h Ringer: Use Manager 2020-03-27 12:05:34 +01:00
calls-secret-store.c secret-store: Work around bug in gnome-keyring preventing keyring unlocking 2021-07-21 17:30:51 +02:00
calls-secret-store.h Introduce CallsSecretStore to store credentials 2021-07-20 10:17:17 +02:00
calls-settings.c schema: Use org.gnome prefix and adapt to changes 2021-07-12 13:35:57 +00:00
calls-settings.h application: settings: Add autoload-plugins setting 2021-06-26 08:57:53 +02:00
calls-ussd.c Add calls-ussd interface 2020-11-02 10:00:46 +05:30
calls-ussd.h Add calls-ussd interface 2020-11-02 10:00:46 +05:30
calls.gresources.xml Introduce CallsAccountOverview: A UI to allow managing VoIP accounts 2021-07-20 10:17:17 +02:00
main.c Add and use new logger 2021-08-11 09:38:19 +00:00
meson.build Introduce CallsNetworkWatch to notify of network changes 2021-09-02 09:17:12 +02:00
style.css new-call-box: Add entry for non-numeric inputs 2021-08-14 20:46:11 +02:00
util.c util: Get rid of conditional compilation in calls_find_in_store() 2021-06-25 07:34:38 +00:00
util.h util: Add simple API to query protocol 2021-05-28 13:18:24 +02:00
version.h.in build: separate version from the rest of the configuration data 2021-04-27 01:55:13 +02:00