aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
AgeCommit message (Expand)Author
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
2015-09-03evhttpd implementationWladimir J. van der Laan
2015-07-31qt: Introduce PlatformStyleWladimir J. van der Laan
2015-07-27Merge pull request #5697Wladimir J. van der Laan
2015-07-23build: fix building against qt5.4/5.5Cory Fields
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-23TRIVIAL: Missing includesJorge Timón
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-07-06qt: Force TLS1.0+ for SSL connectionsWladimir J. van der Laan
2015-05-14Create a scheduler thread for lightweight tasksGavin Andresen
2015-04-30Merge pull request #6022Wladimir J. van der Laan