aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.qrc
AgeCommit message (Collapse)Author
2014-02-27Transifex pull pre-0.9.0rc2Wladimir J. van der Laan
2014-02-14qt: GUI for conflicted transactionsWladimir J. van der Laan
- Exclamation mark icon for conflicted transactions - Show mouseover status for conflicted transactions as "conflicted" - Don't show inactive transactions on overview page overview
2014-01-13qt: use series of pngs for spinnerWladimir J. van der Laan
Use a series of .png frames for the spinner instead of a .mng. `mng` is an obscure image format and is not built by default into Qt5. This appears to improve the crispness of the spinner as well. Does not noticably increase the size (still ~27k) and the code is not more complicated either.
2014-01-08qt: Update translationsWladimir J. van der Laan
Update current translations, and add new languages: - es_MX: Spanish (Mexico) - pam: Kapampangan Also update translation process for autoconf-based build system.
2013-08-21translations update for 0.8.4Philip Kaufmann
- update translation master files - include current translations from Transifex - add several new languages - fix a bug in bitcoin.qrc, which prevents some languages from beeing used (wrong file extension .ts instead of .qm was used)
2013-05-19translations update 2013-05-19 (for 0.8.2 release)Philip Kaufmann
- integrates current translations from Transifex - new translation: af_ZA
2013-05-04translations update 2013-05-04Philip Kaufmann
- updates bitcoin_en.ts and bitcoinstrings.cpp - removes bitcoin_se.ts - adds bitcoin_ar.ts - integrates current translations from Transifex
2013-04-25translations update 2013-04-25Philip Kaufmann
- new language "se" - update bitcoin.qrc and bitcoin_en.ts - fetch current translations from Transifex
2013-04-17new splash screenJonas Schnelli
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
2013-04-07Translations update: pull from TransifexPhilip Kaufmann
- added languages in bitcoin.qrc: bs, ca, cy, eo, gu_IN, hi_IN, ja, la, lv_LV and th_TH (some translations files were already in src/qt/locale but not added in the .qrc file
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
- try to enforce the same style to all Qt related files - remove unneeded includes from the files - add missing Q_OBJECT, QT_BEGIN_NAMESPACE / QT_END_NAMESPACE - prepares for a pull-req to include Qt5 compatibility
2012-06-13update translation files (fetched from Transifex) and remove translation for ↵Philip Kaufmann
fr_FR, which was removed / renamed on TX
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