aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsdialog.cpp
AgeCommit message (Expand)Author
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
2011-06-20introduce bitcoin amount field with split amount/decimals, to protect against...Wladimir J. van der Laan
2011-06-18remove commented code, use // for one-line comments and comments inside funct...Wladimir J. van der Laan
2011-06-11move back to original directory structureWladimir J. van der Laan