| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- CMake: Add ${CMAKE_BINARY_DIR}/src to target_include_directories().
- debian/: Prepare release v0.6.0. Update packaging from Debian
unstable.
- tests/test-libappindicator-fallback-watcher.c: Increase test
timeout, fix unit test on riscv64.
- Add support for tooltips.
- Add macros for compile-time version checking.
- Use symlink in the build directory for includes.
- Revert "Explicitly mark deprecated functions and use substitutes".
- Implement the Activate D-Bus method for primary click handling.
|
| |
|
|
|
| |
Required to find src/app-indicator-version.h which gets generated from
src/app-indicator-version.h.in.
|
| | |
|
| |
|
|
| |
unit test on riscv64.
|
| |\
| |
| |
| | |
Attributes GH PR #5: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/5
|
| | |
| |
| |
| |
| | |
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.
|
| | | |
|
| |/
|
|
|
| |
Make includes work though a symlink rather than modifying the generated
sources. This is necessary so that headers included from the main header work.
|
| |
|
|
| |
This reverts commit aec1741226036036b2498f7b664221e649b4ff81.
|
| |\
| |
| |
| | |
Attributes GH PR #4: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/4
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |\
| |
| |
| | |
Attributes GH PR #1: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/1
|
| |/ |
|
| |\
| |
| |
| | |
Attributes GH PR #79: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/79
|
| |/
|
|
|
|
|
|
|
| |
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>
|
| |\
| |
| |
| | |
Attributes GH PR #78: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/78
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
Attributes GH PR #74: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/74
|
| |/
|
|
| |
We already have all optional featureson by default, so this one should be no exception
|
| | |
|
| |\
| |
| |
| | |
Attributes GH PR #73: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/73
|
| |/
|
|
|
|
| |
Fedora needs libraries to be executable to extract debug information.
Debian does not. The cmake TARGETS installation takes care of this,
therefore use it.
|
| |
|
|
| |
limited the number of exported symbols.
|
| |\
| |
| |
| | |
Attributes GH PR #69: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/69
|
| |/
|
|
| |
fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/40
|
| |\
| |
| |
| | |
Attributes GH PR #68: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/68
|
| |/
|
|
| |
fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/46
|
| |\
| |
| |
| | |
Attributes GH PR #67: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/67
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/11
|
| |/ |
|
| |\
| |
| |
| | |
Attributes GH PR #66: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/66
|
| |/
|
|
|
| |
Details of what each property means are taken from lines ~144-146 of
app-indicator.h (search for @APP_INDICATOR_STATUS_PASSIVE).
|
| |\
| |
| |
| | |
Attributes GH PR #63: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/63
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
methods and signals
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
Attributes GH PR #59: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/59
|
| | | |
|
| | | |
|