aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #12878: [refactor] Config handling refactoring in preparation for netwo...Jonas Schnelli2018-04-081-1/+1
|\
| * Move ChainNameFromCommandLine into ArgsManager and rename to GetChainNameAnthony Towns2018-04-061-1/+1
* | Merge #12906: Avoid `interface` keyword to fix windows gitian buildMarcoFalke2018-04-071-10/+10
|\ \
| * | scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-10/+10
| |/
* / wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa2018-04-051-8/+0
|/
* Merge #10244: Refactor: separate gui from wallet and nodeWladimir J. van der Laan2018-04-051-59/+40
|\
| * Remove direct bitcoin calls from qt transaction table filesRussell Yanofsky2018-04-041-3/+1
| * Remove direct bitcoin calls from qt/paymentserver.cppRussell Yanofsky2018-04-041-3/+3
| * Remove most direct bitcoin calls from qt/walletmodel.cppRussell Yanofsky2018-04-041-2/+4
| * Remove direct bitcoin calls from qt/intro.cppRussell Yanofsky2018-04-041-1/+1
| * Remove direct bitcoin calls from qt/clientmodel.cppRussell Yanofsky2018-04-041-1/+1
| * Remove direct bitcoin calls from qt/splashscreen.cppRussell Yanofsky2018-04-041-1/+1
| * Remove direct bitcoin calls from qt/utilitydialog.cppRussell Yanofsky2018-04-041-1/+1
| * Remove direct bitcoin calls from qt/bitcoingui.cppRussell Yanofsky2018-04-041-1/+1
| * Remove direct bitcoin calls from qt/optionsmodel.cppRussell Yanofsky2018-04-041-1/+1
| * Remove direct bitcoin calls from qt/bitcoin.cppRussell Yanofsky2018-04-041-47/+28
* | Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+1
|\ \ | |/ |/|
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+1
* | [moveonly] Extract HelpRequested to dry up the help options testingBen Woosley2018-04-021-2/+1
* | Merge #10762: [wallet] Remove Wallet dependencies from init.cppWladimir J. van der Laan2018-03-291-0/+7
|\ \
| * | [wallet] Add dummy wallet init classJohn Newbery2018-03-271-1/+3
| * | [wallet] Use global g_wallet_init_interface to init/destroy the wallet.John Newbery2018-03-271-0/+5
* | | Merge #12653: Allow to optional specify the directory for the blocks storageWladimir J. van der Laan2018-03-271-1/+1
|\ \ \
| * | | Allow to optional specify the directory for the blocks storageJonas Schnelli2018-03-111-1/+1
* | | | Merge #12793: qt: Avoid reseting on resetguisettigs=0Wladimir J. van der Laan2018-03-271-1/+1
|\ \ \ \
| * | | | qt: Avoid resetting on resetguisettigs=0MarcoFalke2018-03-261-1/+1
* | | | | Qt: Get wallet name from WalletModel rather than passing it aroundLuke Dashjr2018-03-261-7/+2
* | | | | Qt: Load all wallets into WalletModelsLuke Dashjr2018-03-061-10/+21
| |/ / / |/| | |
* | | | [qt] navigate to transaction history page after sendSjors Provoost2018-03-011-0/+2
| |/ / |/| |
* | | Fix Windows build errors introduced in #10498practicalswift2018-02-121-1/+1
* | | Merge #12374: qt: Make sure splash screen is freed on AppInitMain failWladimir J. van der Laan2018-02-081-2/+3
|\ \ \
| * | | qt: Clarify some commentsWladimir J. van der Laan2018-02-071-3/+3
| * | | qt: Make sure splash screen is freed on AppInitMain failWladimir J. van der Laan2018-02-071-0/+1
* | | | Merge #12377: qt: Poll ShutdownTimer after init is doneWladimir J. van der Laan2018-02-081-1/+1
|\ \ \ \
| * | | | qt: Poll ShutdownTimer after init is doneMarcoFalke2018-02-071-1/+1
| |/ / /
* | | | Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-1/+1
* | | | Move scheduler/threadGroup into common-init instead of per-appMatt Corallo2018-01-251-6/+2
| |_|/ |/| |
* | | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | | qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-1/+1
* | | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-25/+25
|/ /
* | Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke2017-08-161-1/+1
|\ \ | |/ |/|
| * Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-1/+1
* | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-10/+10
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-5/+5
|/
* init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan2017-07-171-21/+41
* [Qt] allow to execute a callback during splashscreen progressJonas Schnelli2017-06-291-0/+1
* Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr2017-06-061-2/+3
* Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-1/+1
* Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1