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-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
2012-05-17
allow translation of "options" used in the --help message / split translation...
Philip Kaufmann
2012-05-16
Add missing Q_OBJECT in bitcoin.cpp
Wladimir J. van der Laan
2012-05-13
Move help message out of AppInit2
Wladimir J. van der Laan
2012-05-13
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
Wladimir J. van der Laan
2012-05-10
Merge pull request #1090 from laanwj/2012_04_wraptooltips
Wladimir J. van der Laan
2012-05-06
Hide UI immediately after leaving the main loop.
Wladimir J. van der Laan
2012-05-05
Allow Qt to wrap long tooltips (fixes #1063)
Wladimir J. van der Laan
2012-05-01
small translation-file handling / loading changes and re-work comments to be ...
Philip Kaufmann
2012-04-22
Make GetDataDir return absolute paths
Pieter Wuille
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-14
Show a message box when runaway exception happens
Wladimir J. van der Laan
[next]