aboutsummaryrefslogtreecommitdiff
path: root/contrib/bitcoin-qt.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add GUI to import private keyschromatic2021-05-231-0/+1
| | | | | | | | | | | | | Addresses GH #1808. There are several possible future improvements: * add a new icon for key import * reduce duplication of code between the RPC private key importer and the GUI private key importer * improving error messages for various error states
* Re-add paperwallet printer (#1467)Max K2019-03-251-0/+4
| | | | | | | | | | | | | | * 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
* Rename rpcconsole.ui => debugwindow.uiMarcoFalke2015-09-231-1/+1
|
* [Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann2014-01-181-0/+1
| | | | | | | - adds a nice and well formated dialog, which displays our -? help message (all options/paramaters) - moves aboutdialog.cpp/h to the new utilitydialog - move GUI shutdown window to utilitydialog
* [Qt] update bitcoin-qt.pro and assets-attribution.mdPhilip Kaufmann2014-01-091-12/+13
| | | | | | | - remove unused and unmentioned file notsynced.png (we use an animation for this) - add missing coincontroldialog.ui to bitcoin-qt.pro - also unify formating in assets-attribution.md
* qt: add Open URI dialogWladimir J. van der Laan2013-11-111-1/+2
|
* [Qt] misc small fixes for #3099 (new receive flow)Philip Kaufmann2013-10-251-1/+0
| | | | | | | | | - changes some strings that were forgotton or made no sense in the conext they are used - remove an orphan file from the qt project file - revert a small change in signverifymessagedialog.ui - guard #include "bitcoin-config.h" with #if defined(HAVE_CONFIG_H) - remove windowTitle from addressbookpage.ui
* qt: rework "receive coins" workflowWladimir J. van der Laan2013-10-231-1/+3
|
* autotools: switch to autotools buildsystemCory Fields2013-09-051-0/+17