Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 0.5.910.5.91release-builds | Mike Gabriel | 2022-04-08 | 6 | -3/+93 |
| | |||||
* | Merge branch 'pr/discord-segfaulting' | Mike Gabriel | 2022-04-08 | 1 | -13/+15 |
|\ | | | | | | | Attributes GH PR #54: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/54 | ||||
| * | src/appindicator.c: Clean up all g_signal_emit and g_signal_new calls so ↵ | Mike Gabriel | 2022-04-08 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | that they correspond with each other. Patch provided by Paul G (paulieg on Launchpad). Thanks a lot. See https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1867996/comments/4 | ||||
| * | src/appindicator.c: Fix path NULL check in status_icon_change(). | Mike Gabriel | 2022-04-08 | 1 | -5/+7 |
|/ | | | | | | Inspired by n_elements.patch by Ash Holland. Thanks. See https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1867996/comments/7 | ||||
* | Merge branch 'sunweaver-pr/gpl-3-copying-file' | Robert Tari | 2022-04-01 | 1 | -0/+674 |
|\ | | | | | | | Attributes GH PR #55: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/55 | ||||
| * | COPYING.GPL.3: Add file. Some code files are licensed GPL-3. Thanks to Luca ↵ | Mike Gabriel | 2022-04-01 | 1 | -0/+674 |
|/ | | | | | | Weiss for spotting this. Fixes AyatanaIndicators/libayatana-appindicator#42 | ||||
* | Merge branch 'tari01-pr/cleanup-compile-flags' | Mike Gabriel | 2022-02-16 | 6 | -33/+14 |
|\ | | | | | | | Attributes GH PR #50: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/50 | ||||
| * | .build.yml: Drop extra compilation flags | Robert Tari | 2022-02-11 | 1 | -1/+0 |
| | | |||||
| * | Clean up compilation flags | Robert Tari | 2022-02-11 | 5 | -32/+14 |
|/ | |||||
* | Merge branch 'sunweaver-pr/let-run-xvfv-sh-run-in-bin-sh' | Robert Tari | 2022-02-09 | 1 | -1/+1 |
|\ | |||||
| * | tests/run-xvfb.sh: Allow sourcing run-xvfb.sh with /bin/sh. | Mike Gabriel | 2022-02-08 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'z3ntu-tests-bash' | Mike Gabriel | 2022-02-08 | 1 | -4/+4 |
|\ | | | | | | | Attributes GH PR #48: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/48 | ||||
| * | Use /bin/sh for running tests | Luca Weiss | 2022-02-08 | 1 | -4/+4 |
|/ | | | | The tests run fine with busybox ash as /bin/sh and do not require bash. | ||||
* | .travis.yml: Run CI builds on Travis CI's Ubuntu focal base system | Robert Tari | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'sunweaver-pr/pkg-config-file-for-gtk2-broken' | Robert Tari | 2022-01-27 | 2 | -9/+8 |
|\ | | | | | | | Attributes GH PR #45: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/45 | ||||
| * | src/ayatana-appindicator3-0.1.pc.in: Update description field and mention ↵ | Mike Gabriel | 2021-12-21 | 1 | -1/+1 |
| | | | | | | | | GTK-3+. | ||||
| * | src/ayatana-appindicator-0.1.pc.in: Adapt file for CMake builds. This ↵ | Mike Gabriel | 2021-12-21 | 1 | -8/+7 |
|/ | | | | slipped through when porting from autotools to CMake, it seems. (Thanks to Unit193 for reporting this via IRC). | ||||
* | Merge branch 'z3ntu-canonicalize_file_name' | Mike Gabriel | 2021-12-08 | 1 | -1/+1 |
|\ | | | | | | | Attributes GH PR #43: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/43 | ||||
| * | Fix build with musl libc | Luca Weiss | 2021-12-07 | 1 | -1/+1 |
|/ | | | | | canonicalize_file_name() is a GNU extension not supported by musl libc. Use realpath() from POSIX instead. | ||||
* | release 0.5.900.5.90 | Mike Gabriel | 2021-11-18 | 4 | -7611/+3696 |
| | |||||
* | debian/rules: Unset DBUS_SESSION_BUS_ADDRESS before running tests. | Mike Gabriel | 2021-10-24 | 1 | -0/+2 |
| | |||||
* | CMakeLists.txt: Fix how we evaluate the result for find_program for gtkdoc-scan. | Mike Gabriel | 2021-10-24 | 1 | -1/+1 |
| | |||||
* | CMakeLists.txt: Fix gtkdoc-scan binary name. | Mike Gabriel | 2021-10-24 | 1 | -2/+2 |
| | |||||
* | Merge branch 'sunweaver-pr/run-tests-in-build_scripts-target' | Robert Tari | 2021-10-24 | 1 | -13/+9 |
|\ | | | | | | | Attributes GH PR #39: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/39 | ||||
| * | .build.yml. Run unit tests directly after build in build_scripts: target. | Mike Gabriel | 2021-10-24 | 1 | -13/+9 |
|/ | |||||
* | Merge branch 'sunweaver-pr/dbus-test-runner-keep-env' | Robert Tari | 2021-10-24 | 1 | -4/+4 |
|\ | | | | | | | Attributes GH PR #37: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/37 | ||||
| * | tests/CMakeLists.txt: Assure that modified outside environment variables ↵ | Mike Gabriel | 2021-10-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | | (see debian/rules) survive into the dbus-test-runner wrapped environment. This hopefully fixes build failures in sbuild build chroots where we build our upstream DEBs for Debian and Ubuntu. | ||||
* | | Merge branch 'sunweaver-pr/fix-mono-bindings-for-gtk3' | Robert Tari | 2021-10-24 | 3 | -11/+22 |
|\| | | | | | | | Attributes GH PR #38: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/38 | ||||
| * | .build.yml: Fix building and running unit tests (mixed up of && and ||). | Mike Gabriel | 2021-10-24 | 1 | -3/+3 |
| | | |||||
| * | .build.yml: Drop local builds of ayatana-ido and libayatana-indicator. They ↵ | Mike Gabriel | 2021-10-24 | 1 | -0/+4 |
| | | | | | | | | confuse cppcheck. | ||||
| * | .build.yml: Fix rebuild with gcc on multi-core build nodes. | Mike Gabriel | 2021-10-24 | 1 | -0/+5 |
| | | |||||
| * | .build.yml and debian/control: Sync list and order of build-dependencies ↵ | Mike Gabriel | 2021-10-24 | 2 | -7/+9 |
| | | | | | | | | (Debian and Ubuntu). | ||||
| * | bindings/mono/CMakeLists.txt: Fix missing target ↵ | Mike Gabriel | 2021-10-24 | 1 | -1/+1 |
|/ | | | | | | | | | | bindings/mono/AyatanaAppIndicator/ApplicationIndicator.cs. Resolves this FTBFS in bindings/mono/ for FLAVOUR_GTK3: make[2]: *** No rule to make target 'bindings/mono/AyatanaAppIndicator/ApplicationIndicator.cs', needed by 'bindings/mono/ayatana-appindicator3-sharp.dll'. Stop. | ||||
* | Merge branch 'sunweaver-pr/gi-is-mandatory' | Robert Tari | 2021-10-24 | 1 | -1/+1 |
|\ | | | | | | | Attributes GH PR #36: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/36 | ||||
| * | .build.yml: Fix typo | Robert Tari | 2021-10-24 | 1 | -4/+4 |
| | | |||||
| * | CMakeLists.txt: White-space fix (remove superfluous empty line). | Mike Gabriel | 2021-10-24 | 1 | -1/+0 |
| | | |||||
| * | CMakeLists.txt: Check for presence of gtk-doc executable if -DENABLE_GTKDOC=ON. | Mike Gabriel | 2021-10-24 | 1 | -0/+8 |
| | | | | | | | | Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/15 | ||||
| * | {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵ | Mike Gabriel | 2021-10-24 | 2 | -2/+8 |
| | | | | | | | | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27 | ||||
| * | src/CMakeLists.txt: GObjectIntrospection is not optional, so mark it as ↵ | Mike Gabriel | 2021-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | REQUIRED (only). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/28 | ||||
* | | .build.yml: Fix typo | Robert Tari | 2021-10-24 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'sunweaver-pr/check-for-gtk-doc' | Robert Tari | 2021-10-24 | 1 | -1/+8 |
|\ \ | | | | | | | | | | Attributes GH PR #35: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/35 | ||||
| * | | {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵ | Mike Gabriel | 2021-10-24 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27 | ||||
| * | | CMakeLists.txt: White-space fix (remove superfluous empty line). | Mike Gabriel | 2021-10-23 | 1 | -1/+0 |
| | | | |||||
| * | | CMakeLists.txt: Check for presence of gtk-doc executable if -DENABLE_GTKDOC=ON. | Mike Gabriel | 2021-10-23 | 1 | -0/+8 |
| |/ | | | | | | | Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/15 | ||||
* | | Merge branch 'sunweaver-pr/make-bindings-optional' | Robert Tari | 2021-10-24 | 2 | -2/+8 |
|\ \ | |/ |/| | | | Attributes GH PR #34: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/34 | ||||
| * | {,bindings/}CMakeLists.txt: Add switch for enabling/disabling bindings ↵ | Mike Gabriel | 2021-10-23 | 2 | -2/+8 |
|/ | | | | | | (enabled by default). Fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/27 | ||||
* | Merge branch 'sunweaver-pr/bring-back-gtk2-build-support' | Robert Tari | 2021-10-23 | 25 | -282/+597 |
|\ | | | | | | | Attributes GH PR #32: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/33 | ||||
| * | .build.yml: Drop autogen.sh support; add GTK+-2.0 build and test support; ↵ | Mike Gabriel | 2021-10-23 | 1 | -12/+49 |
| | | | | | | | | also run unit tests on Ubuntu. | ||||
| * | debian/*: Re-enable / uncomment GTK+ 2.0 support. | Mike Gabriel | 2021-10-23 | 5 | -77/+83 |
| | | |||||
| * | Re-introduce (CMake based) build support against GTK+ 2.0. | Mike Gabriel | 2021-10-23 | 19 | -193/+465 |
| | |