kwin/kcmkwin/kwindecoration
Martin Gräßlin 9013f4ac8f [kcmdeco] Use QtQuick2 for the decoration preview list
This introduces quite some changes. We cannot include a QQuickView
directly in the QWidget based UI as a replacement for the
QDeclarativeView used before.

Instead a QScrollArea is used as replacement for the view and a
QQuickView is embedded into a widget container in the scroll area's
view port. This allows us to keep the existing semantic of having a
native scroll bar synced with the list view. It might be an idea to
change this to QtQuickControls in future.

As the list view is now only inside the scroll area we do not need to
pass the slider width to the root context and can by that more easily
calculate the width of one decoration.
2013-10-01 14:05:59 +02:00
..
qml [kcmdeco] Use QtQuick2 for the decoration preview list 2013-10-01 14:05:59 +02:00
auroraeconfig.ui Support for custom configuration dialogs for QML decorations 2012-08-26 20:57:56 +02:00
buttons.cpp [kcmdeco] Adjust includes 2013-10-01 14:05:58 +02:00
buttons.h [kcmdeco] slots/signals -> Q_SLOTS/Q_SIGNALS 2013-10-01 14:05:58 +02:00
buttons.ui Usability fixes 2011-03-06 14:40:13 +01:00
buttonsconfigdialog.cpp Use mgraesslin@kde.org for my mail address in Copyright and AboutData 2013-03-12 13:17:53 +01:00
buttonsconfigdialog.h [kcmdeco] slots/signals -> Q_SLOTS/Q_SIGNALS 2013-10-01 14:05:58 +02:00
CMakeLists.txt Support for custom configuration dialogs for QML decorations 2012-08-26 20:57:56 +02:00
config.ui Fix ui files 2010-01-20 08:11:54 +00:00
configdialog.cpp [kcmdeco] Adjust includes 2013-10-01 14:05:58 +02:00
configdialog.h [kcmdeco] slots/signals -> Q_SLOTS/Q_SIGNALS 2013-10-01 14:05:58 +02:00
decoration.ui [kcmdeco] Use QtQuick2 for the decoration preview list 2013-10-01 14:05:59 +02:00
decorationmodel.cpp [kcmdeco] Fix finding of all Aurorae themes 2013-10-01 14:05:59 +02:00
decorationmodel.h [kcmdeco] slots/signals -> Q_SLOTS/Q_SIGNALS 2013-10-01 14:05:58 +02:00
kwindecoration.cpp [kcmdeco] Use QtQuick2 for the decoration preview list 2013-10-01 14:05:59 +02:00
kwindecoration.desktop [kcmdeco] kcmshell4 -> kcmshell5 2013-10-01 14:05:59 +02:00
kwindecoration.h [kcmdeco] Use QtQuick2 for the decoration preview list 2013-10-01 14:05:59 +02:00
Messages.sh Extract messages from ui files. 2010-04-16 21:43:13 +00:00
pixmaps.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
preview.cpp [kcmdeco] Handle reset of factory in new way 2013-10-01 14:05:59 +02:00
preview.h [kcmdeco] Add override to all virtual methods in preview.h 2013-10-01 14:05:59 +02:00