| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for tooltipspr/tooltip-support | Guido Berhoerster | 17 hours | 4 | -4/+438 |
| | | | | | | An icon, title and text body may be set independently or at once resulting in a single signal. Markup in the text body is not supported for simplicity. | ||||
| * | Add macros for compile-time version checking | Guido Berhoerster | 23 hours | 5 | -4/+153 |
| | | |||||
| * | Use symlink in the build directory for includes | Guido Berhoerster | 23 hours | 1 | -7/+3 |
| | | | | | | Make includes work though a symlink rather than modifying the generated sources. This is necessary so that headers included from the main header work. | ||||
| * | Revert "Explicitly mark deprecated functions and use substitutes" | Mike Gabriel | 23 hours | 4 | -18/+12 |
| | | | | | This reverts commit aec1741226036036b2498f7b664221e649b4ff81. | ||||
| * | Merge branch 'mikhailnov-activate-signal' | Mike Gabriel | 23 hours | 3 | -1/+46 |
| |\ | | | | | | | Attributes GH PR #4: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/4 | ||||
| | * | Implement the Activate D-Bus method for primary click handling | Mikhail Novosyolov | 2026-04-28 | 3 | -1/+46 |
| |/ | | | | | | | | | | | | | | Handle the org.kde.StatusNotifierItem Activate() method that KDE Plasma calls on left-click. When a signal handler is connected, emit the "activate" GObject signal and return success. When no handler is connected, return an error so the panel falls back to showing the context menu for backward compatibility. This fixes the dual menu+toggle issue for applications like Onboard that need left-click to perform a custom action instead of showing the context menu. Co-authored-by: Z.AI GLM | ||||
| * | release 0.5.940.5.94release-builds | Mike Gabriel | 2025-03-12 | 6 | -2137/+2210 |
| | | |||||
| * | Merge branch 'tari01-pr/add-deprecation' | Mike Gabriel | 2025-03-12 | 2 | -2/+6 |
| |\ | | | | | | | Attributes GH PR #1: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/1 | ||||
| | * | Deprecate libayatana-appindicator | Robert Tari | 2025-03-07 | 2 | -2/+6 |
| |/ | |||||
| * | Merge branch 'parona-source-undefined-version-script-symbols' | Mike Gabriel | 2024-07-03 | 1 | -2/+2 |
| |\ | | | | | | | Attributes GH PR #79: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/79 | ||||
| | * | Correct symbols in version script file | Alfred Wingate | 2024-07-03 | 1 | -2/+2 |
| |/ | | | | | | | | | LLVM lld checks for nonexistent symbols in version scripts files. Correct symbols names to what appears to be the desired results. Bug: https://bugs.gentoo.org/934481 Fixes: 4d97676bb5ba1a7612aed36d219cbaa978adc90e Signed-off-by: Alfred Wingate <parona@protonmail.com> | ||||
| * | Merge branch 'barracuda156-apple' | Mike Gabriel | 2024-07-03 | 1 | -1/+3 |
| |\ | | | | | | | Attributes GH PR #78: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/78 | ||||
| | * | Fix build on macOS | Sergey Fedorov | 2024-06-17 | 1 | -1/+3 |
| |/ | |||||
| * | release 0.5.930.5.93 | 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.91 | Mike Gabriel | 2022-04-08 | 6 | -3/+93 |
| | | |||||
