Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 0.5.930.5.93main | Mike Gabriel | 2023-10-13 | 6 | -3/+116 |
| | |||||
* | Merge branch 'tari01-pr/enable-docs' | Mike Gabriel | 2023-09-10 | 1 | -1/+1 |
|\ | | | | | | | Attributes GH PR #74: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/74 | ||||
| * | CMakeLists.txt: Generate GTK documentation by default | Robert Tari | 2023-09-10 | 1 | -1/+1 |
|/ | | | | We already have all optional featureson by default, so this one should be no exception | ||||
* | README.md: Fix title copy-paste mistake | Robert Tari | 2023-09-10 | 1 | -2/+2 |
| | |||||
* | Merge branch 'tyll-executable_so' | Robert Tari | 2023-09-07 | 1 | -3/+1 |
|\ | | | | | | | Attributes GH PR #73: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/73 | ||||
| * | cmake: Install library as library | Till Maas | 2023-09-06 | 1 | -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 Gabriel | 2023-08-10 | 2 | -4/+4 |
| | | | | limited the number of exported symbols. | ||||
* | Merge branch 'tari01-pr/limit-symbols' | Mike Gabriel | 2023-08-10 | 2 | -0/+7 |
|\ | | | | | | | Attributes GH PR #69: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/69 | ||||
| * | Limit exported symbols | Robert Tari | 2023-08-10 | 2 | -0/+7 |
|/ | | | | fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/40 | ||||
* | Merge branch 'tari01-pr/build-instructions' | Mike Gabriel | 2023-08-10 | 3 | -9/+113 |
|\ | | | | | | | Attributes GH PR #68: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/68 | ||||
| * | Add info and build instructions | Robert Tari | 2023-08-10 | 3 | -9/+113 |
|/ | | | | fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/46 | ||||
* | Merge branch 'tari01-pr/drop-dbus-glib' | Mike Gabriel | 2023-08-10 | 9 | -487/+567 |
|\ | | | | | | | Attributes GH PR #67: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/67 | ||||
| * | .build.yml: Drop dbus-glib and dbus dependencies | Robert Tari | 2023-08-09 | 1 | -5/+0 |
| | | |||||
| * | debian/control: Drop libdbus-glib-1-dev and libdbus-1-dev | Robert Tari | 2023-08-09 | 1 | -2/+0 |
| | | |||||
| * | Replace DBus-GLib with GDBus and drop libdus | Robert Tari | 2023-08-09 | 6 | -477/+567 |
| | | | | | | | | fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/11 | ||||
| * | tests/test-libappindicator.c: Drop unread value | Robert Tari | 2023-08-09 | 1 | -3/+0 |
|/ | |||||
* | Merge branch 'WPettersson-document-status' | Mike Gabriel | 2023-08-07 | 1 | -3/+5 |
|\ | | | | | | | Attributes GH PR #66: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/66 | ||||
| * | Document the status property a bit more clearly. | William Pettersson | 2023-07-20 | 1 | -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 Gabriel | 2023-06-07 | 11 | -394/+402 |
|\ | | | | | | | Attributes GH PR #63: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/63 | ||||
| * | .build.yml: Add doc requirements and build with GTKDOC | Robert Tari | 2023-05-09 | 1 | -2/+8 |
| | | |||||
| * | bindings/mono/CMakeLists.txt: Drop path from linked resource file | Robert Tari | 2023-05-09 | 1 | -2/+2 |
| | | |||||
| * | src/app-indicator.c: Don't use GNU old-style field designator extension | Robert Tari | 2023-05-09 | 1 | -4/+4 |
| | | |||||
| * | src/app-indicator.c: Fix documentation related errors | Robert Tari | 2023-05-09 | 1 | -4/+29 |
| | | |||||
| * | Explicitly mark deprecated functions and use substitutes | Robert Tari | 2023-05-09 | 4 | -12/+18 |
| | | |||||
| * | src/AyatanaAppIndicator*-0.1.metadata: Drop unused metadata | Robert Tari | 2023-03-10 | 2 | -4/+0 |
| | | |||||
| * | bindings/mono/CMakeLists.txt: Drop unused properties | Robert Tari | 2023-03-10 | 1 | -3/+0 |
| | | |||||
| * | bindings/mono/libayatana-appindicator*-api.metadata: Drop/fix properties, ↵ | Robert Tari | 2023-03-10 | 2 | -24/+2 |
| | | | | | | | | methods and signals | ||||
| * | Whitespace fix | Robert Tari | 2023-03-10 | 5 | -352/+352 |
|/ | |||||
* | release 0.5.920.5.92 | Mike Gabriel | 2023-02-02 | 5 | -3/+41 |
| | |||||
* | Merge branch 'tari01-pr/fix-build-warnings' | Mike Gabriel | 2023-02-02 | 11 | -1701/+1763 |
|\ | | | | | | | Attributes GH PR #59: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/59 | ||||
| * | Fix all remaining build warnings | Robert Tari | 2023-02-02 | 5 | -44/+47 |
| | | |||||
| * | src/app-indicator.c: Fix wrong function signatures | Robert Tari | 2023-02-02 | 1 | -2/+3 |
| | | |||||
| * | Silence warnings generated by Vala | Robert Tari | 2023-02-02 | 2 | -2/+2 |
| | | |||||
| * | Fix remaining deprecation warnings | Robert Tari | 2023-02-02 | 5 | -24/+59 |
| | | |||||
| * | src/app-indicator.c: Silence GtkStatusIcon deprecation warnings | Robert Tari | 2023-02-02 | 1 | -3/+26 |
| | | |||||
| * | Whitespace fix | Robert Tari | 2023-02-02 | 6 | -1679/+1679 |
|/ | |||||
* | 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 |
| |