aboutsummaryrefslogtreecommitdiff
path: root/tests/tst_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Manage DESKTOP_SESSION in unit testsRobert Tari2021-10-211-0/+20
|
* Fix tests to work when current desktop is the same as the one testedRobert Tari2021-09-171-0/+8
|
* Rename ayatana_common_utils_elipsize to ayatana_common_utils_ellipsizeRobert Tari2021-06-211-4/+4
|
* Skip elipsizing if max characters are 0Robert Tari2021-06-211-30/+20
| | | | | | | | | | | - 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
* Add ability to ellipsize dynamic menu item lengths.Robert Tari2021-06-161-0/+52
| | | | | | | | | | | | | 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.
* Prefix functions in utils with ayatana_common_utils_Robert Tari2021-05-121-14/+14
| | | | fixes https://github.com/AyatanaIndicators/libayatana-common/issues/18
* Add us to the copyright headersRobert Tari2021-03-301-0/+1
|
* Add Budgie desktop supportRobert Tari2021-03-301-0/+6
|
* Whitespace fixRobert Tari2021-03-301-5/+5
|
* Revert "tests/: Don't run Lomiri related unit test, if library hasn't been ↵Marius Gripsgard2021-02-031-2/+0
| | | | bu…"
* tests/: Don't run Lomiri related unit test, if library hasn't been built ↵Mike Gabriel2021-01-151-0/+2
| | | | against lomiri-uri-dispatcher.
* Inital commitMarius Gripsgard2021-01-121-0/+74