Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-07 | Translations update: pull from Transifex | Philip 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-17 | Bitcoin-Qt: massive header and cpp cleanup | Philip 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-13 | update translation files (fetched from Transifex) and remove translation for ↵ | Philip Kaufmann | |
fr_FR, which was removed / renamed on TX | |||
2012-05-17 | Add icon for debug window | Wladimir J. van der Laan | |
2012-05-15 | add 4 new translations bg, el_GR, fr and pt_PT (based on transifex fetch ↵ | Philip Kaufmann | |
from today) | |||
2012-05-05 | simplified qrcode icon that scales gracefully to 16x16 | Wladimir J. van der Laan | |
2012-04-05 | removed an unused / obsolete tag from bitcoin.qrc | Philip Kaufmann | |
2012-03-27 | update translations from transifex | Philip Kaufmann | |
2012-03-20 | remove bitcoin_cs_CZ from bitcoin.qrc and delete bitcoin_cs_CZ.ts | Philip Kaufmann | |
2012-03-16 | update translations from transifex | Nils Schneider | |
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-12-12 | added translations: pt_BR zh_CN | Nils Schneider | |
2011-11-24 | add translations: hu uk | Nils Schneider | |
2011-11-22 | add italian translation | Nils Schneider | |
2011-11-08 | merged translations from transifex: da de es es_CL nb nl ru zh_TW | Nils Schneider | |
2011-11-06 | add zh_TW locale | Ang Iong Chun | |
2011-11-04 | Add English translation to fix plural(s). | Chris Moore | |
2011-10-23 | Translation lookup logic improvements | Wladimir 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-23 | Revert "translation fixes" | Wladimir J. van der Laan | |
This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5. | |||
2011-10-23 | translation fixes | Wladimir 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-27 | translation handling improvements | Wladimir J. van der Laan | |
- automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation | |||
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-03 | fix drawing on gtk | 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-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 sendmany support | Wladimir J. van der Laan | |
2011-07-08 | Display a "freshness" indicator instead of nr of blocks | Wladimir J. van der Laan | |
2011-07-07 | Export functionality for transaction list | 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 | Make it very clear when on testnet (green icon, add [testnet] to title) | Wladimir J. van der Laan | |
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 | remove unused 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-11 | move back to original directory structure | Wladimir J. van der Laan | |