aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to ellipsize dynamic menu item lengths.Robert Tari2021-06-162-1/+53
| | | | | | | | | | | | | 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
* tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG.Mike Gabriel2021-04-291-0/+2
|
* 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-032-6/+0
| | | | bu…"
* tests/: Don't run Lomiri related unit test, if library hasn't been built ↵Mike Gabriel2021-02-032-0/+6
| | | | against lomiri-uri-dispatcher.
* tests/CMakeLists.txt: Add GMOCK_LIBRARIES to target_link_libraries().Mike Gabriel2021-01-151-0/+1
|
* Inital commitMarius Gripsgard2021-01-122-0/+88