aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* [qt] OptionsDialog: add prune settingSjors Provoost2018-05-151-0/+26
* Fix illegal default `addProxy` and `addrSeparateProxyTor` settings.2512018-04-101-2/+21
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-2/+2
* Remove direct bitcoin calls from qt/optionsmodel.cppRussell Yanofsky2018-04-041-23/+13
* boost: drop boost threads for upnpCory Fields2018-02-081-1/+6
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10574: Remove includes in .cpp files for things the corresponding .h f...Wladimir J. van der Laan2017-12-121-1/+0
|\
| * Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-1/+0
* | gui: Fix proxy setting options dialog crashWladimir J. van der Laan2017-12-071-52/+57
|/
* qt: refactor: Changes to make include paths absoluteWladimir J. van der Laan2017-11-161-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-13/+13
* [gui] reset addrProxy/addrSeparateProxyTor if colon char missingCristian Mircea Messel2017-10-041-2/+2
* qt: Backup former GUI settings on `-resetguisettings`Wladimir J. van der Laan2017-09-231-0/+22
* Merge #9964: Add const to methods that do not modify the object for which it ...MarcoFalke2017-08-161-1/+1
|\
| * Add const to methods that do not modify the object for which it is calledpracticalswift2017-07-251-1/+1
* | scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-12/+12
|/
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Un-expose mapArgs from utils.hMatt Corallo2016-12-241-2/+2
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Merge #8487: Persist the datadir after option resetJonas Schnelli2016-08-251-0/+14
|\
| * Load choose datadir dialog after options resetAndrew Chow2016-08-241-0/+3
| * Persist the datadir after option resetAndrew Chow2016-08-101-0/+11
* | net: narrow include scope after moving to netaddressCory Fields2016-07-311-0/+1
|/
* [Qt] Add dbcache migration pathJonas Schnelli2016-07-281-0/+21
* Qt: Add option to hide the system tray iconTyler Hardin2016-05-111-1/+13
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [Qt] add startup option to reset Qt settingsJonas Schnelli2015-11-131-3/+6
* Merge pull request #4587Wladimir J. van der Laan2015-08-071-0/+57
|\
| * [Qt] allow users to set -onion via GUIPhilip Kaufmann2015-07-241-0/+57
* | Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+1
|/
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-3/+3
* privacy: Stream isolation for TorWladimir J. van der Laan2015-04-171-2/+2
* [Move Only] Move wallet related things to src/wallet/Jonas Schnelli2015-03-121-2/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* [Qt] Add Smartfee to GUICozz Lovan2014-11-191-24/+0
* MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+1
* Merge pull request #4976Wladimir J. van der Laan2014-10-071-0/+2
|\
| * qt: add proxy to options overridden if necessary.Cory Fields2014-09-251-0/+2
* | Use a typedef for monetary valuesMark Friedenbach2014-09-261-2/+2
|/
* [Qt] include and file header cleanupPhilip Kaufmann2014-09-181-0/+1
* qt: Remove an obscure option no-one cares aboutWladimir J. van der Laan2014-07-311-10/+0
* remove SOCKS4 support from core and GUIPhilip Kaufmann2014-07-071-23/+5
* [Qt] New status bar Unit Display Control and related changes.gubatron2014-06-251-3/+14
* build: fix build weirdness after 54372482.Cory Fields2014-06-231-1/+1
* [Qt] allow setting listen via GUIPhilip Kaufmann2014-06-111-0/+13
* Type-safe CFeeRate classGavin Andresen2014-06-061-9/+12
* add DEFAULT_UPNP constant in netPhilip Kaufmann2014-05-201-5/+1