From f9124587ccea723dbd743e3877a7071fbb6c5732 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Sun, 14 Apr 2013 11:35:37 +0200 Subject: new splash screen why: - the current splash-screen has no referring to official images on - https://en.bitcoin.it/wiki/Promotional_graphics - the current splash screen only exists in a low res jpg - current splash screen looks dark and "hackish" - new splash screen should generate positive, "trust-emotions". - new splash screen gives the user infos about the running client. - new splash screen can handle long messages (in a lot of - languages the text is cropped in current release) - new size (x2) 400x312 - contains textual information about the client - textinfos are dynamicly written to the pixmap when -testnet is switch on, the splashscreen will show the bitcoin logo in testnet-color (as well as a text [testnet]) example: https://dl.dropbox.com/u/7383846/new_bitcoin_splash.png --- src/qt/res/images/splash.png | Bin 0 -> 49338 bytes src/qt/res/images/splash2.jpg | Bin 5816 -> 0 bytes src/qt/res/images/splash_testnet.png | Bin 0 -> 45370 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/qt/res/images/splash.png delete mode 100644 src/qt/res/images/splash2.jpg create mode 100644 src/qt/res/images/splash_testnet.png (limited to 'src/qt/res') diff --git a/src/qt/res/images/splash.png b/src/qt/res/images/splash.png new file mode 100644 index 0000000000..376c274a8d Binary files /dev/null and b/src/qt/res/images/splash.png differ diff --git a/src/qt/res/images/splash2.jpg b/src/qt/res/images/splash2.jpg deleted file mode 100644 index 3846e6f68d..0000000000 Binary files a/src/qt/res/images/splash2.jpg and /dev/null differ diff --git a/src/qt/res/images/splash_testnet.png b/src/qt/res/images/splash_testnet.png new file mode 100644 index 0000000000..2520e76e62 Binary files /dev/null and b/src/qt/res/images/splash_testnet.png differ -- cgit v1.2.3