aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | qt: register metatype for bool*Wladimir J. van der Laan2013-04-141-0/+6
| |/
* / new splash screenJonas Schnelli2013-04-171-4/+4
|/
* Have Qt poll for shutdown requested, the QT way.Gavin Andresen2013-04-031-6/+6
* Clean up shutdown processGavin Andresen2013-04-031-1/+1
* Shutdown cleanup prep-workGavin Andresen2013-04-031-1/+5
* Bitcoin-Qt: only use qApp for Q(Core)Application::instance()Philip Kaufmann2013-04-021-2/+2
* Minimal architectural changes necessary to support multiple wallets in bitcoi...Eric Lombrozo2013-03-221-2/+3
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-1/+3
* Merge pull request #2299 from gavinandresen/localsocketuriWladimir J. van der Laan2013-02-231-21/+12
|\
| * Reimplement click-to-pay links. Add OSX support.Gavin Andresen2013-02-121-21/+12
* | Improve block database load error reportingPieter Wuille2013-02-171-2/+6
|/
* add InitMessage() to noui and use debug.log for GUIPhilip Kaufmann2013-01-111-0/+1
* Bitcoin-Qt: give testnet a unique IPC message queue namePhilip Kaufmann2013-01-061-3/+8
* rework ThreadSafeAskFee() / askFee() functionsPhilip Kaufmann2012-12-041-1/+2
* Bitcoin-Qt: remove obsolete modal flag from GUI APIsPhilip Kaufmann2012-12-031-1/+0
* update CClientUIInterface and remove orphan Wx stuffPhilip Kaufmann2012-11-261-5/+5
* When datadir missing, show messagebox instead of printing error to stderrWladimir J. van der Laan2012-10-041-1/+4
* Abstract all IPC communication to qtipcserverLuke Dashjr2012-08-241-51/+2
* Bugfix: Correct English grammar regarding "'s"Luke Dashjr2012-08-011-1/+1
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-1/+1
* Fix Typofanquake2012-07-231-1/+1
* IPC-server hardening and updatePhilip Kaufmann2012-07-171-2/+12
* Fix Qt build on OSXGavin Andresen2012-07-091-1/+6
* Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoinGavin Andresen2012-07-051-7/+1
|\
| * Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"Matt Corallo2012-06-151-7/+1
* | Show command line options as dialog when opened from debug windowWladimir J. van der Laan2012-06-141-1/+1
|/
* introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann2012-06-121-0/+1
* move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...Philip Kaufmann2012-06-011-49/+1
* Merge pull request #1363 from Diapolo/remove_strncasecmpPieter Wuille2012-05-201-8/+5
|\
| * remove strncasecmp() + strnicmp() calls and replace that code via boost::algo...Philip Kaufmann2012-05-201-8/+5
| * Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and ad...Jeff Garzik2012-05-171-4/+3
| * use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missin...Philip Kaufmann2012-05-171-3/+4
* | Make testcases build, prevent windows symbol collisionWladimir J. van der Laan2012-05-201-1/+1
* | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-69/+15
* | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-14/+55
* | allow translation of "options" used in the --help message / split translation...Philip Kaufmann2012-05-171-5/+5
|/
* Add missing Q_OBJECT in bitcoin.cppWladimir J. van der Laan2012-05-161-2/+3
* Move help message out of AppInit2Wladimir J. van der Laan2012-05-131-1/+57
* Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI codeWladimir J. van der Laan2012-05-131-0/+4
* Merge pull request #1090 from laanwj/2012_04_wraptooltipsWladimir J. van der Laan2012-05-101-0/+4
|\
| * Allow Qt to wrap long tooltips (fixes #1063)Wladimir J. van der Laan2012-05-051-0/+4
* | Hide UI immediately after leaving the main loop.Wladimir J. van der Laan2012-05-061-0/+1
|/
* small translation-file handling / loading changes and re-work comments to be ...Philip Kaufmann2012-05-011-13/+14
* Make GetDataDir return absolute pathsPieter Wuille2012-04-221-1/+2
* Further reduce header dependenciesPieter Wuille2012-04-171-0/+1
* Remove headers.hPieter Wuille2012-04-171-1/+0
* Show a message box when runaway exception happensWladimir J. van der Laan2012-04-141-2/+11
* Bugfix: Replace "URL" with "URI" where we aren't actually working with URLsLuke Dashjr2012-04-061-11/+11
* qtui.h/noui.h interface cleanupWladimir J. van der Laan2012-04-041-17/+14
* support RPC stop and encryptwallet with UIWladimir J. van der Laan2012-04-041-0/+5