aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-0/+1
* build: fix build weirdness after 54372482.Cory Fields2014-06-231-1/+1
* build: add stub makefiles for easier subdir buildsCory Fields2014-06-051-0/+6
* build: delete old Makefile.am'sCory Fields2014-06-051-46/+0
* Update test_main.cppLongShao0072014-05-221-1/+0
* build: use -mwindows for gui targets when linking with mingwCory Fields2014-01-271-0/+1
* [Qt] fix alphabetical ordering in Makefile.amPhilip Kaufmann2014-01-121-3/+5
* makefile.am: split long lines into one file per lineWladimir J. van der Laan2014-01-111-3/+10
* GUI for --disable-wallet compiles and -disablewallet modeWladimir J. van der Laan2014-01-112-4/+22
* qt5: tests: Make sure static plugin symbols are pulled inCory Fields2014-01-101-0/+9
* qt5: Ensure correct link orderCory Fields2014-01-101-1/+1
* Merge pull request #3332Wladimir J. van der Laan2013-12-081-1/+1
|\
| * Add --disable-wallet option to build systemWladimir J. van der Laan2013-12-041-1/+1
* | [Qt] misc PaymentServer changes (e.g. changes to eventFilter())Philip Kaufmann2013-12-063-8/+16
|/
* bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan2013-12-031-1/+1
* Merge pull request #3187 from Diapolo/netManagerWladimir J. van der Laan2013-11-111-1/+0
|\
| * [Qt] paymentserver: start netManager in uiReady()Philip Kaufmann2013-11-111-1/+0
* | configure: Simplify common AM_CPPFLAGS and AM_LDFLAGS to a Makefile.commonLuke Dashjr2013-11-111-6/+5
|/
* Cleanup code using forward declarations.Brandon Dahler2013-11-105-18/+21
* qt: add message field to SendCoinsRecipientWladimir J. van der Laan2013-10-231-2/+1
* autotools: fix the Makefile.include to be safely included anywhere.Cory Fields2013-09-181-2/+2
* autotools: switch to autotools buildsystemCory Fields2013-09-052-0/+27
* Bitcoin-Qt: fixes for using display unit from optionsPhilip Kaufmann2013-08-291-1/+2
* Payment Protocol: X509-validated payment requestsGavin Andresen2013-08-224-16/+466
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-9/+0
* Fix Win32 compiling of qt/test/uritests.cppMatt Corallo2012-08-071-1/+1
* Return !0 when qt tests fail.Matt Corallo2012-08-071-1/+6
* Fix a couple more typosfanquake2012-06-301-1/+1
* Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-064-41/+41
* Restructure IPC URL handling (fixes #851)Wladimir J. van der Laan2012-02-171-10/+13
* Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.Matt Corallo2012-02-103-0/+94