aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2019-04-27Merge #15778: [wallet] Move maxtxfee from node to walletMarcoFalke
2019-04-23Resolve the qt/guiutil <-> qt/optionsmodal CD251
2019-04-19Merge #15655: Resolve the checkpoints <-> validation circular dependencyMarcoFalke
2019-04-18Merge #15829: qt: update request payment button text and tab descriptionWladimir J. van der Laan
2019-04-18Merge #15801: Bugfix: GUI: Options: Initialise prune setting range before loa...Wladimir J. van der Laan
2019-04-18[wallet] Move maxTxFee to walletJohn Newbery
2019-04-16qt: update request payment button text and tab descriptionTobias Kaderle
2019-04-15Merge #15788: test: Unify testing setups for fuzz, bench, and unit testsMarcoFalke
2019-04-11GUI: Options: Remove the upper-bound limit from pruning size settingLuke Dashjr
2019-04-11GUI: Options: Set the range of pruning size before loading its valueLuke Dashjr
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-04-10bitcoin-wallet tool: Drop MakeChain callsRussell Yanofsky
2019-04-09[build] Add several util unitsJohn Newbery
2019-03-31gui: Generate bech32 addresses by defaultMarcoFalke
2019-03-23Resolve the checkpoints <-> validation CD.251
2019-03-22[rpc] Remove signrawtransaction warningJohn Newbery
2019-03-22gui: Defer removeAndDeleteWallet when no modal widget is activeJoão Barbosa
2019-03-21Merge #10973: Refactor: separate wallet from nodeMeshCollider
2019-03-07Merge #15464: gui: Drop unused return values in WalletFrameJonas Schnelli
2019-03-06Remove remaining wallet accesses to node globalsRussell Yanofsky
2019-02-23gui: Fix async open wallet call orderJoão Barbosa
2019-02-22gui: Drop unused return values in WalletFrameJoão Barbosa
2019-02-14Merge #15195: gui: Add Close Wallet actionJonas Schnelli
2019-02-14Merge #15393: build: Bump minimum Qt version to 5.5.1Jonas Schnelli
2019-02-14Merge #15063: GUI: If BIP70 is disabled, attempt to fall back to BIP21 parsingJonas Schnelli
2019-02-14Bump minimum Qt version to 5.5.1Sjors Provoost
2019-02-12gui: Add close wallet actionJoão Barbosa
2019-02-12gui: Add closeWallet to WalletControllerJoão Barbosa
2019-02-12Merge #15153: gui: Add Open Wallet menuJonas Schnelli
2019-02-11GUI: If BIP70 is disabled, give a proper error when trying to open a payment ...Luke Dashjr
2019-02-11GUI: If BIP70 is disabled, attempt to fall back to BIP21 parsingLuke Dashjr
2019-02-11Merge #15226: Allow creating blank (empty) wallets (alternative)MeshCollider
2019-02-10[wallet] Support creating a blank walletAndrew Chow
2019-02-07wallet: Add lock annotation for mapAddressBookMarcoFalke
2019-02-06Merge #15091: GUI: fix model overlay header syncWladimir J. van der Laan
2019-02-05Merge #15203: Fix issue #9683 "gui, wallet: random abort (segmentation fault)MarcoFalke
2019-02-05Merge #14922: windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Wladimir J. van der Laan
2019-02-05Merge #15342: Suggested wallet code cleanups from #14711MarcoFalke
2019-02-04Fix issue #9683 "gui, wallet: random abort (segmentation fault) running maste...Chris Moore
2019-02-04qt: Pre-0.18 split-off translations updateWladimir J. van der Laan
2019-02-04gui: Show indeterminate progress dialog while opening wallletJoão Barbosa
2019-02-04gui: Add OpenWalletActivityJoão Barbosa
2019-02-04gui: Add thread to run background activity in WalletControllerJoão Barbosa
2019-02-04gui: Add Open Wallet menuJoão Barbosa
2019-02-04gui: Add openWallet and getWalletsAvailableToOpen to WalletControllerJoão Barbosa
2019-02-03gui: Fix m_node.startShutdown() orderJoão Barbosa
2019-02-03gui: Expose BitcoinGUI::unsubscribeFromCoreSignalsJoão Barbosa
2019-02-03gui: Fix WalletController deletionJoão Barbosa
2019-02-01Rename ScanResult stop_block fieldRussell Yanofsky
2019-01-31Merge #15225: GUI: Change the receive button to respond to keypool state chan...Wladimir J. van der Laan