kwin/effects/blur
Martin Gräßlin 330d40f425 Fix no cast to/from ASCII intrduced issues
* "" needs to be wrapped in QStringLiteral
* QString::fromUtf8 needed for const char* and QByteArray
* QByteArray::constData() needed to get to the const char*
2013-07-24 09:58:33 +02:00
..
blur.cpp kwin/blur: Upload the geometry for both passes at the same time 2013-06-11 05:12:58 +02:00
blur.desktop SVN_SILENT made messages (.desktop file) 2013-06-09 03:47:41 +00:00
blur.h kwin/blur: Upload the geometry for both passes at the same time 2013-06-11 05:12:58 +02:00
blur.kcfg
blur_config.cpp Fix no cast to/from ASCII intrduced issues 2013-07-24 09:58:33 +02:00
blur_config.desktop SVN_SILENT made messages (.desktop file) 2013-06-09 03:47:41 +00:00
blur_config.h
blur_config.ui kwin/blur: Fix a typo in the config dialog 2013-06-11 17:19:19 +02:00
blurconfig.kcfgc
blurshader.cpp Fix no cast to/from ASCII intrduced issues 2013-07-24 09:58:33 +02:00
blurshader.h kwin/blur: Save the uniform locations 2013-06-11 05:12:58 +02:00
CMakeLists.txt