- 18 Sep, 2020 5 commits
-
-
Guido Gunther authored
-
Yuri Chornoivan authored
-
Guido Gunther authored
Wrap each person within <maintainer/>
-
Марко Костић (Marko Kostić) authored
-
scootergrisen authored
-
- 14 Sep, 2020 1 commit
-
-
Guido Gunther authored
He's been the most active contributor recently.
-
- 10 Sep, 2020 3 commits
-
-
Guido Gunther authored
Calls can't tell the difference between no SIM and no modem atm. Closes: #159, #152
-
Guido Gunther authored
Othewise we overflow the window. Center it too.
-
Guido Gunther authored
-
- 09 Sep, 2020 1 commit
-
-
Evangelos Ribeiro Tzaras authored
-
- 08 Sep, 2020 1 commit
-
-
Evangelos Ribeiro Tzaras authored
-
- 07 Sep, 2020 2 commits
-
-
Fabio Tomat authored
-
Fabio Tomat authored
-
- 02 Sep, 2020 1 commit
-
-
Thibault authored
-
- 14 Aug, 2020 5 commits
-
-
Efstathios Iosifidis authored
-
Efstathios Iosifidis authored
-
Guido Gunther authored
-
Daniel Mustieles authored
-
Valéry Febvre authored
-
- 10 Aug, 2020 1 commit
-
-
Emin Tufan Çetin authored
-
- 24 Jul, 2020 1 commit
-
-
James Westman authored
Added feedbackd to the Flatpak manifest, so that Calls builds again. Fixes #164.
-
- 22 Jul, 2020 2 commits
-
-
Guido Gunther authored
These have an empty string which leads to Error parsing phone number `': Keine Telefonnumme
-
Guido Gunther authored
-
- 20 Jul, 2020 6 commits
-
-
Daniel Șerbănescu authored
-
Guido Gunther authored
-
Balázs Meskó authored
-
scootergrisen authored
-
scootergrisen authored
-
Marc Riera Irigoyen authored
-
- 18 Jul, 2020 1 commit
-
-
Tim Sabsch authored
-
- 13 Jul, 2020 1 commit
-
-
Arnaud Ferraris authored
For some locales, the buttons' labels can be quite long, making the window wider than the display. Using a line wrap will solve this issue when there wouldn't be shorter translation alternatives. This requires reducing the encryption indicator's margins so the window height doesn't grow beyond the available display size.
-
- 03 Jul, 2020 1 commit
-
-
Daniel Șerbănescu authored
-
- 02 Jul, 2020 5 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
They can't be called back, we don't have a number See: #144
-
Guido Gunther authored
If no number is present use `Anonymous caller` instead of an empty label in the call history. See: #144
-
Emin Tufan Çetin authored
-
Emin Tufan Çetin authored
-
- 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()
-