aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
AgeCommit message (Expand)Author
2014-05-08qt: fix compile issue in Qt GUIWladimir J. van der Laan
2014-05-05add DEFAULT_TRANSACTION_FEE constant in walletPhilip Kaufmann
2014-04-25[Qt] Optionally add third party links to transaction context menuCozz Lovan
2014-03-27add constant for shared (GUI/core) -par settingsPhilip Kaufmann
2014-03-14qt: Show also value for options overridden on command lineWladimir J. van der Laan
2014-02-18Change new constants in txdb.h to int64_tWladimir J. van der Laan
2014-02-17add constants for shared (GUI/core) -dbcache settingsPhilip Kaufmann
2014-02-17Increase default dbcache to 100 MiBPieter Wuille
2014-02-16Merge pull request #3646Wladimir J. van der Laan
2014-02-16qt: Add option to (not) spend unconfirmed changeWladimir J. van der Laan
2014-02-09Copyright 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-settingsCozz Lovan
2014-01-17[Qt] let OptionsModel::getProxySettings() directly query proxyPhilip Kaufmann
2014-01-11GUI for --disable-wallet compiles and -disablewallet modeWladimir J. van der Laan
2014-01-06[Qt] massive options/settings rework (no core changes)Philip Kaufmann
2014-01-06qt: Remove unused method OptionsModel::getTransactionFeeWladimir J. van der Laan
2013-12-13Move `nTransactionFee` from main.cpp to wallet.cppWladimir J. van der Laan
2013-11-18Coincontrol cleanup (e.g. add missing license)Philip Kaufmann
2013-11-14Coin Control FeaturesCozz Lovan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-11-04qt: add license header to source filesWladimir J. van der Laan
2013-10-26Break dependency of init on wallet.Pieter Wuille
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-08-22Payment Protocol: X509-validated payment requestsGavin Andresen
2013-07-04let user select wallet file with -wallet=foo.datNils Schneider
2013-04-03Port Thread* methods to boost::thread_groupGavin Andresen
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-01-05Bitcoin-Qt: add a Reset button to the options dialogPhilip Kaufmann
2012-12-12OptionsModel now has MapPortUPnP=false if UPNP is not supportedAndrey Alekseenko
2012-11-04Remove -detachdb and stop's detach argument.Pieter Wuille
2012-10-25Merge pull request #1899 from Diapolo/proxy_optionsmodelPieter Wuille
2012-10-11Merge pull request #1900 from Diapolo/optionsmodel_gettersWladimir J. van der Laan
2012-10-07make optionsmodel query real proxy state for ::data()Philip Kaufmann
2012-10-04add LOCK() for proxy related data-structuresPhilip Kaufmann
2012-10-02move most explicit getters in optionsmodel to headerPhilip Kaufmann
2012-07-12optionsmodel cleanupPhilip Kaufmann
2012-07-07fix typo in optionsmodel.cppPhilip Kaufmann
2012-06-13re-work optionsdialog to a tabbed UI based on an ui-filePhilip Kaufmann
2012-06-04fix default Proxy address in Qt options (no hostname allowed currently)Philip Kaufmann
2012-05-31Rework network config settingsPieter Wuille
2012-05-22CDBEnv: fix qt buildLuke Dashjr
2012-05-18change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann
2012-05-13Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI codeWladimir J. van der Laan
2012-05-09Make it possible to set user interface language from options dialogWladimir J. van der Laan
2012-04-26Make lsn_reset ("detach databases") optional and off by default.Pieter Wuille
2012-04-17Add missing breaks in optionmodel's switch casePieter Wuille
2012-04-17Move CWalletDB code to new walletdb module.Jeff Garzik
2012-04-17Remove headers.hPieter Wuille
2012-02-26Store addrProxy port in settingsPieter Wuille