aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.qrc
Commit message (Collapse)AuthorAgeFilesLines
* Re-add paperwallet printer (#1467)Max K2019-03-251-0/+2
| | | | | | | | | | | | | | * Add paper wallet generator to QT wallet * Replace print icon with Typeicons equivalent * Re-add printer support to Qt * depends: fix fontconfig with newer glibc See comment for more detail * Set fixed size for paper wallet dialog
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-0/+9
|
* Overhaul network activity toggleJonas Schnelli2016-10-241-0/+1
| | | | | | - Rename RPC command "togglenetwork" to "setnetworkactive (true|false)" - Add simple test case - GUI toggle added to connections icon in statusbar
* [Qt] add HD enabled/disabled icon to the status barJonas Schnelli2016-08-191-0/+2
|
* [Qt] Support for abandoned/abandoning transactionsJonas Schnelli2016-04-041-0/+1
|
* [Qt] Add a new chevron/arrow icon for the console prompt lineJonas Schnelli2016-01-261-0/+1
|
* [Qt] Add option to increase/decrease font size in the console windowJonas Schnelli2016-01-221-0/+2
|
* [QT] use alert icon with tooltip insted of "(out of sync)" textJonas Schnelli2015-05-121-0/+1
| | | | | | # Conflicts: # src/qt/forms/overviewpage.ui # src/qt/overviewpage.cpp
* [Qt] optimize helpmessage dialogJonas Schnelli2015-01-091-3/+0
| | | | | | | - enlarge standard size - remove fixed 10px font - remove left mood image - ensure that table has no ugly line-breaks on OSX, Linux
* Use real text rather than image-rendered text for unit selectorLuke Dashjr2014-12-291-3/+0
| | | | The width of each unit is measured to set a fixed width for the widget, and the color is set to match the other status widgets.
* Qt: HiDPI (retina) support for splash screenJonas Schnelli2014-12-161-3/+0
| | | | | | | - remove splash screen images (reduce binary size) - dynamicly draw splash screen with available icon. - remove testnet icon - dynamicly colorize testnet icon
* Qt: new iconsJonas Schnelli2014-11-071-6/+11
| | | | | | | | - flat and b/w icons seems to be the new trend - support for HiDPI/retina - change icon sizes - fix assets-attribution.md - removed unused icons
* Merge pull request #4673Wladimir J. van der Laan2014-08-261-0/+3
|\ | | | | | | | | 1c5f0af [Qt] Add column Watch-only to transactions list (Cozz Lovan) 939ed97 Add boolean HaveWatchonly and signal NotifyWatchonlyChanged (Cozz Lovan)
| * [Qt] Add column Watch-only to transactions listCozz Lovan2014-08-111-0/+3
| |
* | qt: better looking trayiconntrgn2014-08-121-2/+0
|/ | | | | Github-Pull: #4678 Rebased-By: Wladimir J. van der Laan <[email protected]>
* [Qt] Replace status bar unit icon with actual imagesCozz Lovan2014-07-051-0/+3
|
* build: qt: split locale resources. Fixes non-deterministic distcheckCory Fields2014-06-101-73/+0
| | | | | | | | | The rcc tool is quirky and only honors files in the same directory as the qrc. When doing an out-of-tree build (as 'make distcheck' does), the generated translation files end up in a different path, so rcc can't find them. Split them up so that rcc is run twice: once for static source files and once for generated files.
* qt: periodic language updateWladimir J. van der Laan2014-05-131-0/+1
| | | | | | | | | Pull updated translations from Transifex. Add mn (Mongolian) language. Do not update English translation for now as we want to keep compatibility with 0.9.
* qt: remove de_AT translationWladimir J. van der Laan2014-04-141-1/+0
| | | | | | Got too many complaints that is was unserious and written by trolls. I have also removed the translation from transifex. Fixes #4054 and #3918.
* Transifex pull pre-0.9.0rc2Wladimir J. van der Laan2014-02-271-0/+10
|
* qt: GUI for conflicted transactionsWladimir J. van der Laan2014-02-141-0/+1
| | | | | | - Exclamation mark icon for conflicted transactions - Show mouseover status for conflicted transactions as "conflicted" - Don't show inactive transactions on overview page overview
* qt: use series of pngs for spinnerWladimir J. van der Laan2014-01-131-1/+35
| | | | | | | | | | 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.
* qt: Update translationsWladimir J. van der Laan2014-01-081-4/+9
| | | | | | | | | Update current translations, and add new languages: - es_MX: Spanish (Mexico) - pam: Kapampangan Also update translation process for autoconf-based build system.
* translations update for 0.8.4Philip Kaufmann2013-08-211-10/+19
| | | | | | | | - 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)
* translations update 2013-05-19 (for 0.8.2 release)Philip Kaufmann2013-05-191-0/+1
| | | | | - integrates current translations from Transifex - new translation: af_ZA
* translations update 2013-05-04Philip Kaufmann2013-05-041-1/+1
| | | | | | | - updates bitcoin_en.ts and bitcoinstrings.cpp - removes bitcoin_se.ts - adds bitcoin_ar.ts - integrates current translations from Transifex
* translations update 2013-04-25Philip Kaufmann2013-04-251-0/+1
| | | | | | - new language "se" - update bitcoin.qrc and bitcoin_en.ts - fetch current translations from Transifex
* new splash screenJonas Schnelli2013-04-171-1/+2
| | | | | | | | | | | | | | | | | | | | 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
* Translations update: pull from TransifexPhilip Kaufmann2013-04-071-0/+10
| | | | | | - 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
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-1/+1
| | | | | | | - 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
* update translation files (fetched from Transifex) and remove translation for ↵Philip Kaufmann2012-06-131-1/+0
| | | | fr_FR, which was removed / renamed on TX
* Add icon for debug windowWladimir J. van der Laan2012-05-171-0/+1
|
* add 4 new translations bg, el_GR, fr and pt_PT (based on transifex fetch ↵Philip Kaufmann2012-05-151-2/+6
| | | | from today)
* simplified qrcode icon that scales gracefully to 16x16Wladimir J. van der Laan2012-05-051-1/+1
|
* removed an unused / obsolete tag from bitcoin.qrcPhilip Kaufmann2012-04-051-1/+1
|
* update translations from transifexPhilip Kaufmann2012-03-271-0/+1
|
* remove bitcoin_cs_CZ from bitcoin.qrc and delete bitcoin_cs_CZ.tsPhilip Kaufmann2012-03-201-1/+0
|
* update translations from transifexNils Schneider2012-03-161-1/+19
|
* Added 'Backup Wallet' menu optionsje3972012-02-151-0/+1
| | | | | | | | - 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
* Added QRCode generation functions via libqrencode. Switch on with ↵sje3972011-12-201-0/+1
| | | | | | | USE_QRENCODE=1. Amended build docs for Linux and OSX, and OSX makefile. Added package 'qrencode' to gitian.yml
* added translations: pt_BR zh_CNNils Schneider2011-12-121-0/+2
|
* add translations: hu ukNils Schneider2011-11-241-0/+2
|
* add italian translationNils Schneider2011-11-221-0/+1
|
* merged translations from transifex: da de es es_CL nb nl ru zh_TWNils Schneider2011-11-081-0/+1
|
* add zh_TW localeAng Iong Chun2011-11-061-0/+1
|
* Add English translation to fix plural(s).Chris Moore2011-11-041-0/+1
|
* Translation lookup logic improvementsWladimir J. van der Laan2011-10-231-3/+6
| | | | | - 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.
* Revert "translation fixes"Wladimir J. van der Laan2011-10-231-6/+3
| | | | This reverts commit f86ecd4a062b7f6515208c217f6405e47fa742f5.
* translation fixesWladimir J. van der Laan2011-10-231-3/+6
| | | | | | - 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
* translation handling improvementsWladimir J. van der Laan2011-09-271-0/+5
| | | | | - automatically build binary translation files in qmake/make - roll translations into resource file and executable, to simply installation