aboutsummaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)Author
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-10Merge #11623: tests: Add missing locks to testsMarcoFalke
2017-11-10tests: Add missing locks to testspracticalswift
2017-11-10Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, ...MarcoFalke
2017-11-09Merge #11043: Use std::unique_ptr (C++11) where possibleWladimir J. van der Laan
2017-11-09Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktreepracticalswift
2017-11-09Fix qt build broken by 5a5e4e9Matt Corallo
2017-11-09Merge #10368: [wallet] Remove helper conversion operator from walletWladimir J. van der Laan
2017-11-09Merge #10696: Remove redundant nullptr checks before deallocationWladimir J. van der Laan
2017-11-07Merge #11480: [ui] Add toggle for unblinding password fieldsWladimir J. van der Laan
2017-10-22Merge #11499: [Qt] Add upload and download info to the peerlist (debug menu)Jonas Schnelli
2017-10-18[ui] Add toggle for unblinding password fieldsThomas Snider
2017-10-16Add Sent and Received information to the debug menu peer listAaron Golliver
2017-10-16move human-readable byte formatting to guiutilAaron Golliver
2017-10-15Fix crash via division by zero assertionJonas Schnelli
2017-10-13Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"Jonas Schnelli
2017-10-12Merge #10898: Fix invalid checks (NULL checks after dereference, redundant ch...Wladimir J. van der Laan
2017-10-12[Wallet] add rescanblockchain <start_height> <stop_height> RPC commandJonas Schnelli
2017-10-12Merge #11133: Document assumptions that are being made to avoid division by zeroWladimir J. van der Laan
2017-10-04[gui] reset addrProxy/addrSeparateProxyTor if colon char missingCristian Mircea Messel
2017-10-02Merge #11365: [Tests] Add Qt GUI tests to Overview and ReceiveCoin PageMarcoFalke
2017-10-02Avoid NULL pointer dereference when _walletModel is NULL (which is valid)practicalswift
2017-10-02Merge #11193: [Qt] Terminate string *pszExePath after readlink and without us...Wladimir J. van der Laan
2017-09-29Merge #11167: Full BIP173 (Bech32) supportWladimir J. van der Laan
2017-09-28[Qt] tolerate BIP173/bech32 addresses during input validationJonas Schnelli
2017-09-26Merge #11015: [Qt] Add delay before filtering transactionsJonas Schnelli
2017-09-25Merge #11335: Replace save|restoreWindowGeometry with Qt functionsWladimir J. van der Laan
2017-09-23Merge #11338: qt: Backup former GUI settings on `-resetguisettings`Wladimir J. van der Laan
2017-09-23qt: Backup former GUI settings on `-resetguisettings`Wladimir J. van der Laan
2017-09-21Replace save|restoreWindowGeometry with Qt functionsMeshCollider
2017-09-20Merge #11132: Document assumptions that are being made to avoid NULL pointer ...Wladimir J. van der Laan
2017-09-19[Tests] Add Qt GUI tests to Overview and ReceiveCoin PageAnditto Heristyo
2017-09-18[Qt] Add delay before filtering transactionsLucas Betschart
2017-09-15Remove custom fee radio groupAndrew Chow
2017-09-14Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selectedMatt Corallo
2017-09-13[qt] Add use available balance in send coins dialogCryptAxe
2017-09-11Merge #11268: [macOS] remove Growl support, remove unused codeWladimir J. van der Laan
2017-09-08Merge #10793: Changing &var[0] to var.data()Wladimir J. van der Laan
2017-09-08Changing &vec[0] to vec.data(), what 9804 missedMeshCollider
2017-09-07Merge #11237: qt: Fixing division by zero in time remainingWladimir J. van der Laan
2017-09-07[macOS] remove Growl support, remove unused codeJonas Schnelli
2017-09-07Merge #11156: Fix memory leaks in qt/guiutil.cppJonas Schnelli
2017-09-07Merge #10770: Drop upgrade-cancel callback registration for a generic "cancel...Jonas Schnelli
2017-09-07Merge #10911: [qt] Fix typo and access key in optionsdialog.uiJonas Schnelli
2017-09-07Typo in optionsdialog.uiJames Evans
2017-09-06Remove duplicate destination decodingJoão Barbosa
2017-09-06Merge #11117: Prepare for non-Base58 addressesWladimir J. van der Laan
2017-09-06Introduce wrappers around CBitcoinAddressPieter Wuille
2017-09-06Merge #11210: Stop test_bitcoin-qt touching ~/.bitcoinWladimir J. van der Laan