aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsdialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MaxOSX: settings fixes (#2371)Jonas Schnelli2013-06-031-1/+2
* Bitcoin-Qt: massive header and cpp cleanupPhilip Kaufmann2013-03-171-2/+0
* Bitcoin-Qt: add a Reset button to the options dialogPhilip Kaufmann2013-01-051-0/+27
* Remove -detachdb and stop's detach argument.Pieter Wuille2012-11-041-1/+0
* change Q_WS_MAC -> Q_OS_MAC (Qt5 compatibility)Philip Kaufmann2012-10-071-1/+1
* enhance Qt5 compatibilityPhilip Kaufmann2012-09-211-1/+1
* small UX update for optionsdialogPhilip Kaufmann2012-08-021-6/+19
* optionsdialog cleanupPhilip Kaufmann2012-07-221-38/+40
* enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8Philip Kaufmann2012-07-131-0/+10
* GUI: change language selection formatPhilip Kaufmann2012-06-261-1/+14
* re-work optionsdialog to a tabbed UI based on an ui-filePhilip Kaufmann2012-06-131-318/+140
* Rework network config settingsPieter Wuille2012-05-311-1/+1
* allow translation of "options" used in the --help message / split translation...Philip Kaufmann2012-05-171-4/+4
* optionsdialog.cpp: rename "Start Bitcoin on window system startup" to "Start ...Philip Kaufmann2012-05-101-12/+12
* Make it possible to set user interface language from options dialogWladimir J. van der Laan2012-05-091-1/+38
* Organize optionsdialog (split off Window and Network page)Wladimir J. van der Laan2012-05-091-95/+157
* remove 2 ugly spaces from a string used in translationsPhilip Kaufmann2012-05-091-1/+1
* Merge pull request #1219 from luke-jr/rm_fee_tipWladimir J. van der Laan2012-05-071-1/+0
|\
| * Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218Luke Dashjr2012-05-071-1/+0
* | Make lsn_reset ("detach databases") optional and off by default.Pieter Wuille2012-04-261-0/+6
* | Add missing tooltip and key shortcut in settings dialog (#1088 without line b...Wladimir J. van der Laan2012-04-131-1/+2
* | Toggle main window hide on tray icon clicksje3972012-04-111-6/+4
|/
* fetch translations from transifexNils Schneider2012-02-051-2/+2
* Improved Mac experience; QDoubleSpinBox for BitcoinAmountFieldp2k2011-10-091-0/+12
* put Q_OBJECT everywhere it should be (removes warnings when running lupdate)Wladimir J. van der Laan2011-09-191-0/+4
* don't include <QDebug>Wladimir J. van der Laan2011-08-071-1/+0
* Hide addresses in transaction overview by default, they can be re-shown as a ...Wladimir J. van der Laan2011-07-301-0/+7
* Full support for other units, add configuration option for default unit (used...Wladimir J. van der Laan2011-07-291-5/+9
* allow multiple units in bitcoin amount widget (for example, for sending) usin...Wladimir J. van der Laan2011-07-261-1/+0
* preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issueWladimir J. van der Laan2011-07-251-11/+53
* use buttonbox for options dialogWladimir J. van der Laan2011-06-241-14/+8
* introduce bitcoin amount field with split amount/decimals, to protect against...Wladimir J. van der Laan2011-06-201-5/+3
* remove commented code, use // for one-line comments and comments inside funct...Wladimir J. van der Laan2011-06-181-2/+2
* move back to original directory structureWladimir J. van der Laan2011-06-111-0/+234