aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Skip elipsizing if max characters are 0Robert Tari2021-06-21136-299/+309
| | | | | | | | | | | | | | | | | | | | | | - 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
* | debian/control: Add B-D: dh-exec (for d/ayatana-indicator-common.install).Mike Gabriel2021-06-171-0/+1
| |
* | debian/control: Add B-D: intltool.Mike Gabriel2021-06-171-0/+1
|/
* Merge branch 'sunweaver-pr/systemd-earlier-than-247'Robert Tari2021-06-161-1/+19
|\ | | | | | | Attributes GH PR #28: https://github.com/AyatanaIndicators/libayatana-common/pull/28
| * data/CMakeLists.txt: Provide a hacky-whacky approach for finding the system ↵Mike Gabriel2021-06-161-1/+19
|/ | | | unit dir for systemd less than 247.
* Merge branch 'tari01-pr/update-install-doc'Mike Gabriel2021-06-161-0/+1
|\ | | | | | | Attributes GH PR #27: https://github.com/AyatanaIndicators/libayatana-common/pull/27
| * INSTALL.md: Add gio-2.0 dependencyRobert Tari2021-06-161-0/+1
|/
* Merge branch 'tari01-pr/add-ayatana-indicators-target'Mike Gabriel2021-06-166-0/+51
|\ | | | | | | Attributes GH PR #26: https://github.com/AyatanaIndicators/libayatana-common/pull/26
| * debian/: Add bin:pkg ayatana-indicator-common (moved from src:pkg ↵Robert Tari2021-06-163-0/+27
| | | | | | | | | | | | | | | | | | | | libayatana-indicator). - d/ayatana-indicator-common.install: Add file. - d/ayatana-indicator-common.links: Add file. - d/control: + Add bin:pkg ayatana-indicator-common. + Add systemd dependency.
| * .build.yml: Add systemd dependencyRobert Tari2021-06-161-0/+4
| |
| * data/: Add ayatana-indicators.target (moved from libayatana-indicator).Robert Tari2021-06-162-0/+20
|/ | | | Fixes https://github.com/AyatanaIndicators/libayatana-common/issues/24
* Merge branch 'tari01-pr/add-menu-item-lengths'Mike Gabriel2021-06-16144-2/+3926
|\ | | | | | | Attributes GH PR #25: https://github.com/AyatanaIndicators/libayatana-common/pull/25
| * Initialize i18n / gettext for newly added org.ayatana.common.gschema.xml ↵Robert Tari2021-06-16138-1/+3825
| | | | | | | | | | | | | | | | | | GSettings schema. - Add update-po.sh/update-pot.sh helpers. - po/*: Add translation files. - CMakeLists.txt: Add translation domain + 'po/' build folder.
| * Add ability to ellipsize dynamic menu item lengths.Robert Tari2021-06-167-1/+101
|/ | | | | | | | | | | | | 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.
* Merge branch 'tari01-pr/cmake-install-full'Mike Gabriel2021-06-092-6/+6
|\ | | | | | | Attributes GH PR #23: https://github.com/AyatanaIndicators/libayatana-common/pull/23
| * 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
|/
* release 0.9.20.9.2Mike Gabriel2021-05-253-84/+132
|
* Merge branch 'sunweaver-pr/provide-have-desktopenv-program-functions'Robert Tari2021-05-252-0/+62
|\ | | | | | | Attributes GH PR #21: https://github.com/AyatanaIndicators/libayatana-common/pull/21
| * src/utils.(ch): Add ayatana_common_utils_have_*_program() functions used in ↵Mike Gabriel2021-05-252-0/+62
|/ | | | session indicator.
* Merge branch 'tari01-pr/update-docs'Mike Gabriel2021-05-232-1/+17
|\ | | | | | | Attributes GH PR #20: https://github.com/AyatanaIndicators/libayatana-common/pull/20
| * Update documentation filesRobert Tari2021-05-182-1/+17
|/
* Merge branch 'tari01-pr/prefix-symbols'Mike Gabriel2021-05-124-38/+46
|\ | | | | | | Attributes GH PR #19: https://github.com/AyatanaIndicators/libayatana-common/pull/19
| * Prefix functions in utils with ayatana_common_utils_Robert Tari2021-05-123-38/+38
| | | | | | | | fixes https://github.com/AyatanaIndicators/libayatana-common/issues/18
| * Merge branch 'sunweaver-pr/add-coverage-support'Robert Tari2021-05-111-0/+8
|/| | | | | | | Attributes GH PR #17: https://github.com/AyatanaIndicators/libayatana-common/pull/17
| * .travis.yml: Don't try running autotools based CI build.Mike Gabriel2021-05-111-1/+1
| |
| * CMakeLists.txt: Add coverage report support.Mike Gabriel2021-05-041-0/+8
| | | | | | | | | | Up to now, the -DENABLE_COVERAGE=ON option was a noopt cmdline parameter.
* | .travis.yml: Don't try running autotools based CI build.Mike Gabriel2021-05-041-1/+1
|/
* Prepare for next release (v0.9.2).Mike Gabriel2021-05-032-1/+9
| | | | This is required for making DEB packages builds and Travis CI builds happy.
* README.md: Pull in CI build status icon from travis-ci.com, not travis-ci.org.Mike Gabriel2021-05-011-1/+1
|
* Merge branch 'tari01-pr/add-install'Mike Gabriel2021-05-011-0/+31
|\ | | | | | | Attributes GH PR #14: https://github.com/AyatanaIndicators/libayatana-common/pull/14
| * INSTALL.md: Add build/installation instructionsRobert Tari2021-05-011-0/+31
|/
* Merge branch 'tari01-pr/standardise-makefile'Mike Gabriel2021-05-011-4/+11
|\ | | | | | | Attributes GH PR #13: https://github.com/AyatanaIndicators/libayatana-common/pull/13
| * CMakeLists.txt: Use our standardised CMake bitsRobert Tari2021-04-291-4/+11
|/
* Merge branch 'sunweaver-pr/travis-ci'Robert Tari2021-04-296-5/+241
|\ | | | | | | Attributes GH PR #12: https://github.com/AyatanaIndicators/libayatana-common/pull/12
| * CMakeLists.txt: Be happy with cmake 3.13 (fixes FTBFS on Debian 10).Mike Gabriel2021-04-291-1/+1
| |
| * .travis.yml: Temporarily disable CI builds on ubuntu:rolling. Ubuntu's I ↵Mike Gabriel2021-04-291-1/+1
| | | | | | | | series is not ready yet as docker container.
| * tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG.Mike Gabriel2021-04-291-0/+2
| |
| * README.md: Add file, show Travis CI status.Mike Gabriel2021-04-291-0/+45
| |
| * debian/rules: Explicitly enable unit tests during package build.Mike Gabriel2021-04-291-0/+1
| |
| * CMakeLists.txt: Adjust test build option (DISABLE_TESTS -> ENABLE_TESTS, ↵Mike Gabriel2021-04-291-4/+13
| | | | | | | | defaulting to OFF). Add ENABLE_COVERAGE build option.
| * Travis CI: Initial draft for CI builds.Mike Gabriel2021-04-292-0/+179
|/
* Attributes GH PR #11: ↵Robert Tari2021-04-121-1/+0
|\ | | | | | | | | | | https://github.com/AyatanaIndicators/libayatana-common/pull/11 Merge branch 'sunweaver-pr/no-duplicate-utils-h'
| * src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid ↵Mike Gabriel2021-04-121-1/+0
|/ | | | utils.h in <libdir>.
* release 0.9.10.9.1Mike Gabriel2021-04-123-3/+22
|
* Merge branch 'tari01-pr/add-zenity-warning'Mike Gabriel2021-04-122-0/+47
|\ | | | | | | Attributes GH PR #10: https://github.com/AyatanaIndicators/libayatana-common/pull/10
| * Add the Zenity warning functionRobert Tari2021-04-022-0/+47
|/
* release 0.9.00.9.0Mike Gabriel2021-03-304-3/+140
|
* Merge branch 'tari01-pr/add-budgie'Mike Gabriel2021-03-303-5/+22
|\ | | | | | | Attributes GH PR #9: https://github.com/AyatanaIndicators/libayatana-common/pull/9
| * Add us to the copyright headersRobert Tari2021-03-303-0/+3
| |