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
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
2012-01-17
Remove erroneous ":" in front of port in options dialog (introduced with netw...
Wladimir J. van der Laan
2012-01-17
fix the build (port IP validation in options to network refactoring)
Wladimir J. van der Laan
2012-01-06
Network stack refactor
Pieter Wuille
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
Merge pull request #717 from TheBlueMatt/installerqtupgrade
Gavin Andresen
2011-12-20
Implement "Start on window system startup" on Win32 + Linux.
Matt Corallo
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-08-07
don't include <QDebug>
Wladimir J. van der Laan
2011-07-30
Hide addresses in transaction overview by default, they can be re-shown as a ...
Wladimir J. van der Laan
2011-07-29
Full support for other units, add configuration option for default unit (used...
Wladimir J. van der Laan
2011-07-26
allow multiple units in bitcoin amount widget (for example, for sending) usin...
Wladimir J. van der Laan
2011-06-26
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-18
remove commented code, use // for one-line comments and comments inside funct...
Wladimir J. van der Laan
2011-06-11
move back to original directory structure
Wladimir J. van der Laan