aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2017-08-27Make tabs toolbar no longer have a context menuAndrew Chow
2017-08-25Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cppWladimir J. van der Laan
2017-08-18Merge #11039: Avoid second mapWallet lookupWladimir J. van der Laan
2017-08-18Document the preference of nullptr over NULL or (void*)0practicalswift
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-08-16Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke
2017-08-16Merge #10956: Fix typosMarcoFalke
2017-08-16Merge #10705: Trivial: spelling fixesMarcoFalke
2017-08-16doc: spelling fixesklemens
2017-08-15Merge #10964: Pass SendCoinsRecipient (208 bytes) by referenceJonas Schnelli
2017-08-14wallet: Avoid second mapWallet lookupJoão Barbosa
2017-08-14Move some static functions out of wallet.h/cppRussell Yanofsky
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-09qt: Periodic translations updateWladimir J. van der Laan
2017-08-08Fix typos.practicalswift
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-08-05qt: Increase BLOCK_CHAIN_SIZE constantsWladimir J. van der Laan
2017-08-02Pass SendCoinsRecipient (208 bytes) by const referencepracticalswift
2017-08-02Fix typo in sendcoinsdialog.Masahiko Hyuga
2017-07-31qt: Periodic translations updateWladimir J. van der Laan
2017-07-26Merge #10899: [test] Qt: Use _putenv_s instead of setenv on Windows buildsWladimir J. van der Laan
2017-07-25Merge #10870: [Qt] Use wallet 0 in rpc console if running with multiple walletsWladimir J. van der Laan
2017-07-25Add const to methods that do not modify the object for which it is calledpracticalswift
2017-07-21Qt: Use _putenv_s instead of setenv on Windows buildsBrian McMichael
2017-07-20qt: Periodic translations updateWladimir J. van der Laan
2017-07-20[Qt] Use wallet 0 in rpc console if running with multiple walletsJonas Schnelli
2017-07-18Avoid redundant redeclaration of GetWarnings(const string&)practicalswift
2017-07-17Merge #10832: init: Factor out AppInitLockDataDirectory and fix startup core ...Wladimir J. van der Laan
2017-07-17init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan
2017-07-14Make QT fee displays use GetMinimumFee instead of estimateSmartFeeAlex Morcos
2017-07-14Use CoinControl to pass custom fee setting from QT.Alex Morcos
2017-07-14Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos
2017-07-14Make CoinControl a required argument to CreateTransactionAlex Morcos
2017-07-14Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targetsPieter Wuille
2017-07-13[Qt] migrate old fee slider value to new dropbownJonas Schnelli
2017-07-13[Qt] replace fee slider with a Dropdown, extend conf. targetsJonas Schnelli
2017-07-11Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan
2017-07-11Merge #10179: Give CValidationInterface Support for calling notifications on ...Wladimir J. van der Laan
2017-07-10Add RPC options for RBF, confirmation target, and conservative fee estimation.Alex Morcos
2017-07-06Change default fee estimation mode.Alex Morcos
2017-07-06Introduce a fee estimate mode.Alex Morcos
2017-07-06remove default argument from GetMinimumFeeAlex Morcos
2017-07-06qt: First translations update for 0.15Wladimir J. van der Laan
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-07-03Use TestingSetup to DRY qt rpcnestedtestsMatt Corallo
2017-06-29Merge #10660: Allow to cancel the txdb upgrade via splashscreen keypress 'q'Wladimir J. van der Laan
2017-06-29[Qt] allow to execute a callback during splashscreen progressJonas Schnelli
2017-06-29Merge #10673: [qt] Avoid potential null pointer dereference in TransactionVie...Wladimir J. van der Laan
2017-06-27[qt] Avoid potential null pointer dereference in TransactionView::exportClick...practicalswift