Kai Uwe Broulik
a1bf6d82d7
[System Tray] Bring back shortcuts configuration
...
REVIEW: Shortcuts for applets in system tray can now be configured from system tray configuration
REVIEW: 124986
11 years ago
David Edmundson
e572ec1cb2
Fix crash if trying to load an invalid applet in systray
...
BUG: 352294
REVIEW: 125053
11 years ago
Kai Uwe Broulik
85450ade84
Allow plasmoid to specify X-Plasma-NotificationAreaCategory
...
This allows a plasmoid to specify a category similar to what the Status Notifier Items can do
REVIEW: 124382
11 years ago
Kai Uwe Broulik
fd68001fda
Show plasmoid / application icon in system tray entries config
...
This makes the list significantly easier to scan for the applet you're looking for
REVIEW: 124342
11 years ago
Marco Martin
09ae19f0a6
Revert "don't call init() two times"
...
This reverts commit d0801854aa .
it has been reported that on some systems icons aren't shown anymore
11 years ago
Marco Martin
d0801854aa
don't call init() two times
...
Applet::init() has already been called by Containment::addApplet()
calling it two times causes two instances of AppletInterface to
be created
11 years ago
Marco Martin
cc7eec5b68
build a context menu with current applet actions
...
unfortunately needs a completely differnt implementation
due to the weird nature of the systemtray
BUG:344797
11 years ago
Kai Uwe Broulik
18d4b2bb6f
Override plasmoid size to zero rather than one
...
Prevent the plasmoid from rendering a tiny SVG which is then upscaled and re-rendered later
REVIEW: 121472
11 years ago
Montel Laurent
1e7c92f6a2
Remove not necessary include moc
12 years ago
Marco Martin
849cbff966
make sure plasmoids don't get expanded for an instant
...
override any eventual default size for plasmoids, that would make then think for a cycle that they're expanded
BUG:339329
12 years ago
Marco Martin
d46e3032d5
make very sure that the parent is proper
...
make very sure that:
* the systray containment is Mutable (that one is "special")
* the applet is always child of the containment
BUG:336491
12 years ago
Eike Hein
c573f94d3d
Be consistent about System Tray vs. Systemtray.
12 years ago
Marco Martin
d3d843ad8f
add context menus to plasmoid icons
...
not 100% perfect but plasmoid, systray and containment actions are
accessible from right mouse button
BUG:335561
12 years ago
Martin Klapetek
dcfb444581
Remove useless debug output
...
All this prints is QVariant(QObject*, QObject(0x0) ) anyway
12 years ago
Marco Martin
58490813dc
slightly defer plasmoid init
...
since when the plasmoid is gettng created other events may be processed,
slightly defer it's init() so that if a malformed mpris implementation
(hello VLC) adds the plasmoid to tasks immediately, so we can ensure
that every plasmoid gets onle and only one instance
BUG:334622
12 years ago
Marco Martin
b059136116
add a button to configure sub applets
...
the only way is to add a bitton there, there is no way to add it to the context menu
BUG:334426
12 years ago
Aleix Pol
b0068a09cf
Port plasma code to PLASMA_RELATIVE_DATA_INSTALL_DIR
12 years ago
Aleix Pol
da27b27678
Initial import from the monolithic kde-workspace.
...
This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
techbase wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:
http://community.kde.org/Frameworks/GitOldHistory
If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.
Branched from the monolithic repo kde-workspace, frameworks branch, at commit
049113e719dd2fc4446d054fa1a3aada330094f0
12 years ago