David Edmundson
1f7ddd06b1
Don't explicitly set a height on button in notification delegate.
...
The default height is set by the button and is correct.
REVIEW: 119721
BUG: 338062
12 years ago
l10n daemon script
63bb78b74b
SVN_SILENT made messages (.desktop file)
12 years ago
Martin Klapetek
55acbef1de
Handle the Return key on logout screen
...
REVIEW: 119716
12 years ago
David Edmundson
a9a5615019
Set correct cursor default name entry
...
BUG: 338498
12 years ago
Marco Martin
6c220525ee
proper name to default l&f package
12 years ago
Marco Martin
15a443d977
remove the opengles code for now
...
it gives problems on some drivers
the correct approach will probably be to change the opengl profile based on drivers
12 years ago
Marco Martin
798712cbb5
crash--
12 years ago
Marco Martin
e6c9d6b5fe
remove dead code
...
this file is from plasma1 and wasn't even built
12 years ago
Montel Laurent
95b381ed32
Use resolve_kuit.py to clean i18n*
12 years ago
Jonathan Riddell
4051a599ff
use standard way to set version numbers in Plasma
12 years ago
l10n daemon script
3a8a218f64
SVN_SILENT made messages (.desktop file)
12 years ago
Martin Klapetek
3fd5946163
[shell/osd] Fix an icon filename typo
12 years ago
Martin Klapetek
f8ca775944
[shell/osd] Set the new keyboad layout icon
12 years ago
Vishesh Handa
4984edb608
BalooSearchRunner: Set the relevance for each result
...
The Plasma::QueryMatch operator < sorts first based on relevance and
then based on the text. So even though we try and order stuff correctly,
mostly clients just sort it based on relevance (not stable sort) which
results in the results being mixed up. Baloo takes a lot of pain to
internally determine which results should be on top.
12 years ago
Lukáš Tinkl
3fd0813fed
properly react to date/time/zone changes
12 years ago
Marco Martin
1b2da9b85a
new thumbnail look ad suggested by VDG
12 years ago
Sebastian Kügler
353fa46fd6
Keyboard arrow navigation for Lock Screen
...
We need to handle Keys for left and right in each item that can be
focused.
REVIEW:119837
12 years ago
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