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
...
*
[Qt] small notificator and style changes
Philip Kaufmann
2013-12-03
1
-3
/
+3
*
qt: GUI support for -disablewallet mode
Wladimir J. van der Laan
2013-11-13
1
-5
/
+14
*
Merge pull request #3187 from Diapolo/netManager
Wladimir J. van der Laan
2013-11-11
1
-1
/
+0
|
\
|
*
[Qt] paymentserver: start netManager in uiReady()
Philip Kaufmann
2013-11-11
1
-1
/
+0
*
|
qt: add Open URI dialog
Wladimir J. van der Laan
2013-11-11
1
-0
/
+2
|
/
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-13
/
+20
*
Merge pull request #3196 from laanwj/2013_11_nohavegui
Wladimir J. van der Laan
2013-11-05
1
-3
/
+1
|
\
|
*
No more fHaveGUI
Wladimir J. van der Laan
2013-11-04
1
-3
/
+1
*
|
qt: add license header to source files
Wladimir J. van der Laan
2013-11-04
1
-3
/
+3
|
/
*
Qt: move paymentACK handling to paymentserver
Philip Kaufmann
2013-10-24
1
-2
/
+0
*
paymentserver: style fixes / cleanup
Philip Kaufmann
2013-10-19
1
-2
/
+2
*
several small Qt-related fixes
Philip Kaufmann
2013-09-28
1
-0
/
+3
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-2
/
+2
*
Refactor: OutputDebugStringF -> LogPrint(category, ...)
Gavin Andresen
2013-09-18
1
-2
/
+2
*
Bitcoin-Qt: allow to differentiate Qt log entries from core
Philip Kaufmann
2013-08-31
1
-9
/
+8
*
Bitcoin-Qt: fixes for using display unit from options
Philip Kaufmann
2013-08-29
1
-1
/
+2
*
Bitcoin-Qt: add testnet check and icon to intro dialog
Philip Kaufmann
2013-08-24
1
-1
/
+1
*
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-3
/
+13
*
Route qDebug() messages to debug.log
Gavin Andresen
2013-08-22
1
-0
/
+20
*
Rework when payment server is started
Gavin Andresen
2013-08-22
1
-6
/
+10
*
update SelectParamsFromCommandLine() handling/order
Philip Kaufmann
2013-08-22
1
-12
/
+27
*
Remove #define loop from util.h
Gavin Andresen
2013-07-31
1
-1
/
+0
*
Bitcoin-Qt: fix QApplication includes to match our include defaults
Philip Kaufmann
2013-07-23
1
-2
/
+2
*
qt: allow user to choose data directory
Wladimir J. van der Laan
2013-06-16
1
-40
/
+60
*
build: add global var for whether or not the gui is enabled
Cory Fields
2013-06-04
1
-0
/
+2
*
Merge branch 'master' of git://github.com/bitcoin/bitcoin into prefsFix
Jonas Schnelli
2013-06-03
1
-5
/
+12
|
\
|
*
Bitcoin-Qt: setup testnet GUI directly
Philip Kaufmann
2013-06-02
1
-12
/
+1
|
*
Merge pull request #2588 from Diapolo/GetBoolArg
Wladimir J. van der Laan
2013-06-02
1
-8
/
+8
|
|
\
|
|
*
remove GetBoolArg() fDefault parameter defaulting to false
Philip Kaufmann
2013-06-01
1
-8
/
+8
|
*
|
Qt5 compatibility
Wladimir J. van der Laan
2013-06-01
1
-0
/
+4
|
|
/
|
*
Merge pull request #2577 from gavinandresen/fee_bandaid
Gavin Andresen
2013-05-04
1
-1
/
+1
|
|
\
|
|
*
Un-hardcode TX_FEE constants
Gavin Andresen
2013-05-03
1
-1
/
+1
|
*
|
Merge pull request #2606 from gavinandresen/threadfix
Pieter Wuille
2013-05-04
1
-0
/
+3
|
|
\
\
|
|
*
|
Exit cleanly if AppInit2 returns false
Gavin Andresen
2013-05-02
1
-0
/
+3
|
|
|
/
|
*
/
osx: show testnet icon in dock as early as possible
Jonas Schnelli
2013-05-03
1
-0
/
+11
|
|
/
*
/
MaxOSX: settings fixes (#2371)
Jonas Schnelli
2013-06-03
1
-0
/
+3
|
/
*
Merge pull request #2526 from Diapolo/Qt_misc
Wladimir J. van der Laan
2013-04-23
1
-5
/
+4
|
\
|
*
bitcoin: use static QApplication:: instead of app.
Philip Kaufmann
2013-04-14
1
-5
/
+4
*
|
Merge pull request #2525 from laanwj/2013_04_metatypebool
Wladimir J. van der Laan
2013-04-18
1
-0
/
+6
|
\
\
|
*
|
qt: register metatype for bool*
Wladimir J. van der Laan
2013-04-14
1
-0
/
+6
|
|
/
*
/
new splash screen
Jonas Schnelli
2013-04-17
1
-4
/
+4
|
/
*
Have Qt poll for shutdown requested, the QT way.
Gavin Andresen
2013-04-03
1
-6
/
+6
*
Clean up shutdown process
Gavin Andresen
2013-04-03
1
-1
/
+1
*
Shutdown cleanup prep-work
Gavin Andresen
2013-04-03
1
-1
/
+5
*
Bitcoin-Qt: only use qApp for Q(Core)Application::instance()
Philip Kaufmann
2013-04-02
1
-2
/
+2
*
Minimal architectural changes necessary to support multiple wallets in bitcoi...
Eric Lombrozo
2013-03-22
1
-2
/
+3
*
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-03-17
1
-1
/
+3
*
Merge pull request #2299 from gavinandresen/localsocketuri
Wladimir J. van der Laan
2013-02-23
1
-21
/
+12
|
\
|
*
Reimplement click-to-pay links. Add OSX support.
Gavin Andresen
2013-02-12
1
-21
/
+12
*
|
Improve block database load error reporting
Pieter Wuille
2013-02-17
1
-2
/
+6
|
/
[prev]
[next]