This brings back the feature from KDE 4 when there was a checkbox in applet
configuration dialog to show date in the applet. Three formats of date are
now supported: long, short and narrow format.
REVIEW: 119758
BUG: 335006
FIXED-IN: 5.1.0
This patch simplifies the new Klipper plasmoid by removing the custom highlight
implementation and using ListView's highlight property similar to Kickoff.
This also gets rid of the annoying lagging-behind selection rectangle and it
not properly repositioning when scrolling the list.
I also implemented keyboard navigation similar to Kickoff.
Open the plasmoid and start typing and your input will be forwarded to
the filter input. Use arrow up and down to navigate between entries and
Return to select them.
Not yet reachable via keyboard only are the action keys.
REVIEW: 119772
kstartupconfigfiles contains a list of files to compare mtimes on to see
if we need to rebuild kstartupconfig. This wasn't being created
correctly so we failed to rebuild if any configs updated.
This was broken in Qt5 porting:
- const QStringList dirs =
KGlobal::dirs()->kfsstnd_prefixes().split( KPATH_SEPARATOR, QString::SkipEmptyParts);
+ const QStringList dirs =
QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation);
REVIEW: 119669
- Remove redundand "Available devices" label and only show "No devices available" if there aren't any
- Use the same Heading as the notifications for the sections
REVIEW: 119720
- Get rid of hardcoded sizes (was quite cramped here)
- Get rid of huge "Transfers" heading. It was the same size as the systray title and added little value
REVIEW: 119719
Remove that broken table and just show the battery percentage
similar to what the lock screen does, since we no longer have
that overlay thingie. This also makes it consistent with the
other tooltips.
FIXED-IN: 5.1.0
BUG: 337092
fixes "No media playing" message in case of videos w/o metadata
and "ghost" entries (without icon) in the system tray, subsequently
messing up the tray layout when the player has finished the playback