Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also check DESKTOP_SESSION when detecting DE | Robert Tari | 2021-10-21 | 2 | -8/+27 |
| | | | | fixes https://github.com/AyatanaIndicators/libayatana-common/issues/37 | ||||
* | src/utils.c: Replace deprecated g_spawn_check_exit_status | Robert Tari | 2021-10-18 | 1 | -0/+4 |
| | |||||
* | Fix missing ayatana-common library during GIR scanning | Robert Tari | 2021-08-29 | 1 | -0/+1 |
| | |||||
* | Whitespace fix | Robert Tari | 2021-08-29 | 1 | -43/+43 |
| | |||||
* | src/CMakeLists.txt: Also generate binary typelib file (and set nsversion for ↵ | Mike Gabriel | 2021-08-28 | 1 | -5/+21 |
| | | | | this). | ||||
* | GIR and Vala bindings: Properly detect GObjectIntrospection and Vala and ↵ | Mike Gabriel | 2021-08-28 | 1 | -32/+34 |
| | | | | disable GIR and Vala if not found. | ||||
* | Add Vala Bindings | Robert Tari | 2021-08-18 | 2 | -7/+48 |
| | | | | | | | | | | | | - src/utils.h: Replace defined strings with static const chars - src/CMakeLists.txt: Add .gir and .vapi generation code - tetsts/CMakeLists.txt: Compile tst_utils_vala + add as test - CMakeLists.txt: Add tst_utils_vala to tests + add modules from cmake/ - cmake/FindGObjectIntrospection.cmake: Add file - cmake/FindVala.cmake.cmake: Add file - .build.yml: Add libgirepository1.0-dev, gobject-introspection, valac dependencies fixes https://github.com/AyatanaIndicators/libayatana-common/issues/22 | ||||
* | Fix is_lomiri function | Robert Tari | 2021-08-10 | 1 | -3/+1 |
| | |||||
* | Rename ayatana_common_utils_elipsize to ayatana_common_utils_ellipsize | Robert Tari | 2021-06-21 | 2 | -2/+2 |
| | |||||
* | Skip elipsizing if max characters are 0 | Robert Tari | 2021-06-21 | 1 | -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 Tari | 2021-06-16 | 2 | -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 locations | Robert Tari | 2021-06-08 | 1 | -3/+3 |
| | |||||
* | src/libayatana-common.pc.in: Use CMAKE_INSTALL_FULL_*DIR locations | Robert Tari | 2021-06-08 | 1 | -3/+3 |
| | |||||
* | src/utils.(ch): Add ayatana_common_utils_have_*_program() functions used in ↵ | Mike Gabriel | 2021-05-25 | 2 | -0/+62 |
| | | | | session indicator. | ||||
* | Prefix functions in utils with ayatana_common_utils_ | Robert Tari | 2021-05-12 | 2 | -24/+24 |
| | | | | fixes https://github.com/AyatanaIndicators/libayatana-common/issues/18 | ||||
* | src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid ↵ | Mike Gabriel | 2021-04-12 | 1 | -1/+0 |
| | | | | utils.h in <libdir>. | ||||
* | Add the Zenity warning function | Robert Tari | 2021-04-02 | 2 | -0/+47 |
| | |||||
* | Add us to the copyright headers | Robert Tari | 2021-03-30 | 2 | -0/+2 |
| | |||||
* | Add Budgie desktop support | Robert Tari | 2021-03-30 | 2 | -0/+8 |
| | |||||
* | Port from URL Dispatcher to Lomiri URL Dispatcher. | Mike Gabriel | 2021-02-03 | 1 | -3/+3 |
| | |||||
* | Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so ↵ | Mike Gabriel | 2021-01-15 | 1 | -0/+7 |
| | | | | filename. | ||||
* | Inital commit | Marius Gripsgard | 2021-01-12 | 4 | -0/+238 |