aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2017-05-23Add Qt tests for wallet spends & bumpfeeRussell Yanofsky
2017-05-23Merge #10295: [qt] Move some WalletModel functions into CWalletWladimir J. van der Laan
2017-05-23Merge #10421: [qt] Remove excess logic: Prefer "return foo;" to "if (foo) { r...Wladimir J. van der Laan
2017-05-22Merge #10390: [wallet] remove minimum total fee optionWladimir J. van der Laan
2017-05-18[qt] Remove excess logicpracticalswift
2017-05-18Merge #9697: [Qt] simple fee bumper with user verificationJonas Schnelli
2017-05-17Merge #10395: Replace boost::function with std::function (C++11)Pieter Wuille
2017-05-17[test] Move some tests from qt -> walletRussell Yanofsky
2017-05-17[qt] Move some WalletModel functions into CWalletRussell Yanofsky
2017-05-17[test] Add tests for some walletmodel functionsRussell Yanofsky
2017-05-16Merge #10362: [GUI] Add OSX keystroke to RPCConsole infoJonas Schnelli
2017-05-13Replace boost::function with std::function (C++11)practicalswift
2017-05-11remove minimum total fee optionGregory Sanders
2017-05-11Only update the transactionrecord if the fee bump has been commitedJonas Schnelli
2017-05-11Make sure we use nTxConfirmTarget during Qt fee bumpsJonas Schnelli
2017-05-11Make sure we always update the table row after a bumpfee callJonas Schnelli
2017-05-11Show old-fee, increase a new-fee in Qt fee bumper confirmation dialogJonas Schnelli
2017-05-11[Qt] simple fee bumper with user verificationJonas Schnelli
2017-05-09Merge #8855: Use a proper factory for creating chainparamsWladimir J. van der Laan
2017-05-08Add OSX keystroke to clear RPCConsoleSpencer Lievens
2017-05-03Chainparams: Get rid of CChainParams& Params(std::string)Jorge Timón
2017-05-03Consensus: Minimal way to move dust out of consensusJorge Timón
2017-05-02Merge #10093: [Qt] Don't add arguments of sensitive command to console windowJonas Schnelli
2017-05-02Merge #10175: Remove excess logic.Wladimir J. van der Laan
2017-04-24Merge #9951: Wallet database handling abstractions/simplificationsWladimir J. van der Laan
2017-04-21Merge #10242: [qt] Don't call method on null WalletModel objectWladimir J. van der Laan
2017-04-20Merge #10181: Include cleanupWladimir J. van der Laan
2017-04-20[qt] Don't call method on null WalletModel objectRussell Yanofsky
2017-04-20Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan
2017-04-20wallet: Introduce database handle wrapperWladimir J. van der Laan
2017-04-20Add missing <atomic> header in clientmodel.hJonas Schnelli
2017-04-20Set both time/height header caches at the same timeJonas Schnelli
2017-04-20Declare headers height/time cache mutable, re-set the methods constJonas Schnelli
2017-04-19Update the remaining blocks left in modaloverlay at init.Jonas Schnelli
2017-04-19Reduce cs_main locks during modal overlay by adding an atomic cacheJonas Schnelli
2017-04-17[qt] Stop treating coinbase outputs differently: show them at 1confMatt Corallo
2017-04-13Merge #10176: net: gracefully handle NodeId wrappingWladimir J. van der Laan
2017-04-13Missing includesJorge Timón
2017-04-12net: define NodeId as an int64_tCory Fields
2017-04-10Call estimate(Smart)Fee directly from CBlockPolicyEstimatorAlex Morcos
2017-04-10Changed "Send" button default status from true to falseKibbledJiveElkZoo
2017-04-10Merge #10156: Fix for issues with startup and multiple monitors on windows.Wladimir J. van der Laan
2017-04-10Fix for issues with startup and multiple monitors on windows.Allan Doensen
2017-04-10Merge #9890: Add a button to open the config file in a text editorJonas Schnelli
2017-04-10Remove excess logic.practicalswift
2017-04-10Merge #10142: Run bitcoin_test-qt under minimal QPA platformWladimir J. van der Laan
2017-04-03Run bitcoin_test-qt under minimal QPA platformRussell Yanofsky
2017-04-03Remove `namespace fs=fs`Wladimir J. van der Laan
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan