Initial commit
commit7331259dfd279b21e77040566e815e9adc6704da
authorRiccardo Iaconelli <riccardo@kde.org>
Mon, 30 Jul 2007 13:14:02 +0000 (30 15:14 +0200)
committerRiccardo Iaconelli <riccardo@kde.org>
Mon, 30 Jul 2007 13:14:02 +0000 (30 15:14 +0200)
tree3ffea2ff4dc13ee4f18ceea58f9767ea895889cb
 Initial commit
44 files changed:
CMakeLists.txt [new file with mode: 0644]
README [new file with mode: 0644]
cmakemodules/COPYING-CMAKE-SCRIPTS [new file with mode: 0644]
launcher/CMakeLists.txt [new file with mode: 0644]
launcher/element.cpp [new file with mode: 0644]
launcher/element.h [new file with mode: 0644]
launcher/fakeplasma.cpp [new file with mode: 0644]
launcher/fakeplasma.h [new file with mode: 0644]
launcher/main.cpp [new file with mode: 0644]
launcher/raptorclaw.cpp [new file with mode: 0644]
launcher/raptorclaw.h [new file with mode: 0644]
launcher/raptorscrollhandler.cpp [new file with mode: 0644]
launcher/raptorscrollhandler.h [new file with mode: 0644]
launcher/raptorslide.cpp [new file with mode: 0644]
launcher/raptorslide.h [new file with mode: 0644]
launcher/raptorsliderviewgroup.cpp [new file with mode: 0644]
launcher/raptorsliderviewgroup.h [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/backend/CMakeLists.txt [new file with mode: 0644]
lib/backend/ai/CMakeLists.txt [new file with mode: 0644]
lib/backend/ai/fuzzy.cpp [new file with mode: 0644]
lib/backend/ai/fuzzy.h [new file with mode: 0644]
lib/backend/ai/variable.cpp [new file with mode: 0644]
lib/backend/ai/variable.h [new file with mode: 0644]
lib/plasmicraptor_export.h [new file with mode: 0644]
lib/plugin/CMakeLists.txt [new file with mode: 0644]
lib/plugin/raptorapplicationsplugin.cpp [new file with mode: 0644]
lib/plugin/raptorapplicationsplugin.h [new file with mode: 0644]
lib/plugin/raptorlet_apps.desktop [new file with mode: 0644]
lib/raptordatasource.h [new file with mode: 0644]
lib/raptordatasourcegroup.cpp [new file with mode: 0644]
lib/raptordatasourcegroup.h [new file with mode: 0644]
lib/raptorinterfaces.h [new file with mode: 0644]
lib/raptorlet.cpp [new file with mode: 0644]
lib/raptorlet.desktop [new file with mode: 0644]
lib/raptorlet.h [new file with mode: 0644]
lib/raptorpluginloader.cpp [new file with mode: 0644]
lib/raptorpluginloader.h [new file with mode: 0644]
menuviz/CMakeLists.txt [new file with mode: 0644]
raptor.desktop [new file with mode: 0644]
skin/CMakeLists.txt [new file with mode: 0644]
skin/vector/CMakeLists.txt [new file with mode: 0644]
skin/vector/elementbgnormal.svg [new file with mode: 0644]
skin/vector/raptorslide.svg [new file with mode: 0644]