Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/utils.c: Prefer XDG_SESSION_DESKTOP over DESKTOP_SESSION. | Mike Gabriel | 2025-02-28 | 1 | -0/+28 |
| | |||||
* | src/utils.h: On Linux Desktop, if Lomiri is running, but not Ubuntu Touch, ↵ | Mike Gabriel | 2025-02-28 | 1 | -1/+1 |
| | | | | then DESKTOP_SESSION is set to 'lomiri'. | ||||
* | src/utils.(c|h): Add ayatana_common_utils_is_ubuntutouch() function. | Mike Gabriel | 2025-02-28 | 1 | -0/+11 |
| | |||||
* | Manage DESKTOP_SESSION in unit tests | Robert Tari | 2021-10-21 | 1 | -0/+20 |
| | |||||
* | Fix tests to work when current desktop is the same as the one tested | Robert Tari | 2021-09-17 | 1 | -0/+8 |
| | |||||
* | Rename ayatana_common_utils_elipsize to ayatana_common_utils_ellipsize | Robert Tari | 2021-06-21 | 1 | -4/+4 |
| | |||||
* | Skip elipsizing if max characters are 0 | Robert Tari | 2021-06-21 | 1 | -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 Tari | 2021-06-16 | 1 | -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 Tari | 2021-05-12 | 1 | -14/+14 |
| | | | | fixes https://github.com/AyatanaIndicators/libayatana-common/issues/18 | ||||
* | Add us to the copyright headers | Robert Tari | 2021-03-30 | 1 | -0/+1 |
| | |||||
* | Add Budgie desktop support | Robert Tari | 2021-03-30 | 1 | -0/+6 |
| | |||||
* | Whitespace fix | Robert Tari | 2021-03-30 | 1 | -5/+5 |
| | |||||
* | Revert "tests/: Don't run Lomiri related unit test, if library hasn't been ↵ | Marius Gripsgard | 2021-02-03 | 1 | -2/+0 |
| | | | | bu…" | ||||
* | tests/: Don't run Lomiri related unit test, if library hasn't been built ↵ | Mike Gabriel | 2021-01-15 | 1 | -0/+2 |
| | | | | against lomiri-uri-dispatcher. | ||||
* | Inital commit | Marius Gripsgard | 2021-01-12 | 1 | -0/+74 |