Lukáš Tinkl
4682f6d5a8
fix date/time display after timezone changes
...
one has to instruct the JS QML engine that the local timezone
changed (e.g. after editting it in kcm clock); keep track of the tzOffset
and do a recalc if it changes
12 years ago
Lukáš Tinkl
ff435c615d
fix reacting to manual date/time/timezone changes
...
the init() method was never called
12 years ago
Marco Martin
0535a16161
restore "add panel" context menu functionality
12 years ago
Marco Martin
3ab4aef9d7
finish support of layout templates
...
no warning message about unknown service anymore
panel can be loaded from a template again, so the
"add default panel" option can get reimplemented now
12 years ago
Aleix Pol
9da8d520d2
Loop through the outputs to figure out what is the primary output
...
The primaryOutput method in KScreen is not consistent with Output::isPrimary
and made plasma shell become a bit inconsistent too.
Loop through the outputs for now, until we've got a better solution.
BUG: 338109
CCBUG: 335710
12 years ago
Marco Martin
32fbc3408d
install l&f package in proper place
12 years ago
Marco Martin
c59d054b49
Merge branch 'mart/LookAndFeelKCM'
...
workspace part needed for the L&F kcm
(actual kcm will be in plasma-desktop)
12 years ago
Marco Martin
115c2af4f5
call the package org.kde.breeze.desktop
12 years ago
Aaron Seigo
2d5876ca74
also check if is a power supply
...
commented inline why this is so
12 years ago
Aaron Seigo
cf41f1b218
--unusedDependency;
12 years ago
Aaron Seigo
b1d255d6c3
only care about primary batteries
...
REVIEWED-BY: Marco Martin
12 years ago
l10n daemon script
815b34888d
SVN_SILENT made messages (.desktop file)
12 years ago
Kai Uwe Broulik
4ae48dbb73
Delay changing plasmoid status
...
Amarok takes quite a while to load the next track and this avoids having the
plasmoid jump between panel and popup every time you change the track
12 years ago
Kai Uwe Broulik
c7a277df26
Just hide (opacity and disable) slider instead of hiding it (visible)
...
This way the layout doesn't jump around
12 years ago
Kai Uwe Broulik
ef2a2f3aa3
Return invalid QDBusObjectPath if string is empty
...
instead of trying to construct one of an empty string spamming us with warnings
12 years ago
Kai Uwe Broulik
4dc882a305
Honor mpris' CanControl/CanSeek/CanGoPrevious/CanGoNext
12 years ago
Kai Uwe Broulik
f7145d37f4
Expose canSeek/canGoPrevios/canGoForward so we can reflect that in the UI
12 years ago
Kai Uwe Broulik
370de6941e
Add myself to copyright
12 years ago
Kai Uwe Broulik
85c55ef78a
Fix mpris2 dataengine's trackId()
...
mpris:trackid returns a QDBusObjectPath, not neccessarily a string.
This fixes seeking in mediacontroller
12 years ago
Kai Uwe Broulik
3b9e025656
Merge branch 'master' of git://anongit.kde.org/plasma-workspace
12 years ago
Kai Uwe Broulik
cc918bf046
--warning
12 years ago
Kai Uwe Broulik
35499083ee
--debug
12 years ago
Kai Uwe Broulik
caeb183cb8
When album art is not visible, use smallSpacing between title and artist, otherwise looks weird
12 years ago
Kai Uwe Broulik
bd10ec2993
Add compactRepresentation to allow middleclicking for play/pause
12 years ago
Kai Uwe Broulik
9cdba41713
Album art *should* be square but crop nonetheless
12 years ago
Kai Uwe Broulik
3447084da5
Simplify
...
Unfortunately I have not yet managed to find a song where the album is shown
12 years ago
Kai Uwe Broulik
11d37fb148
++spacing
12 years ago
Kai Uwe Broulik
331d5dcfdb
--warning
12 years ago
Kai Uwe Broulik
c9ded06dbd
Try harder not to expose any "undefined" properties to the user
12 years ago
Kai Uwe Broulik
4925fd6a89
Improve readability
12 years ago
Kai Uwe Broulik
46cb74efcb
A state without name is the default state
...
Since passive status and stuff is already set, no need to explicitly declare an "off" state
12 years ago
Kai Uwe Broulik
80fbb0bb5c
Add a tooltip to mediacontroller
...
It either shows "No media playing", the title plus artist, or the title plus artist with "pause" appended
12 years ago
l10n daemon script
529044c17a
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
cebe21837d
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
030f536383
use the proper l&f package, with LookAndFeelAccess
...
still not enough but a part of 337757
CCBUG:337757
12 years ago
l10n daemon script
b4223ced2a
SVN_SILENT made messages (.desktop file)
12 years ago
Lukáš Tinkl
7f3fb7313a
argl and once again, use the stuff in non-English locale
...
this couldn't work as expected, Qt.formatDate() accepts a Qt::DateFormat
enum, not Locale.*Format enum
12 years ago
Kai Uwe Broulik
92d4efc1b4
Properly bound screenBrightness so it can never go below 0 or above 100
12 years ago
Dan Vrátil
e42e123948
Add option to the DigitalClock applet to show date
...
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
12 years ago
Martin Gräßlin
1bb4fc43d7
[klipper] Disable autostart of klipper application by default
...
There's the plasmoid which gets added by default instead.
12 years ago
Marco Martin
5320b98e01
write the proper engine name
12 years ago
Kai Uwe Broulik
d40005cd38
Simplify Klipper plasmoid and implement keyboard navigation
...
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
12 years ago
l10n daemon script
d93d6fc007
SVN_SILENT made messages (.desktop file)
12 years ago
Marco Martin
924107b347
add klipper as default extraitems
12 years ago
Martin Gräßlin
15cbaa7784
Merge branch 'new-klipper'
...
Conflicts:
klipper/klipper.cpp
12 years ago
Marco Martin
457d05df09
remove the l&f kcm from this repo
12 years ago
Kai Uwe Broulik
fc9a51deb2
Add missing applet description (Comment) for digital-clock
...
Taken from the 4.x applet
12 years ago
Marco Martin
2c77b86f96
role to say if the package sets cursors
12 years ago
Marco Martin
1e45e7ddb6
set cursor theme too
...
requires a reboot, lnf kcm has to be moved to plasma-desktop to be able to have all the needed code from the otehr kcms
12 years ago
Marco Martin
766f7868b5
prefix the defaults with the config file name
...
to be sure to avoid any future collision
12 years ago