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
/
intro.cpp
Age
Commit message (
Expand
)
Author
2017-06-14
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
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-02-20
Merge #9724: Qt/Intro: Add explanation of IBD process
Wladimir J. van der Laan
2017-02-09
Merge #9718: Qt/Intro: Various fixes
Wladimir J. van der Laan
2017-02-09
Qt/Intro: Explain a bit more what will happen first time
Luke Dashjr
2017-02-08
Qt/Intro: Storage shouldn't grow significantly with pruning enabled
Luke Dashjr
2017-02-08
Qt/Intro: Move sizeWarningLabel text into C++ code
Luke Dashjr
2017-02-08
Bugfix: Qt/Intro: Pruned nodes never require *more* space
Luke Dashjr
2017-02-08
Bugfix: Qt/Intro: Chain state needs to be stored even with the full blockchain
Luke Dashjr
2017-02-08
Qt/Intro: Update block chain size
Luke Dashjr
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-23
Do not shadow in src/qt
Pavel JanÃk
2016-08-25
Merge #8487: Persist the datadir after option reset
Jonas Schnelli
2016-08-24
Load choose datadir dialog after options reset
Andrew Chow
2016-08-18
qt: Fix random segfault when closing "Choose data directory" dialog
Wladimir J. van der Laan
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-01-07
Merge pull request #7298
Jonas Schnelli
2016-01-05
[qt] Intro: Display required space
MarcoFalke
2015-12-14
Unify package name to as few places as possible without major changes
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2014-12-27
Adopt style colour for button icons
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-19
Merge pull request #5470
Wladimir J. van der Laan
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-21
qt: small English language updates from translators
Wladimir J. van der Laan
2014-08-04
more Bitcoin -> Bitcoin Core string changes
Philip Kaufmann
2014-07-31
qt: Update some messages after suggestions by translators
Wladimir J. van der Laan
2014-03-31
Wrap create_directory calls in try...catch blocks.
Brandon Dahler
2014-03-25
qt: Only override -datadir if different from the default
Wladimir J. van der Laan
2014-03-25
qt: Do proper boost::path conversion
Wladimir J. van der Laan
2014-03-11
qt: Make it possible again to specify -testnet in config file
Wladimir J. van der Laan
2014-03-10
qt: Adjust BLOCK_CHAIN_SIZE to 20GB
Wladimir J. van der Laan
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-10
[Qt] display native dir separators in select dadatir dialog
Philip Kaufmann
2014-01-05
ui: Fix GUI initialization order
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-05
[Qt] use tr() instead of QObject::tr() in intro.cpp
Philip Kaufmann
2013-11-04
qt: add license header to source files
Wladimir J. van der Laan
2013-08-24
Bitcoin-Qt: add testnet check and icon to intro dialog
Philip Kaufmann
2013-08-05
Merge pull request #2865 from Diapolo/fix_intro_translation
Gavin Andresen
2013-07-29
fix string in intro.cpp, which is untranslatable on Transifex
Philip Kaufmann
2013-07-26
fix possible infinite loop in intro.cpp thread
Philip Kaufmann
2013-06-16
qt: allow user to choose data directory
Wladimir J. van der Laan