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
...
*
[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
*
Store addrProxy port in settings
Pieter Wuille
2012-02-26
1
-4
/
+4
*
Reworked QT settings
Gavin Andresen
2012-02-26
1
-25
/
+99
*
Fix addrProxy setting
Pieter Wuille
2012-02-25
1
-2
/
+2
*
Remove erroneous ":" in front of port in options dialog (introduced with netw...
Wladimir J. van der Laan
2012-01-17
1
-1
/
+1
*
fix the build (port IP validation in options to network refactoring)
Wladimir J. van der Laan
2012-01-17
1
-1
/
+1
*
Network stack refactor
Pieter Wuille
2012-01-06
1
-3
/
+3
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-2
/
+0
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-0
/
+2
*
Merge pull request #717 from TheBlueMatt/installerqtupgrade
Gavin Andresen
2011-12-20
1
-2
/
+3
|
\
|
*
Implement "Start on window system startup" on Win32 + Linux.
Matt Corallo
2011-12-20
1
-2
/
+3
*
|
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
1
-1
/
+1
|
/
*
don't include <QDebug>
Wladimir J. van der Laan
2011-08-07
1
-2
/
+0
*
Hide addresses in transaction overview by default, they can be re-shown as a ...
Wladimir J. van der Laan
2011-07-30
1
-1
/
+14
*
Full support for other units, add configuration option for default unit (used...
Wladimir J. van der Laan
2011-07-29
1
-1
/
+19
*
allow multiple units in bitcoin amount widget (for example, for sending) usin...
Wladimir J. van der Laan
2011-07-26
1
-11
/
+3
*
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Wladimir J. van der Laan
2011-06-26
1
-5
/
+6
[prev]
[next]