From c614958079d233c704e822f07957d1825edc65e9 Mon Sep 17 00:00:00 2001 From: Louis-Joseph Fournier Date: Fri, 15 Jan 2016 21:30:17 +0100 Subject: [PATCH] Images reorganisation --- Tuner.pro | 2 +- images/{ => desktop}/bg_landscape.png | Bin images/{ => desktop}/bg_portrait.png | Bin images/{ => desktop}/icon-l-pause.svg | 0 images/{ => desktop}/icon-l-play.svg | 0 images/{ => desktop}/icon-m-pause.svg | 0 images/{ => desktop}/icon-m-play.svg | 0 images/{ => desktop}/images.qrc | 0 .../screenshots}/20160115211525.png | Bin .../screenshots}/20160115211610.png | Bin .../screenshots}/20160115211636.png | Bin 11 files changed, 1 insertion(+), 1 deletion(-) rename images/{ => desktop}/bg_landscape.png (100%) rename images/{ => desktop}/bg_portrait.png (100%) rename images/{ => desktop}/icon-l-pause.svg (100%) rename images/{ => desktop}/icon-l-play.svg (100%) rename images/{ => desktop}/icon-m-pause.svg (100%) rename images/{ => desktop}/icon-m-play.svg (100%) rename images/{ => desktop}/images.qrc (100%) rename {screenshots => images/screenshots}/20160115211525.png (100%) rename {screenshots => images/screenshots}/20160115211610.png (100%) rename {screenshots => images/screenshots}/20160115211636.png (100%) diff --git a/Tuner.pro b/Tuner.pro index 24f983b..dac948c 100644 --- a/Tuner.pro +++ b/Tuner.pro @@ -33,4 +33,4 @@ HEADERS += \ RESOURCES += \ qml/desktop.qrc \ data/temperaments.qrc \ - images/images.qrc + images/desktop/images.qrc diff --git a/images/bg_landscape.png b/images/desktop/bg_landscape.png similarity index 100% rename from images/bg_landscape.png rename to images/desktop/bg_landscape.png diff --git a/images/bg_portrait.png b/images/desktop/bg_portrait.png similarity index 100% rename from images/bg_portrait.png rename to images/desktop/bg_portrait.png diff --git a/images/icon-l-pause.svg b/images/desktop/icon-l-pause.svg similarity index 100% rename from images/icon-l-pause.svg rename to images/desktop/icon-l-pause.svg diff --git a/images/icon-l-play.svg b/images/desktop/icon-l-play.svg similarity index 100% rename from images/icon-l-play.svg rename to images/desktop/icon-l-play.svg diff --git a/images/icon-m-pause.svg b/images/desktop/icon-m-pause.svg similarity index 100% rename from images/icon-m-pause.svg rename to images/desktop/icon-m-pause.svg diff --git a/images/icon-m-play.svg b/images/desktop/icon-m-play.svg similarity index 100% rename from images/icon-m-play.svg rename to images/desktop/icon-m-play.svg diff --git a/images/images.qrc b/images/desktop/images.qrc similarity index 100% rename from images/images.qrc rename to images/desktop/images.qrc diff --git a/screenshots/20160115211525.png b/images/screenshots/20160115211525.png similarity index 100% rename from screenshots/20160115211525.png rename to images/screenshots/20160115211525.png diff --git a/screenshots/20160115211610.png b/images/screenshots/20160115211610.png similarity index 100% rename from screenshots/20160115211610.png rename to images/screenshots/20160115211610.png diff --git a/screenshots/20160115211636.png b/images/screenshots/20160115211636.png similarity index 100% rename from screenshots/20160115211636.png rename to images/screenshots/20160115211636.png