aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Whitespace fixRobert Tari2021-05-111-1/+1
| |
| * Add ayatana-indicator3-0.4.pc.in to dataRobert Tari2021-05-111-0/+15
| |
| * Move source files to srcRobert Tari2021-05-1146-382/+382
| |
| * Travis CI: Also support CMake based CI builds.Mike Gabriel2021-05-111-7/+7
|/
* Merge branch 'sunweaver-pr/travis-ci-with-cmake-support'Robert Tari2021-05-061-5/+21
|\ | | | | | | Attributes GH PR #43: https://github.com/AyatanaIndicators/libayatana-indicator/pull/43
| * Travis CI: Also support CMake based CI builds.Mike Gabriel2021-05-061-5/+21
| |
* | Merge branch 'sunweaver-pr/travis-ci'Robert Tari2021-05-0410-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 Gabriel2021-05-041-8/+35
| | | | | | | | possibly outdate packaged version of ayatana-ido.
| * .travis.yml: Don't run autotools builds twice (once via script, once directly).Mike Gabriel2021-05-041-1/+1
| |
| * .travis.yml: Also do CI builds against Debian stable.Mike Gabriel2021-05-041-0/+1
| |
| * .travis.yml: Temporarily disable CI builds on ubuntu:rolling. Ubuntu's I ↵Mike Gabriel2021-05-041-1/+1
| | | | | | | | series is not ready yet as docker container.
| * */Makefile.am: Drop -Werror compiler flag for now. Not helpful when setting ↵Mike Gabriel2021-05-042-2/+2
| | | | | | | | up CI builds for dirty code.
| * .build.yml: Drop distcheck target. Not required.Mike Gabriel2021-04-211-1/+0
| |
| * .build.yml: Enable unit tests during configure.Mike Gabriel2021-04-211-1/+1
| |
| * .build.yml: Output test-suite.log at the end of unit testings.Mike Gabriel2021-04-211-0/+1
| |
| * .build.yml: No tests are run on Archlinux, neither are they run on Ubuntu.Mike Gabriel2021-04-211-7/+1
| |
| * .build.yml: Unit tests require xvfb (and xauth).Mike Gabriel2021-04-211-0/+5
| |
| * tools/indicator-loader.c: Silence unused parameter warnings/errors for ↵Mike Gabriel2021-04-201-5/+5
| | | | | | | | various functions.
| * libayatana-indicator/indicator-service{,-manager}.c: Drop return statements ↵Mike Gabriel2021-04-202-5/+0
| | | | | | | | and g_error_free() calls that never get reached.
| * libayatana-indicator/indicator-ng.c: Stricter type usage when comparing ↵Mike Gabriel2021-04-201-4/+4
| | | | | | | | Integer like variable.
| * libayatana-indicator/indicator-ng.c: Silence unused parameter ↵Mike Gabriel2021-04-201-13/+13
| | | | | | | | warnings/errors for various functions.
| * libayatana-indicator/indicator-service-manager.c: Silence unused parameter ↵Mike Gabriel2021-04-201-5/+8
| | | | | | | | warnings/errors for various functions.
| * libayatana-indicator/indicator-service.c: Avoid error: use of GNU old-style ↵Mike Gabriel2021-04-201-3/+3
| | | | | | | | field designator extension.
| * libayatana-indicator/indicator-service.c: Silence unused parameter ↵Mike Gabriel2021-04-201-4/+4
| | | | | | | | warnings/errors for callback functions.
| * libayatana-indicator/indicator-image-helper.c: Silence unused parameter ↵Mike Gabriel2021-04-201-3/+3
| | | | | | | | warnings/errors for callback functions.
| * libayatana-indicator/indicator-desktop-shortcuts.c: Avoid comparison of ↵Mike Gabriel2021-04-201-5/+5
| | | | | | | | integers of different signs. Thanks to scan-build on Travis-CI.
| * Travis-CI: Also build against Ubuntu 20.04 (for Ubuntu Touch's sake).Mike Gabriel2021-04-201-0/+1
| |
| * Travis-CI: temporarily disable archlinux:latest CI builds.Mike Gabriel2021-04-201-1/+2
| |
| * TRAVIS: Initial attempt to get TRAVIS CI working for this project.Mike Gabriel2021-04-202-5/+115
|/
* debian/rules: Don't build/run unit tests parallely.Mike Gabriel2021-02-031-1/+1
|
* debian/control: Add B-D at-spi2-core. Fix FTBFS during unit tests.Mike Gabriel2021-02-031-1/+2
|
* Merge branch 'sunweaver-pr/drop-Werror-flag-from-unit-test-builds'Robert Tari2021-02-031-19/+19
|\ | | | | | | Attributes GH PR #36: https://github.com/AyatanaIndicators/libayatana-indicator/pull/36
| * tests/Makefile.am: Drop -Werror from unit test builds.Mike Gabriel2021-02-031-19/+19
|/
* release 0.8.40.8.4Mike Gabriel2021-01-254-3/+83
|
* Makefile.am: Set DISTCHECK_CONFIGURE_FLAGS.Mike Gabriel2021-01-251-0/+2
|
* debian/*: Update from official Debian packaging.Mike Gabriel2021-01-254-15/+48
|
* Merge branch 'sunweaver-pr/debian-build-with-unit-tests'Robert Tari2020-12-041-0/+5
|\ | | | | | | Attributes GH PR #34: https://github.com/AyatanaIndicators/libayatana-indicator/pull/34
| * configure.ac: Drop superfluous square bracket (typo fix).Mike Gabriel2020-12-041-1/+1
| |
| * tests/Makefile.am: Wrap test-indicator-ng around Xvfb and dbus-runner.Mike Gabriel2020-12-041-2/+14
| |
| * libayatana-indicator/indicator-ng.c: Only run gtk_box_set_spacing() if ↵Mike Gabriel2020-12-041-1/+4
| | | | | | | | object to operate on is a GTK_BOX.
| * debian/rules: Enable unit tests after build.Mike Gabriel2020-12-041-0/+5
| |
* | Merge branch 'sunweaver-pr/fix-typo-in-configure-ac'Robert Tari2020-12-041-1/+1
|\ \ | | | | | | | | | Attributes GH PR #33: https://github.com/AyatanaIndicators/libayatana-indicator/pull/33
| * | tests/Makefile.am: Wrap test-indicator-ng around Xvfb and dbus-runner.Mike Gabriel2020-12-041-2/+14
| | |
| * | libayatana-indicator/indicator-ng.c: Only run gtk_box_set_spacing() if ↵Mike Gabriel2020-12-041-1/+4
| | | | | | | | | | | | object to operate on is a GTK_BOX.
| * | configure.ac: Drop superfluous square bracket (typo fix).Mike Gabriel2020-12-041-1/+1
| |/
* | Merge branch 'sunweaver-pr/fix-test-indicator-ng'Robert Tari2020-12-042-3/+18
|\ \ | |/ |/| | | Attributes GH PR #32: https://github.com/AyatanaIndicators/libayatana-indicator/pull/32
| * tests/Makefile.am: Wrap test-indicator-ng around Xvfb and dbus-runner.Mike Gabriel2020-12-041-2/+14
| |
| * libayatana-indicator/indicator-ng.c: Only run gtk_box_set_spacing() if ↵Mike Gabriel2020-12-041-1/+4
|/ | | | object to operate on is a GTK_BOX.
* release 0.8.30.8.3Mike Gabriel2020-11-094-3/+26
|
* Merge branch 'tari01-pr/fix-menu-resizing'Mike Gabriel2020-10-301-0/+6
|\ | | | | | | Attributes GH PR #31: https://github.com/AyatanaIndicators/libayatana-indicator/pull/31