aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix is_lomiri functionRobert Tari2021-08-101-3/+1
|
* Rename ayatana_common_utils_elipsize to ayatana_common_utils_ellipsizeRobert Tari2021-06-212-2/+2
|
* Skip elipsizing if max characters are 0Robert Tari2021-06-211-1/+1
| | | | | | | | | | | - 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-162-0/+30
| | | | | | | | | | | | | 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.
* src/CMakeLists.txt: Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-081-3/+3
|
* src/libayatana-common.pc.in: Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-081-3/+3
|
* src/utils.(ch): Add ayatana_common_utils_have_*_program() functions used in ↵Mike Gabriel2021-05-252-0/+62
| | | | session indicator.
* Prefix functions in utils with ayatana_common_utils_Robert Tari2021-05-122-24/+24
| | | | fixes https://github.com/AyatanaIndicators/libayatana-common/issues/18
* src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid ↵Mike Gabriel2021-04-121-1/+0
| | | | utils.h in <libdir>.
* Add the Zenity warning functionRobert Tari2021-04-022-0/+47
|
* Add us to the copyright headersRobert Tari2021-03-302-0/+2
|
* Add Budgie desktop supportRobert Tari2021-03-302-0/+8
|
* Port from URL Dispatcher to Lomiri URL Dispatcher.Mike Gabriel2021-02-031-3/+3
|
* Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so ↵Mike Gabriel2021-01-151-0/+7
| | | | filename.
* Inital commitMarius Gripsgard2021-01-124-0/+238