aboutsummaryrefslogtreecommitdiff
path: root/contrib/bitcoin-qt.pro
AgeCommit message (Collapse)Author
2015-09-23Rename rpcconsole.ui => debugwindow.uiMarcoFalke
2014-01-18[Qt] add utilitydialog.cpp/h and helpmessage classPhilip Kaufmann
- 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
2014-01-09[Qt] update bitcoin-qt.pro and assets-attribution.mdPhilip Kaufmann
- 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
2013-11-11qt: add Open URI dialogWladimir J. van der Laan
2013-10-25[Qt] misc small fixes for #3099 (new receive flow)Philip Kaufmann
- 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
2013-10-23qt: rework "receive coins" workflowWladimir J. van der Laan
2013-09-05autotools: switch to autotools buildsystemCory Fields