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-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
2012-04-06
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
Luke Dashjr
2012-04-04
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
support RPC stop and encryptwallet with UI
Wladimir J. van der Laan
2012-04-04
remove unused CalledSetStatusBar and UIThreadCall notifications
Wladimir J. van der Laan
2012-04-04
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...
Wladimir J. van der Laan
2012-04-04
Code deduplication: make function in GUIUtil to get connection type to call o...
Wladimir J. van der Laan
2012-04-04
move QT_PLUGINS stuff to qt main file, where it belongs
Wladimir J. van der Laan
2012-04-03
VC2010 compile fixes
Wladimir J. van der Laan
2012-03-26
Disable bitcoin: URI handling on Windows for the 0.6 release
Gavin Andresen
2012-03-21
Correct date
Michael
2012-02-26
Reworked QT settings
Gavin Andresen
2012-02-24
Add option "-splash" so we can disable the splash screen.
Chris Moore
2012-02-20
Merge pull request #857 from laanwj/2012_02_fixhelpwindow
Wladimir J. van der Laan
2012-02-17
Allow setting UI language from commandline (implements #678)
Wladimir J. van der Laan
[next]