aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/test_main.cpp
AgeCommit message (Expand)Author
2021-03-29test: remove qt byteswap compattestsfanquake
2021-03-06qt test: Don't bind to regtest portAndrew Chow
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-08-26gui: Replace interface::Node references with pointersRussell Yanofsky
2020-08-26gui: Partially revert #10244 gArgs and Params changesRussell Yanofsky
2020-07-13test: Remove duplicate NodeContext hacksRussell Yanofsky
2020-07-09wallet: Pass unused args to StartWalletsMarcoFalke
2020-01-02test: Show debug log on unit test failureMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-28Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky
2019-10-24Remove BIP70 Supportfanquake
2019-10-01qa: Do not force overwrite of QT_QPA_PLATFORM on windows for gui testsMarcoFalke
2019-10-01doc: Explain QT_QPA_PLATFORM for gui testsMarcoFalke
2019-08-09Give QApplication dummy argumentsAndrew Chow
2019-08-06test: only include and init openSSL where it's actually usedfanquake
2019-06-27qt: test: Create at most one testing setupMarcoFalke
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-20test: use common setup in gui testsMarcoFalke
2019-01-04Add BitcoinApplication & RPCConsole testsRussell Yanofsky
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-09build: Add --disable-bip70 configure optionWladimir J. van der Laan
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-18gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan
2018-04-25[tests] [qt] Add tests for address book manipulation via EditAddressDialogJames O'Beirne
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-01Stop test_bitcoin-qt touching ~/.bitcoinMeshCollider
2017-08-16Merge #10705: Trivial: spelling fixesMarcoFalke
2017-08-16doc: spelling fixesklemens
2017-07-21Qt: Use _putenv_s instead of setenv on Windows buildsBrian McMichael
2017-04-03Run bitcoin_test-qt under minimal QPA platformRussell Yanofsky
2017-03-15Add new test_bitcoin-qt static library dependenciesRussell Yanofsky
2017-03-15Add simple qt wallet test sending a transactionRussell Yanofsky
2017-03-15Add braces to if statements in Qt test_mainRussell Yanofsky
2017-03-10Make qt test compatible with TestChain100Setup frameworkRussell Yanofsky
2016-12-17Uses 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 queriesJonas Schnelli
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-09-02tests: fix qt payment testCory Fields
2015-03-29Initialization: setup environment before starting QT testsdexX7
2014-12-19Added "Core" to copyright headerssandakersmann
2014-09-05[Qt] copyright, style and indentation cleanup of Qt testsPhilip Kaufmann
2014-06-23build: fix build weirdness after 54372482.Cory Fields
2014-05-22Update test_main.cppLongShao007
2014-01-11GUI for --disable-wallet compiles and -disablewallet modeWladimir J. van der Laan
2014-01-10qt5: tests: Make sure static plugin symbols are pulled inCory Fields
2013-12-06[Qt] misc PaymentServer changes (e.g. changes to eventFilter())Philip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen