aboutsummaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Drop systemd target aliasRobert Tari2021-08-261-4/+0
|
* Skip elipsizing if max characters are 0Robert Tari2021-06-211-2/+2
| | | | | | | | | | | - 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
* data/CMakeLists.txt: Provide a hacky-whacky approach for finding the system ↵Mike Gabriel2021-06-161-1/+19
| | | | unit dir for systemd less than 247.
* data/: Add ayatana-indicators.target (moved from libayatana-indicator).Robert Tari2021-06-162-0/+20
| | | | Fixes https://github.com/AyatanaIndicators/libayatana-common/issues/24
* Add ability to ellipsize dynamic menu item lengths.Robert Tari2021-06-162-0/+16
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.