From 46933626f6585f30d4ba0af6923b9a1099b81c05 Mon Sep 17 00:00:00 2001
From: Oliver Bock <oliver.bock@aei.mpg.de>
Date: Fri, 9 Jan 2009 16:38:13 +0100
Subject: [PATCH] Moving code to the new top-level directory * This is likely
 to be an interim solution until BOINC might eventually integrate the
 framework part * More moves follow to restructure the graphics code base

---
 .../starsphere/AbstractGraphicsEngine.cpp           |   0
 .../starsphere/AbstractGraphicsEngine.h             |   0
 .../starsphere/BOINCClientAdapter.cpp               |   0
 .../starsphere/BOINCClientAdapter.h                 |   0
 Doxyfile => src/starsphere/Doxyfile                 |   0
 .../starsphere/EinsteinS5R3Adapter.cpp              |   0
 .../starsphere/EinsteinS5R3Adapter.h                |   0
 .../starsphere/GraphicsEngineFactory.cpp            |   0
 .../starsphere/GraphicsEngineFactory.h              |   0
 .../starsphere/LiberationSans-Regular.ttf           | Bin
 Makefile => src/starsphere/Makefile                 |   0
 Resource.cpp => src/starsphere/Resource.cpp         |   0
 Resource.h => src/starsphere/Resource.h             |   0
 .../starsphere/ResourceFactory.cpp                  |   0
 .../starsphere/ResourceFactory.h                    |   0
 Starsphere.cpp => src/starsphere/Starsphere.cpp     |   0
 Starsphere.h => src/starsphere/Starsphere.h         |   0
 .../starsphere/StarsphereS5R3.cpp                   |   0
 StarsphereS5R3.h => src/starsphere/StarsphereS5R3.h |   0
 .../starsphere/WindowManager.cpp                    |   0
 WindowManager.h => src/starsphere/WindowManager.h   |   0
 {doc => src/starsphere/doc}/default/aei_full.png    | Bin
 {doc => src/starsphere/doc}/default/footer.html     |   0
 {doc => src/starsphere/doc}/default/header.html     |   0
 {doc => src/starsphere/doc}/default/stylesheet.css  |   0
 main.cpp => src/starsphere/main.cpp                 |   0
 {orc => src/starsphere/orc}/Makefile                |   0
 {orc => src/starsphere/orc}/ResourceCompiler.cpp    |   0
 {orc => src/starsphere/orc}/ResourceCompiler.h      |   0
 {orc => src/starsphere/orc}/orc.cpp                 |   0
 pulsar_list.C => src/starsphere/pulsar_list.C       |   0
 resources.orc => src/starsphere/resources.orc       |   0
 snr_list.C => src/starsphere/snr_list.C             |   0
 starlist.C => src/starsphere/starlist.C             |   0
 34 files changed, 0 insertions(+), 0 deletions(-)
 rename AbstractGraphicsEngine.cpp => src/starsphere/AbstractGraphicsEngine.cpp (100%)
 rename AbstractGraphicsEngine.h => src/starsphere/AbstractGraphicsEngine.h (100%)
 rename BOINCClientAdapter.cpp => src/starsphere/BOINCClientAdapter.cpp (100%)
 rename BOINCClientAdapter.h => src/starsphere/BOINCClientAdapter.h (100%)
 rename Doxyfile => src/starsphere/Doxyfile (100%)
 rename EinsteinS5R3Adapter.cpp => src/starsphere/EinsteinS5R3Adapter.cpp (100%)
 rename EinsteinS5R3Adapter.h => src/starsphere/EinsteinS5R3Adapter.h (100%)
 rename GraphicsEngineFactory.cpp => src/starsphere/GraphicsEngineFactory.cpp (100%)
 rename GraphicsEngineFactory.h => src/starsphere/GraphicsEngineFactory.h (100%)
 rename LiberationSans-Regular.ttf => src/starsphere/LiberationSans-Regular.ttf (100%)
 rename Makefile => src/starsphere/Makefile (100%)
 rename Resource.cpp => src/starsphere/Resource.cpp (100%)
 rename Resource.h => src/starsphere/Resource.h (100%)
 rename ResourceFactory.cpp => src/starsphere/ResourceFactory.cpp (100%)
 rename ResourceFactory.h => src/starsphere/ResourceFactory.h (100%)
 rename Starsphere.cpp => src/starsphere/Starsphere.cpp (100%)
 rename Starsphere.h => src/starsphere/Starsphere.h (100%)
 rename StarsphereS5R3.cpp => src/starsphere/StarsphereS5R3.cpp (100%)
 rename StarsphereS5R3.h => src/starsphere/StarsphereS5R3.h (100%)
 rename WindowManager.cpp => src/starsphere/WindowManager.cpp (100%)
 rename WindowManager.h => src/starsphere/WindowManager.h (100%)
 rename {doc => src/starsphere/doc}/default/aei_full.png (100%)
 rename {doc => src/starsphere/doc}/default/footer.html (100%)
 rename {doc => src/starsphere/doc}/default/header.html (100%)
 rename {doc => src/starsphere/doc}/default/stylesheet.css (100%)
 rename main.cpp => src/starsphere/main.cpp (100%)
 rename {orc => src/starsphere/orc}/Makefile (100%)
 rename {orc => src/starsphere/orc}/ResourceCompiler.cpp (100%)
 rename {orc => src/starsphere/orc}/ResourceCompiler.h (100%)
 rename {orc => src/starsphere/orc}/orc.cpp (100%)
 rename pulsar_list.C => src/starsphere/pulsar_list.C (100%)
 rename resources.orc => src/starsphere/resources.orc (100%)
 rename snr_list.C => src/starsphere/snr_list.C (100%)
 rename starlist.C => src/starsphere/starlist.C (100%)

diff --git a/AbstractGraphicsEngine.cpp b/src/starsphere/AbstractGraphicsEngine.cpp
similarity index 100%
rename from AbstractGraphicsEngine.cpp
rename to src/starsphere/AbstractGraphicsEngine.cpp
diff --git a/AbstractGraphicsEngine.h b/src/starsphere/AbstractGraphicsEngine.h
similarity index 100%
rename from AbstractGraphicsEngine.h
rename to src/starsphere/AbstractGraphicsEngine.h
diff --git a/BOINCClientAdapter.cpp b/src/starsphere/BOINCClientAdapter.cpp
similarity index 100%
rename from BOINCClientAdapter.cpp
rename to src/starsphere/BOINCClientAdapter.cpp
diff --git a/BOINCClientAdapter.h b/src/starsphere/BOINCClientAdapter.h
similarity index 100%
rename from BOINCClientAdapter.h
rename to src/starsphere/BOINCClientAdapter.h
diff --git a/Doxyfile b/src/starsphere/Doxyfile
similarity index 100%
rename from Doxyfile
rename to src/starsphere/Doxyfile
diff --git a/EinsteinS5R3Adapter.cpp b/src/starsphere/EinsteinS5R3Adapter.cpp
similarity index 100%
rename from EinsteinS5R3Adapter.cpp
rename to src/starsphere/EinsteinS5R3Adapter.cpp
diff --git a/EinsteinS5R3Adapter.h b/src/starsphere/EinsteinS5R3Adapter.h
similarity index 100%
rename from EinsteinS5R3Adapter.h
rename to src/starsphere/EinsteinS5R3Adapter.h
diff --git a/GraphicsEngineFactory.cpp b/src/starsphere/GraphicsEngineFactory.cpp
similarity index 100%
rename from GraphicsEngineFactory.cpp
rename to src/starsphere/GraphicsEngineFactory.cpp
diff --git a/GraphicsEngineFactory.h b/src/starsphere/GraphicsEngineFactory.h
similarity index 100%
rename from GraphicsEngineFactory.h
rename to src/starsphere/GraphicsEngineFactory.h
diff --git a/LiberationSans-Regular.ttf b/src/starsphere/LiberationSans-Regular.ttf
similarity index 100%
rename from LiberationSans-Regular.ttf
rename to src/starsphere/LiberationSans-Regular.ttf
diff --git a/Makefile b/src/starsphere/Makefile
similarity index 100%
rename from Makefile
rename to src/starsphere/Makefile
diff --git a/Resource.cpp b/src/starsphere/Resource.cpp
similarity index 100%
rename from Resource.cpp
rename to src/starsphere/Resource.cpp
diff --git a/Resource.h b/src/starsphere/Resource.h
similarity index 100%
rename from Resource.h
rename to src/starsphere/Resource.h
diff --git a/ResourceFactory.cpp b/src/starsphere/ResourceFactory.cpp
similarity index 100%
rename from ResourceFactory.cpp
rename to src/starsphere/ResourceFactory.cpp
diff --git a/ResourceFactory.h b/src/starsphere/ResourceFactory.h
similarity index 100%
rename from ResourceFactory.h
rename to src/starsphere/ResourceFactory.h
diff --git a/Starsphere.cpp b/src/starsphere/Starsphere.cpp
similarity index 100%
rename from Starsphere.cpp
rename to src/starsphere/Starsphere.cpp
diff --git a/Starsphere.h b/src/starsphere/Starsphere.h
similarity index 100%
rename from Starsphere.h
rename to src/starsphere/Starsphere.h
diff --git a/StarsphereS5R3.cpp b/src/starsphere/StarsphereS5R3.cpp
similarity index 100%
rename from StarsphereS5R3.cpp
rename to src/starsphere/StarsphereS5R3.cpp
diff --git a/StarsphereS5R3.h b/src/starsphere/StarsphereS5R3.h
similarity index 100%
rename from StarsphereS5R3.h
rename to src/starsphere/StarsphereS5R3.h
diff --git a/WindowManager.cpp b/src/starsphere/WindowManager.cpp
similarity index 100%
rename from WindowManager.cpp
rename to src/starsphere/WindowManager.cpp
diff --git a/WindowManager.h b/src/starsphere/WindowManager.h
similarity index 100%
rename from WindowManager.h
rename to src/starsphere/WindowManager.h
diff --git a/doc/default/aei_full.png b/src/starsphere/doc/default/aei_full.png
similarity index 100%
rename from doc/default/aei_full.png
rename to src/starsphere/doc/default/aei_full.png
diff --git a/doc/default/footer.html b/src/starsphere/doc/default/footer.html
similarity index 100%
rename from doc/default/footer.html
rename to src/starsphere/doc/default/footer.html
diff --git a/doc/default/header.html b/src/starsphere/doc/default/header.html
similarity index 100%
rename from doc/default/header.html
rename to src/starsphere/doc/default/header.html
diff --git a/doc/default/stylesheet.css b/src/starsphere/doc/default/stylesheet.css
similarity index 100%
rename from doc/default/stylesheet.css
rename to src/starsphere/doc/default/stylesheet.css
diff --git a/main.cpp b/src/starsphere/main.cpp
similarity index 100%
rename from main.cpp
rename to src/starsphere/main.cpp
diff --git a/orc/Makefile b/src/starsphere/orc/Makefile
similarity index 100%
rename from orc/Makefile
rename to src/starsphere/orc/Makefile
diff --git a/orc/ResourceCompiler.cpp b/src/starsphere/orc/ResourceCompiler.cpp
similarity index 100%
rename from orc/ResourceCompiler.cpp
rename to src/starsphere/orc/ResourceCompiler.cpp
diff --git a/orc/ResourceCompiler.h b/src/starsphere/orc/ResourceCompiler.h
similarity index 100%
rename from orc/ResourceCompiler.h
rename to src/starsphere/orc/ResourceCompiler.h
diff --git a/orc/orc.cpp b/src/starsphere/orc/orc.cpp
similarity index 100%
rename from orc/orc.cpp
rename to src/starsphere/orc/orc.cpp
diff --git a/pulsar_list.C b/src/starsphere/pulsar_list.C
similarity index 100%
rename from pulsar_list.C
rename to src/starsphere/pulsar_list.C
diff --git a/resources.orc b/src/starsphere/resources.orc
similarity index 100%
rename from resources.orc
rename to src/starsphere/resources.orc
diff --git a/snr_list.C b/src/starsphere/snr_list.C
similarity index 100%
rename from snr_list.C
rename to src/starsphere/snr_list.C
diff --git a/starlist.C b/src/starsphere/starlist.C
similarity index 100%
rename from starlist.C
rename to src/starsphere/starlist.C
-- 
GitLab