index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
test
/
test_main.cpp
Age
Commit message (
Expand
)
Author
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-04-25
[tests] [qt] Add tests for address book manipulation via EditAddressDialog
James O'Beirne
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-09-01
Stop test_bitcoin-qt touching ~/.bitcoin
MeshCollider
2017-08-16
Merge #10705: Trivial: spelling fixes
MarcoFalke
2017-08-16
doc: spelling fixes
klemens
2017-07-21
Qt: Use _putenv_s instead of setenv on Windows builds
Brian McMichael
2017-04-03
Run bitcoin_test-qt under minimal QPA platform
Russell Yanofsky
2017-03-15
Add new test_bitcoin-qt static library dependencies
Russell Yanofsky
2017-03-15
Add simple qt wallet test sending a transaction
Russell Yanofsky
2017-03-15
Add braces to if statements in Qt test_main
Russell Yanofsky
2017-03-10
Make qt test compatible with TestChain100Setup framework
Russell Yanofsky
2016-12-17
Uses built-in byte swap if available (Apple) and if bswap_XX is undefined.
Karl-Johan Alm
2016-08-23
[Qt] RPC-Console: support nested commands and simple value queries
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-09-02
tests: fix qt payment test
Cory Fields
2015-03-29
Initialization: setup environment before starting QT tests
dexX7
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-09-05
[Qt] copyright, style and indentation cleanup of Qt tests
Philip Kaufmann
2014-06-23
build: fix build weirdness after 54372482.
Cory Fields
2014-05-22
Update test_main.cpp
LongShao007
2014-01-11
GUI for --disable-wallet compiles and -disablewallet mode
Wladimir J. van der Laan
2014-01-10
qt5: tests: Make sure static plugin symbols are pulled in
Cory Fields
2013-12-06
[Qt] misc PaymentServer changes (e.g. changes to eventFilter())
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-08-22
Payment Protocol: X509-validated payment requests
Gavin Andresen
2012-08-07
Return !0 when qt tests fail.
Matt Corallo
2012-04-06
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
Luke Dashjr
2012-02-10
Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.
Matt Corallo