- 14 Jul, 2021 1 commit
-
-
Guido Gunther authored
-
- 10 Jul, 2021 8 commits
-
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
In preparation to moving to GNOME all the IDs, DBus object paths, etc should change. Closes #303
-
Evangelos Ribeiro Tzaras authored
In preparation to moving to GNOME all the IDs, DBus object paths, etc should change.
-
Evangelos Ribeiro Tzaras authored
In preparation to moving to GNOME all the IDs, DBus object paths, etc should change.
-
Evangelos Ribeiro Tzaras authored
In preparation to moving to GNOME all the IDs, DBus object paths, etc should change.
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
-
- 05 Jul, 2021 1 commit
-
-
Evangelos Ribeiro Tzaras authored
-
- 01 Jul, 2021 3 commits
-
-
Evangelos Ribeiro Tzaras authored
Fixes #283
-
Evangelos Ribeiro Tzaras authored
This does not perform any contact lookup, but instead introduces a benign hack to be able to get something sensible when calling `calls_best_match_get_name()` and avoids unnecessary warnings.
-
Evangelos Ribeiro Tzaras authored
-
- 29 Jun, 2021 2 commits
-
-
Evangelos Ribeiro Tzaras authored
Closes #298
-
Evangelos Ribeiro Tzaras authored
as it does not really "prepend" the search path. See https://gitlab.gnome.org/GNOME/libpeas/-/issues/19 Closes #300
-
- 26 Jun, 2021 3 commits
-
-
Evangelos Ribeiro Tzaras authored
This setting will be used to define the provider plugins to be loaded on application startup if calls has been invoked without `--provider`
-
Evangelos Ribeiro Tzaras authored
When calls is invoked with one or more `--provider` arguments, the application will only load the providers specified by the command line. If no `--provider` argument is given, the application will instead fall back to loading providers defined in the settings (see next commit).
-
Evangelos Ribeiro Tzaras authored
CallsSipOrigin accesses the CallsSipContext (owned by the provider) in its dispose() which will be invalid once CallsSipProvider gets freed. This commit will make certain that the provider stays alive for the lifetime of it's origins.
-
- 25 Jun, 2021 3 commits
-
-
This is not needed anymore after bumping the required glib version to 2.64.
-
After bumping minimum glib requirements we get a bunch of ``` In file included from /usr/include/evolution-data-server/libedataserver/libedataserver.h:32, from /usr/include/evolution-data-server/libebook-contacts/libebook-contacts.h:23, from ../src/service.c:48: /usr/include/evolution-data-server/libedataserver/e-flag.h:54:8: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 54 | GTimeVal *abs_time); | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from ../src/service.c:36: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ ``` Upstream recommends avoiding the warnings by defining `EDS_DISABLE_DEPRECATED`, see https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/332.
-
This allows us to get rid of some conditional compilation in src/util.c
-
- 23 Jun, 2021 1 commit
-
-
Evangelos Ribeiro Tzaras authored
This is done in preparation to moving to GNOME infrastructure. Every maintainer in the doap file needs to have a GNOME (LDAP) account. https://gitlab.gnome.org/GNOME/gnome-build-meta/-/issues/363#note_1136104
-
- 22 Jun, 2021 8 commits
-
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
as indicated by the logs during configuration: `WARNING: Use the 'pie' kwarg instead of passing '-fpie' manually to 'provider'`
-
Evangelos Ribeiro Tzaras authored
Logs during configuration revealed a typo: data/meson.build:72: WARNING: Passed invalid keyword argument "depends_files". WARNING: This will become a hard error in the future. `depends_file` is supposed to be `depend_file`.
-
Evangelos Ribeiro Tzaras authored
The pie kwarg was introduced with 0.49.0. Amber ships 0.49.0, Amber-phone 0.51.0 and we have 0.56.2 in Debian, so bumping the requirement should be unproblematic.
-
- 21 Jun, 2021 1 commit
-
-
Evangelos Ribeiro Tzaras authored
Memory allocations from su_home_t will get cleaned up, when the home is freed.
-
- 19 Jun, 2021 2 commits
-
-
- 18 Jun, 2021 7 commits
-
-
Evangelos Ribeiro Tzaras authored
and set the account state accordingly.
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
Closes #288
-
Evangelos Ribeiro Tzaras authored
Without this patch running f.e. `CALLS_GDB=1 _build/run -p sip` will not work.
-
Evangelos Ribeiro Tzaras authored
-
Evangelos Ribeiro Tzaras authored
Closes #294
-