1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00
Purism-Calls/src
Evangelos Ribeiro Tzaras 0ead013d4d account-overview: Set window title
Set window title for the overview as well for adding or editing an account.
2022-11-18 13:49:47 +00:00
..
dbus dbus: Add hint property 2022-02-03 12:37:05 +01:00
gtklistmodels meson: Add gtk sources to build 2022-07-27 16:26:25 +02:00
ui new-call-box: Reindent 2022-10-13 13:24:19 +00:00
calls-account-overview.c account-overview: Set window title 2022-11-18 13:49:47 +00: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 Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-account-row.c account-widgets: Make row activatable 2022-05-24 11:55:52 +00:00
calls-account-row.h account-widgets: Make row activatable 2022-05-24 11:55:52 +00:00
calls-account.c sip: origin: Always notify state changes when relevant to the UI 2022-05-24 11:55:52 +00:00
calls-account.h sip: origin: Always notify state changes when relevant to the UI 2022-05-24 11:55:52 +00:00
calls-application.c application: Shut down graceful on SIGTERM/SIGINT 2022-11-17 10:00:03 +01:00
calls-application.h Simplify country code handling 2021-09-27 08:46:09 +00:00
calls-best-match.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-best-match.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-record-row.c record-row: Add SMS action 2022-08-05 10:30:06 +02:00
calls-call-record-row.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-record.c Uncrustify sources 2022-04-24 12:59:42 +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 Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-selector-item.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-window.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-window.h CallWindow: use Manager 2020-03-27 12:05:33 +01:00
calls-call.c call: Prefer using enum values 2022-09-01 18:06:55 +02:00
calls-call.h call: Document call states 2022-09-01 18:08:27 +02:00
calls-contacts-box.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-contacts-box.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-contacts-provider.c contact-provider: Allow can-add-contacts to be reset 2022-11-08 11:28:18 +00:00
calls-contacts-provider.h settings: Convert to the singleton pattern 2022-05-13 19:58:07 +02:00
calls-contacts-row.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-contacts-row.h Contacts: Add contacts list 2021-02-03 23:28:57 +01:00
calls-dbus-manager.c dbus-manager: Bind encrypted property 2022-05-24 22:48:59 +02:00
calls-dbus-manager.h Fix header alignment 2022-05-13 19:58:07 +02:00
calls-history-box.c util: Rename function to calls_find_in_model() and adjust documentation 2022-11-01 11:04:35 +00:00
calls-history-box.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-in-app-notification.c Uncrustify sources 2022-04-24 12:59:42 +02: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 application: Propagate verbosity to main instance 2022-11-01 10:19:08 +00:00
calls-log.h application: Propagate verbosity to main instance 2022-11-01 10:19:08 +00:00
calls-main-window.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-main-window.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-manager.c util: Rename function to calls_find_in_model() and adjust documentation 2022-11-01 11:04:35 +00:00
calls-manager.h manager: Remove unused has_active_call() function 2022-08-10 16:00:00 +02:00
calls-message-source.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-message-source.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-network-watch.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-network-watch.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-new-call-box.c new-call-box: Switch to using CuiDialpad 2022-10-13 13:24:19 +00:00
calls-new-call-box.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-notifier.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-notifier.h Fix old-style warnings all over the codebase 2021-06-03 19:46:45 +00:00
calls-origin.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-origin.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-phone-number-query.vala number-query: Fall back to string comparison if parsing EPhoneNumber fails 2021-10-27 11:07:54 +00:00
calls-provider.c provider: Remove unused parameter from docstring 2022-01-20 10:17:26 +01:00
calls-provider.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-record-store.c application: Shut down graceful on SIGTERM/SIGINT 2022-11-17 10:00:03 +01:00
calls-record-store.h RecordStore: Use Manager 2020-03-27 12:05:34 +01:00
calls-ringer.c ringer: Break loop if triggered event was ended immediately 2022-11-15 09:52:17 +00:00
calls-ringer.h ringer: Never cancel async DBus calls and refactor 2022-11-15 09:52:17 +00: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 Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-settings.c schema: Add setting allowing to use SDES 2022-05-24 22:48:59 +02:00
calls-settings.h schema: Add setting allowing to use SDES 2022-05-24 22:48:59 +02:00
calls-ui-call-data.c ui-call-data: Prevent timer being started multiple times 2022-11-05 23:51:19 +00:00
calls-ui-call-data.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-ussd.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-ussd.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls.gresources.xml Remove history-header-bar.ui 2021-11-24 13:41:10 +00:00
main.c Add and use new logger 2021-08-11 09:38:19 +00:00
meson.build ringer: Never cancel async DBus calls and refactor 2022-11-15 09:52:17 +00:00
style.css style: Make error color white in both light and dark mode 2021-11-30 13:04:13 -08:00
util.c util: Add API to check address family of IP address 2022-11-01 11:04:35 +00:00
util.h util: Add API to check address family of IP address 2022-11-01 11:04:35 +00:00
version.h.in build: separate version from the rest of the configuration data 2021-04-27 01:55:13 +02:00