aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2019-02-23gui: Fix async open wallet call orderJoã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
2019-01-30Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan
2019-01-30Correct units for "-dbcache" and "-prune"Hennadii Stepanov
2019-01-30Merge #14711: Remove uses of chainActive and mapBlockIndex in wallet codeMeshCollider
2019-01-23Notify the GUI that the keypool has changed to set the receive buttonAndrew Chow
2019-01-23windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Chun Kuan Lee
2019-01-22Merge #15208: Qt: remove macOS launch-at-startup when compiled with > macOS 1...Wladimir J. van der Laan
2019-01-21Fix macOS launch-at-startup memory issueJonas Schnelli
2019-01-21Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11Jonas Schnelli
2019-01-21Check for more than private keys disabled to show receive buttonAndrew Chow
2019-01-21Merge #14955: Switch all RNG code to the built-in PRNGWladimir J. van der Laan
2019-01-21Merge #14605: Return of the BanmanWladimir J. van der Laan
2019-01-21Merge #15167: qt: Fix wallet selector size adjustmentWladimir J. van der Laan
2019-01-19gui: Fix window title updateJoão Barbosa
2019-01-19Merge #15178: qt: Improve "help-console" messageWladimir J. van der Laan
2019-01-18Merge #15101: gui: Add WalletControllerJonas Schnelli
2019-01-18gui: Refactor to use WalletControllerJoão Barbosa
2019-01-18gui: Add WalletControllerJoão Barbosa
2019-01-18gui: Use AutoConnection for WalletModel::unload signalJoão Barbosa
2019-01-17Merge #15040: qt: Add workaround for QProgressDialog bug on macOSJonas Schnelli
2019-01-17Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signalsWladimir J. van der Laan
2019-01-16net: Break disconnecting out of Ban()Cory Fields