From 5d956769fff2cc759d8f3f7b26375b37df2e1c8b Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 5 Dec 2019 18:27:24 +0100 Subject: [PATCH] Renamed folder for poular conventions - Renamed "Documentation" folder to "docs" - Renamed "IntelliPhoto" folder to "src" --- {Dokumentation => docs}/manual.pdf | Bin .../Painting/GUI/IntelliPhotoGui.cpp | 0 .../Painting/GUI/IntelliPhotoGui.h | 0 .../Painting/Image/IntelliImage.cpp | 0 {IntelliPhoto => src}/Painting/Image/IntelliImage.h | 0 .../Painting/Image/IntelliRasterImage.cpp | 0 .../Painting/Image/IntelliRasterImage.h | 0 .../Painting/Image/IntelliShapedImage.cpp | 0 .../Painting/Image/IntelliShapedImage.h | 0 .../Painting/IntelliHelper/IntelliHelper.cpp | 0 .../Painting/IntelliHelper/IntelliHelper.h | 0 {IntelliPhoto => src}/Painting/IntelliPhoto.87de10b | 0 {IntelliPhoto => src}/Painting/IntelliPhoto.pro | 0 .../Painting/IntelliPhoto.pro.user | 0 .../Painting/IntelliPhoto.pro.user.2eff11b | 0 .../Painting/IntelliPhoto.pro.user.426164d | 0 .../Painting/IntelliPhoto.pro.user.87de10b | 0 {IntelliPhoto => src}/Painting/IntelliPhoto.user | 0 .../Painting/Layer/PaintingArea.cpp | 0 {IntelliPhoto => src}/Painting/Layer/PaintingArea.h | 0 .../Painting/Scribble.pro.user.426164d | 0 {IntelliPhoto => src}/Painting/icon.ico | Bin {IntelliPhoto => src}/Painting/main.cpp | 0 {IntelliPhoto => src}/Painting/widget.ui | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename {Dokumentation => docs}/manual.pdf (100%) rename {IntelliPhoto => src}/Painting/GUI/IntelliPhotoGui.cpp (100%) rename {IntelliPhoto => src}/Painting/GUI/IntelliPhotoGui.h (100%) rename {IntelliPhoto => src}/Painting/Image/IntelliImage.cpp (100%) rename {IntelliPhoto => src}/Painting/Image/IntelliImage.h (100%) rename {IntelliPhoto => src}/Painting/Image/IntelliRasterImage.cpp (100%) rename {IntelliPhoto => src}/Painting/Image/IntelliRasterImage.h (100%) rename {IntelliPhoto => src}/Painting/Image/IntelliShapedImage.cpp (100%) rename {IntelliPhoto => src}/Painting/Image/IntelliShapedImage.h (100%) rename {IntelliPhoto => src}/Painting/IntelliHelper/IntelliHelper.cpp (100%) rename {IntelliPhoto => src}/Painting/IntelliHelper/IntelliHelper.h (100%) rename {IntelliPhoto => src}/Painting/IntelliPhoto.87de10b (100%) rename {IntelliPhoto => src}/Painting/IntelliPhoto.pro (100%) rename {IntelliPhoto => src}/Painting/IntelliPhoto.pro.user (100%) rename {IntelliPhoto => src}/Painting/IntelliPhoto.pro.user.2eff11b (100%) rename {IntelliPhoto => src}/Painting/IntelliPhoto.pro.user.426164d (100%) rename {IntelliPhoto => src}/Painting/IntelliPhoto.pro.user.87de10b (100%) rename {IntelliPhoto => src}/Painting/IntelliPhoto.user (100%) rename {IntelliPhoto => src}/Painting/Layer/PaintingArea.cpp (100%) rename {IntelliPhoto => src}/Painting/Layer/PaintingArea.h (100%) rename {IntelliPhoto => src}/Painting/Scribble.pro.user.426164d (100%) rename {IntelliPhoto => src}/Painting/icon.ico (100%) rename {IntelliPhoto => src}/Painting/main.cpp (100%) rename {IntelliPhoto => src}/Painting/widget.ui (100%) diff --git a/Dokumentation/manual.pdf b/docs/manual.pdf similarity index 100% rename from Dokumentation/manual.pdf rename to docs/manual.pdf diff --git a/IntelliPhoto/Painting/GUI/IntelliPhotoGui.cpp b/src/Painting/GUI/IntelliPhotoGui.cpp similarity index 100% rename from IntelliPhoto/Painting/GUI/IntelliPhotoGui.cpp rename to src/Painting/GUI/IntelliPhotoGui.cpp diff --git a/IntelliPhoto/Painting/GUI/IntelliPhotoGui.h b/src/Painting/GUI/IntelliPhotoGui.h similarity index 100% rename from IntelliPhoto/Painting/GUI/IntelliPhotoGui.h rename to src/Painting/GUI/IntelliPhotoGui.h diff --git a/IntelliPhoto/Painting/Image/IntelliImage.cpp b/src/Painting/Image/IntelliImage.cpp similarity index 100% rename from IntelliPhoto/Painting/Image/IntelliImage.cpp rename to src/Painting/Image/IntelliImage.cpp diff --git a/IntelliPhoto/Painting/Image/IntelliImage.h b/src/Painting/Image/IntelliImage.h similarity index 100% rename from IntelliPhoto/Painting/Image/IntelliImage.h rename to src/Painting/Image/IntelliImage.h diff --git a/IntelliPhoto/Painting/Image/IntelliRasterImage.cpp b/src/Painting/Image/IntelliRasterImage.cpp similarity index 100% rename from IntelliPhoto/Painting/Image/IntelliRasterImage.cpp rename to src/Painting/Image/IntelliRasterImage.cpp diff --git a/IntelliPhoto/Painting/Image/IntelliRasterImage.h b/src/Painting/Image/IntelliRasterImage.h similarity index 100% rename from IntelliPhoto/Painting/Image/IntelliRasterImage.h rename to src/Painting/Image/IntelliRasterImage.h diff --git a/IntelliPhoto/Painting/Image/IntelliShapedImage.cpp b/src/Painting/Image/IntelliShapedImage.cpp similarity index 100% rename from IntelliPhoto/Painting/Image/IntelliShapedImage.cpp rename to src/Painting/Image/IntelliShapedImage.cpp diff --git a/IntelliPhoto/Painting/Image/IntelliShapedImage.h b/src/Painting/Image/IntelliShapedImage.h similarity index 100% rename from IntelliPhoto/Painting/Image/IntelliShapedImage.h rename to src/Painting/Image/IntelliShapedImage.h diff --git a/IntelliPhoto/Painting/IntelliHelper/IntelliHelper.cpp b/src/Painting/IntelliHelper/IntelliHelper.cpp similarity index 100% rename from IntelliPhoto/Painting/IntelliHelper/IntelliHelper.cpp rename to src/Painting/IntelliHelper/IntelliHelper.cpp diff --git a/IntelliPhoto/Painting/IntelliHelper/IntelliHelper.h b/src/Painting/IntelliHelper/IntelliHelper.h similarity index 100% rename from IntelliPhoto/Painting/IntelliHelper/IntelliHelper.h rename to src/Painting/IntelliHelper/IntelliHelper.h diff --git a/IntelliPhoto/Painting/IntelliPhoto.87de10b b/src/Painting/IntelliPhoto.87de10b similarity index 100% rename from IntelliPhoto/Painting/IntelliPhoto.87de10b rename to src/Painting/IntelliPhoto.87de10b diff --git a/IntelliPhoto/Painting/IntelliPhoto.pro b/src/Painting/IntelliPhoto.pro similarity index 100% rename from IntelliPhoto/Painting/IntelliPhoto.pro rename to src/Painting/IntelliPhoto.pro diff --git a/IntelliPhoto/Painting/IntelliPhoto.pro.user b/src/Painting/IntelliPhoto.pro.user similarity index 100% rename from IntelliPhoto/Painting/IntelliPhoto.pro.user rename to src/Painting/IntelliPhoto.pro.user diff --git a/IntelliPhoto/Painting/IntelliPhoto.pro.user.2eff11b b/src/Painting/IntelliPhoto.pro.user.2eff11b similarity index 100% rename from IntelliPhoto/Painting/IntelliPhoto.pro.user.2eff11b rename to src/Painting/IntelliPhoto.pro.user.2eff11b diff --git a/IntelliPhoto/Painting/IntelliPhoto.pro.user.426164d b/src/Painting/IntelliPhoto.pro.user.426164d similarity index 100% rename from IntelliPhoto/Painting/IntelliPhoto.pro.user.426164d rename to src/Painting/IntelliPhoto.pro.user.426164d diff --git a/IntelliPhoto/Painting/IntelliPhoto.pro.user.87de10b b/src/Painting/IntelliPhoto.pro.user.87de10b similarity index 100% rename from IntelliPhoto/Painting/IntelliPhoto.pro.user.87de10b rename to src/Painting/IntelliPhoto.pro.user.87de10b diff --git a/IntelliPhoto/Painting/IntelliPhoto.user b/src/Painting/IntelliPhoto.user similarity index 100% rename from IntelliPhoto/Painting/IntelliPhoto.user rename to src/Painting/IntelliPhoto.user diff --git a/IntelliPhoto/Painting/Layer/PaintingArea.cpp b/src/Painting/Layer/PaintingArea.cpp similarity index 100% rename from IntelliPhoto/Painting/Layer/PaintingArea.cpp rename to src/Painting/Layer/PaintingArea.cpp diff --git a/IntelliPhoto/Painting/Layer/PaintingArea.h b/src/Painting/Layer/PaintingArea.h similarity index 100% rename from IntelliPhoto/Painting/Layer/PaintingArea.h rename to src/Painting/Layer/PaintingArea.h diff --git a/IntelliPhoto/Painting/Scribble.pro.user.426164d b/src/Painting/Scribble.pro.user.426164d similarity index 100% rename from IntelliPhoto/Painting/Scribble.pro.user.426164d rename to src/Painting/Scribble.pro.user.426164d diff --git a/IntelliPhoto/Painting/icon.ico b/src/Painting/icon.ico similarity index 100% rename from IntelliPhoto/Painting/icon.ico rename to src/Painting/icon.ico diff --git a/IntelliPhoto/Painting/main.cpp b/src/Painting/main.cpp similarity index 100% rename from IntelliPhoto/Painting/main.cpp rename to src/Painting/main.cpp diff --git a/IntelliPhoto/Painting/widget.ui b/src/Painting/widget.ui similarity index 100% rename from IntelliPhoto/Painting/widget.ui rename to src/Painting/widget.ui