summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add .editorconfig fileHEADmasterCorentin Noël2023-05-011-0/+25
| | | | | | Allows to have consistent file indentation configured by default for all editors. See https://editorconfig.org/ for more information.
* tests/telepathy: Use shared_library() to fix g-ir-scanner which expects ↵Rico Tzschichholz2023-04-161-1/+1
| | | | | | proper library Build failure triggered by https://gitlab.gnome.org/GNOME/glib/-/commit/004f48f4fc8adfccad51e2a7f4608c7fe3c28c7c
* bluez: Fix invalid ownership of property accessors in Device interfaceRico Tzschichholz2023-03-211-8/+8
|
* Post-release version bumpNiels De Graef2023-03-051-1/+1
|
* Release unstable 0.15.6 version0.15.6Niels De Graef2023-03-051-0/+12
|
* README: update meson instructionsNiels De Graef2023-03-051-4/+5
| | | | | | | | | These days meson complains a bit if you `meson $BUILDDIR` instead of `meson setup $BUILDDIR`, so update our instructions. While we're at it, adjust them to use the meson-specific wrappers for building and installing, rather than using ninja directly Fixes: https://gitlab.gnome.org/GNOME/folks/-/issues/134
* Update Turkish translationSabri Ünal2023-02-221-23/+23
|
* profiling: Use sysprof as the profiling libraryCorentin Noël2023-01-1519-77/+405
| | | | Instead of abusing the posix access function.
* backends: Declare the modules as shared_module instead of librariesCorentin Noël2023-01-046-6/+6
| | | | They really are just modules.
* Add Interlingue translationOlga Smirnova2022-12-282-0/+810
|
* Update Abkhazian translationNart Tlisha2022-10-311-3056/+3
|
* build: Use SPDX license formatJan Tojnar2022-10-111-1/+1
| | | | | It is recommended by Meson: https://mesonbuild.com/Reference-manual_functions.html#project
* build: Use gnome.post_install() functionJan Tojnar2022-10-112-16/+3
| | | | | | | Introduced in Meson 0.57.0, it simplifies the code a bit: https://mesonbuild.com/Gnome-module.html#gnomepost_install Icons are not installed so no need to regenerate the icon cache.
* build: Raise Meson version to 0.57Jan Tojnar2022-10-114-11/+11
| | | | | | Will be needed for gnome.post_install(). Also fix deprecations.
* tests/bluez: Follow PairDevice() API changenielsdg/Fix-bluez-testsNiels De Graef2022-10-111-1/+1
| | | | | | | | | | | | | | | | | | | Upstream python-dbusmock changed its API for `PairDevice()` to include a class parameter. For Python code, this API break was solved by providing a default value for the argument. Since we rely on the D-Bus interface however and D-Bus doesn't have a concept of default arguments, this just broke with an error: > Error setting up mock BlueZ device: > GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Invalid arguments: > More items found in D-Bus signature than in Python arguments Add the same default argument in our Vala interface to work around the problem. Related links: * https://github.com/martinpitt/python-dbusmock/pull/45 * https://github.com/martinpitt/python-dbusmock/issues/123
* Update Abkhazian translationNart Tlisha2022-10-031-3/+3914
|
* Add Georgian translationZurab Kargareteli2022-09-222-0/+799
|
* Update Turkish translationSabri Ünal2022-09-181-212/+148
|
* Update Bulgarian translationAlexander Shopov2022-09-141-254/+384
|
* Update Abkhazian translationNart Tlisha2022-08-251-5/+4
|
* Update Abkhazian translationNart Tlisha2022-07-291-12/+28
|
* Add Abkhazian translationNart Tlisha2022-07-252-0/+778
|
* meson: Add --shared-libary when generating typelibNiels De Graef2022-05-224-0/+4
| | | | | | | | | | This makes sure the typelibs actually know about the library. Before this commit, it hence impossible to use any typelib-based binding (like GJS or Pygobject) with libfolks. Thanks @kulkegncs for providing the fix! Fixes: https://gitlab.gnome.org/GNOME/folks/-/issues/132
* Update French translationCharles Monzat2022-04-081-104/+90
|
* Update Basque translationAsier Sarasua Garmendia2022-04-031-317/+202
|
* Post release version bumpJordan Petridis2022-03-231-1/+1
|
* Release unstable 0.15.5 version0.15.5Jordan Petridis2022-03-231-0/+6
|
* folks-generics: Add missing generic type argumentRico Tzschichholz2022-01-303-13/+9
|
* Post release version bumpJordan Petridis2022-01-171-1/+1
|
* Release unstable 0.15.4 version0.15.4Jordan Petridis2022-01-171-0/+8
|
* Update Hebrew translationYaron Shahrabani2021-11-161-32/+24
|
* edfs: Use required accessibility for UrlTypeMappingRico Tzschichholz2021-11-061-1/+1
| | | | The internal constant "_url_properties" is using this type.
* tests: Remove volatile keyword for g_once_init_enterNiels De Graef2021-10-101-1/+1
| | | | See https://gitlab.gnome.org/GNOME/glib/-/issues/600
* docs: Fix build with EDS ≥ 3.41Jan Tojnar2021-10-021-0/+4
| | | | Docs need the same flag as source code to be able to use fixes from https://gitlab.gnome.org/GNOME/folks/-/merge_requests/49.
* ci: Expose meson's Junit test results to gitlabNiels De Graef2021-09-303-128/+3
| | | | | Meson has been generating Junit XML files of its test results since 0.55, so no need for us to maintain a custom script anymore.
* Update Hebrew translationYaron Shahrabani2021-09-231-258/+418
|
* Post release version bumpJordan Petridis2021-07-171-1/+1
|
* Release unstable 0.15.3 version0.15.3Jordan Petridis2021-07-171-0/+6
|
* Update Belarusian translationŹmicier Turok2021-06-151-412/+300
|
* Fix build with latest EDS versionCorentin Noël2021-06-082-37/+42
|
* Use return_val_if_fail() to fix a build errorJasper Lievisse Adriaanse2021-05-151-1/+1
| | | | | | error: non-void function '_edsf_persona_get_string_property' should return a value closes #129
* Update Norwegian Bokmål translationKjartan Maraas2021-05-121-100/+68
|
* Update Nepali translationPawan Chitrakar2021-04-301-60/+53
|
* Update Nepali translationPawan Chitrakar2021-04-221-335/+284
|
* Update Galician translationFran Dieguez2021-02-231-207/+180
|
* Post-release version bumpNiels De Graef2021-02-151-1/+1
|
* Release unstable version 1.15.20.15.2Niels De Graef2021-02-151-0/+7
|
* Remove MAINTAINERS fileNiels De Graef2021-02-151-4/+0
| | | | | | Maintainers are listed in the DOAP file, so remove the redundancy (the reason we needed this file most we because of the autotools build, but that got removed).
* docs: Fix gtkdoc errorsNiels De Graef2021-02-156-1/+42
| | | | | By configuring a `gtkdocentities.in`, gtk-doc stops complaining about a missing `package_name` and `package_string` entity.
* folks-generics: Bump gir_version as wellNiels De Graef2021-02-151-1/+1
| | | | | | | | | | | With the drop of the tracker backend, we bumped the API version. However, this version is apparently also hardcoded in `folks-generics.vapi`, so this gives build errors. This commit quickly fixes it by updating the gir_version, but we should probably just configure it properly through our build system. Fixes https://gitlab.gnome.org/GNOME/folks/-/issues/128