Kai Uwe Broulik
8271192eca
Add label for broken battery
...
Rather than annoying the user with a notification every time, just show it
in battery monitor.
11 years ago
Kai Uwe Broulik
b4d0b42f59
Make icon widget initial size dpi aware
11 years ago
Martin Klapetek
d6edf888ea
[digital-clock] Simplify the sizing logic
11 years ago
Kai Uwe Broulik
c0d20b52d8
Add X-Plasma-NotificationAreaCategory for applets
...
- Battery and device notifier go into Hardware category
- Clipboard goes to SystemServices category
- Notifications and media controller go to ApplicationStatus category
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
e64d41cc2f
Make System Tray use a ProxyModel rather than tree independent models
...
This way we don't need to keep three different models in sync which has shown to
break quite often resulting in gaps in the layout and other strange behavior.
BUG: 347554
FIXED-IN: 5.4.0
REVIEW: 124380
11 years ago
Kai Uwe Broulik
a9c690c953
Fix transfer speed label
...
The speed variable includes the unit, checking whether a string is larger than zero fails
BUG: 350378
FIXED-IN: 5.4.0
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
Kai Uwe Broulik
1b7e63e80b
Add option to always show all system tray icons
...
BUG: 349812
FIXED-IN: 5.4.0
REVIEW: 124234
11 years ago
Kai Uwe Broulik
a06269e0b1
Round notification icon to icon size
...
BUG: 350040
FIXED-IN: 5.4.0
REVIEWED-BY: mklapetek
11 years ago
l10n daemon script
0cd67e377b
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
fdff218d1c
Cleanup lock logout settings
...
- Remove unused imports
- Ensure the heading is readable (needs to use SystemPalette color not Plasma theme color)
- Use a more sensible heading
- Make sure at least one action remains enabled
11 years ago
Kai Uwe Broulik
0e6c41f83e
Set visualParent of the QueryDialog
...
Now when the applet is on the Desktop the dialog is positioned properly
but in a panel it's still broken. Looks like a bug in PlasmaComponents.Dialog
CCBUG: 349887
11 years ago
Kai Uwe Broulik
33730d9094
Update plasmoid status when data in the pmSource changes
...
The shown percentage now comes from the cumulative Battery rather than an aggregation
of the individual once hence we now need to update when it changes there.
BUG: 349370
FIXED-IN: 5.4.0
11 years ago
Kai Uwe Broulik
e662a4b823
Allow title and artist to wrap into multiple lines
...
Word wrapping and eliding don't like each other too much apparently
11 years ago
Martin Klapetek
4e180fd443
[digital-clock] Set the proper tooltip format text
11 years ago
Martin Klapetek
eb5693810e
[notification] Introduce a more compact notification popup when no icon is set
...
REVIEW: 124151
11 years ago
Martin Klapetek
69e15486c8
[notifications] Add missing id
11 years ago
Martin Klapetek
f5f19c9594
[notifications] Take the height of the whole main layout as the implicit height
...
It's enumerating the heights of the layout children anyway and is
missing a spacing
11 years ago
Martin Klapetek
707a9b0bc7
[notifications] Rework the notifications sizing code
...
This reworks the notification sizing computation to use Layouts. This
should fix all the popup sizing issues there are (including a binding
loop error).
Now it also properly elides after max 4 lines of text.
REVIEW: 124149
FIXED-IN: 5.3.2
BUG: 339588
BUG: 349142
11 years ago
Kai Uwe Broulik
20a5719c8e
Remove ConfigPlugins entry
...
We now support that again but only for QML-based KCMs, hence it tries to load
plugins that it does not support.
BUG: 349250
FIXED-IN: 5.3.2
11 years ago
Martin Klapetek
2687497938
[calendar] Disable the Agenda config
...
It does nothing at all, no point showing such config to the user
11 years ago
Martin Klapetek
b665752aa1
[calendar] Add week numbers to Calendar applet
11 years ago
Martin Klapetek
a500d06431
[digital-clock] Add week numbers to calendar
...
REVIEW: 124005
BUG: 338195
FIXED-IN: 5.4.0
11 years ago
Kai Uwe Broulik
4da49fcdd9
Implement keyboard navigation for timezone settings
...
This adds the ability to toggle the checkbox using the space bar and prevents tab
from focussing individual check boxes.
REVIEW: 124052
11 years ago
Kai Uwe Broulik
6679ed0109
Silence warning
...
These are not used anyway and given the cal item is anchors.fill'd don't do anything
BUG: 348794
FIXED-IN: 5.3.2
11 years ago
l10n daemon script
5b16dc6989
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
cd2af23aa4
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
Eike Hein
2c89256a46
Fix margins.
11 years ago
Kai Uwe Broulik
f6e680825a
Add "Adjust Date and Time" entry to digital-clock context menu
...
REVIEW: 124021
BUG: 348738
FIXED-IN: 5.4.0
11 years ago
Eike Hein
b47613c0f5
Make height dynamic again.
11 years ago
Eike Hein
1e82401172
Fix minimum size calc.
11 years ago
Eike Hein
baf0e675c3
Fix notification popup sizing to stop cutting off content.
11 years ago
Eike Hein
52337d6c08
Fix shortcut activation.
11 years ago
l10n daemon script
3b9b7b2aed
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
564487ab23
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
6f4a13e547
no horizontal lines for systemmonitor widgets
11 years ago
Martin Klapetek
c0276440ee
[notifications] Optimize sending the notification data a bit
...
According to Kai:
"object literal is more performant
same with [] vs new Array()
also you should avoid putting the keys in ""
{"foo": bar} is also less performant than {foo: bar} :)"
And so I did to his bidding.
Reviewed-by: Kai Uwe Broulik
11 years ago
Martin Klapetek
36bd67d2d9
[notifications] Make sure the "Open..." button on finished jobs still work
...
With the previous patch, now everything has "notification N" source
name, so there's needed another way to detect that it's a job's
notification.
Reviewed-by: Kai Uwe Broulik
11 years ago
Martin Klapetek
a12bb76502
Reuse the existing Notify method for Notification's DataEngine createNotification call
...
REVIEW: 123923
BUG: 342605
FIXED-IN: 5.3.2
11 years ago
l10n daemon script
59292eea40
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
1f37ac1fa2
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
ba64ae7756
Fallback to AttentionIcon for SNI when animations are disabled
...
REVIEW: 123381
11 years ago
Marco Martin
c1e9715fa0
adjust layout for smaller panels or vertical ones
...
BUG:347594
11 years ago
David Edmundson
d635b18fd7
fix compile warning
11 years ago
David Edmundson
dd325ad3ab
Add menu to statusnotifiertest
11 years ago
Marco Martin
39280d242c
watch for extraItems config changes
...
BUG:347858
11 years ago
Marco Martin
77d18c9877
remove the sharedengine extension from desktop files
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