aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsdialog.cpp
AgeCommit message (Expand)Author
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
2012-04-26Make lsn_reset ("detach databases") optional and off by default.Pieter Wuille
2012-04-13Add missing tooltip and key shortcut in settings dialog (#1088 without line b...Wladimir J. van der Laan
2012-04-11Toggle main window hide on tray icon clicksje397
2012-02-05fetch translations from transifexNils Schneider
2011-10-09Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k
2011-09-19put Q_OBJECT everywhere it should be (removes warnings when running lupdate)Wladimir J. van der Laan
2011-08-07don't include <QDebug>Wladimir J. van der Laan
2011-07-30Hide addresses in transaction overview by default, they can be re-shown as a ...Wladimir J. van der Laan
2011-07-29Full support for other units, add configuration option for default unit (used...Wladimir J. van der Laan
2011-07-26allow multiple units in bitcoin amount widget (for example, for sending) usin...Wladimir J. van der Laan
2011-07-25preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan
2011-06-24use buttonbox for options dialogWladimir J. van der Laan