Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 0.9.70.9.7 | Mike Gabriel | 2022-02-17 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Drop unused CMAKE_INSTALL_*PKGLIBEXECDIR | Robert Tari | 2022-02-14 | 1 | -2/+0 |
| | |||||
* | CMakeLists.txt: Clean up compilation flags | Robert Tari | 2022-01-13 | 1 | -4/+7 |
| | |||||
* | release 0.9.60.9.6 | Mike Gabriel | 2021-12-14 | 1 | -1/+1 |
| | |||||
* | Add ENABLE_LOMIRI_FEATURES switch | Robert Tari | 2021-12-09 | 1 | -7/+15 |
| | |||||
* | Whitespace fix | Robert Tari | 2021-12-09 | 1 | -8/+8 |
| | |||||
* | release 0.9.50.9.5 | Mike Gabriel | 2021-11-01 | 1 | -1/+1 |
| | |||||
* | release 0.9.40.9.4 | Mike Gabriel | 2021-09-01 | 1 | -1/+1 |
| | |||||
* | GIR and Vala bindings: Properly detect GObjectIntrospection and Vala and ↵ | Mike Gabriel | 2021-08-28 | 1 | -0/+15 |
| | | | | disable GIR and Vala if not found. | ||||
* | Add Vala Bindings | Robert Tari | 2021-08-18 | 1 | -1/+3 |
| | | | | | | | | | | | | - src/utils.h: Replace defined strings with static const chars - src/CMakeLists.txt: Add .gir and .vapi generation code - tetsts/CMakeLists.txt: Compile tst_utils_vala + add as test - CMakeLists.txt: Add tst_utils_vala to tests + add modules from cmake/ - cmake/FindGObjectIntrospection.cmake: Add file - cmake/FindVala.cmake.cmake: Add file - .build.yml: Add libgirepository1.0-dev, gobject-introspection, valac dependencies fixes https://github.com/AyatanaIndicators/libayatana-common/issues/22 | ||||
* | Add ENABLE_WERROR CMake option | Robert Tari | 2021-08-03 | 1 | -0/+6 |
| | |||||
* | Pre-release upstream version bump (0.9.2 -> 0.9.3). | Mike Gabriel | 2021-06-24 | 1 | -1/+1 |
| | |||||
* | Initialize i18n / gettext for newly added org.ayatana.common.gschema.xml ↵ | Robert Tari | 2021-06-16 | 1 | -1/+2 |
| | | | | | | | | | GSettings schema. - Add update-po.sh/update-pot.sh helpers. - po/*: Add translation files. - CMakeLists.txt: Add translation domain + 'po/' build folder. | ||||
* | Add ability to ellipsize dynamic menu item lengths. | Robert Tari | 2021-06-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | Plus making the maximum length of non-ellipsized strings configurable via GSettings. - data/org.ayatana.common.gschema.xml.in: Add file. - data/CMakeLists.txt: Add file. - CMakeLists.txt: Add gio-2.0 dependency + 'data' build folder. - src/utils.*: Add ayatana_common_utils_elipsize function + include glib-object.h and gio.h - tests/tst_utils.cpp: Add StringFunctionsTest. - tests/CMakeLists.txt: Add GLIB_LIBRARIES to target. | ||||
* | CMakeLists.txt: Add coverage report support. | Mike Gabriel | 2021-05-04 | 1 | -0/+8 |
| | | | | | Up to now, the -DENABLE_COVERAGE=ON option was a noopt cmdline parameter. | ||||
* | Prepare for next release (v0.9.2). | Mike Gabriel | 2021-05-03 | 1 | -1/+1 |
| | | | | This is required for making DEB packages builds and Travis CI builds happy. | ||||
* | CMakeLists.txt: Use our standardised CMake bits | Robert Tari | 2021-04-29 | 1 | -4/+11 |
| | |||||
* | CMakeLists.txt: Be happy with cmake 3.13 (fixes FTBFS on Debian 10). | Mike Gabriel | 2021-04-29 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Adjust test build option (DISABLE_TESTS -> ENABLE_TESTS, ↵ | Mike Gabriel | 2021-04-29 | 1 | -4/+13 |
| | | | | defaulting to OFF). Add ENABLE_COVERAGE build option. | ||||
* | release 0.9.10.9.1 | Mike Gabriel | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | release 0.9.00.9.0 | Mike Gabriel | 2021-03-30 | 1 | -1/+1 |
| | |||||
* | Fix minimum required CMake version warning | Robert Tari | 2021-03-30 | 1 | -1/+1 |
| | |||||
* | Port from URL Dispatcher to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so ↵ | Mike Gabriel | 2021-01-15 | 1 | -0/+3 |
| | | | | filename. | ||||
* | Inital commit | Marius Gripsgard | 2021-01-12 | 1 | -0/+40 |