| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Skip elipsizing if max characters are 0 | Robert Tari | 2021-06-21 | 136 | -299/+309 |
* | | debian/control: Add B-D: dh-exec (for d/ayatana-indicator-common.install). | Mike Gabriel | 2021-06-17 | 1 | -0/+1 |
* | | debian/control: Add B-D: intltool. | Mike Gabriel | 2021-06-17 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'sunweaver-pr/systemd-earlier-than-247' | Robert Tari | 2021-06-16 | 1 | -1/+19 |
|\ |
|
| * | data/CMakeLists.txt: Provide a hacky-whacky approach for finding the system u... | Mike Gabriel | 2021-06-16 | 1 | -1/+19 |
|/ |
|
* | Merge branch 'tari01-pr/update-install-doc' | Mike Gabriel | 2021-06-16 | 1 | -0/+1 |
|\ |
|
| * | INSTALL.md: Add gio-2.0 dependency | Robert Tari | 2021-06-16 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'tari01-pr/add-ayatana-indicators-target' | Mike Gabriel | 2021-06-16 | 6 | -0/+51 |
|\ |
|
| * | debian/: Add bin:pkg ayatana-indicator-common (moved from src:pkg libayatana-... | Robert Tari | 2021-06-16 | 3 | -0/+27 |
| * | .build.yml: Add systemd dependency | Robert Tari | 2021-06-16 | 1 | -0/+4 |
| * | data/: Add ayatana-indicators.target (moved from libayatana-indicator). | Robert Tari | 2021-06-16 | 2 | -0/+20 |
|/ |
|
* | Merge branch 'tari01-pr/add-menu-item-lengths' | Mike Gabriel | 2021-06-16 | 144 | -2/+3926 |
|\ |
|
| * | Initialize i18n / gettext for newly added org.ayatana.common.gschema.xml GSet... | Robert Tari | 2021-06-16 | 138 | -1/+3825 |
| * | Add ability to ellipsize dynamic menu item lengths. | Robert Tari | 2021-06-16 | 7 | -1/+101 |
|/ |
|
* | Merge branch 'tari01-pr/cmake-install-full' | Mike Gabriel | 2021-06-09 | 2 | -6/+6 |
|\ |
|
| * | 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 |
|/ |
|
* | release 0.9.20.9.2 | Mike Gabriel | 2021-05-25 | 3 | -84/+132 |
* | Merge branch 'sunweaver-pr/provide-have-desktopenv-program-functions' | Robert Tari | 2021-05-25 | 2 | -0/+62 |
|\ |
|
| * | src/utils.(ch): Add ayatana_common_utils_have_*_program() functions used in s... | Mike Gabriel | 2021-05-25 | 2 | -0/+62 |
|/ |
|
* | Merge branch 'tari01-pr/update-docs' | Mike Gabriel | 2021-05-23 | 2 | -1/+17 |
|\ |
|
| * | Update documentation files | Robert Tari | 2021-05-18 | 2 | -1/+17 |
|/ |
|
* | Merge branch 'tari01-pr/prefix-symbols' | Mike Gabriel | 2021-05-12 | 4 | -38/+46 |
|\ |
|
| * | Prefix functions in utils with ayatana_common_utils_ | Robert Tari | 2021-05-12 | 3 | -38/+38 |
| * | Merge branch 'sunweaver-pr/add-coverage-support' | Robert Tari | 2021-05-11 | 1 | -0/+8 |
|/| |
|
| * | .travis.yml: Don't try running autotools based CI build. | Mike Gabriel | 2021-05-11 | 1 | -1/+1 |
| * | CMakeLists.txt: Add coverage report support. | Mike Gabriel | 2021-05-04 | 1 | -0/+8 |
* | | .travis.yml: Don't try running autotools based CI build. | Mike Gabriel | 2021-05-04 | 1 | -1/+1 |
|/ |
|
* | Prepare for next release (v0.9.2). | Mike Gabriel | 2021-05-03 | 2 | -1/+9 |
* | README.md: Pull in CI build status icon from travis-ci.com, not travis-ci.org. | Mike Gabriel | 2021-05-01 | 1 | -1/+1 |
* | Merge branch 'tari01-pr/add-install' | Mike Gabriel | 2021-05-01 | 1 | -0/+31 |
|\ |
|
| * | INSTALL.md: Add build/installation instructions | Robert Tari | 2021-05-01 | 1 | -0/+31 |
|/ |
|
* | Merge branch 'tari01-pr/standardise-makefile' | Mike Gabriel | 2021-05-01 | 1 | -4/+11 |
|\ |
|
| * | CMakeLists.txt: Use our standardised CMake bits | Robert Tari | 2021-04-29 | 1 | -4/+11 |
|/ |
|
* | Merge branch 'sunweaver-pr/travis-ci' | Robert Tari | 2021-04-29 | 6 | -5/+241 |
|\ |
|
| * | CMakeLists.txt: Be happy with cmake 3.13 (fixes FTBFS on Debian 10). | Mike Gabriel | 2021-04-29 | 1 | -1/+1 |
| * | .travis.yml: Temporarily disable CI builds on ubuntu:rolling. Ubuntu's I seri... | Mike Gabriel | 2021-04-29 | 1 | -1/+1 |
| * | tests/CMakeLists.txt: Build unit tests with --no-pie CXXFLAG. | Mike Gabriel | 2021-04-29 | 1 | -0/+2 |
| * | README.md: Add file, show Travis CI status. | Mike Gabriel | 2021-04-29 | 1 | -0/+45 |
| * | debian/rules: Explicitly enable unit tests during package build. | Mike Gabriel | 2021-04-29 | 1 | -0/+1 |
| * | CMakeLists.txt: Adjust test build option (DISABLE_TESTS -> ENABLE_TESTS, defa... | Mike Gabriel | 2021-04-29 | 1 | -4/+13 |
| * | Travis CI: Initial draft for CI builds. | Mike Gabriel | 2021-04-29 | 2 | -0/+179 |
|/ |
|
* | Attributes GH PR #11: https://github.com/AyatanaIndicators/libayatana-common/... | Robert Tari | 2021-04-12 | 1 | -1/+0 |
|\ |
|
| * | src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid ut... | Mike Gabriel | 2021-04-12 | 1 | -1/+0 |
|/ |
|
* | release 0.9.10.9.1 | Mike Gabriel | 2021-04-12 | 3 | -3/+22 |
* | Merge branch 'tari01-pr/add-zenity-warning' | Mike Gabriel | 2021-04-12 | 2 | -0/+47 |
|\ |
|
| * | Add the Zenity warning function | Robert Tari | 2021-04-02 | 2 | -0/+47 |
|/ |
|
* | release 0.9.00.9.0 | Mike Gabriel | 2021-03-30 | 4 | -3/+140 |
* | Merge branch 'tari01-pr/add-budgie' | Mike Gabriel | 2021-03-30 | 3 | -5/+22 |
|\ |
|
| * | Add us to the copyright headers | Robert Tari | 2021-03-30 | 3 | -0/+3 |