summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* M!121 - build: Fix WITH_PRIVATE_DOCS hintJan Tojnar2023-03-311-1/+1
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/121
* Post-release version bumpMilan Crha2023-03-171-2/+2
|
* Post-release version bumpMilan Crha2023-03-031-1/+1
|
* I#453 - build: Make it possible to override C++ standard ][Milan Crha2023-02-201-1/+0
| | | | | | | | Use target_compile_features() instead of global C++ standard variable, which allows to define minimum version for the target, instead of forcing certain version for the whole project. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/453
* I#453 - build: Make it possible to override C++ standardMilan Crha2023-02-151-1/+1
| | | | | | | | When the variable is cached, it can be overridden by the caller, thus when libraries like libphonenumber require certain version of the C++ standard, it can be set from the outside. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/453
* Post-release version bumpMilan Crha2023-02-101-1/+1
|
* ews-I#210 - Add option to always use HTTP/1Milan Crha2023-01-261-0/+1
| | | | | | | This adds the functionality into the ESoupSession, thus it can be reused by other parts, if needed. Related to https://gitlab.gnome.org/GNOME/evolution-ews/-/issues/210
* I#231 - Release unused memory in factories after certain operationsMilan Crha2023-01-181-0/+3
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/231
* Post-release version bumpMilan Crha2023-01-061-1/+1
|
* M!107 - Use webkitgtk-6.0 API versionMichael Catanzaro2022-11-151-1/+1
| | | | | | In WebKitGTK 2.39.1, the GTK 4 API version has been renamed from webkit2gtk-5.0 to webkitgtk-6.0. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/107
* Add EXTENSIONS_DIR compile time optionMilan Crha2022-11-091-0/+2
| | | | | This can be used to install out-of-tree extensions. The main use is under Flatpak, but it can work in regular installations as well.
* build: Update check for elfutils/libdwfl.hMilan Crha2022-10-261-2/+2
| | | | | This test could fail due to -Werror=int-conversion, because using NULL, where an integer is expected.
* build: Add a check for localtime_r()Milan Crha2022-10-261-0/+3
| | | | | The code is checking for HAVE_LOCALTIME_R, but its define has got lost somewhere.
* Post-release version bumpMilan Crha2022-09-161-2/+2
|
* Post-release version bumpMilan Crha2022-09-021-1/+1
|
* Replace GcrCertificateWidget with libedataserverui's ECertificateWidgetMilan Crha2022-08-111-9/+0
| | | | | | The GcrCertificateWidget will be removed, thus use the one provided by the libedataserverui instead. It helps to limit spread of the GCR in the code.
* build: Correct use of manual NSS/NSPR build flagsMilan Crha2022-08-111-2/+2
| | | | | There was a typo in the variable names, causing the manual flags being ignored.
* Post-release version bumpMilan Crha2022-08-051-1/+1
|
* Replace libgdata dependency with built-in functionsMilan Crha2022-07-071-35/+0
| | | | | Since the new Google Data Tasks API functions being added, the libgdata dependency can be dropped and replaced with it.
* Bump libsoup minimum version requirement to 3.1.1Milan Crha2022-07-041-2/+2
| | | | | Only the libsoup 3.1.1 contains necessary changes needed to work properly in the heavy-multi-threaded environment the evolution-data-server is.
* Post-release version bumpMilan Crha2022-07-011-1/+1
|
* build: Disable libgdata dependency by default and check its soupapiversionMilan Crha2022-07-011-1/+8
| | | | | | There is currently no libgdata with libsoup3 support available, thus disable build of the Google Tasks support for now. Also add a check for soupapiversion, to avoid issues in runtime when the option is enabled.
* build: Look for WebKitGTK only when GTK/GTK4 is enabledMilan Crha2022-06-231-12/+16
| | | | | It does not make sense to request WebKitGTK, when libedataserverui is not built.
* M!80 - Provide libedataserverui for gtk4Milan Crha2022-06-221-11/+40
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/80
* M!85 - Port to libsoup3Milan Crha2022-06-221-42/+28
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/85
* Change how OAuth2 credentials are stored in the codeMilan Crha2022-04-081-4/+4
| | | | At least do not store them in the clear form.
* I#379 - OAuth2: Option to use browser of choice for authenticationMilan Crha2022-04-071-32/+30
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/379
* M!91 - CamelStoreSummary: Make CamelStoreInfo a boxed classCorentin Noël2022-04-041-1/+1
| | | | | | | Store the CamelStoreSummary into the CamelStoreInfo and create simple accessors and ref/unref methods. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/91
* Post-release version bumpMilan Crha2022-03-181-2/+2
|
* Post-release version bumpMilan Crha2022-03-041-1/+1
|
* M!93 - Port to libgweather4Javier Jardón2022-02-211-1/+8
| | | | | | | Adds support for linking against gweather4 (pass -DWITH_GWEATHER4=ON). Co-Authored-By: Jan Tojnar <jtojnar@gmail.com> Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/93
* Post-release version bumpMilan Crha2022-02-111-1/+1
|
* Post-release version bumpMilan Crha2022-01-071-1/+1
|
* NEWS update for 3.43.1.13.43.1.1Milan Crha2022-01-071-1/+1
|
* Post-release version bumpMilan Crha2022-01-071-1/+1
|
* I#368 - Calendar: X-EVOLUTION-ENDDATE can be calculated incorrectlyMilan Crha2021-12-131-0/+8
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/368
* evo-I#1698 - Bundle legacy icons removed from adwaita-icon-themeMilan Crha2021-11-181-0/+2
| | | | Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1698
* M!83 - Adjust .pc file not to expose used crypto libraryAlexander Traud2021-11-111-1/+1
| | | | | | | | | | Public headers of Evolution Data Server (and Camel) are not directly including headers of the crypto library NSS. The shared libraries already have links so NSS is at best only needed for static linking, but that must go into a the field called "private". The same applies for SQLite in Camel. Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/83
* M!78 - Remove dependency on intltooltintou/no-intltoolsCorentin Noël2021-09-221-1/+2
| | | | | | | | Add the I18n CMake module to merge files. Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/78
* Post-release version bumpMilan Crha2021-09-171-2/+2
|
* Post-release version bumpMilan Crha2021-09-031-1/+1
|
* I#343 - Slow down automatic background downloads when in power saver modeMilan Crha2021-08-301-0/+13
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/343
* Post-release version bumpMilan Crha2021-08-131-1/+1
|
* evo-#1433 - Message List columns for custom headersMilan Crha2021-08-051-1/+1
| | | | | | | | | Apart of adding custom headers into the folder summary, it also adds a 'preview' property, to be used for message body preview in the future. That's to have it under a single commit and a single soname version bump. Related to https://gitlab.gnome.org/GNOME/evolution/-/issues/1433
* Post-release version bumpMilan Crha2021-07-091-1/+1
|
* I#317 - Add OAuth2 for Yahoo! accountsMilan Crha2021-03-191-0/+11
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/317
* Post-release version bumpMilan Crha2021-03-191-2/+2
|
* Post-release version bumpMilan Crha2021-03-121-1/+1
|
* Post-release version bumpMilan Crha2021-02-121-1/+1
|
* I#297 - CalDAV: Support calendar-order propertyMilan Crha2021-02-101-2/+2
| | | | Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/297