Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-07 | Bitcoin-Qt (Windows only): add version info to Resource File | Philip 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-14 | Bitcoin-Qt (Windows only): extend Resource File | Philip 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-19 | Replace debug window icon with LGPL-licensed one (fixes #1348) | Wladimir J. van der Laan | |
2012-05-17 | Add icon for debug window | Wladimir J. van der Laan | |
2012-05-05 | simplified qrcode icon that scales gracefully to 16x16 | Wladimir J. van der Laan | |
2012-04-11 | by popular request, make 4th bar of connection icon green | Wladimir J. van der Laan | |
2012-02-15 | Added 'Backup Wallet' menu option | sje397 | |
- 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-20 | Added 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-26 | Make 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-11 | Replace kfm_home with go-home for "overview" | Luke Dashjr | |
2011-11-10 | Replace icons with Nuvola (LGPL 2.1): some (but not all) GPL-licensed | Luke Dashjr | |
2011-11-10 | Replace 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-11 | Some Mac OS X specific things | p2k | |
* Added application icon for Mac OS X * Added instructions for compiling under Mac OS X * Added Portfile for compiling miniupnpc with MacPorts | |||
2011-08-31 | Wallet encryption part 2: ask passphrase when needed, add menu options | Wladimir J. van der Laan | |
2011-08-23 | Wallet encryption part 1: show wallet encryption status | Wladimir J. van der Laan | |
2011-08-05 | improve sync spinner | Wladimir J. van der Laan | |
2011-08-03 | show last few transactions on overview page | Wladimir J. van der Laan | |
2011-08-02 | add splash screen | Wladimir J. van der Laan | |
2011-07-31 | address icons | Wladimir J. van der Laan | |
2011-07-24 | better exit icon | Wladimir J. van der Laan | |
2011-07-24 | make all tab icons blue/gray for more consistencyx | Wladimir J. van der Laan | |
2011-07-24 | add windows program (.exe) icon | Wladimir J. van der Laan | |
2011-07-18 | one remove/delete icon is enough and the red minus better matches the add icon | Wladimir J. van der Laan | |
2011-07-17 | show rotating spinner when block download out of date, tick otherwise | Wladimir J. van der Laan | |
2011-07-16 | add missing icon | Wladimir J. van der Laan | |
2011-07-08 | forgot synced icons | Wladimir J. van der Laan | |
2011-07-07 | convert to full tab-based ui | Wladimir J. van der Laan | |
2011-07-05 | tab reorg phase 1: split main gui into "overview" and "history" | Wladimir J. van der Laan | |
2011-06-30 | add icons to address book dialog buttons | Wladimir J. van der Laan | |
2011-06-30 | Add "receiving addresses" to toolbar | Wladimir J. van der Laan | |
2011-06-30 | Make it very clear when on testnet (green icon, add [testnet] to title) | Wladimir J. van der Laan | |
2011-06-28 | use 256x256 window icon, to prevent uglyness on OSes that show full-size ↵ | Wladimir J. van der Laan | |
icons for apps | |||
2011-06-26 | add icons to "New..." and "Copy to clipboard" buttons | Wladimir J. van der Laan | |
2011-06-25 | Improve look/usablity of send coins dialog | Wladimir J. van der Laan | |
2011-06-18 | add configure and receive icon | Wladimir J. van der Laan | |
2011-06-17 | add svg sources for icons | Wladimir J. van der Laan | |
2011-06-17 | better icons for confirmations | Wladimir J. van der Laan | |
2011-06-15 | transaction status icons | Wladimir J. van der Laan | |
2011-06-14 | add connection meter | Wladimir J. van der Laan | |
2011-06-12 | new icons -- test | Wladimir J. van der Laan | |
2011-06-12 | replace icons | Wladimir J. van der Laan | |
2011-06-12 | add svg version of icon, so that it can be scaled to bigger sizes later | Wladimir J. van der Laan | |
2011-06-12 | use stylized icon by bitboy | Wladimir J. van der Laan | |
2011-06-11 | move back to original directory structure | Wladimir J. van der Laan | |