aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused includespracticalswift2019-10-151-1/+0
* Don't rename main thread at process levelWladimir J. van der Laan2019-10-031-1/+1
* refactor: Remove Qt function to disable menu icons on macOSEmil Engler2019-09-261-3/+0
* Merge #16714: gui: add prune to intro screen with smart defaultJonas Schnelli2019-09-121-2/+13
|\
| * [gui] intro: add prune preferenceSjors Provoost2019-08-241-1/+7
| * [gui] intro: inform caller if intro was shownSjors Provoost2019-08-241-2/+3
| * [gui] add explicit prune setterSjors Provoost2019-08-241-0/+4
* | Testchains: Qt: Simplify network/chain stylesJorge Timón2019-09-061-1/+1
* | Testchains: Generic selection with -chain=<str> in addition of -testnet and -...Jorge Timón2019-09-061-1/+1
|/
* Merge #15864: Fix datadir handlingMarcoFalke2019-08-191-3/+2
|\
| * Fix datadir handling in bitcoin-qtHennadii Stepanov2019-07-241-3/+2
* | Give QApplication dummy argumentsAndrew Chow2019-08-091-3/+6
* | Merge #16097: Refactor: Add Flags enum to ArgsManager classMarcoFalke2019-08-021-8/+8
|\ \
| * | scripted-diff: Use ArgsManager::DEBUG_ONLY flagHennadii Stepanov2019-07-271-8/+8
| * | scripted-diff: Use Flags enum in AddArg()Hennadii Stepanov2019-07-271-8/+8
| |/
* | Merge #16436: gui: Do not create payment server if -disablewallet option prov...Wladimir J. van der Laan2019-07-291-23/+17
|\ \ | |/ |/|
| * wallet: Recognize -disablewallet option earlyHennadii Stepanov2019-07-231-23/+17
* | Merge #16366: init: Use InitError for all errors in bitcoind/qtMarcoFalke2019-07-231-6/+9
|\ \ | |/ |/|
| * Call node->initError instead of InitError from GUI codeRussell Yanofsky2019-07-111-4/+4
| * init: Use InitError for all errors in bitcoind/qtMarcoFalke2019-07-111-6/+9
* | Merge #16348: qt: Assert QMetaObject::invokeMethod resultWladimir J. van der Laan2019-07-091-0/+3
|\ \ | |/ |/|
| * gui: Fix missing qRegisterMetaType(WalletModel*)João Barbosa2019-07-081-0/+3
* | Merge #16291: gui: Stop translating PACKAGE_NAMEMarcoFalke2019-07-081-5/+5
|\ \ | |/ |/|
| * scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-06-261-5/+5
* | Remove unused guardHennadii Stepanov2019-07-071-2/+0
|/
* Merge #16254: qt: Set AA_EnableHighDpiScaling attribute earlyMarcoFalke2019-06-241-2/+3
|\
| * Set AA_EnableHighDpiScaling attribute earlyHennadii Stepanov2019-06-201-2/+3
* | Use qInfo() if no error occursHennadii Stepanov2019-06-211-1/+1
|/
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-4/+0
* threads: introduce util/threadnames, refactor thread namingJames O'Beirne2019-04-291-0/+3
* Bump minimum Qt version to 5.5.1Sjors Provoost2019-02-141-3/+0
* gui: Add OpenWalletActivityJoão Barbosa2019-02-041-1/+1
* gui: Fix m_node.startShutdown() orderJoão Barbosa2019-02-031-2/+8
* gui: Fix WalletController deletionJoão Barbosa2019-02-031-4/+2
* Merge #15101: gui: Add WalletControllerJonas Schnelli2019-01-181-54/+11
|\
| * gui: Refactor to use WalletControllerJoão Barbosa2019-01-181-54/+11
* | Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signalsWladimir J. van der Laan2019-01-171-3/+2
|\ \ | |/ |/|
| * Remove redundant stopThread() signalHennadii Stepanov2019-01-101-3/+2
* | Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-8/+8
* | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-13/+13
|/
* Merge #14517: qt: Fix start with the `-min` optionWladimir J. van der Laan2019-01-091-7/+6
|\
| * Fix start with the `-min` optionHennadii Stepanov2018-12-061-7/+6
* | Merge #11625: Add BitcoinApplication & RPCConsole testsMarcoFalke2019-01-091-109/+18
|\ \
| * | Add BitcoinApplication & RPCConsole testsRussell Yanofsky2019-01-041-14/+17
| * | Move BitcoinApplication to header so it can be testedRussell Yanofsky2019-01-041-95/+1
* | | qt: Use WalletModel* instead of wallet name in main windowJoão Barbosa2019-01-041-2/+2
|/ /
* | Merge #14854: qt: Cleanup SplashScreen classWladimir J. van der Laan2018-12-071-5/+5
|\ \
| * | Cleanup SplashScreen classHennadii Stepanov2018-12-021-5/+5
* | | squashme: connect thru node interfaceJoão Barbosa2018-11-241-11/+5
* | | qt: Call noui_connect to prevent boost::signals2::no_slots_error in early cal...João Barbosa2018-11-221-0/+3
|/ /