aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
AgeCommit message (Expand)Author
2013-05-04Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen
2013-05-04Merge pull request #2606 from gavinandresen/threadfixPieter Wuille
2013-05-03Un-hardcode TX_FEE constantsGavin Andresen
2013-05-03osx: show testnet icon in dock as early as possibleJonas Schnelli
2013-05-02Exit cleanly if AppInit2 returns falseGavin Andresen
2013-04-23Merge pull request #2526 from Diapolo/Qt_miscWladimir J. van der Laan
2013-04-18Merge pull request #2525 from laanwj/2013_04_metatypeboolWladimir J. van der Laan
2013-04-17new splash screenJonas Schnelli
2013-04-14bitcoin: use static QApplication:: instead of app.Philip Kaufmann
2013-04-14qt: register metatype for bool*Wladimir J. van der Laan
2013-04-03Have Qt poll for shutdown requested, the QT way.Gavin Andresen
2013-04-03Clean up shutdown processGavin Andresen
2013-04-03Shutdown cleanup prep-workGavin Andresen
2013-04-02Bitcoin-Qt: only use qApp for Q(Core)Application::instance()Philip Kaufmann
2013-03-22Minimal architectural changes necessary to support multiple wallets in bitcoi...Eric Lombrozo
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-02-23Merge pull request #2299 from gavinandresen/localsocketuriWladimir J. van der Laan
2013-02-17Improve block database load error reportingPieter Wuille
2013-02-12Reimplement click-to-pay links. Add OSX support.Gavin Andresen
2013-01-11add InitMessage() to noui and use debug.log for GUIPhilip Kaufmann
2013-01-06Bitcoin-Qt: give testnet a unique IPC message queue namePhilip Kaufmann
2012-12-04rework ThreadSafeAskFee() / askFee() functionsPhilip Kaufmann
2012-12-03Bitcoin-Qt: remove obsolete modal flag from GUI APIsPhilip Kaufmann
2012-11-26update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann
2012-10-04When datadir missing, show messagebox instead of printing error to stderrWladimir J. van der Laan
2012-08-24Abstract all IPC communication to qtipcserverLuke Dashjr
2012-08-01Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-07-23Fix Typofanquake
2012-07-17IPC-server hardening and updatePhilip Kaufmann
2012-07-09Fix Qt build on OSXGavin Andresen
2012-07-05Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoinGavin Andresen
2012-06-15Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"Matt Corallo
2012-06-14Show command line options as dialog when opened from debug windowWladimir J. van der Laan
2012-06-12introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann
2012-06-01move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann
2012-05-20Merge pull request #1363 from Diapolo/remove_strncasecmpPieter Wuille
2012-05-20Make testcases build, prevent windows symbol collisionWladimir J. van der Laan
2012-05-20Convert UI interface to boost::signals2.Wladimir J. van der Laan
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-20remove strncasecmp() + strnicmp() calls and replace that code via boost::algo...Philip Kaufmann
2012-05-17Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and ad...Jeff Garzik
2012-05-17use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missin...Philip Kaufmann
2012-05-17allow translation of "options" used in the --help message / split translation...Philip Kaufmann
2012-05-16Add missing Q_OBJECT in bitcoin.cppWladimir J. van der Laan
2012-05-13Move help message out of AppInit2Wladimir J. van der Laan
2012-05-13Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI codeWladimir J. van der Laan
2012-05-10Merge pull request #1090 from laanwj/2012_04_wraptooltipsWladimir J. van der Laan
2012-05-06Hide UI immediately after leaving the main loop.Wladimir J. van der Laan
2012-05-05Allow Qt to wrap long tooltips (fixes #1063)Wladimir J. van der Laan