l10n daemon script
59292eea40
SVN_SILENT made messages (.desktop file)
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
Martin Klapetek
7253c12a2b
[notifications] Make notifications work properly with --reverse
...
REVIEW: 122648
BUG: 343251
FIXED-IN: 5.3.1
11 years ago
l10n daemon script
3ae9e0b457
SVN_SILENT made messages (.desktop file)
11 years ago
Martin Klapetek
29e5f42ba1
[notifications] Clip the NotificationItem to prevent painting outside of its rect
...
As notifications support <img/> tags, it can happen that a big image is
sent and that is then painted even outside of the popup's frame. So we
need to clip it.
BUG: 346419
FIXED-IN: 5.3.1
11 years ago
Martin Klapetek
72041b7c90
[digital-clock] Add timezone filtering by region too
...
Adds a simple QSortFilterProxyModel on top of TimeZonesModel and
reimplements filterAcceptsRow using QStringMatcher (supposedly faster
according to qtdocs).
REVIEW: 123740
BUG: 346681
FIXED-IN: 5.3.1
11 years ago
Martin Klapetek
e6d82aaaa2
[digital-clock] Use KCMShell.open for the formats KCM
...
This was added for KDeclarative 5.9 which we already depend on, so let's
just use it. Battery applet already does.
Backports parts of f5a177b6fa
BUG: 347032
FIXED-IN: 5.3.1
11 years ago
Martin Klapetek
bbac56c554
[digital-clock] Fix missing function return
11 years ago
Martin Klapetek
ff33964a8a
[digital-clock] Change the id of the root item
...
It collides with the compact representation item and breaks things.
BUG: 346841
FIXED-IN: 5.3.1
11 years ago
Martin Klapetek
af3081abe2
[notifications] Clear notification from show queue if it's closed before it's shown
...
It can happen that a notification is placed in the show queue and then
it's closed (eg. programatically) before it was even shown. In this case
the notification must be cleared from the show queue otherwise it will
get displayed and hidden but the popup is never freed for reuse,
resulting in notificaions starting at higher position from the panel.
BUG: 342605
11 years ago
Martin Klapetek
83ec35b632
[notifications] Always check first if the dispatch timer isn't running already
...
That should prevent various mis-queueings. If the timer is running, the
queue will get processed once the timer times out.
CCBUG: 342605
11 years ago
Kai Uwe Broulik
710837e3f8
Only restart Timer when the dialog is visible
...
Otherwise the Timer might fire when there are no notification properties
causing warnings.
Reviewed-by: mklapetek
11 years ago
Kai Uwe Broulik
bc5c47537f
Manually keep track of jobs sources
...
DataSources source is a QStringList property which means changes within cannot be tracked
causing all the job delegates to be destroyed and re-created when sourcesChanged is emitted.
This is pretty wasteful and also causes the delegates to lose their state (eg. details expanded)
REVIEW: 123502
BUG: 346673
FIXED-IN: 5.3.1
11 years ago
l10n daemon script
1536c4c41c
SVN_SILENT made messages (.desktop file)
11 years ago
Kai Uwe Broulik
a3b79c165a
Disable indeterminate animation for suspended jobs
...
Since they're not doing anything there's no need for an animation. Also simplify
jobstate handling, we're only ever interested in the suspended state.
11 years ago
Lasse Liehu
64a341612e
Fix vertical alignment of entry names in system tray configuration
...
REVIEW: 123435
11 years ago
Marco Martin
2078e5c2f8
adjust layout in panels
...
don't show titles in panels and stack graphs horizontally on horizontal panels
BUG:346295
11 years ago
Martin Klapetek
bb5ea36c33
[notifications] Make sure the timer is restarted after the popup moves
...
There's a bug with MouseArea which causes the containsMouse to not be
updated when the Item moves away from below the mouse while the mouse is
not being moved. This should help at least with those cases where the
notification gets stuck.
Reviewed-by: Kai Uwe Broulik
CCBUG: 345973
11 years ago
Martin Klapetek
5b76b2385b
Update the date in the calendar/tooltip when user changes clock timezone
...
REVIEW: 123372
BUG: 346033
11 years ago
l10n daemon script
4764dc57b7
SVN_SILENT made messages (.desktop file)
11 years ago
Albert Astals Cid
8d4f6a9887
Don't use + with strings inside i18n
...
CCMAIL: kde@privat.broulik.de
11 years ago
l10n daemon script
16b45aab39
SVN_SILENT made messages (.desktop file)
11 years ago
Kai Uwe Broulik
769f744957
Optimize NeedsAttention pulse animation
...
Use Animator for the animation to reduce CPU load and hardcode the animation duration to
a pleasant pace. Also remove obsolete non-smooth scaling and don't start when animations
are disabled in the first place.
REVIEW: 123337
11 years ago
Kai Uwe Broulik
4c1a3ef7a3
Start blinking battery icon at 5% and below rather than 10%
...
It should be more to emphasise the urgency of the "we'll suspend in 1 minute" threat
rather than waste power needlessly.
Ideally it would take the "critical percentage" from PowerDevil
(cherry picked from commit 77626c1e3b )
11 years ago
l10n daemon script
ce4c78a4f7
SVN_SILENT made messages (.desktop file)
11 years ago
Marco Martin
c8abbfc20f
mousearea visible only when icons are
...
BUG:345868
11 years ago
l10n daemon script
738b59196a
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
9429c845ae
Allow selecting notifications position on screen
...
FIXED-IN: 5.3.0
BUG: 344841
REVIEW: 122842
11 years ago
Kai Uwe Broulik
2d7ff4eda6
Add tooltip explaining what unchecking the "Enable Power Management" checkbox will do
...
BUG: 345230
FIXED-IN: 5.3.0
11 years ago
l10n daemon script
fb88c728e1
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
564bcf6a29
Don't go NeedsAttention
...
The popup opening by itself is attention enough; more importantly that status never
seems to be unset properly (States anyone?) causing the icon to blink, and eating CPU
indefinitely
11 years ago
Kai Uwe Broulik
a1c4a9f34e
Disable lagging behind highlight and remove separator line between sections
...
Given the typography the separator line is just redundant, and the highlight annoying
11 years ago
l10n daemon script
9705167322
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
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
Marco Martin
f8822c87d6
Correct height in vertical panels
...
BUG:345586
11 years ago
David Edmundson
078c1c5c33
Don't guess at what the key combo for paste is
11 years ago
l10n daemon script
9daafd8c07
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
a81b08b89e
Change failure message to show "Failed" rather than "Error"
...
The job failed to complete and cancelled
11 years ago
l10n daemon script
eabbc6b0f3
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
Jeremy Whiting
0b82fc7e45
digitalclock: Don't reverse js timezone offset when using to generate utc from local time.
...
REVIEW:123079
11 years ago
l10n daemon script
0f03c9ad5e
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
ef14c3847c
[applets/notifications] Remove all popups from the on-screen-list
...
This should prevent the list to ever start up higher and higher
11 years ago
l10n daemon script
f8e40f16c2
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
f7f12485aa
Use fontSizeMode Text.Fit for NotificationIcon
...
REVIEW: 122948
11 years ago
Kai Uwe Broulik
187bc243a5
Don't set a width and height
...
It breaks the systray and isn't really honored by the desktop containment either.
BUG: 343657
FIXED-IN: 5.2.2
11 years ago
David Rosca
320331ae36
Don't show error notifications for jobs cancelled by user
...
Modify applicationjobs dataengine so that "error" value
now contains job's error code and "errorText" error message.
This depends on commit 812d0b440e7f08e3acdd1c9bb95779bd871b75b3
to kjobwidgets.
REVIEW: 122928
11 years ago
Montel Laurent
5f9ae5e13c
We depend against kf5-5.8 => ecm > 1.6 => we can use new KDE_ variable
11 years ago
David Rosca
4d3c3c1d07
Show pause/stop buttons in jobs notification only for suspendable/killable jobs
...
REVIEW: 122920
11 years ago
David Rosca
3709a5dc95
Fix displaying label1 in job notifications
...
Move label1 and labelName1 properties to correct place.
This fixes displaying second field in job description (eg. Destination).
REVIEW: 122916
11 years ago