aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2018-02-04Merge #12331: Docs: Properly alphabetize output of CLI --help option.MarcoFalke
2018-02-01Properly alphabetize output of CLI --help option.murrayn
2018-02-01[gui] Defer coin control instancingJoão Barbosa
2018-01-30qt: Periodic translations updateWladimir J. van der Laan
2018-01-25Move scheduler/threadGroup into common-init instead of per-appMatt Corallo
2018-01-24Merge #12261: qt: Bump BLOCK_CHAIN_SIZE to 200GBMarcoFalke
2018-01-24initwallet: Do not translate highly technical addresstype helpMarcoFalke
2018-01-24qt: Bump BLOCK_CHAIN_SIZE to 200GBWladimir J. van der Laan
2018-01-24qt: Update translation source fileWladimir J. van der Laan
2018-01-24Merge #12119: [wallet] use P2WPKH change output if any destination is P2WPKH ...Wladimir J. van der Laan
2018-01-24Merge #11281: Avoid permanent cs_main/cs_wallet lock during RescanFromTimeWladimir J. van der Laan
2018-01-23Make sure WalletRescanReserver has successfully reserved the rescanJonas Schnelli
2018-01-23[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSHSjors Provoost
2018-01-17Avoid potential null dereference in ReceiveCoinsDialog constructorRussell Yanofsky
2018-01-16Merge #11991: [qt] Receive: checkbox for bech32 addressJonas Schnelli
2018-01-16[qt] receive tab: bech32 address opt-in checkboxSjors Provoost
2018-01-15Use flexible font size for QRCode image addressJonas Schnelli
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09SegWit wallet supportPieter Wuille
2018-01-04Replaces numbered place marker %2 with %1.251
2018-01-03Merge #12035: [qt] change µBTC to bitsJonas Schnelli
2018-01-03Merge #12074: [qt] Optimizes boolean expression model && model->haveWatchOnly()Jonas Schnelli
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2018-01-02[qt] Simplifies boolean expression model && model->haveWatchOnly()251
2017-12-28[qt] change µBTC to bitsWilliam Casarin
2017-12-22Merge #11605: [Wallet] Enable RBF by default in QTWladimir J. van der Laan
2017-12-22[Wallet] Use RBF by default in QT onlySjors Provoost
2017-12-14Merge #10839: Don't use pass by reference to const for cheaply-copied types (...Wladimir J. van der Laan
2017-12-12Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan
2017-12-07Merge #11809: gui: Fix proxy setting options dialog crashWladimir J. van der Laan
2017-12-07gui: Fix proxy setting options dialog crashWladimir J. van der Laan
2017-12-04Merge #11556: [Qt] Improved copy for RBF checkbox and tooltipJonas Schnelli
2017-11-30Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke
2017-11-29Merge #11395: Qt: Enable searching by transaction idJonas Schnelli
2017-11-19Merge #11698: [Docs] [Qt] RPC-Console nested commands documentationWladimir J. van der Laan
2017-11-18Merge #11466: Specify custom wallet directory with -walletdir paramWladimir J. van der Laan
2017-11-18[Qt] Improved copy: RBF checkbox, tooltip and confirmation screenSjors Provoost
2017-11-17Add help-console command to Qt debug consoleLuke Mlsna
2017-11-17Merge #10920: [qt] Fix potential memory leak in newPossibleKey(ChangeCWallet ...Wladimir J. van der Laan
2017-11-18Create walletdir if datadir doesn't exist and fix testsMeshCollider
2017-11-18Add -walletdir parameter to specify custom wallet dirMeshCollider
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16qt: refactor: Use absolute include paths in .ui filesWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-15Merge #10600: Make feebumper class statelessMarcoFalke
2017-11-11Merge #3716: GUI: Receive: Remove option to reuse a previous addressMarcoFalke
2017-11-11GUI: Receive: Remove option to reuse a previous addressLuke Dashjr
2017-11-10[wallet] Change feebumper from class to functionsRussell Yanofsky
2017-11-10[refactor] Make feebumper namespaceRussell Yanofsky