From 3b3221c5cf4be69a83b4fb404668fac7afd10787 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 7 Oct 2014 14:38:42 +0300 Subject: Update "Code less" logo Changed the fallback preview image to be the same code less log. Task-number: QTEE-777 Change-Id: Ic4d510df8d194002fa6b185800bd63b754035b61 Reviewed-by: Kalle Viironen --- qml/images/codeless.png | Bin 28581 -> 8651 bytes qml/images/preview_fallback_landscape.jpg | Bin 18288 -> 0 bytes resources.qrc | 1 - src/applicationsmodel.cpp | 2 +- 4 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 qml/images/preview_fallback_landscape.jpg diff --git a/qml/images/codeless.png b/qml/images/codeless.png index 53e4806..0aadc90 100644 Binary files a/qml/images/codeless.png and b/qml/images/codeless.png differ diff --git a/qml/images/preview_fallback_landscape.jpg b/qml/images/preview_fallback_landscape.jpg deleted file mode 100644 index 1c5d164..0000000 Binary files a/qml/images/preview_fallback_landscape.jpg and /dev/null differ diff --git a/resources.qrc b/resources.qrc index 32918a0..034cc60 100644 --- a/resources.qrc +++ b/resources.qrc @@ -14,6 +14,5 @@ qml/GlimmeringQtLogo.qml qml/HighlightShader.qml qml/images/play.png - qml/images/preview_fallback_landscape.jpg diff --git a/src/applicationsmodel.cpp b/src/applicationsmodel.cpp index 17e251c..b9c19e9 100644 --- a/src/applicationsmodel.cpp +++ b/src/applicationsmodel.cpp @@ -96,7 +96,7 @@ public: QString imageName = path + "/preview_l.jpg"; data.icon = QFile::exists(imageName) ? QUrl::fromLocalFile(imageName) - : QUrl("qrc:///qml/images/preview_fallback_landscape.jpg"); + : QUrl("qrc:///qml/images/codeless.png"); results << data; } -- cgit v1.2.3