aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
AgeCommit message (Expand)Author
2012-11-12Fixed 100% CPU utilization problem on FreeBSD 9Alex
2012-10-09When datadir missing, show messagebox instead of printing error to stderrWladimir J. van der Laan
2012-08-12Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-08-12Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-12Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-07-26Fix Typofanquake
2012-06-14Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-06-14Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann
2012-06-14Don't call exit() in Shutdown() for Bitcoin-Qt (fixes a tray-icon issue)Philip Kaufmann
2012-05-07Merge commit '293f264' into 0.6.0.xLuke Dashjr
2012-05-06Hide UI immediately after leaving the main loop.Wladimir J. van der Laan
2012-04-15Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-04-15Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-15Show a message box when runaway exception happensWladimir J. van der Laan
2012-04-06Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-06Bugfix: Windows lacks sleep(), so need to use Sleep() from util.hLuke Dashjr
2012-04-06Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr
2012-04-04Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-04-04Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-04Use a messagebox to display the error when -server is provided without provid...Wladimir J. van der Laan
2012-03-26Disable bitcoin: URI handling on Windows for the 0.6 releaseGavin Andresen
2012-03-21Correct dateMichael
2012-03-03Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-27Don't show splash screen when -min is specified on the command line.Chris Moore
2012-02-26Reworked QT settingsGavin Andresen
2012-02-24Add option "-splash" so we can disable the splash screen.Chris Moore
2012-02-20Merge pull request #857 from laanwj/2012_02_fixhelpwindowWladimir J. van der Laan
2012-02-17Allow setting UI language from commandline (implements #678)Wladimir J. van der Laan
2012-02-17On windows, show message box with help, as there is no stderr (fixes #702)Wladimir J. van der Laan
2012-02-10Add Bitcoin-Qt test suite with some bitcoin: URL Tests to start.Matt Corallo
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-01-05Add support for opening bitcoin: URIs directly.Matt Corallo
2011-12-23Comments updateWladimir J. van der Laan
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Merge pull request #690 from runeksvendsen/qt-cmdline-options-parsingGavin Andresen
2011-12-13Fix status bar not displaying Alerts.Matt Corallo
2011-12-13Fix status bar not displaying Alerts.Matt Corallo
2011-12-09When using Qt GUI, move parameter-parsing to start of qt/bitcoin.cpp:main()Rune K Svendsen
2011-12-04Implement -min option to start minimizedWladimir J. van der Laan
2011-11-03Merge git://github.com/p2k/bitcoin-qtGavin Andresen
2011-11-02Mac Deployment Scriptp2k
2011-10-23Translation lookup logic improvementsWladimir J. van der Laan
2011-10-09Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k
2011-10-01only install translator when not emptyWladimir J. van der Laan
2011-09-27translation handling improvementsWladimir J. van der Laan
2011-09-07Pull request #21: windows fixes/cleanup by MatokingJanne Pulkkinen
2011-08-28add russian translation and add unicode compatibility (merges pull request #20)Misbakh-Soloviev Vadim A
2011-08-16fix issue #13Wladimir J. van der Laan