aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
2018-02-19Split key_io (address/key encodings) off from base58Pieter Wuille
2018-02-17Split signrawtransaction into wallet and non-walletAndrew Chow
2018-02-15Merge #12426: qt: Initialize members in WalletModelWladimir J. van der Laan
2018-02-14Merge #11733: qt: Remove redundant locksWladimir J. van der Laan
2018-02-14[qt] send: Clear All also resets coin control optionsSjors Provoost
2018-02-13qt: Initialize members in WalletModelMarcoFalke
2018-02-12Fix Windows build errors introduced in #10498practicalswift
2018-02-12Merge #12393: Fix a-vs-an typosWladimir J. van der Laan
2018-02-12Merge #12381: Remove more boost threadsWladimir J. van der Laan
2018-02-11Fix a-vs-an typospracticalswift
2018-02-09Merge #11761: [docs] initial QT documentationWladimir J. van der Laan
2018-02-08boost: drop boost threads for upnpCory Fields
2018-02-08Merge #12374: qt: Make sure splash screen is freed on AppInitMain failWladimir J. van der Laan
2018-02-08Merge #12377: qt: Poll ShutdownTimer after init is doneWladimir J. van der Laan
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-02-07qt: Poll ShutdownTimer after init is doneMarcoFalke
2018-02-07qt: Clarify some commentsWladimir J. van der Laan
2018-02-07qt: Make sure splash screen is freed on AppInitMain failWladimir J. van der Laan
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-30Fix missing cs_main lock for GuessVerificationProgress()Jonas Schnelli
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-03[qt] Add support to search the address bookJoão Barbosa
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-19[docs] initial QT documentation, move Qt Creator instructionsSjors 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