index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
bitcoin.cpp
Age
Commit message (
Expand
)
Author
2013-06-04
build: add global var for whether or not the gui is enabled
Cory Fields
2013-06-03
Merge branch 'master' of git://github.com/bitcoin/bitcoin into prefsFix
Jonas Schnelli
2013-06-03
MaxOSX: settings fixes (#2371)
Jonas Schnelli
2013-06-02
Bitcoin-Qt: setup testnet GUI directly
Philip Kaufmann
2013-06-02
Merge pull request #2588 from Diapolo/GetBoolArg
Wladimir J. van der Laan
2013-06-01
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-06-01
Qt5 compatibility
Wladimir J. van der Laan
2013-05-04
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-04
Merge pull request #2606 from gavinandresen/threadfix
Pieter Wuille
2013-05-03
Un-hardcode TX_FEE constants
Gavin Andresen
2013-05-03
osx: show testnet icon in dock as early as possible
Jonas Schnelli
2013-05-02
Exit cleanly if AppInit2 returns false
Gavin Andresen
2013-04-23
Merge pull request #2526 from Diapolo/Qt_misc
Wladimir J. van der Laan
2013-04-18
Merge pull request #2525 from laanwj/2013_04_metatypebool
Wladimir J. van der Laan
2013-04-17
new splash screen
Jonas Schnelli
2013-04-14
bitcoin: use static QApplication:: instead of app.
Philip Kaufmann
2013-04-14
qt: register metatype for bool*
Wladimir J. van der Laan
2013-04-03
Have Qt poll for shutdown requested, the QT way.
Gavin Andresen
2013-04-03
Clean up shutdown process
Gavin Andresen
2013-04-03
Shutdown cleanup prep-work
Gavin Andresen
2013-04-02
Bitcoin-Qt: only use qApp for Q(Core)Application::instance()
Philip Kaufmann
2013-03-22
Minimal architectural changes necessary to support multiple wallets in bitcoi...
Eric Lombrozo
2013-03-17
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-02-23
Merge pull request #2299 from gavinandresen/localsocketuri
Wladimir J. van der Laan
2013-02-17
Improve block database load error reporting
Pieter Wuille
2013-02-12
Reimplement click-to-pay links. Add OSX support.
Gavin Andresen
2013-01-11
add InitMessage() to noui and use debug.log for GUI
Philip Kaufmann
2013-01-06
Bitcoin-Qt: give testnet a unique IPC message queue name
Philip Kaufmann
2012-12-04
rework ThreadSafeAskFee() / askFee() functions
Philip Kaufmann
2012-12-03
Bitcoin-Qt: remove obsolete modal flag from GUI APIs
Philip Kaufmann
2012-11-26
update CClientUIInterface and remove orphan Wx stuff
Philip Kaufmann
2012-10-04
When datadir missing, show messagebox instead of printing error to stderr
Wladimir J. van der Laan
2012-08-24
Abstract all IPC communication to qtipcserver
Luke Dashjr
2012-08-01
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-07-23
Fix Typo
fanquake
2012-07-17
IPC-server hardening and update
Philip Kaufmann
2012-07-09
Fix Qt build on OSX
Gavin Andresen
2012-07-05
Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2012-06-15
Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"
Matt Corallo
2012-06-14
Show command line options as dialog when opened from debug window
Wladimir J. van der Laan
2012-06-12
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-06-01
move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...
Philip Kaufmann
2012-05-20
Merge pull request #1363 from Diapolo/remove_strncasecmp
Pieter Wuille
2012-05-20
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
remove strncasecmp() + strnicmp() calls and replace that code via boost::algo...
Philip Kaufmann
2012-05-17
Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and ad...
Jeff Garzik
2012-05-17
use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missin...
Philip Kaufmann
[next]