Go to file
Martin Gräßlin 9e32090b50 Do not add dialog to DialogShadows before it became visible at least once
Calling DialogShadows::self()->addWindow(...) will create the low level window.
If this is called before the property windowFlags is evaluated the window flag
X11BypassWindowManagerHint has no effect as that one must be present when the
window is created through the low level xcb call.

This was breaking declarative KWin scripts as KWin's windows need to have the
X11BypassWindowManagerHint.

REVIEW: 113700
2013-11-07 10:33:56 +01:00
desktoptheme SVN_SILENT made messages (.desktop file) 2013-11-02 03:45:23 +00:00
examples SVN_SILENT made messages (.desktop file) 2013-11-04 04:01:24 +00:00
src Do not add dialog to DialogShadows before it became visible at least once 2013-11-07 10:33:56 +01:00
tools Some additions to the cmake porting script 2013-10-23 14:15:41 +02:00
.reviewboardrc Add reviewboardrc file 2013-08-16 21:58:50 +01:00
CMakeLists.txt Fix compilation 2013-11-03 00:28:30 +01:00
config-compiler.h.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
config-prefix.h.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
CTestConfig.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
CTestCustom.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
FindPlasma.cmake Try a bit saner setup of the cmake foo 2013-05-03 03:17:26 +02:00
Mainpage.dox Create Mainpage.dox for kde-runtime plasma sub-projects 2012-12-14 16:15:44 +01:00
PlasmaConfig.cmake.in Rename target plasma to Plasma 2013-10-16 00:47:47 +02:00
PlasmaMacros.cmake Find ECM files from ECM. 2013-10-31 09:31:56 +01:00
README Fix build error: convert qdatetime to uint 2013-06-05 19:41:58 +02:00

See also: http://community.kde.org/Plasma#Plasma_Workspaces_2