Andrew Lake
763cfefd55
update Breeze plasma theme icons to follow main Breeze icon theme style.
2014-08-31 14:22:06 -07:00
Martin Klapetek
0631608d74
Fix a filename typo
2014-08-20 23:29:25 +02:00
Marco Martin
da70f9e0bf
Merge branch 'mart/QtControlsCheckBox'
...
REVIEW:119846
2014-08-20 20:46:59 +02:00
Martin Klapetek
766af15d8c
Add an icon for keyboard layout change OSD
...
The svg needs some adjusting like inner padding to match the other svg
icons, but I have 0 knowledge of inkscape; Marco, can you please have a
look?
CCMAIL:notmart@gmail.com
2014-08-20 19:05:13 +02:00
Marco Martin
58f4f3b126
Revert "proper icons in drawers"
...
This reverts commit 0527185a092419c9e6e3eff76e6cd2e3ad40a9f1.
2014-08-20 12:14:19 +02:00
Marco Martin
0527185a09
proper icons in drawers
2014-08-20 12:11:57 +02:00
Marco Martin
9c485f8427
fix of the radio svg size
2014-08-20 11:34:49 +02:00
Marco Martin
f39edd6fc4
use Elarun as wallpaper for air and oxygen
2014-08-15 18:12:59 +02:00
Aleix Pol
ab0740228c
Remove hint-stretch-over-borders from lineedit
...
This way the line edit can go through the fast path as well
2014-07-25 12:53:24 +02:00
Eike Hein
9ff445b0e4
Fix bottom/top elements in viewitem not being of consistent height.
...
This was causing broken vert alignment everywhere and making me very
cranky.
2014-07-23 20:07:43 +02:00
Marco Martin
d580410142
add a mask prefix in dialogs
2014-07-23 13:16:01 +02:00
Aleix Pol
fbb6166f84
Revert "No need for compose-over-borders in the Breeze button"
...
It was needed, after this we realized that the buttons looked odd,
in some cases, because the center wouldn't be under the 2px wide
sides.
This reverts commit e34d89a1f529123ddbe8de70f4f9ecc2a30b1519.
2014-07-22 16:22:06 +02:00
Aleix Pol
e34d89a1f5
No need for compose-over-borders in the Breeze button
...
Reviewed by David Edmundson
2014-07-22 15:40:34 +02:00
Aleix Pol
0b1bb7edd8
Optimize breeze theme
...
Breeze theme usually has borders and center that can be tiled, which
ends up in more performant rendering, as we don't need to re-render
anything from the svg every time we resize an element.
Basically what we did was "s/hint-stretch-borders/hint-tile-center/g".
The only exceptions we found for this were: picker, dragger and monitor.
Reviewed by David Edmundson
CCMAIL: plasma-devel@kde.org
2014-07-22 13:01:50 +02:00
l10n daemon script
f7208d7d21
SVN_SILENT made messages (.desktop file)
2014-07-17 08:59:54 +00:00
l10n daemon script
8afadc6410
SVN_SILENT made messages (.desktop file)
2014-07-10 04:23:58 +00:00
Andrew Lake
c29896a3a8
fix too many minute marks.
...
BUG:337235
2014-07-08 21:27:28 -07:00
l10n daemon script
ee230c4d21
SVN_SILENT made messages (.desktop file)
2014-07-09 03:37:24 +00:00
l10n daemon script
29908f145a
SVN_SILENT made messages (.desktop file)
2014-07-01 12:38:20 +00:00
l10n daemon script
b06bb52100
SVN_SILENT made messages (.desktop file)
2014-06-29 08:42:52 +00:00
Marco Martin
6754c86cae
plasma version of user-identity
2014-06-27 13:18:44 +02:00
Marco Martin
41722f7fb5
fix stylesheet
2014-06-24 15:04:28 +02:00
Marco Martin
f74b88a356
add a monochrome k menu logo
2014-06-24 14:51:53 +02:00
Marco Martin
57001cfcf4
refine button to adapt better to any palette
...
BUG:336471
2014-06-23 14:10:20 +02:00
l10n daemon script
ac4f519188
SVN_SILENT made messages (.desktop file)
2014-06-23 08:35:39 +00:00
Fabian Bornschein
3152e678d9
update for some icons to fit in the overall design
2014-06-22 15:32:58 +02:00
Andrew Lake
e48d111806
fix stylesheet for battery and brightness icons
2014-06-21 10:36:08 -07:00
Andrew Lake
66911cbc30
align battery and brightness icons to pixel grid.
2014-06-21 10:06:42 -07:00
Andrew Lake
c4091dcbcd
tidy up sloppy highlight and focus on slider handle
2014-06-21 09:12:09 -07:00
Marco Martin
bc26ac1334
more familiar graphics for switch user
2014-06-20 20:33:57 +02:00
Kai Uwe Broulik
f89f9945c3
Split the battery.svgz
...
This moves some of the icons into a FDO icon spec compliant file with proper element name
2014-06-20 19:36:54 +02:00
Vishesh Handa
5cd7040d8d
Battery Icon: Rename elementIds to begin with filename
...
"battery-KeyboardBrightness" instead of "KeyboardBrightness"
this follows the convention, and this way it can be used with Plasma
IconItem
2014-06-20 18:31:00 +02:00
Marco Martin
8eb1bc10f5
Introduce the ColorScope class
...
it's an import in core, and advertises itself as an "attached property"
with this we can:
say that all its chidren are of a certain context, like "button" or
"complementary"
then anywhere there will be available an attached property, as ColorScope,
so like:
PlasmaCore.ColorScope {
group: PlasmaCore.Theme.Complementary
PlasmaComponents.Label {
text: "foo"
color: ColorScope.textColor
}
}
2014-06-19 17:40:14 +02:00
Marco Martin
0ba92ad6c2
adjust to pixel grid
2014-06-19 11:50:58 +02:00
Marco Martin
9b418853f7
new shiny icons for kickoff by alake
2014-06-19 11:28:57 +02:00
Eike Hein
94430a6784
Tweak margin hints on task frame.
2014-06-18 23:59:58 +02:00
Marco Martin
aec4311adb
remove breeze-complementary
...
add around complementary color groups
2014-06-18 19:42:00 +02:00
Marco Martin
4ad2cc5196
new color group of "complementary" colors
...
for areas intended to have independent background and text color than
all the rest, like the Logout dialog
if Colors:Complementary is not present in the theme, it falls back to
normal colors
2014-06-18 19:02:08 +02:00
Marco Martin
3088611227
simplify the svg, fix glitch
...
same look, many less elements in the svg
2014-06-16 19:25:31 +02:00
Marco Martin
01fc75aa78
more precise actionbutton
...
specific 22x22 graphics and ensure the graphic elements always have an even size
BUG:335547
2014-06-16 19:07:58 +02:00
l10n daemon script
001e37987f
SVN_SILENT made messages (.desktop file)
2014-06-15 08:26:47 +00:00
l10n daemon script
d72b0d45fa
SVN_SILENT made messages (.desktop file)
2014-06-14 08:25:31 +00:00
Marco Martin
63d2476521
some icons for kickoff
2014-06-13 21:00:45 +02:00
Marco Martin
369c734bd9
align to pixel grid
2014-06-13 20:59:34 +02:00
David Edmundson
16dc4705c7
Rename presence applet svg to match XDG icon names
2014-06-13 20:25:31 +02:00
Hrvoje Senjan
fddf7c79a6
Use correct wallpaper size
2014-06-13 17:04:18 +02:00
Jonathan Riddell
9513a005a8
switch to Next wallpaper
2014-06-13 13:16:26 +01:00
Marco Martin
bb40981c1f
use proper colors
2014-06-13 12:43:31 +02:00
Marco Martin
f86f2361ab
all opaque stuff follows stylesheets
2014-06-13 12:35:10 +02:00
Marco Martin
89f52e8769
get rid of shutdowndialog
...
we have the new shiny implementation that doesn't use the ol'moon
2014-06-13 12:28:15 +02:00