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-05-09
Merge #8855: Use a proper factory for creating chainparams
Wladimir J. van der Laan
2017-05-03
Chainparams: Get rid of CChainParams& Params(std::string)
Jorge Timón
2017-05-03
Consensus: Minimal way to move dust out of consensus
Jorge Timón
2017-05-02
Merge #10093: [Qt] Don't add arguments of sensitive command to console window
Jonas Schnelli
2017-05-02
Merge #10175: Remove excess logic.
Wladimir J. van der Laan
2017-04-24
Merge #9951: Wallet database handling abstractions/simplifications
Wladimir J. van der Laan
2017-04-21
Merge #10242: [qt] Don't call method on null WalletModel object
Wladimir J. van der Laan
2017-04-20
Merge #10181: Include cleanup
Wladimir J. van der Laan
2017-04-20
[qt] Don't call method on null WalletModel object
Russell Yanofsky
2017-04-20
Merge #9942: Refactor CBlockPolicyEstimator
Wladimir J. van der Laan
2017-04-20
wallet: Introduce database handle wrapper
Wladimir J. van der Laan
2017-04-20
Add missing <atomic> header in clientmodel.h
Jonas Schnelli
2017-04-20
Set both time/height header caches at the same time
Jonas Schnelli
2017-04-20
Declare headers height/time cache mutable, re-set the methods const
Jonas Schnelli
2017-04-19
Update the remaining blocks left in modaloverlay at init.
Jonas Schnelli
2017-04-19
Reduce cs_main locks during modal overlay by adding an atomic cache
Jonas Schnelli
2017-04-17
[qt] Stop treating coinbase outputs differently: show them at 1conf
Matt Corallo
2017-04-13
Merge #10176: net: gracefully handle NodeId wrapping
Wladimir J. van der Laan
2017-04-13
Missing includes
Jorge Timón
2017-04-12
net: define NodeId as an int64_t
Cory Fields
2017-04-10
Call estimate(Smart)Fee directly from CBlockPolicyEstimator
Alex Morcos
2017-04-10
Changed "Send" button default status from true to false
KibbledJiveElkZoo
2017-04-10
Merge #10156: Fix for issues with startup and multiple monitors on windows.
Wladimir J. van der Laan
2017-04-10
Fix for issues with startup and multiple monitors on windows.
Allan Doensen
2017-04-10
Merge #9890: Add a button to open the config file in a text editor
Jonas Schnelli
2017-04-10
Remove excess logic.
practicalswift
2017-04-10
Merge #10142: Run bitcoin_test-qt under minimal QPA platform
Wladimir J. van der Laan
2017-04-03
Run bitcoin_test-qt under minimal QPA platform
Russell Yanofsky
2017-04-03
Remove `namespace fs=fs`
Wladimir J. van der Laan
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-02
Merge #10098: Make qt wallet test compatible with qt4
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-27
Make qt wallet test compatible with qt4
Russell Yanofsky
2017-03-27
[Qt] Don't add arguments of sensitive command to console window
Jonas Schnelli
2017-03-27
Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before adding
Jonas Schnelli
2017-03-24
Ensure an item exists on the rpcconsole stack before adding
Andrew Chow
2017-03-23
Add a button to open the config file in a text editor
Eric Shaw Jr
2017-03-23
Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug console
Jonas Schnelli
2017-03-22
Merge #10045: [trivial] Fix typos in comments
Jonas Schnelli
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-03-20
Avoid QTimer::singleShot compile error with Qt 5.3.2
Russell Yanofsky
2017-03-20
Avoid scoped_connection compile error with boost 1.55.0
Russell Yanofsky
2017-03-17
Merge #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a tr...
Jonas Schnelli
2017-03-17
Merge #9690: Change 'Clear' button string to 'Reset'
Jonas Schnelli
2017-03-17
Merge #9974: Add basic Qt wallet test
Jonas Schnelli
2017-03-16
[trivial] Fix a typo (introduced two days ago) in the default fee warning
practicalswift
2017-03-15
Add new test_bitcoin-qt static library dependencies
Russell Yanofsky
2017-03-15
Add simple qt wallet test sending a transaction
Russell Yanofsky
2017-03-15
Add braces to if statements in Qt test_main
Russell Yanofsky
[next]