kwin/clients/oxygen/config
Martin Gräßlin 73e6d9162d [oxygen/config] Use a pointer for the KWindowInfo member variable
The reason for this change is that the default ctor of KWindowInfo
creates a broken object. Calling any method in it will result in a
crush. Thus it is scheduled for removal in kwindowsystem framework
causing this code to no longer compile.

The solution is to use a pointer and set it to null as long as the
window has not been detected yet.

This is the same change as done for kcm kwinrules. And here we se
why copying code is bad ;-)
2014-02-01 08:58:26 +01:00
..
ui Added option in oxygenrc to disable window background: 2013-12-17 18:37:59 +01:00
CMakeLists.txt Port to KF5 renaming changes 2013-12-11 21:41:47 +01:00
oxygenanimationconfigwidget.cpp Fixed email address in all headers. 2013-12-18 13:29:16 +01:00
oxygenanimationconfigwidget.h Fixed email address in all headers. 2013-12-18 13:29:16 +01:00
oxygenconfig.cpp fixed layout of oxygen decoration config in oxygen-settings 2013-10-21 17:00:04 +02:00
oxygenconfig.h Removed unnecessary Qt path in includes. 2013-08-02 09:39:09 +02:00
oxygenconfigwidget.cpp Added option in oxygenrc to disable window background: 2013-12-17 18:37:59 +01:00
oxygenconfigwidget.h Q_SLOTS/Q_SIGNALS in Oxygen windeco 2013-07-30 06:56:16 +02:00
oxygendetectwidget.cpp [oxygen/config] Use a pointer for the KWindowInfo member variable 2014-02-01 08:58:26 +01:00
oxygendetectwidget.h [oxygen/config] Use a pointer for the KWindowInfo member variable 2014-02-01 08:58:26 +01:00
oxygenexceptiondialog.cpp Added option in oxygenrc to disable window background: 2013-12-17 18:37:59 +01:00
oxygenexceptiondialog.h moved dialog layout to ui 2013-08-01 19:38:52 +02:00
oxygenexceptionlistwidget.cpp kmessagebox -> qmessagebox 2013-08-01 19:38:53 +02:00
oxygenexceptionlistwidget.h Q_SLOTS/Q_SIGNALS in Oxygen windeco 2013-07-30 06:56:16 +02:00
oxygenexceptionmodel.cpp fixed compilation against qt5 2013-08-01 19:38:53 +02:00
oxygenexceptionmodel.h - use kcfg for shadow configuration 2013-01-07 12:12:12 +01:00