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