aboutsummaryrefslogtreecommitdiff
path: root/src/notification-item.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for tooltipspr/tooltip-supportGuido Berhoerster20 hours1-0/+3
| | | | | 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.
* Implement the Activate D-Bus method for primary click handlingMikhail Novosyolov2026-04-281-0/+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
* Adding the 'Title' property and 'NewTitle' signal to the DBus interface ↵Ted Gould2012-01-281-0/+3
| | | | description
* Watching for the 'XAyatanaSecondaryActivate' method as wellTed Gould2011-07-221-0/+3
|
* Add signal "secondary-activate" and emit it when neededMarco Trevisan (Treviño)2011-07-181-0/+4
| | | | | | | | When a libappindicator app get the "SecondaryActivate" dbus method call, the library redirects it to the app emitting the "secondary-activate" signal. This should be conform to the StatusNotifierItem specifications.
* Changing the signal to match what was discussed with the KDE folksTed Gould2011-02-231-4/+2
|
* accessible_name -> accessible_descLuke Yelavich2011-02-081-3/+3
|
* Merge from trunkLuke Yelavich2011-02-041-1/+4
|\
| * Using the SNI method "Scroll" instead of XAyatanaScrollActionMarco Trevisan (Treviño)2011-01-291-2/+2
| | | | | | | | The indicator signal will use anyway the same syntax.
| * app-indicator: listen for XAyatanaScrollAction and emit "scroll-event" signalMarco Trevisan (Treviño)2011-01-271-2/+4
| | | | | | | | | | | | | | | | | | | | libappindicator now when it gets a dbus call from indicator-application (via the method XAyatanaScrollAction) about the incoming scroll event, sends a "scroll-event" signal to the appindicator application using this library. This works both in indicator and fallback (systray mode). This commit includes a fix for bug #707591
* | Add accessible_name supportLuke Yelavich2011-02-041-0/+4
|/
* Merging in the XLabel branch to handle conflicts.Ted Gould2010-08-111-3/+3
|\
| * Changing the Dbus interface.Ted Gould2010-08-111-3/+3
| |
* | Putting the ordering index into the 'x' domain.Ted Gould2010-08-111-1/+1
| |
* | Adding the Ordering Index propertyTed Gould2010-08-091-0/+1
|/
* Updating to trunk and resolve conflictsTed Gould2010-08-051-0/+3
|\
| * Passing the updated icon theme path along with the DBus signal, saving a ↵Sense Egbert Hofstede2010-08-051-0/+1
| | | | | | | | DBus call.
| * Clean-up and renaming variables and functions everywhere to use ↵Sense Hofstede2010-07-221-0/+2
| | | | | | | | | | | | | | | | | | icon_theme_path for the sake of consistency. Doesn't seem to do antyhing, though.
* | Adding a property to guide the size of the labelTed Gould2010-08-031-0/+2
| |
* | Adding the label property and a signal for it changing.Ted Gould2010-08-031-0/+4
|/
* org.freedesktop.StatusNotifier* => org.kde.StatusNotifier*Aurelien Gateau2010-03-151-1/+1
|
* Adding in the ability for applications to specify a directory path to get ↵Ted Gould2010-01-081-0/+3
|\ | | | | | | added to the icon theme search path.
| * Changing the property to 'IconThemePath' to make it more clear about what it ↵Ted Gould2010-01-081-1/+3
| | | | | | | | adjusts.
| * Adding of a new property, icon path, to store the path to the icons.Ted Gould2009-12-201-0/+1
| |
* | Use org.freedesktop namespaceAurelien Gateau2010-01-071-2/+2
| |
* | Previous commit was not meant to be pushed to trunkAurelien Gateau2009-12-231-2/+2
| | | | | | | | | | Revert my mess
* | Make it work on KDEAurelien Gateau2009-12-231-2/+2
|/
* Changing all the dbus names.Ted Gould2009-11-241-1/+1
|
* Some dbus y'all! Ted Gould2009-10-131-0/+26