aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
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-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-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
2019-01-16Improve "help-console" messageHennadii Stepanov
2019-01-16Merge #15136: qt: "Peers" tab overhaulWladimir J. van der Laan
2019-01-15Merge #15149: gui: Show current wallet name in window titleJonas Schnelli
2019-01-15Convert CWallet::ScanForWalletTransactions and SyncTransaction to the new Cha...Russell Yanofsky
2019-01-15Merge #14556: qt: fix confirmed transaction labeled "open" (#13299)Wladimir J. van der Laan
2019-01-15gui: Show current wallet name in window titleJoão Barbosa
2019-01-15gui: Keep network style in BitcoinGUIJoão Barbosa
2019-01-15gui: Remove unused return type in some BitcoinGUI methodsJoão Barbosa
2019-01-15Merge #14594: qt: Fix minimized window bug on LinuxWladimir J. van der Laan
2019-01-15Add workaround for QProgressDialog bug on macOSHennadii Stepanov
2019-01-14Fix wallet selector size adjustmentHennadii Stepanov
2019-01-13Use FRC::randbytes instead of reading >32 bytes from RNGPieter Wuille
2019-01-13Replace remaining 0 with nullptr in Qt codeBen Woosley
2019-01-13Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift
2019-01-11Merge #13216: [Qt] implements concept for different disk sizes on introJonas Schnelli
2019-01-10Remove redundant stopExecutor() signalHennadii Stepanov
2019-01-10Remove redundant stopThread() signalHennadii Stepanov
2019-01-09Do not deselect peer when switching away from tabHennadii Stepanov
2019-01-09Improve Peers tab layoutHennadii Stepanov
2019-01-09Merge #14517: qt: Fix start with the `-min` optionWladimir J. van der Laan
2019-01-09Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...Wladimir J. van der Laan
2019-01-09Merge #15109: refactor: Use C++11 default member initializersWladimir J. van der Laan
2019-01-09Merge #11625: Add BitcoinApplication & RPCConsole testsMarcoFalke
2019-01-05Use C++11 default member initializersMarcoFalke
2019-01-04Fix minimized window bug on LinuxHennadii Stepanov
2019-01-04qt: Use WalletModel* instead of wallet name in console windowJoão Barbosa