aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
AgeCommit message (Expand)Author
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
2015-04-20[Qt] header group cleanupPhilip Kaufmann
2015-04-16Separate CTranslationInterface from CClientUIInterfaceJorge Timón
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-01-16qt: fonts: allow SubstituteFonts to filter based on user's languageCory Fields
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-19Merge pull request #5470Wladimir J. van der Laan
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-12-08[Qt] make PaymentServer::ipcParseCommandLine voidPhilip Kaufmann
2014-10-10qt: add network-specific style objectWladimir J. van der Laan
2014-10-01qt: Register CAmount metatypeWladimir J. van der Laan
2014-09-22Merge pull request #4852Wladimir J. van der Laan
2014-09-22qt: Make splash and shutdown window ignore close eventsWladimir J. van der Laan
2014-09-18[Qt] include and file header cleanupPhilip Kaufmann
2014-09-18qt: Change splash screen to normal windowWladimir J. van der Laan
2014-08-26Merge pull request #4649Wladimir J. van der Laan
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-08[Qt] use BitcoinGUI::DEFAULT_WALLET constant in bitcoin.cppPhilip Kaufmann
2014-08-07qt: fix unicode character display on osx when building with 10.7 sdkCory Fields
2014-08-04more Bitcoin -> Bitcoin Core string changesPhilip Kaufmann
2014-07-20qt: Move SplashFinished to after ClientModel/WalletModel creationWladimir J. van der Laan
2014-07-17build: allow linux and osx to build against static qt5Cory Fields
2014-07-15qt: Start core thread only when neededWladimir J. van der Laan
2014-07-15ui: Replace some LogPrintfs with qDebug()Wladimir J. van der Laan
2014-07-02Fix the Qt5 build after d95ba75Wladimir J. van der Laan
2014-07-01qt: Log messages with type>QtDebugMsg as non-debugWladimir J. van der Laan
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-23build: fix build weirdness after 54372482.Cory Fields
2014-06-11Add `-version` option to get just the versionWladimir J. van der Laan
2014-06-10build: qt: split locale resources. Fixes non-deterministic distcheckCory Fields
2014-05-13SetupEnvironment() - clean commitStuart Cardall
2014-05-07[Qt] fix ugly typo in bitcoin.cppPhilip Kaufmann
2014-04-15[Qt] catch Windows shutdown events while client is runningPhilip Kaufmann
2014-04-07Show error message if ReadConfigFile failsWladimir J. van der Laan
2014-03-31qt: Don't require db_cxx.h when wallet disabledWladimir J. van der Laan
2014-03-11qt: Make it possible again to specify -testnet in config fileWladimir J. van der Laan
2014-03-07MainNet is the special case for the GUIjtimon
2014-02-16Merge pull request #3646Wladimir J. van der Laan
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-02-07[Qt] remove broken OptionsModel::Upgrade()Cozz Lovan