From 9f9315c8a4ca147a62cf51e91d3af2b305fcf804 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 13 Dec 2019 08:57:53 +0100 Subject: [PATCH] Moved up src/ one level --- src/{Painting => }/GUI/IntelliPhotoGui.cpp | 0 src/{Painting => }/GUI/IntelliPhotoGui.h | 0 src/{Painting => }/Image/IntelliImage.cpp | 0 src/{Painting => }/Image/IntelliImage.h | 0 src/{Painting => }/Image/IntelliRasterImage.cpp | 0 src/{Painting => }/Image/IntelliRasterImage.h | 0 src/{Painting => }/Image/IntelliShapedImage.cpp | 0 src/{Painting => }/Image/IntelliShapedImage.h | 0 .../IntelliHelper/IntelliColorPicker.cpp | 0 .../IntelliHelper/IntelliColorPicker.h | 0 src/{Painting => }/IntelliHelper/IntelliHelper.cpp | 0 src/{Painting => }/IntelliHelper/IntelliHelper.h | 0 src/{Painting => }/IntelliPhoto.pro | 0 src/{Painting => }/Layer/PaintingArea.cpp | 0 src/{Painting => }/Layer/PaintingArea.h | 0 src/{Painting => }/Tool/IntelliColorPicker.cpp | 0 src/{Painting => }/Tool/IntelliTool.cpp | 0 src/{Painting => }/Tool/IntelliTool.h | 0 src/{Painting => }/Tool/IntelliToolLine.cpp | 0 src/{Painting => }/Tool/IntelliToolLine.h | 0 src/{Painting => }/Tool/IntelliToolPen.cpp | 0 src/{Painting => }/Tool/IntelliToolPen.h | 0 src/{Painting => }/Tool/IntelliToolPlain.cpp | 0 src/{Painting => }/Tool/IntelliToolPlain.h | 0 src/{Painting => }/icon.icns | Bin src/{Painting => }/icon.ico | Bin src/{Painting => }/main.cpp | 0 src/{Painting => }/widget.ui | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename src/{Painting => }/GUI/IntelliPhotoGui.cpp (100%) rename src/{Painting => }/GUI/IntelliPhotoGui.h (100%) rename src/{Painting => }/Image/IntelliImage.cpp (100%) rename src/{Painting => }/Image/IntelliImage.h (100%) rename src/{Painting => }/Image/IntelliRasterImage.cpp (100%) rename src/{Painting => }/Image/IntelliRasterImage.h (100%) rename src/{Painting => }/Image/IntelliShapedImage.cpp (100%) rename src/{Painting => }/Image/IntelliShapedImage.h (100%) rename src/{Painting => }/IntelliHelper/IntelliColorPicker.cpp (100%) rename src/{Painting => }/IntelliHelper/IntelliColorPicker.h (100%) rename src/{Painting => }/IntelliHelper/IntelliHelper.cpp (100%) rename src/{Painting => }/IntelliHelper/IntelliHelper.h (100%) rename src/{Painting => }/IntelliPhoto.pro (100%) rename src/{Painting => }/Layer/PaintingArea.cpp (100%) rename src/{Painting => }/Layer/PaintingArea.h (100%) rename src/{Painting => }/Tool/IntelliColorPicker.cpp (100%) rename src/{Painting => }/Tool/IntelliTool.cpp (100%) rename src/{Painting => }/Tool/IntelliTool.h (100%) rename src/{Painting => }/Tool/IntelliToolLine.cpp (100%) rename src/{Painting => }/Tool/IntelliToolLine.h (100%) rename src/{Painting => }/Tool/IntelliToolPen.cpp (100%) rename src/{Painting => }/Tool/IntelliToolPen.h (100%) rename src/{Painting => }/Tool/IntelliToolPlain.cpp (100%) rename src/{Painting => }/Tool/IntelliToolPlain.h (100%) rename src/{Painting => }/icon.icns (100%) rename src/{Painting => }/icon.ico (100%) rename src/{Painting => }/main.cpp (100%) rename src/{Painting => }/widget.ui (100%) diff --git a/src/Painting/GUI/IntelliPhotoGui.cpp b/src/GUI/IntelliPhotoGui.cpp similarity index 100% rename from src/Painting/GUI/IntelliPhotoGui.cpp rename to src/GUI/IntelliPhotoGui.cpp diff --git a/src/Painting/GUI/IntelliPhotoGui.h b/src/GUI/IntelliPhotoGui.h similarity index 100% rename from src/Painting/GUI/IntelliPhotoGui.h rename to src/GUI/IntelliPhotoGui.h diff --git a/src/Painting/Image/IntelliImage.cpp b/src/Image/IntelliImage.cpp similarity index 100% rename from src/Painting/Image/IntelliImage.cpp rename to src/Image/IntelliImage.cpp diff --git a/src/Painting/Image/IntelliImage.h b/src/Image/IntelliImage.h similarity index 100% rename from src/Painting/Image/IntelliImage.h rename to src/Image/IntelliImage.h diff --git a/src/Painting/Image/IntelliRasterImage.cpp b/src/Image/IntelliRasterImage.cpp similarity index 100% rename from src/Painting/Image/IntelliRasterImage.cpp rename to src/Image/IntelliRasterImage.cpp diff --git a/src/Painting/Image/IntelliRasterImage.h b/src/Image/IntelliRasterImage.h similarity index 100% rename from src/Painting/Image/IntelliRasterImage.h rename to src/Image/IntelliRasterImage.h diff --git a/src/Painting/Image/IntelliShapedImage.cpp b/src/Image/IntelliShapedImage.cpp similarity index 100% rename from src/Painting/Image/IntelliShapedImage.cpp rename to src/Image/IntelliShapedImage.cpp diff --git a/src/Painting/Image/IntelliShapedImage.h b/src/Image/IntelliShapedImage.h similarity index 100% rename from src/Painting/Image/IntelliShapedImage.h rename to src/Image/IntelliShapedImage.h diff --git a/src/Painting/IntelliHelper/IntelliColorPicker.cpp b/src/IntelliHelper/IntelliColorPicker.cpp similarity index 100% rename from src/Painting/IntelliHelper/IntelliColorPicker.cpp rename to src/IntelliHelper/IntelliColorPicker.cpp diff --git a/src/Painting/IntelliHelper/IntelliColorPicker.h b/src/IntelliHelper/IntelliColorPicker.h similarity index 100% rename from src/Painting/IntelliHelper/IntelliColorPicker.h rename to src/IntelliHelper/IntelliColorPicker.h diff --git a/src/Painting/IntelliHelper/IntelliHelper.cpp b/src/IntelliHelper/IntelliHelper.cpp similarity index 100% rename from src/Painting/IntelliHelper/IntelliHelper.cpp rename to src/IntelliHelper/IntelliHelper.cpp diff --git a/src/Painting/IntelliHelper/IntelliHelper.h b/src/IntelliHelper/IntelliHelper.h similarity index 100% rename from src/Painting/IntelliHelper/IntelliHelper.h rename to src/IntelliHelper/IntelliHelper.h diff --git a/src/Painting/IntelliPhoto.pro b/src/IntelliPhoto.pro similarity index 100% rename from src/Painting/IntelliPhoto.pro rename to src/IntelliPhoto.pro diff --git a/src/Painting/Layer/PaintingArea.cpp b/src/Layer/PaintingArea.cpp similarity index 100% rename from src/Painting/Layer/PaintingArea.cpp rename to src/Layer/PaintingArea.cpp diff --git a/src/Painting/Layer/PaintingArea.h b/src/Layer/PaintingArea.h similarity index 100% rename from src/Painting/Layer/PaintingArea.h rename to src/Layer/PaintingArea.h diff --git a/src/Painting/Tool/IntelliColorPicker.cpp b/src/Tool/IntelliColorPicker.cpp similarity index 100% rename from src/Painting/Tool/IntelliColorPicker.cpp rename to src/Tool/IntelliColorPicker.cpp diff --git a/src/Painting/Tool/IntelliTool.cpp b/src/Tool/IntelliTool.cpp similarity index 100% rename from src/Painting/Tool/IntelliTool.cpp rename to src/Tool/IntelliTool.cpp diff --git a/src/Painting/Tool/IntelliTool.h b/src/Tool/IntelliTool.h similarity index 100% rename from src/Painting/Tool/IntelliTool.h rename to src/Tool/IntelliTool.h diff --git a/src/Painting/Tool/IntelliToolLine.cpp b/src/Tool/IntelliToolLine.cpp similarity index 100% rename from src/Painting/Tool/IntelliToolLine.cpp rename to src/Tool/IntelliToolLine.cpp diff --git a/src/Painting/Tool/IntelliToolLine.h b/src/Tool/IntelliToolLine.h similarity index 100% rename from src/Painting/Tool/IntelliToolLine.h rename to src/Tool/IntelliToolLine.h diff --git a/src/Painting/Tool/IntelliToolPen.cpp b/src/Tool/IntelliToolPen.cpp similarity index 100% rename from src/Painting/Tool/IntelliToolPen.cpp rename to src/Tool/IntelliToolPen.cpp diff --git a/src/Painting/Tool/IntelliToolPen.h b/src/Tool/IntelliToolPen.h similarity index 100% rename from src/Painting/Tool/IntelliToolPen.h rename to src/Tool/IntelliToolPen.h diff --git a/src/Painting/Tool/IntelliToolPlain.cpp b/src/Tool/IntelliToolPlain.cpp similarity index 100% rename from src/Painting/Tool/IntelliToolPlain.cpp rename to src/Tool/IntelliToolPlain.cpp diff --git a/src/Painting/Tool/IntelliToolPlain.h b/src/Tool/IntelliToolPlain.h similarity index 100% rename from src/Painting/Tool/IntelliToolPlain.h rename to src/Tool/IntelliToolPlain.h diff --git a/src/Painting/icon.icns b/src/icon.icns similarity index 100% rename from src/Painting/icon.icns rename to src/icon.icns diff --git a/src/Painting/icon.ico b/src/icon.ico similarity index 100% rename from src/Painting/icon.ico rename to src/icon.ico diff --git a/src/Painting/main.cpp b/src/main.cpp similarity index 100% rename from src/Painting/main.cpp rename to src/main.cpp diff --git a/src/Painting/widget.ui b/src/widget.ui similarity index 100% rename from src/Painting/widget.ui rename to src/widget.ui