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
/
optionsmodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add DEFAULT_UPNP constant in net
Philip Kaufmann
2014-05-20
1
-5
/
+1
*
qt: fix compile issue in Qt GUI
Wladimir J. van der Laan
2014-05-08
1
-1
/
+1
*
add DEFAULT_TRANSACTION_FEE constant in wallet
Philip Kaufmann
2014-05-05
1
-1
/
+1
*
[Qt] Optionally add third party links to transaction context menu
Cozz Lovan
2014-04-25
1
-0
/
+13
*
add constant for shared (GUI/core) -par settings
Philip Kaufmann
2014-03-27
1
-10
/
+11
*
qt: Show also value for options overridden on command line
Wladimir J. van der Laan
2014-03-14
1
-9
/
+14
*
Change new constants in txdb.h to int64_t
Wladimir J. van der Laan
2014-02-18
1
-1
/
+1
*
add constants for shared (GUI/core) -dbcache settings
Philip Kaufmann
2014-02-17
1
-1
/
+2
*
Increase default dbcache to 100 MiB
Pieter Wuille
2014-02-17
1
-1
/
+1
*
Merge pull request #3646
Wladimir J. van der Laan
2014-02-16
1
-1
/
+1
|
\
|
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
|
qt: Add option to (not) spend unconfirmed change
Wladimir J. van der Laan
2014-02-16
1
-0
/
+13
*
|
[Qt] remove broken OptionsModel::Upgrade()
Cozz Lovan
2014-02-07
1
-63
/
+0
|
/
*
[Qt] Fix nTransactionFee in qt-settings
Cozz Lovan
2014-02-02
1
-0
/
+3
*
[Qt] let OptionsModel::getProxySettings() directly query proxy
Philip Kaufmann
2014-01-17
1
-6
/
+18
*
GUI for --disable-wallet compiles and -disablewallet mode
Wladimir J. van der Laan
2014-01-11
1
-1
/
+10
*
[Qt] massive options/settings rework (no core changes)
Philip Kaufmann
2014-01-06
1
-108
/
+179
*
qt: Remove unused method OptionsModel::getTransactionFee
Wladimir J. van der Laan
2014-01-06
1
-5
/
+0
*
Move `nTransactionFee` from main.cpp to wallet.cpp
Wladimir J. van der Laan
2013-12-13
1
-0
/
+1
*
Coincontrol cleanup (e.g. add missing license)
Philip Kaufmann
2013-11-18
1
-8
/
+2
*
Coin Control Features
Cozz Lovan
2013-11-14
1
-0
/
+15
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-7
/
+7
*
qt: add license header to source files
Wladimir J. van der Laan
2013-11-04
1
-0
/
+4
*
Break dependency of init on wallet.
Pieter Wuille
2013-10-26
1
-0
/
+3
*
autotools: switch to autotools buildsystem
Cory Fields
2013-09-05
1
-0
/
+4
*
Payment Protocol: X509-validated payment requests
Gavin Andresen
2013-08-22
1
-0
/
+11
*
let user select wallet file with -wallet=foo.dat
Nils Schneider
2013-07-04
1
-1
/
+1
*
Port Thread* methods to boost::thread_group
Gavin Andresen
2013-04-03
1
-3
/
+2
*
Bitcoin-Qt: massive header and cpp cleanup
Philip Kaufmann
2013-03-17
1
-2
/
+3
*
Bitcoin-Qt: add a Reset button to the options dialog
Philip Kaufmann
2013-01-05
1
-0
/
+18
*
OptionsModel now has MapPortUPnP=false if UPNP is not supported
Andrey Alekseenko
2012-12-12
1
-0
/
+4
*
Remove -detachdb and stop's detach argument.
Pieter Wuille
2012-11-04
1
-10
/
+0
*
Merge pull request #1899 from Diapolo/proxy_optionsmodel
Pieter Wuille
2012-10-25
1
-5
/
+12
|
\
|
*
make optionsmodel query real proxy state for ::data()
Philip Kaufmann
2012-10-07
1
-5
/
+12
*
|
Merge pull request #1900 from Diapolo/optionsmodel_getters
Wladimir J. van der Laan
2012-10-11
1
-20
/
+0
|
\
\
|
|
/
|
/
|
|
*
move most explicit getters in optionsmodel to header
Philip Kaufmann
2012-10-02
1
-20
/
+0
*
|
add LOCK() for proxy related data-structures
Philip Kaufmann
2012-10-04
1
-30
/
+39
|
/
*
optionsmodel cleanup
Philip Kaufmann
2012-07-12
1
-43
/
+21
*
fix typo in optionsmodel.cpp
Philip Kaufmann
2012-07-07
1
-1
/
+1
*
re-work optionsdialog to a tabbed UI based on an ui-file
Philip Kaufmann
2012-06-13
1
-1
/
+8
*
fix default Proxy address in Qt options (no hostname allowed currently)
Philip Kaufmann
2012-06-04
1
-1
/
+1
*
Rework network config settings
Pieter Wuille
2012-05-31
1
-15
/
+55
*
CDBEnv: fix qt build
Luke Dashjr
2012-05-22
1
-2
/
+3
*
change strings to Bitcoin (uppercase), where it is used as a noun and update ...
Philip Kaufmann
2012-05-18
1
-1
/
+1
*
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
Wladimir J. van der Laan
2012-05-13
1
-2
/
+3
*
Make it possible to set user interface language from options dialog
Wladimir J. van der Laan
2012-05-09
1
-0
/
+9
*
Make lsn_reset ("detach databases") optional and off by default.
Pieter Wuille
2012-04-26
1
-0
/
+9
*
Add missing breaks in optionmodel's switch case
Pieter Wuille
2012-04-17
1
-0
/
+2
*
Move CWalletDB code to new walletdb module.
Jeff Garzik
2012-04-17
1
-1
/
+1
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+1
[prev]
[next]