From ca01d5f9f5e960337a044be6e00de58fd4fbdb05 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 24 Jan 2014 13:22:02 +0100 Subject: Make basicsuite demos run stand-alone This change will make the demos run standalone when built in Qt Creator. - Rename example directories to lowercase/non-whitespace to avoid build & deployment problems - Add title.txt files so titles remain displayed correctly in the launcher - Add a common shared source files used for the standalone apps, and .pro-files for each example - Remove .qmlproject files (not needed) - Adjust documentation to match the new directory structure Change-Id: Ib24e461952da3b2c88aab0363249115ea44ee0f2 Reviewed-by: Eirik Aavitsland --- .../maroon/content/gfx/background.png | Bin 0 -> 5802 bytes .../maroon/content/gfx/bomb-action.png | Bin 0 -> 23974 bytes .../maroon/content/gfx/bomb-idle.png | Bin 0 -> 12238 bytes .../qt5-launchpresentation/maroon/content/gfx/bomb.png | Bin 0 -> 4067 bytes .../maroon/content/gfx/button-help.png | Bin 0 -> 8916 bytes .../maroon/content/gfx/button-play.png | Bin 0 -> 13945 bytes .../maroon/content/gfx/catch-action.png | Bin 0 -> 6760 bytes .../maroon/content/gfx/catch.png | Bin 0 -> 4771 bytes .../maroon/content/gfx/cloud.png | Bin 0 -> 3398 bytes .../maroon/content/gfx/currency.png | Bin 0 -> 1889 bytes .../maroon/content/gfx/dialog-bomb.png | Bin 0 -> 3751 bytes .../maroon/content/gfx/dialog-factory.png | Bin 0 -> 3946 bytes .../maroon/content/gfx/dialog-melee.png | Bin 0 -> 4392 bytes .../maroon/content/gfx/dialog-pointer.png | Bin 0 -> 911 bytes .../maroon/content/gfx/dialog-shooter.png | Bin 0 -> 3737 bytes .../maroon/content/gfx/dialog.png | Bin 0 -> 3362 bytes .../maroon/content/gfx/factory-action.png | Bin 0 -> 22440 bytes .../maroon/content/gfx/factory-idle.png | Bin 0 -> 12729 bytes .../maroon/content/gfx/factory.png | Bin 0 -> 4138 bytes .../qt5-launchpresentation/maroon/content/gfx/grid.png | Bin 0 -> 2830 bytes .../qt5-launchpresentation/maroon/content/gfx/help.png | Bin 0 -> 38255 bytes .../maroon/content/gfx/lifes.png | Bin 0 -> 1675 bytes .../maroon/content/gfx/logo-bubble.png | Bin 0 -> 7706 bytes .../maroon/content/gfx/logo-fish.png | Bin 0 -> 3477 bytes .../qt5-launchpresentation/maroon/content/gfx/logo.png | Bin 0 -> 18332 bytes .../maroon/content/gfx/melee-action.png | Bin 0 -> 7797 bytes .../maroon/content/gfx/melee-idle.png | Bin 0 -> 22832 bytes .../maroon/content/gfx/melee.png | Bin 0 -> 4046 bytes .../maroon/content/gfx/mob-idle.png | Bin 0 -> 6181 bytes .../qt5-launchpresentation/maroon/content/gfx/mob.png | Bin 0 -> 2391 bytes .../maroon/content/gfx/points.png | Bin 0 -> 1561 bytes .../maroon/content/gfx/projectile-action.png | Bin 0 -> 6257 bytes .../maroon/content/gfx/projectile.png | Bin 0 -> 801 bytes .../maroon/content/gfx/scores.png | Bin 0 -> 1535 bytes .../maroon/content/gfx/shooter-action.png | Bin 0 -> 18121 bytes .../maroon/content/gfx/shooter-idle.png | Bin 0 -> 11929 bytes .../maroon/content/gfx/shooter.png | Bin 0 -> 4137 bytes .../maroon/content/gfx/sunlight.png | Bin 0 -> 248412 bytes .../maroon/content/gfx/text-1.png | Bin 0 -> 2777 bytes .../maroon/content/gfx/text-2.png | Bin 0 -> 4959 bytes .../maroon/content/gfx/text-3.png | Bin 0 -> 5063 bytes .../maroon/content/gfx/text-blank.png | Bin 0 -> 1326 bytes .../maroon/content/gfx/text-gameover.png | Bin 0 -> 1515 bytes .../maroon/content/gfx/text-go.png | Bin 0 -> 4230 bytes .../qt5-launchpresentation/maroon/content/gfx/wave.png | Bin 0 -> 2763 bytes 45 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/background.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb-action.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb-idle.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/button-help.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/button-play.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/catch-action.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/catch.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/cloud.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/currency.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-bomb.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-factory.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-melee.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-pointer.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-shooter.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/factory-action.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/factory-idle.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/factory.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/grid.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/help.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/lifes.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/logo-bubble.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/logo-fish.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/logo.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/melee-action.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/melee-idle.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/melee.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/mob-idle.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/mob.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/points.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/projectile-action.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/projectile.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/scores.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter-action.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter-idle.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/sunlight.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/text-1.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/text-2.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/text-3.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/text-blank.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/text-gameover.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/text-go.png create mode 100644 basicsuite/qt5-launchpresentation/maroon/content/gfx/wave.png (limited to 'basicsuite/qt5-launchpresentation/maroon/content/gfx') diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/background.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/background.png new file mode 100644 index 0000000..d548b93 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/background.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb-action.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb-action.png new file mode 100644 index 0000000..42da5d7 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb-action.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb-idle.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb-idle.png new file mode 100644 index 0000000..3bd62e2 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb-idle.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb.png new file mode 100644 index 0000000..380da7d Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/bomb.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/button-help.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/button-help.png new file mode 100644 index 0000000..aecebc1 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/button-help.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/button-play.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/button-play.png new file mode 100644 index 0000000..6cdad6c Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/button-play.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/catch-action.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/catch-action.png new file mode 100644 index 0000000..78ca9fe Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/catch-action.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/catch.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/catch.png new file mode 100644 index 0000000..b7620fe Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/catch.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/cloud.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/cloud.png new file mode 100644 index 0000000..d7c35f8 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/cloud.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/currency.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/currency.png new file mode 100644 index 0000000..1571341 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/currency.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-bomb.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-bomb.png new file mode 100644 index 0000000..708d916 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-bomb.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-factory.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-factory.png new file mode 100644 index 0000000..d2e2a48 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-factory.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-melee.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-melee.png new file mode 100644 index 0000000..069d18d Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-melee.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-pointer.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-pointer.png new file mode 100644 index 0000000..9b51a09 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-pointer.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-shooter.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-shooter.png new file mode 100644 index 0000000..af980ca Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog-shooter.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog.png new file mode 100644 index 0000000..d528ba7 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/dialog.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/factory-action.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/factory-action.png new file mode 100644 index 0000000..8981678 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/factory-action.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/factory-idle.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/factory-idle.png new file mode 100644 index 0000000..a145582 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/factory-idle.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/factory.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/factory.png new file mode 100644 index 0000000..bfb9f3f Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/factory.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/grid.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/grid.png new file mode 100644 index 0000000..b595552 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/grid.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/help.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/help.png new file mode 100644 index 0000000..4654e4c Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/help.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/lifes.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/lifes.png new file mode 100644 index 0000000..135310b Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/lifes.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/logo-bubble.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/logo-bubble.png new file mode 100644 index 0000000..136151c Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/logo-bubble.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/logo-fish.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/logo-fish.png new file mode 100644 index 0000000..c41833a Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/logo-fish.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/logo.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/logo.png new file mode 100644 index 0000000..787ac99 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/logo.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/melee-action.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/melee-action.png new file mode 100644 index 0000000..c53873b Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/melee-action.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/melee-idle.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/melee-idle.png new file mode 100644 index 0000000..621d9df Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/melee-idle.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/melee.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/melee.png new file mode 100644 index 0000000..ab24015 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/melee.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/mob-idle.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/mob-idle.png new file mode 100644 index 0000000..dedacc7 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/mob-idle.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/mob.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/mob.png new file mode 100644 index 0000000..7569c35 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/mob.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/points.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/points.png new file mode 100644 index 0000000..1d2386d Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/points.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/projectile-action.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/projectile-action.png new file mode 100644 index 0000000..aa2e650 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/projectile-action.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/projectile.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/projectile.png new file mode 100644 index 0000000..c25a0c3 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/projectile.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/scores.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/scores.png new file mode 100644 index 0000000..af757fe Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/scores.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter-action.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter-action.png new file mode 100644 index 0000000..08e7e30 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter-action.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter-idle.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter-idle.png new file mode 100644 index 0000000..663098d Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter-idle.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter.png new file mode 100644 index 0000000..d44401e Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/shooter.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/sunlight.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/sunlight.png new file mode 100644 index 0000000..d1c7042 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/sunlight.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-1.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-1.png new file mode 100644 index 0000000..3ea399c Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-1.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-2.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-2.png new file mode 100644 index 0000000..934a481 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-2.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-3.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-3.png new file mode 100644 index 0000000..47523f5 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-3.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-blank.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-blank.png new file mode 100644 index 0000000..4a687b2 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-blank.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-gameover.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-gameover.png new file mode 100644 index 0000000..4f53ef0 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-gameover.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-go.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-go.png new file mode 100644 index 0000000..bfc26f7 Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/text-go.png differ diff --git a/basicsuite/qt5-launchpresentation/maroon/content/gfx/wave.png b/basicsuite/qt5-launchpresentation/maroon/content/gfx/wave.png new file mode 100644 index 0000000..f97426c Binary files /dev/null and b/basicsuite/qt5-launchpresentation/maroon/content/gfx/wave.png differ -- cgit v1.2.3