index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
bitcoin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge #12878: [refactor] Config handling refactoring in preparation for netwo...
Jonas Schnelli
2018-04-08
1
-1
/
+1
|
\
|
*
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-06
1
-1
/
+1
*
|
Merge #12906: Avoid `interface` keyword to fix windows gitian build
MarcoFalke
2018-04-07
1
-10
/
+10
|
\
\
|
*
|
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-07
1
-10
/
+10
|
|
/
*
/
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-05
1
-8
/
+0
|
/
*
Merge #10244: Refactor: separate gui from wallet and node
Wladimir J. van der Laan
2018-04-05
1
-59
/
+40
|
\
|
*
Remove direct bitcoin calls from qt transaction table files
Russell Yanofsky
2018-04-04
1
-3
/
+1
|
*
Remove direct bitcoin calls from qt/paymentserver.cpp
Russell Yanofsky
2018-04-04
1
-3
/
+3
|
*
Remove most direct bitcoin calls from qt/walletmodel.cpp
Russell Yanofsky
2018-04-04
1
-2
/
+4
|
*
Remove direct bitcoin calls from qt/intro.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
|
*
Remove direct bitcoin calls from qt/clientmodel.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
|
*
Remove direct bitcoin calls from qt/splashscreen.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
|
*
Remove direct bitcoin calls from qt/utilitydialog.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
|
*
Remove direct bitcoin calls from qt/bitcoingui.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
|
*
Remove direct bitcoin calls from qt/optionsmodel.cpp
Russell Yanofsky
2018-04-04
1
-1
/
+1
|
*
Remove direct bitcoin calls from qt/bitcoin.cpp
Russell Yanofsky
2018-04-04
1
-47
/
+28
*
|
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-02
1
-2
/
+1
*
|
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-29
1
-0
/
+7
|
\
\
|
*
|
[wallet] Add dummy wallet init class
John Newbery
2018-03-27
1
-1
/
+3
|
*
|
[wallet] Use global g_wallet_init_interface to init/destroy the wallet.
John Newbery
2018-03-27
1
-0
/
+5
*
|
|
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-11
1
-1
/
+1
*
|
|
|
Merge #12793: qt: Avoid reseting on resetguisettigs=0
Wladimir J. van der Laan
2018-03-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
qt: Avoid resetting on resetguisettigs=0
MarcoFalke
2018-03-26
1
-1
/
+1
*
|
|
|
|
Qt: Get wallet name from WalletModel rather than passing it around
Luke Dashjr
2018-03-26
1
-7
/
+2
*
|
|
|
|
Qt: Load all wallets into WalletModels
Luke Dashjr
2018-03-06
1
-10
/
+21
|
|
/
/
/
|
/
|
|
|
*
|
|
|
[qt] navigate to transaction history page after send
Sjors Provoost
2018-03-01
1
-0
/
+2
|
|
/
/
|
/
|
|
*
|
|
Fix Windows build errors introduced in #10498
practicalswift
2018-02-12
1
-1
/
+1
*
|
|
Merge #12374: qt: Make sure splash screen is freed on AppInitMain fail
Wladimir J. van der Laan
2018-02-08
1
-2
/
+3
|
\
\
\
|
*
|
|
qt: Clarify some comments
Wladimir J. van der Laan
2018-02-07
1
-3
/
+3
|
*
|
|
qt: Make sure splash screen is freed on AppInitMain fail
Wladimir J. van der Laan
2018-02-07
1
-0
/
+1
*
|
|
|
Merge #12377: qt: Poll ShutdownTimer after init is done
Wladimir J. van der Laan
2018-02-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
qt: Poll ShutdownTimer after init is done
MarcoFalke
2018-02-07
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-1
/
+1
*
|
|
|
Move scheduler/threadGroup into common-init instead of per-app
Matt Corallo
2018-01-25
1
-6
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
|
qt: refactor: Changes to make include paths absolute
Wladimir J. van der Laan
2017-11-16
1
-1
/
+1
*
|
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-25
/
+25
|
/
/
*
|
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
1
-1
/
+1
*
|
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-08-14
1
-10
/
+10
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-5
/
+5
|
/
*
init: Factor out AppInitLockDataDirectory
Wladimir J. van der Laan
2017-07-17
1
-21
/
+41
*
[Qt] allow to execute a callback during splashscreen progress
Jonas Schnelli
2017-06-29
1
-0
/
+1
*
Wallet: Replace pwalletMain with a vector of wallet pointers
Luke Dashjr
2017-06-06
1
-2
/
+3
*
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
*
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-1
/
+1
[prev]
[next]