Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .build.yml: Drop not-required build requirements. | Mike Gabriel | 2021-04-20 | 1 | -5/+0 |
| | |||||
* | .build.yml: Add CMake support. | Mike Gabriel | 2021-04-20 | 1 | -3/+11 |
| | |||||
* | .build.yml: Drop fedora build target. | Mike Gabriel | 2021-04-20 | 1 | -23/+0 |
| | |||||
* | Travis-CI: temporarily disable archlinux:latest CI builds. | Mike Gabriel | 2021-04-20 | 1 | -1/+2 |
| | | | | See https://gitlab.archlinux.org/archlinux/archlinux-docker/-/issues/56 | ||||
* | Travis-CI: Also build against Ubuntu 20.04 (for Ubuntu Touch's sake). | Mike Gabriel | 2021-04-20 | 1 | -0/+1 |
| | |||||
* | .build.yml: Try installing pacman to work-around missing /var/lib/pacman ↵ | Mike Gabriel | 2021-04-20 | 1 | -0/+1 |
| | | | | directory. | ||||
* | Travis-CI: Simplify CI scripts, drop fedora remnants, no gen-index script ↵ | Mike Gabriel | 2021-04-20 | 2 | -10/+2 |
| | | | | needed. | ||||
* | .travis.yml: Drop deploy: section. | Mike Gabriel | 2021-04-20 | 1 | -13/+0 |
| | |||||
* | TRAVIS: Disable Fedora CI builds for now (and thus, cppcheck). | Mike Gabriel | 2021-04-20 | 2 | -24/+24 |
| | |||||
* | release 0.8.20.8.2 | Mike Gabriel | 2021-01-25 | 4 | -3/+182 |
| | |||||
* | debian/*: Update from official Debian packaging. | Mike Gabriel | 2021-01-25 | 4 | -14/+23 |
| | |||||
* | Merge branch 'sunweaver-pr/travis-builds-against-fedora' | Robert Tari | 2020-12-22 | 2 | -21/+38 |
|\ | | | | | | | Attributes GH PR #24: https://github.com/AyatanaIndicators/ayatana-ido/pull/24 | ||||
| * | Travis: Enable CI builds against Fedora. | Mike Gabriel | 2020-12-22 | 2 | -21/+38 |
|/ | |||||
* | Merge branch 'dthadi3-ppc64le' | Mike Gabriel | 2020-12-22 | 1 | -0/+9 |
|\ | | | | | | | Attributes GH PR #23: https://github.com/AyatanaIndicators/ayatana-ido/pull/23 | ||||
| * | Travis-ci: archlinux docker image not available on power | Devendranath Thadi | 2020-12-10 | 1 | -0/+4 |
| | | |||||
| * | Travis-ci: added support for ppc64le | Devendranath Thadi | 2020-12-10 | 1 | -0/+5 |
|/ | |||||
* | .build.yml: Add 'which' build-requirement (needed by autogen.sh / ↵ | Mike Gabriel | 2020-12-03 | 1 | -0/+1 |
| | | | | mate-common) when building against Archlinux. | ||||
* | Travis: First attempt at CI building against Archlinux. | Mike Gabriel | 2020-12-03 | 2 | -15/+14 |
| | |||||
* | debian/libayatana-ido3-0.4-0.symbols: Update for new symbols related to ↵ | Mike Gabriel | 2020-12-03 | 1 | -0/+7 |
| | | | | idoRemovableMenuItem. | ||||
* | Merge branch 'sunweaver-pr/fix-make-distcheck' | Robert Tari | 2020-12-03 | 5 | -64/+149 |
|\ | | | | | | | Attributes GH PR #22: https://github.com/AyatanaIndicators/ayatana-ido/pull/22 | ||||
| * | AUTHORS: Add Robert Tari to authors. | Mike Gabriel | 2020-12-03 | 1 | -0/+1 |
| | | |||||
| * | NEWS: Add file (compiled out of Git history). | Mike Gabriel | 2020-12-03 | 1 | -0/+66 |
| | | |||||
| * | Makefile.am: Add --disable-silent-rules option to DISTCHECK_CONFIGURE_FLAGS. | Mike Gabriel | 2020-12-03 | 1 | -1/+1 |
| | | |||||
| * | src/Makefile.am: Move 'sources_c =' variable definition further up. | Mike Gabriel | 2020-12-03 | 1 | -27/+27 |
| | | |||||
| * | src/Makefile.am: Split out all *.c files from libayatana_ido_0_4_la_SOURCES ↵ | Mike Gabriel | 2020-12-03 | 1 | -1/+8 |
| | | | | | | | | into sources_c variable. | ||||
| * | src/Makefile.am: Various TAB'bing fixes / beautifications. | Mike Gabriel | 2020-12-03 | 1 | -26/+36 |
| | | |||||
| * | src/Makefile.am: Merge old 'INCLUDES =' and 'AM_CPPFLAGS =' values (and ↵ | Mike Gabriel | 2020-12-03 | 1 | -18/+18 |
| | | | | | | | | beautify the TAB'bing). | ||||
| * | src/libayatana-ido.h: Include internal APIs from the local directory (i.e. ↵ | Mike Gabriel | 2020-12-03 | 1 | -3/+3 |
| | | | | | | | | the same dir where libayatana-ido.h is located). | ||||
| * | configure.ac: Comment out CHECK_XORG_GTEST. Not available in a functional ↵ | Mike Gabriel | 2020-12-03 | 1 | -1/+1 |
| | | | | | | | | state, currently. | ||||
| * | Makefile.am: Re-add DISTCHECK_CONFIGURE_FLAGS to disable GTK doc build ↵ | Mike Gabriel | 2020-12-03 | 1 | -0/+2 |
| | | | | | | | | during 'make distcheck'. | ||||
* | | Merge branch 'sunweaver-pr/update-authors' | Robert Tari | 2020-12-03 | 1 | -0/+1 |
|\ \ | |/ |/| | | | Attributes GH PR #21: https://github.com/AyatanaIndicators/ayatana-ido/pull/21 | ||||
| * | TRAVIS: Add .build.yml (missing in previous commit). | Mike Gabriel | 2020-12-03 | 1 | -0/+125 |
| | | |||||
| * | TRAVIS: first attempt of doing CI builds in docker images. | Mike Gabriel | 2020-12-03 | 1 | -123/+25 |
| | | |||||
| * | AUTHORS: Add Robert Tari to authors. | Mike Gabriel | 2020-12-01 | 1 | -0/+1 |
| | | |||||
* | | TRAVIS: Add .build.yml (missing in previous commit). | Mike Gabriel | 2020-12-02 | 1 | -0/+125 |
| | | |||||
* | | TRAVIS: first attempt of doing CI builds in docker images. | Mike Gabriel | 2020-12-02 | 1 | -123/+25 |
|/ | |||||
* | .travis.yml: Correctly set MATRIX_EVAL for 'GCC 10.x / Ubuntu bionic'. | Mike Gabriel | 2020-12-01 | 1 | -1/+1 |
| | |||||
* | .travis.yml: Add test-build against GCC 10.x. | Mike Gabriel | 2020-12-01 | 1 | -0/+23 |
| | |||||
* | .travis.yml: Name Ubuntu version in CI job names. | Mike Gabriel | 2020-12-01 | 1 | -2/+2 |
| | |||||
* | .travis.yml: Disable 'Clang 3.9 / xenial' CI build (GLib2.0 too old in ↵ | Mike Gabriel | 2020-12-01 | 1 | -23/+23 |
| | | | | Ubuntu xenial). | ||||
* | .travis.yml: Disable 'GCC 5.4 / xenial' CI build (GLib2.0 too old in Ubuntu ↵ | Mike Gabriel | 2020-12-01 | 1 | -22/+22 |
| | | | | xenial).. | ||||
* | .travis.yml: Add 'script:' section. Our test target is 'check', not 'test'. ↵ | Mike Gabriel | 2020-12-01 | 1 | -0/+4 |
| | | | | Also enable more verbose builds. | ||||
* | .travis.yml: Run autogen.sh before configuring/building. | Mike Gabriel | 2020-12-01 | 1 | -0/+3 |
| | |||||
* | Initial .travis.yml configuration. | Mike Gabriel | 2020-11-30 | 1 | -0/+100 |
| | |||||
* | Merge branch 'tari01-pr/show-removable-button' | Mike Gabriel | 2020-11-30 | 1 | -0/+1 |
|\ | | | | | | | Attributes GH PR #20: https://github.com/AyatanaIndicators/ayatana-ido/pull/20 | ||||
| * | idoremovablemenuitem.c: Show button by default | Robert Tari | 2020-11-30 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'tari01-pr/ido-removable' | Mike Gabriel | 2020-11-30 | 5 | -0/+550 |
|\ | | | | | | | Attributes GH PR #19: https://github.com/AyatanaIndicators/ayatana-ido/pull/19 | ||||
| * | Add a new menu item type: IDO Removable | Robert Tari | 2020-11-24 | 5 | -0/+550 |
|/ | |||||
* | release 0.8.10.8.1 | Mike Gabriel | 2020-11-09 | 3 | -4/+61 |
| | |||||
* | Merge branch 'tari01-pr/switch-initial-state' | Mike Gabriel | 2020-10-21 | 1 | -2/+1 |
|\ | | | | | | | Attributes GH PR #16: https://github.com/AyatanaIndicators/ayatana-ido/pull/16 |