Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'sunweaver-pr/support-disabling-IDO' | Robert Tari | 2021-05-17 | 8 | -22/+69 | |
|\ | | | | | | | Attributes GH PR #46: https://github.com/AyatanaIndicators/libayatana-indicator/pull/46 | |||||
| * | Travis CI: Also test GTK+-3.0 builds with IDO support disabled. | Mike Gabriel | 2021-05-17 | 1 | -0/+26 | |
| | | ||||||
| * | CMakeLists.txt: Report more build parameters to stdout when CMake configures ↵ | Mike Gabriel | 2021-05-17 | 1 | -0/+3 | |
| | | | | | | | | the build. | |||||
| * | {,**/}CMakeLists.txt: Support builds against GTK+-3.0 with IDO support disabled. | Mike Gabriel | 2021-05-17 | 7 | -22/+40 | |
|/ | | | | Fixes https://github.com/AyatanaIndicators/libayatana-indicator/issues/37 | |||||
* | Merge branch 'tari01-pr/fix-tests-and-coverage' | Robert Tari | 2021-05-17 | 9 | -69/+311 | |
|\ | | | | | | | Attributes GH PR #41: https://github.com/AyatanaIndicators/libayatana-indicator/pull/41 | |||||
| * | CMakeLists.txt: Fix coverage report. We need to reference the test ↵ | Mike Gabriel | 2021-05-17 | 1 | -1/+24 | |
| | | | | | | | | executables here, not the test wrappers. | |||||
| * | tests/CMakeLists.txt: Rewrite to fix tests and coverage | Mike Gabriel | 2021-05-17 | 1 | -56/+267 | |
| | | ||||||
| * | Revert "tests/run-xvfb.sh: Drop file, not required with CMake." | Mike Gabriel | 2021-05-16 | 1 | -0/+8 | |
| | | | | | | | | This reverts commit c7a152ad3da254704945de297f0de957966fb6b8. | |||||
| * | tests/org.ayatana.indicator.test.service.in: Fix placeholder | Robert Tari | 2021-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | tests/service-manager-connect.service.in: Fix placeholder | Robert Tari | 2021-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | tests/service-version-good.service.in: Fix placeholder | Robert Tari | 2021-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | tests/service-version-bad.service.in: Fix placeholder | Robert Tari | 2021-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | tests/session.conf.in: Fix placeholder | Robert Tari | 2021-05-16 | 1 | -3/+3 | |
| | | ||||||
| * | tests/test-indicator-ng.c: Enable all tests | Robert Tari | 2021-05-16 | 1 | -5/+5 | |
|/ | ||||||
* | Merge branch 'sunweaver-pr/bring-back-gtk2-builds' | Robert Tari | 2021-05-14 | 19 | -847/+226 | |
|\ | | | | | | | Attributes GH PR #44: https://github.com/AyatanaIndicators/libayatana-indicator/pull/44 | |||||
| * | Travis CI: Drop autotools support, build and test GTK+-2.0 and GTK+-3.0 ↵ | Mike Gabriel | 2021-05-12 | 1 | -14/+33 | |
| | | | | | | | | flavours. | |||||
| * | debian/libayatana-indicator3-tools.install: Install ↵ | Mike Gabriel | 2021-05-12 | 1 | -1/+1 | |
| | | | | | | | | ayatana-indicator3-loader test tool to LIBEXECDIR. | |||||
| * | debian/libayatana-indicator*-dev.install: No .a files shipped anymore. | Mike Gabriel | 2021-05-12 | 2 | -2/+0 | |
| | | ||||||
| * | debian/*.symbols: Update symbols files. | Mike Gabriel | 2021-05-12 | 2 | -0/+10 | |
| | | ||||||
| * | debian/rules: Run GTK2/GTK3 unit tests sequentially. | Mike Gabriel | 2021-05-12 | 1 | -4/+3 | |
| | | ||||||
| * | debian/rules: Explicitly enable tests at build time. | Mike Gabriel | 2021-05-12 | 1 | -1/+1 | |
| | | ||||||
| * | debian/rules: Adjust to CMake based build. (Fixes DEB builds after CMake ↵ | Mike Gabriel | 2021-05-12 | 1 | -7/+4 | |
| | | | | | | | | switch). | |||||
| * | debian/control: Adjust B-Ds for CMake based build. | Mike Gabriel | 2021-05-12 | 1 | -2/+3 | |
| | | ||||||
| * | CMakeLists.txt: Always builds indicator3 loader tool (not just when ↵ | Mike Gabriel | 2021-05-12 | 1 | -1/+1 | |
| | | | | | | | | ENABLE_TESTS is set). | |||||
| * | Bring back GTK+-2.0 and GTK+-3.0 build flavours. | Mike Gabriel | 2021-05-12 | 7 | -164/+171 | |
| | | ||||||
| * | tests/run-xvfb.sh: Drop file, not required with CMake. | Mike Gabriel | 2021-05-12 | 1 | -8/+0 | |
| | | ||||||
| * | trim-lcov.py: Drop file, not required anymore with CMake. | Mike Gabriel | 2021-05-12 | 1 | -73/+0 | |
| | | ||||||
| * | */Makefile.am: Drop more remnants of autotools. | Mike Gabriel | 2021-05-12 | 2 | -571/+0 | |
|/ | ||||||
* | Merge branch 'tari01-pr/move-to-cmake' | Mike Gabriel | 2021-05-12 | 60 | -1014/+804 | |
|\ | | | | | | | Attributes GH PR #38: https://github.com/AyatanaIndicators/libayatana-indicator/pull/38 | |||||
| * | Append us to copyright headers | Robert Tari | 2021-05-12 | 20 | -0/+40 | |
| | | ||||||
| * | Remove Automake-related files | Robert Tari | 2021-05-12 | 12 | -638/+0 | |
| | | ||||||
| * | Add CMakeLists.txt files + tests/test-loader.c: fix library paths + Fix ↵ | Robert Tari | 2021-05-12 | 26 | -36/+409 | |
| | | | | | | | | | | | | include paths tests/test-loader.c: fix library paths | |||||
| * | tests/test-indicator-ng.c: disable menu test for now, it will not work with ↵ | Robert Tari | 2021-05-11 | 1 | -5/+5 | |
| | | | | | | | | GCovr | |||||
| * | Whitespace fix | Robert Tari | 2021-05-11 | 1 | -1/+1 | |
| | | ||||||
| * | Add ayatana-indicator3-0.4.pc.in to data | Robert Tari | 2021-05-11 | 1 | -0/+15 | |
| | | ||||||
| * | Move source files to src | Robert Tari | 2021-05-11 | 46 | -382/+382 | |
| | | ||||||
| * | Travis CI: Also support CMake based CI builds. | Mike Gabriel | 2021-05-11 | 1 | -7/+7 | |
|/ | ||||||
* | Merge branch 'sunweaver-pr/travis-ci-with-cmake-support' | Robert Tari | 2021-05-06 | 1 | -5/+21 | |
|\ | | | | | | | Attributes GH PR #43: https://github.com/AyatanaIndicators/libayatana-indicator/pull/43 | |||||
| * | Travis CI: Also support CMake based CI builds. | Mike Gabriel | 2021-05-06 | 1 | -5/+21 | |
| | | ||||||
* | | Merge branch 'sunweaver-pr/travis-ci' | Robert Tari | 2021-05-04 | 10 | -57/+194 | |
|\| | | | | | | | Attributes GH PR #42: https://github.com/AyatanaIndicators/libayatana-indicator/pull/42 | |||||
| * | .build.yml: Build ayatana-ido from upstream Git rather than using the ↵ | Mike Gabriel | 2021-05-04 | 1 | -8/+35 | |
| | | | | | | | | possibly outdate packaged version of ayatana-ido. | |||||
| * | .travis.yml: Don't run autotools builds twice (once via script, once directly). | Mike Gabriel | 2021-05-04 | 1 | -1/+1 | |
| | | ||||||
| * | .travis.yml: Also do CI builds against Debian stable. | Mike Gabriel | 2021-05-04 | 1 | -0/+1 | |
| | | ||||||
| * | .travis.yml: Temporarily disable CI builds on ubuntu:rolling. Ubuntu's I ↵ | Mike Gabriel | 2021-05-04 | 1 | -1/+1 | |
| | | | | | | | | series is not ready yet as docker container. | |||||
| * | */Makefile.am: Drop -Werror compiler flag for now. Not helpful when setting ↵ | Mike Gabriel | 2021-05-04 | 2 | -2/+2 | |
| | | | | | | | | up CI builds for dirty code. | |||||
| * | .build.yml: Drop distcheck target. Not required. | Mike Gabriel | 2021-04-21 | 1 | -1/+0 | |
| | | ||||||
| * | .build.yml: Enable unit tests during configure. | Mike Gabriel | 2021-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | .build.yml: Output test-suite.log at the end of unit testings. | Mike Gabriel | 2021-04-21 | 1 | -0/+1 | |
| | | ||||||
| * | .build.yml: No tests are run on Archlinux, neither are they run on Ubuntu. | Mike Gabriel | 2021-04-21 | 1 | -7/+1 | |
| | | ||||||
| * | .build.yml: Unit tests require xvfb (and xauth). | Mike Gabriel | 2021-04-21 | 1 | -0/+5 | |
| | |