aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsdialog.cpp
AgeCommit message (Expand)Author
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-02-26qt: Don't save geometry for options and about/help windowWladimir J. van der Laan
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-11-10Don't show wallet options in the preferences menu when running with -disablew...sinetek
2014-10-23qt: remove monitoreddatamapperWladimir J. van der Laan
2014-09-18[Qt] include and file header cleanupPhilip Kaufmann
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-07-31qt: Remove an obscure option no-one cares aboutWladimir J. van der Laan
2014-07-25[Qt] small Qt-only include cleanupPhilip Kaufmann
2014-07-07remove SOCKS4 support from core and GUIPhilip Kaufmann
2014-07-03Move fee policy out of coreGavin Andresen
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-04-25[Qt] Optionally add third party links to transaction context menuCozz Lovan
2014-04-07Restart-warning for spendZeroConfChange optionlangerhans
2014-03-27add constant for shared (GUI/core) -par settingsPhilip Kaufmann
2014-03-18[Qt] add expert section to wallet tab in optionsdialogCozz Lovan
2014-02-17add constants for shared (GUI/core) -dbcache settingsPhilip Kaufmann
2014-02-17Merge pull request #3614Wladimir J. van der Laan
2014-02-16qt: Add option to (not) spend unconfirmed changeWladimir J. van der Laan
2014-02-02[Qt] Improve single step in bitcoinamountfieldCozz Lovan
2014-01-17[Qt] let OptionsModel::getProxySettings() directly query proxyPhilip Kaufmann
2014-01-06[Qt] massive options/settings rework (no core changes)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-09-05autotools: switch to autotools buildsystemCory Fields
2013-06-03MaxOSX: settings fixes (#2371)Jonas Schnelli
2013-03-17Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann
2013-01-05Bitcoin-Qt: add a Reset button to the options dialogPhilip Kaufmann
2012-11-04Remove -detachdb and stop's detach argument.Pieter Wuille
2012-10-07change Q_WS_MAC -> Q_OS_MAC (Qt5 compatibility)Philip Kaufmann
2012-09-21enhance Qt5 compatibilityPhilip Kaufmann
2012-08-02small UX update for optionsdialogPhilip Kaufmann
2012-07-22optionsdialog cleanupPhilip Kaufmann
2012-07-13enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8Philip Kaufmann
2012-06-26GUI: change language selection formatPhilip Kaufmann
2012-06-13re-work optionsdialog to a tabbed UI based on an ui-filePhilip Kaufmann
2012-05-31Rework network config settingsPieter Wuille
2012-05-17allow translation of "options" used in the --help message / split translation...Philip Kaufmann
2012-05-10optionsdialog.cpp: rename "Start Bitcoin on window system startup" to "Start ...Philip Kaufmann
2012-05-09Make it possible to set user interface language from options dialogWladimir J. van der Laan
2012-05-09Organize optionsdialog (split off Window and Network page)Wladimir J. van der Laan
2012-05-09remove 2 ugly spaces from a string used in translationsPhilip Kaufmann
2012-05-07Merge pull request #1219 from luke-jr/rm_fee_tipWladimir J. van der Laan
2012-05-07Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218Luke Dashjr