aboutsummaryrefslogtreecommitdiff
path: root/src/qt
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge #18769: qt: remove bug fix for Qt < 5.5fanquake2020-04-281-8/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | qt: remove todo bug fix for old versions of Qt10xcryptodev2020-04-261-8/+0
* | | | | | | | | Return error when no ScriptPubKeyMan is available for specified typeAndrew Chow2020-04-231-10/+33
* | | | | | | | | Add IsLegacy to CWallet so that the GUI knows whether to show watchonlyAndrew Chow2020-04-231-9/+16
* | | | | | | | | Be able to create new wallets with DescriptorScriptPubKeyMans as backingAndrew Chow2020-04-234-2/+27
|/ / / / / / / /
* | | | | | | | Merge #17509: gui: save and load PSBTSamuel Dobson2020-04-238-46/+195
|\ \ \ \ \ \ \ \
| * | | | | | | | [gui] load PSBTSjors Provoost2020-03-276-0/+102
| * | | | | | | | [gui] save PSBT to fileSjors Provoost2020-03-271-3/+42
| * | | | | | | | [gui] send dialog: split on_sendButton_clickedSjors Provoost2020-03-242-44/+52
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | wallet: Refactor WalletRescanReserver to use wallet referenceJoão Barbosa2020-04-191-1/+1
* | | | | | | | scripted-diff: Bump copyright headersMarcoFalke2020-04-1634-34/+34
* | | | | | | | Merge #18650: qt: Make bitcoin.ico non-executableMarcoFalke2020-04-161-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | qt: Make bitcoin.ico non-executablepracticalswift2020-04-151-0/+0
* | | | | | | | | gui: use PACKAGE_NAME in exception messagefanquake2020-04-151-1/+1
|/ / / / / / / /
* | | | | | | | Merge #17954: wallet: Remove calls to Chain::Lock methodsMarcoFalke2020-04-141-4/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | wallet: Avoid use of Chain::Lock in CWallet::ScanForWalletTransactionsRussell Yanofsky2020-03-311-1/+1
| * | | | | | | | wallet refactor: Avoid use of Chain::Lock in qt wallettestsRussell Yanofsky2020-03-311-4/+1
* | | | | | | | | Merge #17905: gui: Avoid redundant tx status updatesMarcoFalke2020-04-1010-16/+46
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gui: Avoid redundant tx status updatesRussell Yanofsky2020-01-0910-16/+46
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge #17737: Add ChainstateManager, remove BlockManager globalMarcoFalke2020-04-101-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | protect g_chainman with cs_mainJames O'Beirne2020-03-171-1/+1
| * | | | | | | | | test: add basic tests for ChainstateManagerJames O'Beirne2020-03-171-0/+1
* | | | | | | | | | Merge #17999: refactor: Add ChainClient setMockTime, getWallets methodsMarcoFalke2020-04-101-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refactor: Use psbt forward declarationRussell Yanofsky2020-02-251-0/+1
* | | | | | | | | | | Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke2020-04-101-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Drop bitcoin-wallet dependency on libeventRussell Yanofsky2020-04-021-0/+2
* | | | | | | | | | | | qt: Fix Window -> Minimize menu itemHennadii Stepanov2020-04-071-1/+1
* | | | | | | | | | | | Merge #18192: Bugfix: Wallet: Safely deal with change in the address bookMarcoFalke2020-04-072-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Wallet: Avoid treating change-in-the-addressbook as non-change everywhereLuke Dashjr2020-04-021-1/+1
| * | | | | | | | | | | | scripted-diff: Wallet: Rename mapAddressBook to m_address_bookLuke Dashjr2020-04-022-2/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge #16923: wallet: Handle duplicate fileid exceptionWladimir J. van der Laan2020-04-022-2/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | gui: Delete progress dialog instead of hidding itJoão Barbosa2020-03-312-2/+11
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | qt: Translations update pre-branchWladimir J. van der Laan2020-04-01107-46071/+28333
|/ / / / / / / / / /
* | | | | | | | | | Merge #18338: Fix wallet unload race conditionWladimir J. van der Laan2020-03-311-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gui: Handle WalletModel::unload asynchronousJoão Barbosa2020-03-271-2/+2
* | | | | | | | | | | Merge #18160: gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedWladimir J. van der Laan2020-03-311-10/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChangedJoão Barbosa2020-02-161-10/+7
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge #18312: wallet: remove deprecated fee bumping by totalFeeWladimir J. van der Laan2020-03-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | wallet: remove totalfee from createBumpTransaction()Jon Atack2020-03-261-1/+1
* | | | | | | | | | | | Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan2020-03-251-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-1/+2
| |/ / / / / / / / / /
* | | | | | | | | | | gui: avoid QT Designer/Form Editor re-formattingJon Atack2020-03-241-17/+17
* | | | | | | | | | | gui: display Mapped AS in peers info windowJon Atack2020-03-242-2/+29
| |_|_|_|_|/ / / / / |/| | | | | | | | |
* | | | | | | | | | refactor: Change createWallet, fillPSBT argument orderRussell Yanofsky2020-03-193-4/+4
* | | | | | | | | | refactor: Rename Node::disconnect methodsRussell Yanofsky2020-03-191-2/+2
* | | | | | | | | | refactor: Get rid of Wallet::IsWalletFlagSet methodRussell Yanofsky2020-03-196-31/+19
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | qt: Periodical translations updateWladimir J. van der Laan2020-03-162-334/+291
|/ / / / / / / /
* | | | | | | | Move direct calls to MessageSign into new SignMessage functions in CWallet an...Andrew Chow2020-03-091-10/+17
* | | | | | | | Move FillPSBT to be a member of CWalletAndrew Chow2020-03-091-1/+0
* | | | | | | | refactor: Convert ping wait time from double to int64_tBen Woosley2020-03-043-9/+1