Marco Martin
6e3c17e5c8
Add some formfactor info to plasma-workspace applets
...
added some formfactor keywords in the applets metadata.
once the explorer model filters them accordingly,
it should remove a bit of applets problematic on
the phone for one reason or another
REVIEW:125810
11 years ago
David Rosca
a2a9d41b33
System Tray: Add ScrollArea to hidden items view
...
Show vertical scrollbar when hidden items doesn't fit in popup.
BUG: 341165
FIXED-IN: 5.5.0
REVIEW: 125775
11 years ago
Aleix Pol
867132ffc6
Fix icon-based status notifier icons
...
Check if the value is correct by checking if it's different to null.
Use a property rather than a function, so that if a value changes, it gets
picked up. Additionally this will make it share the value rather than
rendering the icon twice (one for each use).
REVIEW: 125812
11 years ago
Aleix Pol
ff6f26ab7f
Don't try to set the overlay if it's empty
...
Fixes the warning, basically
11 years ago
l10n daemon script
872909d921
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
6184a953b1
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Martin Klapetek
11473e62c4
Ensure correct timezone is displayed when the selected ones change
...
When the user selects another timezone and deselects the current one,
the clock timezone should change immediately.
REVIEW: 125709
BUG: 353996
BUG: 348612
11 years ago
David Rosca
4f265eda41
digitalclock: Use Text.HorizontalFit for date label in vertical panel
...
Otherwise the text eliding works really weird (eg. at some point date is
not elided and when you make the panel wider it gets elided).
BUG: 351768
FIXED-IN: 5.4.3
REVIEW: 125625
11 years ago
David Edmundson
030033bd9c
Disconnect lambdas when "this" is destroyed
...
BUG: 353870
REVIEW: 125639
11 years ago
Marco Martin
d89be8e25b
scripted default config for applets
...
execute a script from the look and feel package when
an applet is added, adding to the script environment
"applet" that wraps the currently added applet and
"containment" that wraps its containment.
from there the javascript part can do anything it can do
in the startup script as well.
In case of containments, "applet" and "containment" will
be the same thing
REVIEW:125562
11 years ago
l10n daemon script
80c1c7eada
SVN_SILENT made messages (.desktop file)
11 years ago
andreas kainz
88af97288c
Breeze Icons: remove screenshot to use systemtray widget icon
11 years ago
l10n daemon script
d3277e8269
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Kai Uwe Broulik
7e3942abe3
[Icon Widget] Support dropping onto folder
...
CHANGELOG: Dropping files onto a folder icon now supports copying/moving/linking the file there
REVIEW: 125118
11 years ago
Marco Martin
46c43fe917
when connecting a device always open the plasmoid
...
don't toggle as it would close an already open one
BUG:349616
11 years ago
Marco Martin
06e9766fea
when connecting a device always open the plasmoid
...
don't toggle as it would close an already open one
BUG:349616
11 years ago
l10n daemon script
0110ed2c01
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
7cc28b39b4
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
andreas kainz
fd04b714d4
applets: link to new breeze icons for applets
...
REVIEW: 125438
11 years ago
l10n daemon script
ef8e9abb33
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
6635cdc956
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
06fef334cb
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Marco Martin
4135ddab24
use colorScope for colors
...
taking colors for the svg and text from ColorScope makes it work
on the inverted areas, such as the plasma mobile top bar.
disable the text selection by mouse on mobile as well
the config buttons to configure each individual notification
11 years ago
l10n daemon script
32fcab45e7
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
f03eac7ebe
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
4c1d827df2
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
David Rosca
cd0b31d990
Remove outdated Quicklaunch applet
...
Quicklaunch ported to Plasma 5 is now in kdeplasma-addons.
REVIEW: 125282
11 years ago
l10n daemon script
9ac2fd0636
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
c21aa80e19
SVN_SILENT made messages (.desktop file)
11 years ago
Yoann Laissus
9b474a4ab0
soliddevice: Use KDiskFreeSpaceInfo instead of solid to get disk size.
...
It fixes size reporting of network shares.
REVIEW: 123818
11 years ago
David Rosca
36ee3e705e
Adjust notification count label text size
...
Make the label smaller so the numbers better fit into circle.
REVIEW: 125196
11 years ago
David Rosca
3f8fbd3d4a
Set tooltip icon in notifications applet
...
REVIEW: 125193
11 years ago
David Rosca
0d0b49f217
Don't overflow action buttons in notification
...
Somehow the maximumWidth constraint is not propagated
through the Repeater.
BUG: 352125
REVIEW: 125200
11 years ago
andreas kainz
33ec9fd62c
Widget screenshot for widget explorer
11 years ago
Kai Uwe Broulik
8a24c95881
Don't show genericName if it's the same as applicationName
...
When you drop a file it would show its name twice which is redundant
11 years ago
Kai Uwe Broulik
acb812deb0
Right-align KeySequenceItem
...
That's what happens if you take screenshots for illustration and then forget to undo your changes
11 years ago
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
Kai Uwe Broulik
5f80513249
Implement drag and drop support for icon widget
...
CHANGELOG: Dropping file(s) onto an icon widget will now open them in the given application
REVIEW: 124472
11 years ago
Kai Uwe Broulik
cc8ecb137d
[lock logout] Respect whether the user can lock the screen
11 years ago
Kai Uwe Broulik
bc82b81065
Simplify
11 years ago
Kai Uwe Broulik
5ad3aa0d3a
Fix ScreenPositionSelector showing a gap
...
Use anchors to ensure the left/right parts fill the entire height and take into account
the actual base' size, which is hardcoded unfortunately.
11 years ago
David Edmundson
e572ec1cb2
Fix crash if trying to load an invalid applet in systray
...
BUG: 352294
REVIEW: 125053
11 years ago
l10n daemon script
4207c67625
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
l10n daemon script
4dbb05ac96
SVN_SILENT made messages (.desktop file)
11 years ago
David Edmundson
fa6b5576f5
Fix lockup in digital clock
...
property tooSmall depends on height
If it's tool small it changes what text is shown on top of each other
Whether text is shown changes the height; super complex binding loop
that because it throws in a visibility change and goes via layouts isn't
being caught.
From what I can tell of other code when vertical we always want to show
both bits of text.
BUG: 351479
REVIEW: 124874
11 years ago
David Edmundson
cae44016f4
Unify UI sleep -> Suspend
...
CCBUG: 351412
11 years ago
l10n daemon script
66d1ad7ccf
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Sebastian Kügler
07c46ebe85
Filter applets by formFactor
...
This patch allows to filter the loaded Plasmoids by formFactor. It uses
a property of host, and passes this down to the PlasmoidProtocol, which
then decides based on formFactor whether or not to show a Plasmoid.
The value for FormFactor can be changed from QML.
REVIEW:124634
11 years ago
Kai Uwe Broulik
3e58a52104
[digital-clock] Bring back font family option
...
REVIEW: 123877
BUG: 348072
FIXED-IN: 5.4.0
11 years ago
Martin Klapetek
fa01d9d8a6
[digital-clock] Move unrelated code to its own slot
11 years ago