aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 0.5.93HEAD0.5.93masterMike Gabriel2023-10-136-3/+116
|
* Merge branch 'tari01-pr/enable-docs'Mike Gabriel2023-09-101-1/+1
|\ | | | | | | Attributes GH PR #74: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/74
| * CMakeLists.txt: Generate GTK documentation by defaultRobert Tari2023-09-101-1/+1
|/ | | | We already have all optional featureson by default, so this one should be no exception
* README.md: Fix title copy-paste mistakeRobert Tari2023-09-101-2/+2
|
* Merge branch 'tyll-executable_so'Robert Tari2023-09-071-3/+1
|\ | | | | | | Attributes GH PR #73: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/73
| * cmake: Install library as libraryTill Maas2023-09-061-3/+1
|/ | | | | | Fedora needs libraries to be executable to extract debug information. Debian does not. The cmake TARGETS installation takes care of this, therefore use it.
* debian/libayatana-appindicator*.symbols: Update .symbols after having ↵Mike Gabriel2023-08-102-4/+4
| | | | limited the number of exported symbols.
* Merge branch 'tari01-pr/limit-symbols'Mike Gabriel2023-08-102-0/+7
|\ | | | | | | Attributes GH PR #69: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/69
| * Limit exported symbolsRobert Tari2023-08-102-0/+7
|/ | | | fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/40
* Merge branch 'tari01-pr/build-instructions'Mike Gabriel2023-08-103-9/+113
|\ | | | | | | Attributes GH PR #68: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/68
| * Add info and build instructionsRobert Tari2023-08-103-9/+113
|/ | | | fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/46
* Merge branch 'tari01-pr/drop-dbus-glib'Mike Gabriel2023-08-109-487/+567
|\ | | | | | | Attributes GH PR #67: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/67
| * .build.yml: Drop dbus-glib and dbus dependenciesRobert Tari2023-08-091-5/+0
| |
| * debian/control: Drop libdbus-glib-1-dev and libdbus-1-devRobert Tari2023-08-091-2/+0
| |
| * Replace DBus-GLib with GDBus and drop libdusRobert Tari2023-08-096-477/+567
| | | | | | | | fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/11
| * tests/test-libappindicator.c: Drop unread valueRobert Tari2023-08-091-3/+0
|/
* Merge branch 'WPettersson-document-status'Mike Gabriel2023-08-071-3/+5
|\ | | | | | | Attributes GH PR #66: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/66
| * Document the status property a bit more clearly.William Pettersson2023-07-201-3/+5
|/ | | | | Details of what each property means are taken from lines ~144-146 of app-indicator.h (search for @APP_INDICATOR_STATUS_PASSIVE).
* Merge branch 'tari01-pr/build-fixes'Mike Gabriel2023-06-0711-394/+402
|\ | | | | | | Attributes GH PR #63: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/63
| * .build.yml: Add doc requirements and build with GTKDOCRobert Tari2023-05-091-2/+8
| |
| * bindings/mono/CMakeLists.txt: Drop path from linked resource fileRobert Tari2023-05-091-2/+2
| |
| * src/app-indicator.c: Don't use GNU old-style field designator extensionRobert Tari2023-05-091-4/+4
| |
| * src/app-indicator.c: Fix documentation related errorsRobert Tari2023-05-091-4/+29
| |
| * Explicitly mark deprecated functions and use substitutesRobert Tari2023-05-094-12/+18
| |
| * src/AyatanaAppIndicator*-0.1.metadata: Drop unused metadataRobert Tari2023-03-102-4/+0
| |
| * bindings/mono/CMakeLists.txt: Drop unused propertiesRobert Tari2023-03-101-3/+0
| |
| * bindings/mono/libayatana-appindicator*-api.metadata: Drop/fix properties, ↵Robert Tari2023-03-102-24/+2
| | | | | | | | methods and signals
| * Whitespace fixRobert Tari2023-03-105-352/+352
|/
* release 0.5.920.5.92Mike Gabriel2023-02-025-3/+41
|
* Merge branch 'tari01-pr/fix-build-warnings'Mike Gabriel2023-02-0211-1701/+1763
|\ | | | | | | Attributes GH PR #59: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/59
| * Fix all remaining build warningsRobert Tari2023-02-025-44/+47
| |
| * src/app-indicator.c: Fix wrong function signaturesRobert Tari2023-02-021-2/+3
| |
| * Silence warnings generated by ValaRobert Tari2023-02-022-2/+2
| |
| * Fix remaining deprecation warningsRobert Tari2023-02-025-24/+59
| |
| * src/app-indicator.c: Silence GtkStatusIcon deprecation warningsRobert Tari2023-02-021-3/+26
| |
| * Whitespace fixRobert Tari2023-02-026-1679/+1679
|/
* release 0.5.910.5.91release-buildsMike Gabriel2022-04-086-3/+93
|
* Merge branch 'pr/discord-segfaulting'Mike Gabriel2022-04-081-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 Gabriel2022-04-081-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 Gabriel2022-04-081-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 Tari2022-04-011-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 Gabriel2022-04-011-0/+674
|/ | | | | | Weiss for spotting this. Fixes AyatanaIndicators/libayatana-appindicator#42
* Merge branch 'tari01-pr/cleanup-compile-flags'Mike Gabriel2022-02-166-33/+14
|\ | | | | | | Attributes GH PR #50: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/50
| * .build.yml: Drop extra compilation flagsRobert Tari2022-02-111-1/+0
| |
| * Clean up compilation flagsRobert Tari2022-02-115-32/+14
|/
* Merge branch 'sunweaver-pr/let-run-xvfv-sh-run-in-bin-sh'Robert Tari2022-02-091-1/+1
|\
| * tests/run-xvfb.sh: Allow sourcing run-xvfb.sh with /bin/sh.Mike Gabriel2022-02-081-1/+1
|/
* Merge branch 'z3ntu-tests-bash'Mike Gabriel2022-02-081-4/+4
|\ | | | | | | Attributes GH PR #48: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/48
| * Use /bin/sh for running testsLuca Weiss2022-02-081-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 systemRobert Tari2022-02-081-1/+1
|