kwin/kcmkwin/kwinrules
Martin Gräßlin 823222567e [kwin/kcmrules] 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. To ensure that this doesn't fail
badly an assert is added to the getter in DetectWidget.
2014-01-30 10:35:35 +01:00
..
CMakeLists.txt Port to KF5 renaming changes 2013-12-11 21:41:47 +01:00
detectwidget.cpp [kwin/kcmrules] Use a pointer for the KWindowInfo member variable 2014-01-30 10:35:35 +01:00
detectwidget.h [kwin/kcmrules] Use a pointer for the KWindowInfo member variable 2014-01-30 10:35:35 +01:00
detectwidget.ui [kwinrules] workaround for assert in QFormLayout 2013-09-30 09:55:13 +02:00
editshortcut.ui Store multiple shortcuts separated by " - " instead of space 2013-02-25 13:30:17 +01:00
kcm.cpp [kwinrules] drop componentData() 2013-09-30 08:44:16 +02:00
kcm.h [kwinrules] slots/signals -> Q_SLOTS/Q_SIGNALS 2013-09-30 08:01:46 +02:00
kwinrules.desktop SVN_SILENT made messages (.desktop file) 2014-01-19 04:06:03 +00:00
kwinsrc.cpp [kwinrules] Use KWin::Cursor to map Qt::CursorShape to an X cursor 2013-09-30 09:53:56 +02:00
main.cpp Replace NULL with nullptr in kcmkwin 2014-01-08 10:30:38 +01:00
Messages.sh
ruleslist.cpp Replace NULL with nullptr in kcmkwin 2014-01-08 10:30:38 +01:00
ruleslist.h Replace NULL with nullptr in kcmkwin 2014-01-08 10:30:38 +01:00
ruleslist.ui Drop KDE4Support in kde-workspace/kwin 2013-12-05 20:24:02 +01:00
ruleswidget.cpp Replace NULL with nullptr in kcmkwin 2014-01-08 10:30:38 +01:00
ruleswidget.h Replace NULL with nullptr in kcmkwin 2014-01-08 10:30:38 +01:00
ruleswidgetbase.ui Drop KDE4Support in kde-workspace/kwin 2013-12-05 20:24:02 +01:00
yesnobox.h [kwinrules] slots/signals -> Q_SLOTS/Q_SIGNALS 2013-09-30 08:01:46 +02:00