aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.cpp
AgeCommit message (Expand)Author
2014-01-17[Qt] let OptionsModel::getProxySettings() directly query proxyPhilip Kaufmann
2014-01-14[Qt] small paymentserver header cleanupPhilip Kaufmann
2014-01-13Merge pull request #3374Wladimir J. van der Laan
2014-01-10Merge pull request #3488Wladimir J. van der Laan
2014-01-06qt: protect SetAddressBook with cs_wallet lock everywhereWladimir J. van der Laan
2014-01-05ui: Fix GUI initialization orderWladimir J. van der Laan
2013-12-10[Qt] add messages when handling local payment request filesPhilip Kaufmann
2013-12-06[Qt] misc PaymentServer changes (e.g. changes to eventFilter())Philip Kaufmann
2013-12-04Payment request URI syntax changed, from request=... to r=...Gavin Andresen
2013-11-11[Qt] paymentserver: start netManager in uiReady()Philip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-06Merge pull request #3145Wladimir J. van der Laan
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-31rework an ugly hack in processPaymentRequest()Philip Kaufmann
2013-10-31make processPaymentRequest() use a single SendCoinsRecipientPhilip Kaufmann
2013-10-31payment-request UI: use SendCoinsRecipient.message for memoPhilip Kaufmann
2013-10-31[Qt] Rework of payment request UI (mainly for insecure pr)Philip Kaufmann
2013-10-30re-work -debug switch handlingPhilip Kaufmann
2013-10-25Merge pull request #3130 from Diapolo/paymentACK_via_messageWladimir J. van der Laan
2013-10-24paymentserver: init all class members in constructorPhilip Kaufmann
2013-10-24Qt: move paymentACK handling to paymentserverPhilip Kaufmann
2013-10-20Merge pull request #3119Pieter Wuille
2013-10-20Bump Year Number to 2013super3
2013-10-19paymentserver: style fixes / cleanupPhilip Kaufmann
2013-10-11paymentserver: use own HTML-esc / add new header constPhilip Kaufmann
2013-09-09fix some cosmetic glitches in the codebasePhilip Kaufmann
2013-09-06Bitcoin-Qt: Use qDebug() for printing to debug.logPhilip Kaufmann
2013-09-03Merge pull request #2944 from gavinandresen/acceptheaderGavin Andresen
2013-08-29Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann
2013-08-28Set Accept: application/bitcoin-paymentrequest headerGavin Andresen
2013-08-23Remove fAllowReuse from GetKeyFromPool.Gregory Maxwell
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-07-31Remove #define loop from util.hGavin Andresen
2013-07-23Bitcoin-Qt: fix QApplication includes to match our include defaultsPhilip Kaufmann
2013-06-01Qt5 compatibilityWladimir J. van der Laan
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-02-12Reimplement click-to-pay links. Add OSX support.Gavin Andresen