- 02 Jul, 2020 3 commits
-
-
Guido Gunther authored
If no number is present use `Anonymous caller` instead of an empty label in the call history. See: #144
-
-
-
- 28 Jun, 2020 1 commit
-
-
Yuri Chornoivan authored
-
- 27 Jun, 2020 1 commit
-
-
Evangelos Ribeiro Tzaras authored
* src/calls-manager.h: Add lookup function to header * src/calls-manager.c: Implement lookup function to be used for the call history, call notifier and call display * src/calls-call-holder.c: Use calls_manager_get_contact_name () * src/calls-notifier.c: Use calls_manager_get_contact_name ()
-
- 23 Jun, 2020 1 commit
-
-
Evangelos Ribeiro Tzaras authored
Since passing a CallsContacts pointer down to every class it needs, started to become laborous - especially since the intermediates classes don't need the reference themselves - it was made a singleton * src/calls-contacts.c: Added calls_contacts_get_default () function and removed calls_contacts_new () * src/calls-contacts.h: Added _get_default () prototype and removed the _new () prototype * src/calls-application.c: Use calls_contacts_get_default () now * src/calls-history-box.c: Removed self->contacts completely * src/calls-history-box.h: Got rid of CallsContacts argument in _new() * src/calls-main-window.c: Removed self->contacts completely * src/calls-main-window.h: Got rid of CallsContacts argument in _new() * src/calls-call-record-row.c: Use calls_contacts_get_default () now * src/calls-call-record-row.h: Got rid of CallsContacts argument in _new() * src/calls-call-holder.c: Use calls_contacts_get_default () now * src/calls-call-holder.h: Got rid of CallsContacts argument in _new() * src/calls-call-window.c: Removed self->contacts completely * src/calls-call-window.h: Got rid of CallsContacts argument in _new() * src/calls-notifier.c: Use calls_contacts_get_default () now * src/calls-notifier.h: Got rid of CallsContacts argument in _new()
-
- 20 Jun, 2020 1 commit
-
-
Yuri Chornoivan authored
-
- 11 Jun, 2020 1 commit
-
-
Guido Gunther authored
-
- 10 Jun, 2020 3 commits
-
-
Evangelos Ribeiro Tzaras authored
* src/ui/call-record-row.ui: Add menu, GtkPopover. Surround existing elements with GtkEventBox to capture longpress/rightclicks * src/calls-call-record-row.c: Provide functions emiting "call-delete" signal, add widgets from ui file * src/calls-record.c: Add "call-delete" signal * src/calls-history-box.c: Add callback for "call-delete" signal * src/calls-record-store.c: Add callback for "call-delete" signal * src/util.c: Add convenience function calls_find_in_store for finding items in ListModel * src/util.h: Add declaration of calls_find_in_store
-
Evangelos Ribeiro Tzaras authored
-
-
- 09 Jun, 2020 1 commit
-
-
Guido Gunther authored
Closes: #153
-
- 08 Jun, 2020 1 commit
-
-
Otherwise this can trigger test failures. Similar to what we did in libhandy. Fixes errors like: --- G_DEBUG='gc-friendly,fatal-warnings' G_TEST_BUILDDIR='/home/purism/builds/calls/_build/tests' PYTHONDONTWRITEBYTECODE='yes' MALLOC_CHECK_='2' GSETTINGS_BACKEND='memory' G_TEST_SRCDIR='/home/purism/builds/calls/tests' /home/purism/builds/calls/_build/tests/manager --- stderr --- (/home/purism/builds/calls/_build/tests/manager:10212): dbind-WARNING **: 12:01:50.237: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files -------
-
- 05 Jun, 2020 6 commits
-
-
Guido Gunther authored
This triggers e.g. haptic feeback as well and can later on be used for LED feedback. We can drop the audio theme setting completely since feedbackd picks up the global GNOME setting. Since feedbackd currently does not cancel gsound's via a cancellable this might make the phone ring a bit too long atm but that will be fixed on the feedbackd side (Librem5/feedbackd#10)
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
This avoids deprecation warnings due to GTimeVal used in libebook-contacts.h See https://tecnocode.co.uk/2019/08/24/gtimeval-deprecation-in-glib-2-61-2/ It's already fixed in newer eds so we can drop this once we move to a newer stack.
-
Guido Gunther authored
calls_contacts_lookup_phone_number is transfer-none
-
Guido Gunther authored
This makes sure we have clear ownership rules
-
- 02 Jun, 2020 3 commits
-
-
- 31 May, 2020 2 commits
-
-
-
Mohammed Sadiq authored
program-name will be retrieved with g_get_application_name(). Let’s not do it explicitly so that there is one less string to translate
-
- 29 May, 2020 2 commits
-
-
Update the pot file after marking many strings as not needing translation.
-
They're never used anywhere. Closes: #155, #121
-
- 28 May, 2020 1 commit
-
-
Guido Gunther authored
They're not meant to be translated
-
- 27 May, 2020 3 commits
-
-
- 23 May, 2020 1 commit
-
-
Zander Brown authored
-
- 18 May, 2020 2 commits
-
-
Guido Gunther authored
This makes correct taging so much simpler
-
Guido Gunther authored
-
- 16 May, 2020 3 commits
-
-
Yuri Chornoivan authored
-
-
-
- 15 May, 2020 2 commits
-
-
Evangelos Ribeiro Tzaras authored
* meson_options.txt: Added option librem5-hack, defaults to true * src/meson.build: Added conditional define USE_UGLY_CODE which will be set when librem5-hack option is used * src/calls-call-display.c: ifdef'ed ugly_hacks call
-
Evangelos Ribeiro Tzaras authored
Adust debian/copyright accordingly.
-
- 13 May, 2020 1 commit
-
-
David Heidelberg authored
Appstream nowadays prefers `.metainfo.xml`: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
-
- 12 May, 2020 1 commit
-
-