Revision 827859
Go back to digest for 6th July 2008Other in KDE Base
Aaron J. Seigo committed changes in /trunk/KDE/kdebase/workspace/libs/plasma:
it makes no sense to have the blur stuff in one header/namespace and the roundedRectangle stuff in another: it's all painting related. putting them together, however, makes "ImageEffects" really not accurate.
ImageEffects will also clash, concept-wise, with a real effects lib.
therefore, introducing Plasma::PaintUtils.
File Changes
Added 3 files
- /trunk/KDE/kdebase/workspace/libs/plasma
- /paintutils.cpp
- /paintutils.h
- /includes/PaintUtils
Deleted 3 files
- /trunk/KDE/kdebase/workspace/libs/plasma
- /imageeffects.cpp
- /imageeffects.h
- /includes/ImageEffects
Modified 6 files
- /trunk/KDE/kdebase/workspace/libs/plasma
- /applethandle.cpp
- /CMakeLists.txt
- /delegate.cpp
- /plasma.cpp
- /plasma.h
- /widgets/icon.cpp
12 files changed in total