aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
AgeCommit message (Expand)Author
2018-01-25Move scheduler/threadGroup into common-init instead of per-appMatt Corallo
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-09-22Use static_cast instead of C-style casts for non-fundamental typespracticalswift
2017-08-16Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-25Add const to methods that do not modify the object for which it is calledpracticalswift
2017-07-17init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan
2017-06-29[Qt] allow to execute a callback during splashscreen progressJonas Schnelli
2017-06-06Wallet: Replace pwalletMain with a vector of wallet pointersLuke Dashjr
2017-04-03Replace uses of boost::filesystem with fsWladimir J. van der Laan
2017-04-03Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan
2017-04-01Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell
2017-03-02Merge #9834: qt: clean up initialize/shutdown signalsJonas Schnelli
2017-02-24Trivial: fix comments referencing AppInit2Marko Bencun
2017-02-23qt: clean up initialize/shutdown signalsMarko Bencun
2017-01-06Merge #9408: Allow shutdown during LoadMempool, dump only when necessaryPieter Wuille
2017-01-05[Qt] Do proper shutdownJonas Schnelli
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-23Introduce (and use) an IsArgSet accessor methodMatt Corallo
2016-12-23Remove arguments to ParseConfigFileMatt Corallo
2016-12-03Move GetWarnings() into its own file.Gregory Maxwell
2016-12-03Make QT runawayException call GetWarnings instead of directly access strMiscW...Gregory Maxwell
2016-11-30Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...Pieter Wuille
2016-11-29init: Split up AppInit2 into multiple phasesWladimir J. van der Laan
2016-11-23qt: Avoid shutdownwindow-related memory leakWladimir J. van der Laan
2016-11-23qt: Avoid splash-screen related memory leakWladimir J. van der Laan
2016-11-23qt: Prevent thread/memory leak on exiting RPCConsoleWladimir J. van der Laan
2016-11-07Every main()/exit() should return/use one of EXIT_ codes instead of magic num...UdjinM6
2016-11-04Fix exit codes:UdjinM6
2016-10-01Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgsJorge Timón
2016-08-18qt: Fix random segfault when closing "Choose data directory" dialogWladimir J. van der Laan
2016-06-20Only pass -lQt5PlatformSupport if >=Qt5.6Jonas Schnelli
2016-05-12[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSXJonas Schnelli
2016-02-03Merge branch 'master' into single_prodnameLuke Dashjr
2016-01-21move rpc* to rpc/Daniel Cousens
2015-12-14Unify package name to as few places as possible without major changesLuke Dashjr
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-28Bugfix: Default -uiplatform is not actually the platform this build was compi...Luke Dashjr
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-27Initialize logging before we do parameter interactionJonas Schnelli
2015-11-27[QT] Call inits parameter interaction before we create the options modelJonas Schnelli
2015-11-13[Qt] add startup option to reset Qt settingsJonas Schnelli
2015-10-22Merge pull request #6846Wladimir J. van der Laan
2015-10-22*: alias -h for --helpDaniel Cousens
2015-10-20Merge pull request #6235Wladimir J. van der Laan
2015-10-20Chainparams: Translations: DRY: options and error stringsJorge Timón