kwin/clients/oxygen
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
..
config [oxygen/config] Use a pointer for the KWindowInfo member variable 2014-02-01 08:58:26 +01:00
data changed shadow offset property from int to double. 2013-01-07 12:12:14 +01:00
demo Fixed email address in all headers. 2013-12-18 13:29:16 +01:00
CMakeLists.txt Port to KF5 renaming changes 2013-12-11 21:41:47 +01:00
oxygenbutton.cpp [oxygen] Use KCommonDecoration::palette() to get the QPalette to use 2013-11-25 09:44:23 +01:00
oxygenbutton.h [oxygen] Use new update mechanism of KDecoration in the Button 2013-11-14 09:41:52 +01:00
oxygenclient.cpp Added option in oxygenrc to disable window background: 2013-12-17 18:37:59 +01:00
oxygenclient.desktop SVN_SILENT made messages (.desktop file) 2014-01-19 04:06:03 +00:00
oxygenclient.h [oxygen] Drop redefining the default decoration buttons 2013-11-14 09:41:52 +01:00
oxygenclientgroupitemdata.cpp
oxygenclientgroupitemdata.h QWeakPointer -> QPointer 2013-08-07 13:37:43 +02:00
oxygenconfigdata.kcfg Added option in oxygenrc to disable window background: 2013-12-17 18:37:59 +01:00
oxygenconfiguration.kcfgc
oxygendecohelper.cpp Fixed email address in all headers. 2013-12-18 13:29:16 +01:00
oxygendecohelper.h Fixed email address in all headers. 2013-12-18 13:29:16 +01:00
oxygendecorationdefines.h Added option in oxygenrc to disable window background: 2013-12-17 18:37:59 +01:00
oxygenexceptionlist.cpp Added option in oxygenrc to disable window background: 2013-12-17 18:37:59 +01:00
oxygenexceptionlist.h use KSharedConfig to deal with configuration. 2013-01-07 12:12:13 +01:00
oxygenfactory.cpp Oxygen connects to the new KDecorationOptions signals 2013-09-12 09:27:38 +02:00
oxygenfactory.h Oxygen connects to the new KDecorationOptions signals 2013-09-12 09:27:38 +02:00
oxygensizegrip.cpp use Helper::ScopedPointer instead of QScopedPointer for simplification. 2013-11-12 00:54:26 +01:00
oxygensizegrip.h Removed unnecessary Qt path in includes. 2013-08-02 09:39:09 +02:00
oxygentitleanimationdata.cpp Removed unnecessary Qt path in includes. 2013-08-02 09:39:09 +02:00
oxygentitleanimationdata.h QWeakPointer -> QPointer 2013-08-07 13:37:43 +02:00