aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove unused CalledSetStatusBar and UIThreadCall notificationsWladimir J. van der Laan2012-04-041-10/+0
* Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan2012-04-041-4/+18
* Code deduplication: make function in GUIUtil to get connection type to call o...Wladimir J. van der Laan2012-04-041-18/+3
* move QT_PLUGINS stuff to qt main file, where it belongsWladimir J. van der Laan2012-04-041-0/+11
* VC2010 compile fixesWladimir J. van der Laan2012-04-031-0/+3
* Disable bitcoin: URI handling on Windows for the 0.6 releaseGavin Andresen2012-03-261-1/+9
* Correct dateMichael2012-03-211-1/+1
* Reworked QT settingsGavin Andresen2012-02-261-3/+24
* Add option "-splash" so we can disable the splash screen.Chris Moore2012-02-241-4/+8
* Merge pull request #857 from laanwj/2012_02_fixhelpwindowWladimir J. van der Laan2012-02-201-12/+4
|\
| * On windows, show message box with help, as there is no stderr (fixes #702)Wladimir J. van der Laan2012-02-171-12/+4