index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
bitcoin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add InitMessage() to noui and use debug.log for GUI
Philip Kaufmann
2013-01-11
1
-0
/
+1
*
Bitcoin-Qt: give testnet a unique IPC message queue name
Philip Kaufmann
2013-01-06
1
-3
/
+8
*
rework ThreadSafeAskFee() / askFee() functions
Philip Kaufmann
2012-12-04
1
-1
/
+2
*
Bitcoin-Qt: remove obsolete modal flag from GUI APIs
Philip Kaufmann
2012-12-03
1
-1
/
+0
*
update CClientUIInterface and remove orphan Wx stuff
Philip Kaufmann
2012-11-26
1
-5
/
+5
*
When datadir missing, show messagebox instead of printing error to stderr
Wladimir J. van der Laan
2012-10-04
1
-1
/
+4
*
Abstract all IPC communication to qtipcserver
Luke Dashjr
2012-08-24
1
-51
/
+2
*
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
1
-1
/
+1
*
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
1
-1
/
+1
*
Fix Typo
fanquake
2012-07-23
1
-1
/
+1
*
IPC-server hardening and update
Philip Kaufmann
2012-07-17
1
-2
/
+12
*
Fix Qt build on OSX
Gavin Andresen
2012-07-09
1
-1
/
+6
*
Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoin
Gavin Andresen
2012-07-05
1
-7
/
+1
|
\
|
*
Revert "Disable bitcoin: URI handling on Windows for the 0.6 release"
Matt Corallo
2012-06-15
1
-7
/
+1
*
|
Show command line options as dialog when opened from debug window
Wladimir J. van der Laan
2012-06-14
1
-1
/
+1
|
/
*
introduce a new StartShutdown() function, which starts a thread with Shutdown...
Philip Kaufmann
2012-06-12
1
-0
/
+1
*
move class HelpMessageBox to guiutil.cpp/.h / add button to show Bitcoin comm...
Philip Kaufmann
2012-06-01
1
-49
/
+1
*
Merge pull request #1363 from Diapolo/remove_strncasecmp
Pieter Wuille
2012-05-20
1
-8
/
+5
|
\
|
*
remove strncasecmp() + strnicmp() calls and replace that code via boost::algo...
Philip Kaufmann
2012-05-20
1
-8
/
+5
|
*
Revert "use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and ad...
Jeff Garzik
2012-05-17
1
-4
/
+3
|
*
use _strnicmp (ISO C++) instead of deprecated strnicmp (POSIX) and add missin...
Philip Kaufmann
2012-05-17
1
-3
/
+4
*
|
Make testcases build, prevent windows symbol collision
Wladimir J. van der Laan
2012-05-20
1
-1
/
+1
*
|
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
1
-69
/
+15
*
|
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
1
-14
/
+55
*
|
allow translation of "options" used in the --help message / split translation...
Philip Kaufmann
2012-05-17
1
-5
/
+5
|
/
*
Add missing Q_OBJECT in bitcoin.cpp
Wladimir J. van der Laan
2012-05-16
1
-2
/
+3
*
Move help message out of AppInit2
Wladimir J. van der Laan
2012-05-13
1
-1
/
+57
*
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
Wladimir J. van der Laan
2012-05-13
1
-0
/
+4
*
Merge pull request #1090 from laanwj/2012_04_wraptooltips
Wladimir J. van der Laan
2012-05-10
1
-0
/
+4
|
\
|
*
Allow Qt to wrap long tooltips (fixes #1063)
Wladimir J. van der Laan
2012-05-05
1
-0
/
+4
*
|
Hide UI immediately after leaving the main loop.
Wladimir J. van der Laan
2012-05-06
1
-0
/
+1
|
/
*
small translation-file handling / loading changes and re-work comments to be ...
Philip Kaufmann
2012-05-01
1
-13
/
+14
*
Make GetDataDir return absolute paths
Pieter Wuille
2012-04-22
1
-1
/
+2
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-0
/
+1
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+0
*
Show a message box when runaway exception happens
Wladimir J. van der Laan
2012-04-14
1
-2
/
+11
*
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
Luke Dashjr
2012-04-06
1
-11
/
+11
*
qtui.h/noui.h interface cleanup
Wladimir J. van der Laan
2012-04-04
1
-17
/
+14
*
support RPC stop and encryptwallet with UI
Wladimir J. van der Laan
2012-04-04
1
-0
/
+5
*
remove unused CalledSetStatusBar and UIThreadCall notifications
Wladimir J. van der Laan
2012-04-04
1
-10
/
+0
*
Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...
Wladimir J. van der Laan
2012-04-04
1
-4
/
+18
*
Code deduplication: make function in GUIUtil to get connection type to call o...
Wladimir J. van der Laan
2012-04-04
1
-18
/
+3
*
move QT_PLUGINS stuff to qt main file, where it belongs
Wladimir J. van der Laan
2012-04-04
1
-0
/
+11
*
VC2010 compile fixes
Wladimir J. van der Laan
2012-04-03
1
-0
/
+3
*
Disable bitcoin: URI handling on Windows for the 0.6 release
Gavin Andresen
2012-03-26
1
-1
/
+9
*
Correct date
Michael
2012-03-21
1
-1
/
+1
*
Reworked QT settings
Gavin Andresen
2012-02-26
1
-3
/
+24
*
Add option "-splash" so we can disable the splash screen.
Chris Moore
2012-02-24
1
-4
/
+8
*
Merge pull request #857 from laanwj/2012_02_fixhelpwindow
Wladimir J. van der Laan
2012-02-20
1
-12
/
+4
|
\
|
*
On windows, show message box with help, as there is no stderr (fixes #702)
Wladimir J. van der Laan
2012-02-17
1
-12
/
+4
[prev]
[next]