Sebastian Kügler
faa4826465
fix build of theme.cpp, Q_GLOBAL_STATIC needs parentheses
2013-02-11 12:11:11 +01:00
Marco Martin
bb8356abb0
reenable theme
...
many qml components work now
2013-02-07 12:48:05 +01:00
Sebastian Kügler
7f0011a843
Renamed classes, QDeclarative -> QQml/QQuick*
2013-02-01 17:26:26 +01:00
Marco Martin
d784a91655
always rewrite icon settings on signal
...
we can't just check the desktop icon size, another size may have been changed
2012-12-03 17:59:59 +01:00
Marco Martin
b353f6e7fb
remove a couple of sizes
2012-11-26 11:35:53 +01:00
Marco Martin
171c795ac2
bind standard icon sizes (desktop, toolbar etc)
...
they should be preferred over smallIconSize, mediumIconSize etc
2012-11-26 11:24:09 +01:00
Marco Martin
daa3c78241
use pointSizeF
...
BUG:296117
FIXED-IN:4.9
2012-06-25 11:18:59 +02:00
Marco Martin
7da705ba8a
export defaultIconSize
...
kept in sync with the kglobal desktop icon size
2012-02-20 15:09:26 +01:00
Marco Martin
3accb9baf5
n mSize property in fontproxy: like em for css
2011-11-02 21:41:09 +01:00
Marco Martin
7a325f4658
i_p suffix only for stuff not exported from qml
...
general rule:
if the header if from a class that will be made available as qml type, foo.h, otherwise foo_p.h
2011-11-01 19:27:55 +01:00
Marco Martin
3c8ff37491
Theme exports iconloader sizes
2011-10-30 19:07:58 +01:00
Marco Martin
63fbf58b53
fix property/signal names
2011-10-27 21:25:34 +02:00
Marco Martin
9eda90088e
defaultFont, desktopFont and smallestFont
2011-10-13 17:57:16 +02:00
Marco Martin
8c4c66a69d
export all the font properties in Theme
2011-10-13 15:19:37 +02:00
Marco Martin
554399afc7
a method to fetch custom size wallpapers
2011-10-09 16:12:58 +02:00
Sebastian Kügler
0aaa04c2dc
build++
2011-04-27 03:49:03 +02:00
Sebastian Kügler
9dab5df492
Merge branch 'master' of git://anongit.kde.org/kde-runtime
2011-04-27 03:43:08 +02:00
Artur Duque de Souza
3dbe535dec
Last bits to theme bindings
...
We are going to need a proxy for the theme anyway, so we need
this guy complete anyway. Let's forget about the idea of exporting
Plasma::Theme directly.
Signed-off-by: Artur Duque de Souza <asouza@kde.org>
2011-04-26 16:50:05 -03:00
Sebastian Kügler
e5dbbdc8f1
bind Plasma::Theme::styleSheet() in declarative imports
2011-04-26 20:27:13 +02:00
Artur Duque de Souza
d54f9bbb5a
Export more properties of the Plasma's theme
...
We should export name, font, windowTranslucencyEnabled and homepage
as well. Later we will just put all the properties on the Plasma::Theme
itself and export it.
Signed-off-by: Artur Duque de Souza <asouza@kde.org>
2011-04-26 15:09:59 -03:00
Marco Martin
547adfd19c
add the missing theme colors
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1202701
2010-12-01 22:43:52 +00:00
Marco Martin
2a256d1e74
move the core, graphicslayouts and graphicswidgets imports in runtime
...
svn path=/trunk/KDE/kdebase/runtime/; revision=1185277
2010-10-12 19:51:57 +00:00