aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-05-15[qt] OptionsDialog: add prune settingSjors Provoost
2018-04-10Fix illegal default `addProxy` and `addrSeparateProxyTor` settings.251
2018-04-07scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky
2018-04-04Remove direct bitcoin calls from qt/optionsmodel.cppRussell Yanofsky
2018-02-08boost: drop boost threads for upnpCory Fields
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-12Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan
2017-12-07gui: Fix proxy setting options dialog crashWladimir J. van der Laan
2017-11-16Remove includes in .cpp files for things the corresponding .h file already in...practicalswift
2017-11-16qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-04[gui] reset addrProxy/addrSeparateProxyTor if colon char missingCristian Mircea Messel
2017-09-23qt: Backup former GUI settings on `-resetguisettings`Wladimir J. van der Laan
2017-08-16Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-07-25Add const to methods that do not modify the object for which it is calledpracticalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-08-25Merge #8487: Persist the datadir after option resetJonas Schnelli
2016-08-24Load choose datadir dialog after options resetAndrew Chow
2016-08-10Persist the datadir after option resetAndrew Chow
2016-07-31net: narrow include scope after moving to netaddressCory Fields
2016-07-28[Qt] Add dbcache migration pathJonas Schnelli
2016-05-11Qt: Add option to hide the system tray iconTyler Hardin
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-11-13[Qt] add startup option to reset Qt settingsJonas Schnelli
2015-08-07Merge pull request #4587Wladimir J. van der Laan
2015-07-24[Qt] allow users to set -onion via GUIPhilip Kaufmann
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-15qt: define QT_NO_KEYWORDSWladimir J. van der Laan
2015-04-17privacy: Stream isolation for TorWladimir J. van der Laan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-19[Qt] Add Smartfee to GUICozz Lovan
2014-10-27MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon
2014-10-07Merge pull request #4976Wladimir J. van der Laan
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-09-25qt: add proxy to options overridden if necessary.Cory Fields
2014-09-18[Qt] include and file header cleanupPhilip Kaufmann
2014-07-31qt: Remove an obscure option no-one cares aboutWladimir J. van der Laan
2014-07-07remove SOCKS4 support from core and GUIPhilip Kaufmann
2014-06-25[Qt] New status bar Unit Display Control and related changes.gubatron
2014-06-23build: fix build weirdness after 54372482.Cory Fields
2014-06-11[Qt] allow setting listen via GUIPhilip Kaufmann
2014-06-06Type-safe CFeeRate classGavin Andresen
2014-05-20add DEFAULT_UPNP constant in netPhilip Kaufmann