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
/
bitcoin.cpp
Age
Commit message (
Expand
)
Author
2019-08-19
Merge #15864: Fix datadir handling
MarcoFalke
2019-08-09
Give QApplication dummy arguments
Andrew Chow
2019-08-02
Merge #16097: Refactor: Add Flags enum to ArgsManager class
MarcoFalke
2019-07-29
Merge #16436: gui: Do not create payment server if -disablewallet option prov...
Wladimir J. van der Laan
2019-07-27
scripted-diff: Use ArgsManager::DEBUG_ONLY flag
Hennadii Stepanov
2019-07-27
scripted-diff: Use Flags enum in AddArg()
Hennadii Stepanov
2019-07-24
Fix datadir handling in bitcoin-qt
Hennadii Stepanov
2019-07-23
Merge #16366: init: Use InitError for all errors in bitcoind/qt
MarcoFalke
2019-07-23
wallet: Recognize -disablewallet option early
Hennadii Stepanov
2019-07-11
Call node->initError instead of InitError from GUI code
Russell Yanofsky
2019-07-11
init: Use InitError for all errors in bitcoind/qt
MarcoFalke
2019-07-09
Merge #16348: qt: Assert QMetaObject::invokeMethod result
Wladimir J. van der Laan
2019-07-08
gui: Fix missing qRegisterMetaType(WalletModel*)
João Barbosa
2019-07-08
Merge #16291: gui: Stop translating PACKAGE_NAME
MarcoFalke
2019-07-07
Remove unused guard
Hennadii Stepanov
2019-06-26
scripted-diff: Avoid passing PACKAGE_NAME for translation
MarcoFalke
2019-06-24
Merge #16254: qt: Set AA_EnableHighDpiScaling attribute early
MarcoFalke
2019-06-21
Use qInfo() if no error occurs
Hennadii Stepanov
2019-06-20
Set AA_EnableHighDpiScaling attribute early
Hennadii Stepanov
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-04-29
threads: introduce util/threadnames, refactor thread naming
James O'Beirne
2019-02-14
Bump minimum Qt version to 5.5.1
Sjors Provoost
2019-02-04
gui: Add OpenWalletActivity
João Barbosa
2019-02-03
gui: Fix m_node.startShutdown() order
João Barbosa
2019-02-03
gui: Fix WalletController deletion
João Barbosa
2019-01-18
Merge #15101: gui: Add WalletController
Jonas Schnelli
2019-01-18
gui: Refactor to use WalletController
João Barbosa
2019-01-17
Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signals
Wladimir J. van der Laan
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-10
Remove redundant stopThread() signal
Hennadii Stepanov
2019-01-09
Merge #14517: qt: Fix start with the `-min` option
Wladimir J. van der Laan
2019-01-09
Merge #11625: Add BitcoinApplication & RPCConsole tests
MarcoFalke
2019-01-04
qt: Use WalletModel* instead of wallet name in main window
João Barbosa
2019-01-04
Add BitcoinApplication & RPCConsole tests
Russell Yanofsky
2019-01-04
Move BitcoinApplication to header so it can be tested
Russell Yanofsky
2018-12-07
Merge #14854: qt: Cleanup SplashScreen class
Wladimir J. van der Laan
2018-12-06
Fix start with the `-min` option
Hennadii Stepanov
2018-12-02
Cleanup SplashScreen class
Hennadii Stepanov
2018-11-24
squashme: connect thru node interface
João Barbosa
2018-11-22
qt: Call noui_connect to prevent boost::signals2::no_slots_error in early cal...
João Barbosa
2018-11-14
Bump the minimum Qt version to 5.2
Hennadii Stepanov
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-24
Merge #14451: Add BIP70 deprecation warning and allow building GUI without BI...
Wladimir J. van der Laan
2018-10-16
Merge #14403: qt: Revert "Force TLS1.0+ for SSL connections"
Wladimir J. van der Laan
2018-10-09
qt: Revert "Force TLS1.0+ for SSL connections"
Tim Ruffing
2018-10-09
build: Add --disable-bip70 configure option
Wladimir J. van der Laan
2018-09-30
utils: Convert Windows args to utf-8 string
Chun Kuan Lee
2018-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-06
qt: Also log and print messages or questions like bitcoind
MarcoFalke
[next]