I proposed a bounty for qt images and icons. (e.g. new icons for the overview, address book, etc. and an image of the Devcoin logo inside the qt as well as the "about" sidebar) There were a few objections so I am laying out the suggestions:
1. 8 shares for the best set of images and icons, 4 shares for the second-best set; If sidhujag can add an image to inside the qt he gets 1 share as well
2. Only 8 shares for the best set, no second place
3. 4 shares then 2 shares
4. only 4 shares
5. Cancel the bounty, nothing happens
Also, what is the "real" logo? Is it the one on the old or new client?
The logo is marticps one:
http://devtome.com/doku.php?id=devcoin_gallery#marticps3http://devtome.com/doku.php?id=devcoin_gallery#marticps2Bounty: I don't know what's involved so not in a position to guesstimate effort. When I noted the objections it was just to point them out, not to say whether 8 or 4 or whatever is right. What is involved? Do existing files just need resizing or is there a fundamental difference in the art style of new client vs those images?
For all the images, you have to use a tool that supports the 8 bit transparency layer of png images. MSPaint does not work as you will get a white block for your image that looks pretty ugly if used. You have to have a little bit of knowledge on how to manipulate images... some photoshopping experience is probably required to do this.
1) Created 256x256, 128x128, 64x64, 32x32,16x16 versions of the devcoin logo used as in the qt wallet https://github.com/sidhujag/devcoin/blob/master/src/qt/res/icons/Devcoin256_X256.png
2) Find the devcoin logo online and convert to icon format. Icon used in taskbar and titlebar of qt.
https://github.com/sidhujag/devcoin/blob/master/src/qt/res/icons/devcoinico.ico3) Testnet version of the devcoin logo by changing the color of the logo internally to orange.
https://github.com/sidhujag/devcoin/blob/master/src/qt/res/icons/devcoin_testnet.png4) Create icon from this png file aswell like step 2.
5) Added qt logo used in about qt of wallet, was using an online url but I put it the icon folder and referred to it from there. It wasn't showing any icon before version 1.0.8
https://github.com/sidhujag/devcoin/blob/master/src/qt/res/icons/devcoin_testnet.png6) Use devcoin logo to create splashscreen banner when qt starts up.
https://github.com/sidhujag/devcoin/blob/master/src/qt/res/images/splash_Devcoin.png7) Use devcoin testnet logo to create splashscreen banner when qt starts up in testnet mode.
https://github.com/sidhujag/devcoin/blob/master/src/qt/res/images/splash_testnet.pngOverall I believe 11 images were created/modified/handled to complete the task aswell as the changes in the code to support them.