l10n daemon script
2569d35ff4
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
5e058803f7
SVN_SILENT made messages (.desktop file)
11 years ago
Sebastian Kügler
24e567ad31
Remove debugging noise
...
Reviewed-by: Aleix Pol
11 years ago
Marco Martin
5f7b5cd069
support 22x22 icons too
...
should delay icons becoming tiny
CCBUG:343470
11 years ago
Marco Martin
928194338d
support 22x22 icons too
...
should delay icons becoming tiny
CCBUG:343470
11 years ago
Marco Martin
3d72f93845
support 22x22 icons too
...
should delay icons becoming tiny
CCBUG:343470
11 years ago
Marco Martin
b96d214dad
show busy widget when needed
11 years ago
Marco Martin
a6fcb13b47
let free resize in desktop mode
...
BUG:343405
11 years ago
Marco Martin
7b4387956f
support 22x22 icons too
...
should delay icons becoming tiny
CCBUG:343470
11 years ago
Kai Uwe Broulik
4d87096ba7
Turn pin into a regular ToolButton
...
The current implementation lacks proper hover and pressed feedback
making it hard to operate
REVIEW: 122256
11 years ago
Marco Martin
9e3f223777
hide the arrow if no hidden items
...
BUG:342627
Conflicts:
applets/systemtray/package/contents/ui/CompactRepresentation.qml
11 years ago
Marco Martin
35789f31d2
ensure a bit more spacing
...
ensure units.smallSpacing between icons, sizing should be a bit better as well
BUG:340685
11 years ago
Marco Martin
016edafc3b
hide the arrow if no hidden items
...
BUG:342627
11 years ago
Aleix Pol
5196689ae3
Improve initial values of the systemtray plasmoids
...
Instead of hardcoding which plasmoids we want by default, figure it out
using the plasmoids' described features.
BUG: 342658
REVIEW: 121948
11 years ago
Kai Uwe Broulik
61dfcac599
Assign expandedFeedback a property that also takes the plasmoid expanded state into account
...
Fixes the full width blue bar appearing for a split second when closing the popup.
I have no idea how to access that thing, the only way I see is in the Connections {} on
the root and there its parent... I tried basically every other method, like
root.parent.foo or compactRepresentation.parent.foo but no avail.
11 years ago
Marco Martin
e3b1ec8a75
check on compactRepresentation
...
BUG:339764
11 years ago
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