aboutsummaryrefslogtreecommitdiff
path: root/src/qt/res
AgeCommit message (Collapse)Author
2013-04-02new mac osx icon (including SVG Version)Jonas Schnelli
- added new created and documented svg version of shaded icon - changed "B" background to white (no longer transparent) - removed PSD (Adobe Photoshop) document - license is now MIT Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-04-02new mac osx iconJonas Schnelli
check why/preview: http://dl.dropbox.com/u/7383846/new_bitcoin_qt_mac_icon.png - according to official bitcoin logo - no chopped shadow - retina-screen support Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
2013-03-19Bitcoin-Qt: update Win executable file meta-data copyrightPhilip Kaufmann
2012-10-14Revert "Merge pull request #1931 from laanwj/2012_10_newicons"Wladimir J. van der Laan
This reverts commit 199d88cf901866f3c2fa2b5bd83074d11ebad02c, reversing changes made to 65bc1573e73791c26472c3177732b7d167aa5bec. License is worse instead of better. Will only accept public domain and MIT-licensed icons from now on.
2012-10-14Changed connect?_16.png to non-GPL one and changed the assets attribution.xanatos
2012-10-14Changed the spinner to a non-GPL one, added instructions on how to ↵xanatos
regenerate it, changed the assets attribution, removed old spinner + old spinner's sources.
2012-09-07Bitcoin-Qt (Windows only): add version info to Resource FilePhilip Kaufmann
- add version information to bitcoin-qt.rc, which is displayed on Windows, when looking in the executable properties and selecting "Details" - introduce a new clientversion.h (used in bitcoin-qt.rc to generate version information), which takes only the version defines from version.h and is included in it (to allow usage with the windres rc-file compiler) - move #define STRINGIFY(s) #s into clientversion.h as that is used in bitcoin-qt.rc and rename to DO_STRINGIZE(X) - add #define STRINGIZE(X) DO_STRINGIZE(X), which is needed to convert the version defines into a version string in the rc-file - this ensures we only need to update 1 file and have bitcoin-qt.exe version information - for RC-file documentation see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
2012-08-14Bitcoin-Qt (Windows only): extend Resource FilePhilip Kaufmann
- extend bitcoin-qt.rc to include meta information, which is displayed on Windows, when looking in the executable properties and selecting "Details" - does currently NOT include version information, this is scheduled for later releases - for RC-file documentation see: http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
2012-05-19Replace debug window icon with LGPL-licensed one (fixes #1348)Wladimir J. van der Laan
2012-05-17Add icon for debug windowWladimir J. van der Laan
2012-05-05simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan
2012-04-11by popular request, make 4th bar of connection icon greenWladimir J. van der Laan
2012-02-15Added 'Backup Wallet' menu optionsje397
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/ - include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used - catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set) - include db.h in walletmodel.cpp for BackupWallet function - updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon
2011-12-20Added QRCode generation functions via libqrencode. Switch on with ↵sje397
USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml
2011-11-26Make home and addressbook icon more consistent with other toolbar icons ↵Wladimir J. van der Laan
(make it blue and flip light source direction)
2011-11-11Replace kfm_home with go-home for "overview"Luke Dashjr
2011-11-10Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensedLuke Dashjr
2011-11-10Replace icons with Nuvola (LGPL 2.1): all non-free except for those by ↵Luke Dashjr
Wladimir van der Laan (who will hopefully relicense)
2011-09-11Some Mac OS X specific thingsp2k
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts
2011-08-31Wallet encryption part 2: ask passphrase when needed, add menu optionsWladimir J. van der Laan
2011-08-23Wallet encryption part 1: show wallet encryption statusWladimir J. van der Laan
2011-08-05improve sync spinnerWladimir J. van der Laan
2011-08-03show last few transactions on overview pageWladimir J. van der Laan
2011-08-02add splash screenWladimir J. van der Laan
2011-07-31address iconsWladimir J. van der Laan
2011-07-24better exit iconWladimir J. van der Laan
2011-07-24make all tab icons blue/gray for more consistencyxWladimir J. van der Laan
2011-07-24add windows program (.exe) iconWladimir J. van der Laan
2011-07-18one remove/delete icon is enough and the red minus better matches the add iconWladimir J. van der Laan
2011-07-17show rotating spinner when block download out of date, tick otherwiseWladimir J. van der Laan
2011-07-16add missing iconWladimir J. van der Laan
2011-07-08forgot synced iconsWladimir J. van der Laan
2011-07-07convert to full tab-based uiWladimir J. van der Laan
2011-07-05tab reorg phase 1: split main gui into "overview" and "history"Wladimir J. van der Laan
2011-06-30add icons to address book dialog buttonsWladimir J. van der Laan
2011-06-30Add "receiving addresses" to toolbarWladimir J. van der Laan
2011-06-30Make it very clear when on testnet (green icon, add [testnet] to title)Wladimir J. van der Laan
2011-06-28use 256x256 window icon, to prevent uglyness on OSes that show full-size ↵Wladimir J. van der Laan
icons for apps
2011-06-26add icons to "New..." and "Copy to clipboard" buttonsWladimir J. van der Laan
2011-06-25Improve look/usablity of send coins dialogWladimir J. van der Laan
2011-06-18add configure and receive iconWladimir J. van der Laan
2011-06-17add svg sources for iconsWladimir J. van der Laan
2011-06-17better icons for confirmationsWladimir J. van der Laan
2011-06-15transaction status iconsWladimir J. van der Laan
2011-06-14add connection meterWladimir J. van der Laan
2011-06-12new icons -- testWladimir J. van der Laan
2011-06-12replace iconsWladimir J. van der Laan
2011-06-12add svg version of icon, so that it can be scaled to bigger sizes laterWladimir J. van der Laan
2011-06-12use stylized icon by bitboyWladimir J. van der Laan
2011-06-11move back to original directory structureWladimir J. van der Laan