aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* qt: Revert "Force TLS1.0+ for SSL connections"Tim Ruffing2018-11-061-8/+0
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* gui: remove SubstituteFontsfanquake2018-07-251-1/+0
* Drop unused init.h includesBen Woosley2018-06-251-1/+0
* Merge #13458: gui: Drop qt4 supportWladimir J. van der Laan2018-06-241-35/+1
|\
| * gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-35/+1
* | ui: Support wallets unloaded dynamicallyJoão Barbosa2018-06-181-2/+16
|/
* Give an error and exit if there are unknown parametersAndrew Chow2018-05-301-12/+25
* Stop translating command line optionsWladimir J. van der Laan2018-05-301-6/+6
* ui: Support wallets loaded dynamicallyJoão Barbosa2018-05-161-12/+27
* ui: Remove unnecessary variable fFirstWalletJoão Barbosa2018-05-161-3/+1
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-0/+16
* -includeconf=<path> support in config handler, for including external configu...Karl-Johan Alm2018-04-261-1/+1
* qt: Don't log to console by defaultWladimir J. van der Laan2018-04-231-0/+4
* 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
|\ \ \ \ | |/ / / |/| | |