aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of git://github.com/bitcoin/bitcoin into prefsFixJonas Schnelli2013-06-031-5/+12
|\
| * Bitcoin-Qt: setup testnet GUI directlyPhilip Kaufmann2013-06-021-12/+1
| * Merge pull request #2588 from Diapolo/GetBoolArgWladimir J. van der Laan2013-06-021-8/+8
| |\
| | * remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-8/+8
| * | Qt5 compatibilityWladimir J. van der Laan2013-06-011-0/+4
| |/
| * Merge pull request #2577 from gavinandresen/fee_bandaidGavin Andresen2013-05-041-1/+1
| |\
| | * Un-hardcode TX_FEE constantsGavin Andresen2013-05-031-1/+1
| * | Merge pull request #2606 from gavinandresen/threadfixPieter Wuille2013-05-041-0/+3
| |\ \
| | * | Exit cleanly if AppInit2 returns falseGavin Andresen2013-05-021-0/+3
| | |/
| * / osx: show testnet icon in dock as early as possibleJonas Schnelli2013-05-031-0/+11
| |/
* / MaxOSX: settings fixes (#2371)Jonas Schnelli2013-06-031-0/+3
|/
* Merge pull request #2526 from Diapolo/Qt_miscWladimir J. van der Laan2013-04-231-5/+4
|\
| * bitcoin: use static QApplication:: instead of app.Philip Kaufmann2013-04-141-5/+4
* | Merge pull request #2525 from laanwj/2013_04_metatypeboolWladimir J. van der Laan2013-04-181-0/+6
|\ \
| * | 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
|/