aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* gui: Add close window shortcutMiguel Herranz2020-02-051-0/+2
* net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...practicalswift2020-01-081-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Merge #17702: gui: Move static placeholder texts to formsMarcoFalke2019-12-091-2/+0
|\
| * gui: Move static placeholder texts to formsWladimir J. van der Laan2019-12-091-2/+0
* | ui: disable 3rd-party tx-urls when wallet disabledHarris2019-12-091-1/+3
|/
* gui: remove macOS start on login codefanquake2019-11-221-3/+1
* scripted-diff: Avoid passing PACKAGE_NAME for translationMarcoFalke2019-06-261-4/+4
* Merge #15801: Bugfix: GUI: Options: Initialise prune setting range before loa...Wladimir J. van der Laan2019-04-181-4/+4
|\
| * GUI: Options: Remove the upper-bound limit from pruning size settingLuke Dashjr2019-04-111-1/+1
| * GUI: Options: Set the range of pruning size before loading its valueLuke Dashjr2019-04-111-4/+4
* | Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan2019-01-301-4/+5
|\|
| * Correct units for "-dbcache" and "-prune"Hennadii Stepanov2019-01-301-4/+5
* | Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11Jonas Schnelli2019-01-211-0/+6
* | Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)practicalswift2019-01-131-2/+2
|/
* Don't use systray icon on inappropriate systemsHennadii Stepanov2018-09-271-2/+12
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-23/+23
* Merge #13248: [gui] Make proxy icon from statusbar clickableWladimir J. van der Laan2018-08-201-0/+10
|\
| * [gui] Make proxy icon from statusbar clickableCristian Mircea Messel2018-07-251-0/+10
* | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\ \
| * | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
| |/
* / gui: Reject options dialog when key escape is pressedJoão Barbosa2018-07-301-0/+4
|/
* scripted-diff: Replace NET_TOR with NET_ONIONwodry2018-07-021-1/+1
* gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-12/+0
* [qt] OptionsDialog: add prune settingSjors Provoost2018-05-151-0/+19
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-1/+1
* Remove direct bitcoin calls from qt/optionsdialog.cppRussell Yanofsky2018-04-041-3/+4
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* gui: Fix proxy setting options dialog crashWladimir J. van der Laan2017-12-071-1/+1
* 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-9/+9
* Merge #11198: [Qt] Fix display of package name on 'open config file' tooltipMarcoFalke2017-09-021-0/+2
|\
| * [Qt] Fix display of package name on 'open config file' tooltipDaniel Edgecumbe2017-08-301-0/+2
* | Move some static functions out of wallet.h/cppRussell Yanofsky2017-08-141-4/+0
|/
* Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-1/+1
|\
| * scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-1/+1
* | Remove unused Boost includespracticalswift2017-06-091-2/+0
|/
* Add a button to open the config file in a text editorEric Shaw Jr2017-03-231-0/+12
* Merge #9755: Bugfix: Qt/Options: Restore persistent "restart required" noticeJonas Schnelli2017-02-141-1/+4
|\
| * Bugfix: Qt/Options: Restore persistent "restart required" noticeLuke Dashjr2017-02-131-1/+4
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* | Do not shadow in src/qtPavel Janík2016-09-231-6/+6
* | net: Have LookupNumeric return a CService directlyCory Fields2016-08-041-2/+1
* | net: Split resolving out of CServiceCory Fields2016-07-311-1/+3
* | Qt: Add option to hide the system tray iconTyler Hardin2016-05-111-0/+14
* | Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-45/+32
|\ \
| * | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
| |/
| * [Qt] don't allow to store invalid proxy portsJonas Schnelli2015-11-181-4/+9
| * [Qt] refactor and optimize proxy settings behaviorJonas Schnelli2015-11-161-44/+26