kwin/effects/presentwindows
Martin Gräßlin be3a0cf4ca Fix reading of window properties from effects
That's what you get for changing code you cannot properly test. The
calculation was completely messed up. Now reads the correct byte size
for the byte array. In addition the usages in the effects are improved
to cast the data into the proper uint32_t values instead of the more
generic long. After all if the format is 32, the length is 32 and not
a long.
2013-09-25 09:12:31 +02:00
..
CMakeLists.txt Use a QDeclarativeView for button views in Present Windows and Desktop Grid 2013-03-12 08:40:46 +01:00
main.qml Merge branch 'master' into frameworks-scratch 2013-08-07 10:10:06 +02:00
presentwindows.cpp Fix reading of window properties from effects 2013-09-25 09:12:31 +02:00
presentwindows.desktop SVN_SILENT made messages (.desktop file) 2013-06-10 03:46:39 +00:00
presentwindows.h Port KWin effects away from KAction and KShortcut to Qt5/KF5 classes. 2013-08-15 04:13:12 +09:00
presentwindows.kcfg
presentwindows_config.cpp Port KWin effects away from KAction and KShortcut to Qt5/KF5 classes. 2013-08-15 04:13:12 +09:00
presentwindows_config.desktop SVN_SILENT made messages (.desktop file) 2013-01-26 13:21:28 +01:00
presentwindows_config.h Use Q_SLOTS and Q_SIGNALS instead of slots and signals 2013-07-24 09:46:54 +02:00
presentwindows_config.ui Use KShortcutsEditor directly instead of subclass 2013-09-09 06:57:06 +02:00
presentwindows_proxy.cpp
presentwindows_proxy.h
presentwindowsconfig.kcfgc