index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
Age
Commit message (
Expand
)
Author
2017-12-07
Merge #11809: gui: Fix proxy setting options dialog crash
Wladimir J. van der Laan
2017-12-07
gui: Fix proxy setting options dialog crash
Wladimir J. van der Laan
2017-12-04
Merge #11556: [Qt] Improved copy for RBF checkbox and tooltip
Jonas Schnelli
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-29
Merge #11395: Qt: Enable searching by transaction id
Jonas Schnelli
2017-11-19
Merge #11698: [Docs] [Qt] RPC-Console nested commands documentation
Wladimir J. van der Laan
2017-11-18
Merge #11466: Specify custom wallet directory with -walletdir param
Wladimir J. van der Laan
2017-11-18
[Qt] Improved copy: RBF checkbox, tooltip and confirmation screen
Sjors Provoost
2017-11-17
Add help-console command to Qt debug console
Luke Mlsna
2017-11-17
Merge #10920: [qt] Fix potential memory leak in newPossibleKey(ChangeCWallet ...
Wladimir J. van der Laan
2017-11-18
Create walletdir if datadir doesn't exist and fix tests
MeshCollider
2017-11-18
Add -walletdir parameter to specify custom wallet dir
MeshCollider
2017-11-16
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
qt: refactor: Use absolute include paths in .ui files
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10600: Make feebumper class stateless
MarcoFalke
2017-11-11
Merge #3716: GUI: Receive: Remove option to reuse a previous address
MarcoFalke
2017-11-11
GUI: Receive: Remove option to reuse a previous address
Luke Dashjr
2017-11-10
[wallet] Change feebumper from class to functions
Russell Yanofsky
2017-11-10
[refactor] Make feebumper namespace
Russell Yanofsky
2017-11-10
[trivial] Rename feebumper variables according to project code style
Russell Yanofsky
2017-11-10
Merge #11623: tests: Add missing locks to tests
MarcoFalke
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-11-10
Merge #11316: [qt] Add use available balance in send coins dialog (CryptAxe, ...
MarcoFalke
2017-11-10
Qt: Enable searching by transaction id
Luke Dashjr
2017-11-10
Qt: Avoid invalidating the search filter, when it doesn't really change
Luke Dashjr
2017-11-10
Qt: Rename confusingly-named "address prefix" to "search string"
Luke Dashjr
2017-11-09
Merge #11043: Use std::unique_ptr (C++11) where possible
Wladimir J. van der Laan
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-11-09
Fix qt build broken by 5a5e4e9
Matt Corallo
2017-11-09
Merge #10368: [wallet] Remove helper conversion operator from wallet
Wladimir J. van der Laan
2017-11-09
Merge #10696: Remove redundant nullptr checks before deallocation
Wladimir J. van der Laan
2017-11-07
Merge #11480: [ui] Add toggle for unblinding password fields
Wladimir J. van der Laan
2017-10-22
Merge #11499: [Qt] Add upload and download info to the peerlist (debug menu)
Jonas Schnelli
2017-10-18
[ui] Add toggle for unblinding password fields
Thomas Snider
2017-10-16
Add Sent and Received information to the debug menu peer list
Aaron Golliver
2017-10-16
move human-readable byte formatting to guiutil
Aaron Golliver
2017-10-15
Fix crash via division by zero assertion
Jonas Schnelli
2017-10-13
Merge #7061: [Wallet] Add RPC call "rescanblockchain <startheight> <stopheight>"
Jonas Schnelli
2017-10-12
Merge #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 command
Jonas Schnelli
2017-10-12
Merge #11133: Document assumptions that are being made to avoid division by zero
Wladimir J. van der Laan
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-04
[gui] reset addrProxy/addrSeparateProxyTor if colon char missing
Cristian Mircea Messel
2017-10-02
Merge #11365: [Tests] Add Qt GUI tests to Overview and ReceiveCoin Page
MarcoFalke
2017-10-02
Avoid NULL pointer dereference when _walletModel is NULL (which is valid)
practicalswift
2017-10-02
Merge #11193: [Qt] Terminate string *pszExePath after readlink and without us...
Wladimir J. van der Laan
2017-09-29
Merge #11167: Full BIP173 (Bech32) support
Wladimir J. van der Laan
2017-09-28
[Qt] tolerate BIP173/bech32 addresses during input validation
Jonas Schnelli
2017-09-26
Merge #11015: [Qt] Add delay before filtering transactions
Jonas Schnelli
[next]