Sebastian Kügler
54e21c082f
Visually more consistent spacing on the left
11 years ago
Kai Uwe Broulik
492be8de4d
Fix margins in system tray
...
Now that the sidebar is hidden when an applet is Passive, the looks need to be adjusted.
REVIEW: 121384
11 years ago
David Edmundson
06aa997907
Only show the list of hidden system tray items when a hidden item is expanded
...
As discussed on the forums
https://forum.kde.org/viewtopic.php?f=285&t=122794&sid=5d2a526b8f6146b1f52f0c75b7600871
FEATURE: 334823
REVIEW: 120778
We said we'd try it for a while and get some real world feedback.
12 years ago
David Edmundson
d2d5b6a8ff
Remove unused code
12 years ago
Marco Martin
e930139b34
Make apply button work correctly
...
BUG:339946
12 years ago
Marco Martin
53e0c21344
show the expanded marker only if the theme has it
...
this cannot be on 5.1, depends on new api
12 years ago
Marco Martin
17cf368c82
check items by clicking anywhere
...
BUG:339805
12 years ago
Marco Martin
4b34e41048
fix some QML warnings
...
BUG:339580
12 years ago
Marco Martin
d31ecf6108
don't add negative margin
12 years ago
Marco Martin
411ea4fca7
don't add negative margin
12 years ago
Marco Martin
694a1baa98
fix tooltip position on left panels
...
left panel is a special case: the only one where we prefer
tooltips on the right
12 years ago
Eike Hein
33b0f0c734
Fix warning.
12 years ago
Kai Uwe Broulik
9988264d1a
Cleanup system tray configuration
...
- Remove dead properties and runtime warnings
- Use Array literal instead of Array()
- Use ColumnLayout instead of generic Column
- Emit configurationChanged signal when changing the "Additional Items" because QML
cannot detect changes that happen *inside* an Array
REVIEW: 120385
CCBUG: 339428
12 years ago
Marco Martin
acea395906
if the task is an hidden item, restore behavior
...
don't align the icons in the exact center of the row of the expanded popup
12 years ago
Jan Grulich
c027457719
Fix spacing one more time
...
Reviewed by: Kai Uwe Broulik
12 years ago
Kai Uwe Broulik
3dbc22106e
Fix system tray icons not always properly centered in vertical panel
...
REVIEW: 120374
BUG: 339301
12 years ago
Lukáš Tinkl
eb7ba633c7
append all the items at once, in an array
12 years ago
Lukáš Tinkl
855f5245d9
fix localizing system tray entries' options
...
ListElement doesn't support i18n(), so append the items dynamically;
inspired by the lockscreen component
also speed up creation of the cfg arrays
12 years ago
Kai Uwe Broulik
b375cb91d3
Fix spacing
12 years ago
Marco Martin
924107b347
add klipper as default extraitems
12 years ago
Kai Uwe Broulik
98bc34645e
Rotate System Tray popup arrow instead of just jumping between states
...
REVIEW: 119683
12 years ago
Lukáš Tinkl
b248a578ab
temporarily revert breakage
...
until we find a better way to i18n() the items
12 years ago
Lukáš Tinkl
42b42ad932
temporarily revert breakage
...
until we find a better way to i18n() the items
12 years ago
Lukáš Tinkl
5bd7f39f28
missing i18n()
12 years ago
Jan Grulich
a7b4f3e89c
Better aligning of items in systray configuration
...
Reviewed by: Marco Martin and David Edmunson
12 years ago
Jan Grulich
0d82708a26
Better aligning of items in systray configuration
...
Reviewed by: Marco Martin and David Edmunson
12 years ago
l10n daemon script
6ef6c7e692
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
c242817618
this was reverted by mistake
...
correctly open the current plasmoid the first time the systray is expanded
BUG:336811
12 years ago
Marco Martin
3bf5d4fdda
make sure modelData is closed when the plamoid is
...
BUG:336680
12 years ago
Marco Martin
cf5fe47f5d
hide tooltips on mouse click
...
BUG:336200
12 years ago
Marco Martin
79631019f7
ing clipping causes visual glitches
12 years ago
David Edmundson
1cc6ca53bf
Remove unneeded KQuickControlsAddonsComponents.MouseEventListener
...
MouseEventListener was only used for mouse wheel which is now also in
MouseArea.
12 years ago
David Edmundson
fd940becac
Use proper spacing between icons and text
12 years ago
Marco Martin
6a77e7cd02
correctly expand a plasmoid the first time
...
the connection cannot work if the component gets created after
the task is expanded
BUG:336468
12 years ago
David Edmundson
4c77ba080f
Don't show tooltips for expanded plasmoids
...
It can be annoying having a tooltip on top of the dialog and all
information is visible anyway
BUG: 336447
12 years ago
Sebastian Kügler
061ebaee07
Don't abuse smallSpacing
...
Do not use double-smallSpacing. This was done since units.smallSpacing
was "ridiculously small", to give visual balance.
This goes along with plasma-framework 453c40efee2.
12 years ago
David Edmundson
cfd6a7ca63
Use icon size tiny in window pin
12 years ago
David Edmundson
1f4e72e618
Use standard icon sizes
...
BUG: 336326
iconSize.small/2 is really wrong. If we randomly scale things what's the
point of having an iconSize property in the first place.
12 years ago
Marco Martin
5010e854f3
remove micro configure button
...
it was from the time it wasn't possible to configure applets otherwise
now they can be configured with RMB as all the other applets
it introduced some confusing inconsistencies and clutter
BUG:336212
12 years ago
Marco Martin
c53c61e5e1
don't close when activating another plasmoid
...
BUG:335934
12 years ago
Aleix Pol
97899ebd8b
Don't show the shutdown dialog on the taskbar
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
Marco Martin
61516bb774
remove unused items
12 years ago
Marco Martin
d0144ec9ed
dismiss only on left button click
12 years ago
Marco Martin
95dae945cf
fix some warnings
...
one that probably still remain is
org.kde.plasma.systemtray/contents/ui/ExpandedRepresentation.qml:76:19: QML TaskDelegate: Binding loop detected for property "isExpanded"
that is probably causing some unwanted systray expansion at startup too
CCBUG:335482
12 years ago
Marco Martin
632abf72b7
more checks for modelData
12 years ago
Marco Martin
5f5e65ca6c
check for modelData existence in bindings
...
CCBUG:335278
12 years ago
Martin Klapetek
8df7e1d538
Remove useless debug output
12 years ago
Sebastian Kügler
0674dd73f2
More friendly spacing in systray config
12 years ago
Marco Martin
f4954fb976
don't compute the size we don't need
...
avoids an undetected resize loop that hangs plasma
BUG:334506
12 years ago