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
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-25
gui: remove SubstituteFonts
fanquake
2018-06-25
Drop unused init.h includes
Ben Woosley
2018-06-24
Merge #13458: gui: Drop qt4 support
Wladimir J. van der Laan
2018-06-18
ui: Support wallets unloaded dynamically
João Barbosa
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
Stop translating command line options
Wladimir J. van der Laan
2018-05-16
ui: Support wallets loaded dynamically
João Barbosa
2018-05-16
ui: Remove unnecessary variable fFirstWallet
João Barbosa
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-04-26
-includeconf=<path> support in config handler, for including external configu...
Karl-Johan Alm
2018-04-23
qt: Don't log to console by default
Wladimir J. van der Laan
2018-04-08
Merge #12878: [refactor] Config handling refactoring in preparation for netwo...
Jonas Schnelli
2018-04-07
Merge #12906: Avoid `interface` keyword to fix windows gitian build
MarcoFalke
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-05
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-06
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-05
Merge #10244: Refactor: separate gui from wallet and node
Wladimir J. van der Laan
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-04
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/paymentserver.cpp
Russell Yanofsky
2018-04-04
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/intro.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/splashscreen.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/utilitydialog.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/bitcoingui.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/optionsmodel.cpp
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/bitcoin.cpp
Russell Yanofsky
2018-04-02
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-03-29
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-27
[wallet] Add dummy wallet init class
John Newbery
2018-03-27
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
[wallet] Use global g_wallet_init_interface to init/destroy the wallet.
John Newbery
2018-03-27
Merge #12793: qt: Avoid reseting on resetguisettigs=0
Wladimir J. van der Laan
2018-03-26
qt: Avoid resetting on resetguisettigs=0
MarcoFalke
2018-03-26
Qt: Get wallet name from WalletModel rather than passing it around
Luke Dashjr
2018-03-11
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-06
Qt: Load all wallets into WalletModels
Luke Dashjr
2018-03-01
[qt] navigate to transaction history page after send
Sjors Provoost
2018-02-12
Fix Windows build errors introduced in #10498
practicalswift
2018-02-08
Merge #12374: qt: Make sure splash screen is freed on AppInitMain fail
Wladimir J. van der Laan
2018-02-08
Merge #12377: qt: Poll ShutdownTimer after init is done
Wladimir J. van der Laan
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
qt: Poll ShutdownTimer after init is done
MarcoFalke
2018-02-07
qt: Clarify some comments
Wladimir J. van der Laan
2018-02-07
qt: Make sure splash screen is freed on AppInitMain fail
Wladimir J. van der Laan
2018-01-25
Move scheduler/threadGroup into common-init instead of per-app
Matt Corallo
[next]