These are demo effects.

svn path=/trunk/KDE/kdebase/workspace/; revision=682845
This commit is contained in:
Luboš Luňák 2007-07-03 14:44:38 +00:00
parent d74361c378
commit 5913a1d781
11 changed files with 18 additions and 18 deletions

View file

@ -117,20 +117,20 @@ endif (X11_Xrender_FOUND)
### tests - meant to test/demo certain functionality, not really usable for end-users
SET(kwin4_effect_tests_sources
demo_shakymove.cpp
demo_shiftworkspaceup.cpp
demo_taskbarthumbnail.cpp
drunken.cpp
howto.cpp
shakymove.cpp
test_input.cpp
test_thumbnail.cpp
)
install( FILES
demo_shakymove.desktop
demo_shiftworkspaceup.desktop
demo_taskbarthumbnail.desktop
drunken.desktop
howto.desktop
shakymove.desktop
test_input.desktop
test_thumbnail.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
@ -140,15 +140,15 @@ if(OPENGL_FOUND)
SET(kwin4_effect_tests_sources ${kwin4_effect_tests_sources}
demo_liquid.cpp
demo_showpicture.cpp
demo_wavywindows.cpp
test_fbo.cpp
wavywindows.cpp
)
install( FILES
demo_liquid.desktop
demo_showpicture.desktop
demo_wavywindows.desktop
test_fbo.desktop
wavywindows.desktop
DESTINATION ${SERVICES_INSTALL_DIR}/kwin )
install( FILES

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Name=Demo_Liquid
Name=Demo Liquid
Name[de]=Demo: Liquid
Name[el]=Δοκιμή_υγρό
Name[nds]=Demo: Flaat

View file

@ -8,12 +8,12 @@ You can Freely distribute this program under the GNU General Public
License. See the file "COPYING" for the exact licensing terms.
******************************************************************/
#include "shakymove.h"
#include "demo_shakymove.h"
namespace KWin
{
KWIN_EFFECT( shakymove, ShakyMoveEffect )
KWIN_EFFECT( demo_shakymove, ShakyMoveEffect )
ShakyMoveEffect::ShakyMoveEffect()
{
@ -87,4 +87,4 @@ void ShakyMoveEffect::tick()
} // namespace
#include "shakymove.moc"
#include "demo_shakymove.moc"

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Name=Shaky Move
Name=Demo Shaky Move
Name[de]=Zitternde Bewegung
Name[el]=Τρεμάμενη κίνηση
Name[fa]=حرکت سست
@ -16,9 +16,9 @@ Type=Service
ServiceTypes=KWin/Effect
X-KDE-PluginInfo-Author=Luboš Luňák
X-KDE-PluginInfo-Email=l.lunak@kde.org
X-KDE-PluginInfo-Name=kwin4_effect_shakymove
X-KDE-PluginInfo-Name=kwin4_effect_demo_shakymove
X-KDE-PluginInfo-Version=0.1.0
X-KDE-PluginInfo-Category=Appearance
X-KDE-PluginInfo-Category=Demos
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
X-KDE-PluginInfo-EnabledByDefault=false

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Name=Demo_ShiftWorkspaceUp
Name=Demo ShiftWorkspaceUp
Name[de]=Demo: Arbeitsfläche nach oben
Name[el]=Δοκιμή_Ανύψωση χώρου εργασίας
Name[nds]=Demo: Arbeitrebeet na baven

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Name=Demo_ShowPicture
Name=Demo ShowPicture
Name[de]=Demo: Bild anzeigen
Name[el]=Δοκιμή_Εμφάνιση εικόνας
Name[nds]=Demo: Bild wiesen

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Name=Demo_TaskbarThumbnail
Name=Demo TaskbarThumbnail
Name[de]=Demo: Vorschaubild in der Fensterleiste
Name[el]=Δοκιμή_Εικόνα επισκόπησης γραμμής εργασιών
Name[nds]=Demo: Programmbalken-Vöransicht

View file

@ -9,7 +9,7 @@ License. See the file "COPYING" for the exact licensing terms.
******************************************************************/
#include "wavywindows.h"
#include "demo_wavywindows.h"
#include <math.h>
@ -17,7 +17,7 @@ License. See the file "COPYING" for the exact licensing terms.
namespace KWin
{
KWIN_EFFECT( wavywindows, WavyWindowsEffect )
KWIN_EFFECT( demo_wavywindows, WavyWindowsEffect )
WavyWindowsEffect::WavyWindowsEffect()
{

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Name=Wavy Windows
Name=Demo Wavy Windows
Name[de]=Wellige Fenster
Name[el]=Κυματιστά παράθυρα
Name[es]=Ventanas ondeantes
@ -18,7 +18,7 @@ Type=Service
ServiceTypes=KWin/Effect
X-KDE-PluginInfo-Author=Rivo Laks
X-KDE-PluginInfo-Email=rivolaks@hot.ee
X-KDE-PluginInfo-Name=kwin4_effect_wavywindows
X-KDE-PluginInfo-Name=kwin4_effect_demo_wavywindows
X-KDE-PluginInfo-Version=0.1.0
X-KDE-PluginInfo-Category=Demos
X-KDE-PluginInfo-Depends=