Commit Graph

30 Commits (10d3603ffac70845528ca9de36d0ec8c0e523237)

Author SHA1 Message Date
Philip Kaufmann ada2a39691 change Q_WS_MAC -> Q_OS_MAC (Qt5 compatibility)
12 years ago
Philip Kaufmann 81605d90f5 enhance Qt5 compatibility
12 years ago
Philip Kaufmann 4aaa4313e7 small UX update for optionsdialog
12 years ago
Philip Kaufmann 1376a542b4 optionsdialog cleanup
12 years ago
Philip Kaufmann 81ccec4042 enhance lang-selection in OptionsDialog, when compiling with Qt >= 4.8
13 years ago
Philip Kaufmann 2943f60811 GUI: change language selection format
13 years ago
Philip Kaufmann c4443c2be1 re-work optionsdialog to a tabbed UI based on an ui-file
13 years ago
Pieter Wuille 587f929c64 Rework network config settings
13 years ago
Philip Kaufmann 8b4d653663 allow translation of "options" used in the --help message / split translation of RPC console welcome message and remove the need to take care of "<br>" / remove some spaces in strings and misc other stuff related to translations
13 years ago
Philip Kaufmann 81c45c0a94 optionsdialog.cpp: rename "Start Bitcoin on window system startup" to "Start Bitcoin on system login" and move it to Main / hide "Window" Options on Mac as there are currently none available / remove an unused variable / add Alt-Shortcuts where they were missing / allow translation of "default"
13 years ago
Wladimir J. van der Laan 5ac114c756 Make it possible to set user interface language from options dialog
13 years ago
Wladimir J. van der Laan 6ddf861078 Organize optionsdialog (split off Window and Network page)
13 years ago
Philip Kaufmann 09570add5f remove 2 ugly spaces from a string used in translations
13 years ago
Wladimir J. van der Laan 1f7e0e51aa Merge pull request #1219 from luke-jr/rm_fee_tip
13 years ago
Luke Dashjr 1ef3a48c03 Bitcoin-Qt: Remove redundant tooltip on optional transaction fee. Fixes #1218
13 years ago
Pieter Wuille 83743ed681 Make lsn_reset ("detach databases") optional and off by default.
13 years ago
Wladimir J. van der Laan 6b8e7eefcc Add missing tooltip and key shortcut in settings dialog (#1088 without line break part)
13 years ago
sje397 86d5634941 Toggle main window hide on tray icon click
13 years ago
Nils Schneider 9d4b05c0dc fetch translations from transifex
13 years ago
p2k 527137e3ee Improved Mac experience; QDoubleSpinBox for BitcoinAmountField
13 years ago
Wladimir J. van der Laan 9b490f71b0 put Q_OBJECT everywhere it should be (removes warnings when running lupdate)
13 years ago
Wladimir J. van der Laan 856aacf388 don't include <QDebug>
13 years ago
Wladimir J. van der Laan 2f5d380943 Hide addresses in transaction overview by default, they can be re-shown as a configuration option
13 years ago
Wladimir J. van der Laan ee014e5b10 Full support for other units, add configuration option for default unit (used when displaying amounts)
13 years ago
Wladimir J. van der Laan 587e52855a allow multiple units in bitcoin amount widget (for example, for sending) using a combobox
14 years ago
Wladimir J. van der Laan e285ffcd05 preparations for multiple unit (uBTC, mBTC, BTC) support, fix amount entry issue
14 years ago
Wladimir J. van der Laan 6665c2431b use buttonbox for options dialog
14 years ago
Wladimir J. van der Laan f193c57a63 introduce bitcoin amount field with split amount/decimals, to protect against mistakes (https://forum.bitcoin.org/index.php?topic=19168.0)
14 years ago
Wladimir J. van der Laan 0f3981bea9 remove commented code, use // for one-line comments and comments inside functions
14 years ago
Wladimir J. van der Laan ba4081c1fc move back to original directory structure
14 years ago