aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.qrc
AgeCommit message (Collapse)Author
2012-05-17Add icon for debug windowWladimir J. van der Laan
2012-05-15add 4 new translations bg, el_GR, fr and pt_PT (based on transifex fetch ↵Philip Kaufmann
from today)
2012-05-05simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan
2012-04-05removed an unused / obsolete tag from bitcoin.qrcPhilip Kaufmann
2012-03-27update translations from transifexPhilip Kaufmann
2012-03-20remove bitcoin_cs_CZ from bitcoin.qrc and delete bitcoin_cs_CZ.tsPhilip Kaufmann
2012-03-16update translations from transifexNils Schneider
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-12-12added translations: pt_BR zh_CNNils Schneider
2011-11-24add translations: hu ukNils Schneider
2011-11-22add italian translationNils Schneider
2011-11-08merged translations from transifex: da de es es_CL nb nl ru zh_TWNils Schneider
2011-11-06add zh_TW localeAng Iong Chun
2011-11-04Add English translation to fix plural(s).Chris Moore
2011-10-23Translation lookup logic improvementsWladimir J. van der Laan
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - first load translations/<language>.qm, then translations/<language>_<TERRITORY>.qm, so that territory-specific translations take precedence, but the fallback is on the base language if no territory-specific translation exists.
2011-10-23Revert "translation fixes"Wladimir J. van der Laan
This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5.
2011-10-23translation fixesWladimir J. van der Laan
- use wildcard for TRANSLATIONS in bitcoin-qt.pro to automatically build all translations present in src/qt/locale (thanks @tcatm) - rename language files to the usual <lang>_<TERRITORY> - include recently added language files for es_ES and nb_NO
2011-09-27translation handling improvementsWladimir J. van der Laan
- automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation
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-03fix drawing on gtkWladimir J. van der Laan
2011-08-02add splash screenWladimir J. van der Laan
2011-07-31address iconsWladimir 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 sendmany supportWladimir J. van der Laan
2011-07-08Display a "freshness" indicator instead of nr of blocksWladimir J. van der Laan
2011-07-07Export functionality for transaction listWladimir 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-30Make it very clear when on testnet (green icon, add [testnet] to title)Wladimir J. van der Laan
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-17remove unused 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-11move back to original directory structureWladimir J. van der Laan