| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
disable GIR and Vala if not found.
|
|
|
|
| |
target_link_libraries().
|
|
|
|
| |
correctly when building against GLib 2.58.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
link option.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- data/org.ayatana.common.gschema.xml.in: Set min value to 0 + update description
- src/utils.c: Include hadling max allowed length of 0
- tests/CMakeLists.txt: Compile schema locally for testing
- tests/tst_utils.cpp: Include handling max allowed length of 0
- po/ayatana-common.pot: Update translation strings
- po/*.po: Update translation strings
fixes https://github.com/AyatanaIndicators/libayatana-common/issues/29
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
fixes https://github.com/AyatanaIndicators/libayatana-common/issues/18
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
bu…"
|
|
|
|
| |
against lomiri-uri-dispatcher.
|
| |
|
|
|