Skip to content
Snippets Groups Projects
  1. Jul 18, 2020
  2. Jul 13, 2020
    • Arnaud Ferraris's avatar
      ui: call-display: wrap toggle buttons' labels · aadd3e35
      Arnaud Ferraris authored and Arnaud Ferraris's avatar Arnaud Ferraris committed
      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.
      aadd3e35
  3. Jul 03, 2020
  4. Jul 02, 2020
  5. Jun 28, 2020
  6. Jun 27, 2020
    • Evangelos Ribeiro Tzaras's avatar
      Implement contact name lookup for call display · 9fc8ec5e
      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 ()
      9fc8ec5e
  7. Jun 23, 2020
    • Evangelos Ribeiro Tzaras's avatar
      Make CallsContacts a singleton · 0f0d10e3
      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()
      0f0d10e3
  8. Jun 20, 2020
  9. Jun 11, 2020
  10. Jun 10, 2020
  11. Jun 09, 2020
  12. Jun 08, 2020
    • Guido Gunther's avatar
      tests: Disable atk bridge · c3e6a444
      Guido Gunther authored and Guido Gunther's avatar Guido Gunther committed
      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
      -------
      c3e6a444
  13. Jun 05, 2020
  14. Jun 02, 2020
  15. May 31, 2020
  16. May 29, 2020
  17. May 28, 2020
  18. May 27, 2020
  19. May 23, 2020
  20. May 18, 2020
  21. May 16, 2020
Loading