2436 Commits (91eeaa03354bbb4ee79d6defaffaef2b32ecbe29)

Author SHA1 Message Date
Sjors Provoost db0b7373fc
[Qt] Improved copy: RBF checkbox, tooltip and confirmation screen 7 years ago
Luke Mlsna c3055bbea1
Add help-console command to Qt debug console 7 years ago
MeshCollider 8263f6a5ac Create walletdir if datadir doesn't exist and fix tests 7 years ago
MeshCollider 0530ba0eae Add -walletdir parameter to specify custom wallet dir 7 years ago
Wladimir J. van der Laan e7b31631c7 qt: refactor: Changes to make include paths absolute 7 years ago
Wladimir J. van der Laan 5b56ec969f qt: refactor: Use absolute include paths in .ui files 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Luke Dashjr 927f4ff5a2 GUI: Receive: Remove option to reuse a previous address 7 years ago
Russell Yanofsky aed1d90aca [wallet] Change feebumper from class to functions 7 years ago
Russell Yanofsky 37bdcca3c3 [refactor] Make feebumper namespace 7 years ago
Russell Yanofsky 7c4f009195 [trivial] Rename feebumper variables according to project code style 7 years ago
practicalswift 109a858995 tests: Add missing locks to tests 7 years ago
Luke Dashjr eac2abca02 Qt: Enable searching by transaction id 7 years ago
Luke Dashjr c407c61c5b Qt: Avoid invalidating the search filter, when it doesn't really change 7 years ago
Luke Dashjr b1f634242e Qt: Rename confusingly-named "address prefix" to "search string" 7 years ago
practicalswift d223bc940a Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
Matt Corallo 9e9e31aa10 Fix qt build broken by 5a5e4e9 7 years ago
Thomas Snider ff35de8f03 [ui] Add toggle for unblinding password fields 7 years ago
Aaron Golliver 6b1891e2c0 Add Sent and Received information to the debug menu peer list 7 years ago
Aaron Golliver 8e4aa35ffb move human-readable byte formatting to guiutil 7 years ago
Jonas Schnelli 207408b088
Fix crash via division by zero assertion 7 years ago
Jonas Schnelli c77170fbdb
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command 7 years ago
practicalswift 680bc2cbb3 Use range-based for loops (C++11) when looping over map elements 7 years ago
Cristian Mircea Messel ce2418fa4c [gui] reset addrProxy/addrSeparateProxyTor if colon char missing 7 years ago
practicalswift 76fed838f3 Avoid NULL pointer dereference when _walletModel is NULL (which is valid) 7 years ago
Jonas Schnelli 8213838db2 [Qt] tolerate BIP173/bech32 addresses during input validation 7 years ago
Wladimir J. van der Laan 723aa1b875 qt: Backup former GUI settings on `-resetguisettings` 7 years ago
MeshCollider 13baf7217b Replace save|restoreWindowGeometry with Qt functions 7 years ago
Anditto Heristyo 634e38ca71 [Tests] Add Qt GUI tests to Overview and ReceiveCoin Page 7 years ago
Lucas Betschart 7b137acedd [Qt] Add delay before filtering transactions 7 years ago
Andrew Chow e53fa4a1ca Remove custom fee radio group 7 years ago
Matt Corallo cdaf3a1f9e
Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selected 7 years ago
CryptAxe d052e3847c [qt] Add use available balance in send coins dialog 7 years ago
MeshCollider 592404f03f Changing &vec[0] to vec.data(), what 9804 missed 7 years ago
Jonas Schnelli f151f5f50f
[macOS] remove Growl support, remove unused code 7 years ago
James Evans d2be7b25b5
Typo in optionsdialog.ui 7 years ago
João Barbosa 86e6dd4b63 Remove duplicate destination decoding 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
practicalswift fdc329376c Document assumptions that are being made to avoid NULL pointer dereferences 7 years ago
practicalswift 3a4401a6b8 [Qt] Terminate string *pszExePath after readlink and without using memset 7 years ago
MeshCollider c8d38abd65 Refactor tipUpdate as per style guide 7 years ago
MeshCollider 3b69a08c53 Fix division by zero in time remaining 7 years ago
Chris Moore a1ea1cfbd8 qt: Use IsMine to validate custom change address 7 years ago
MeshCollider d1138e3620 Remove redundant testutil files 7 years ago
MeshCollider dea086f498 Stop test_bitcoin-qt touching ~/.bitcoin 7 years ago
Daniel Edgecumbe 14ccd4d8d1 [Qt] Fix display of package name on 'open config file' tooltip 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
practicalswift 55509f1a11 Document assumptions that are being made to avoid division by zero 7 years ago
Andrew Chow e2548302f4 Make tabs toolbar no longer have a context menu 7 years ago
Dan Raviv 9b348ff9eb Fix memory leaks in qt/guiutil.cpp 7 years ago