53 Commits (3955c3940eff83518c186facfec6f50545b5aab5)

Author SHA1 Message Date
Philip Kaufmann 0127a9be14 remove SOCKS4 support from core and GUI 11 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 11 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 11 years ago
Philip Kaufmann 56b07d2dcd [Qt] allow setting listen via GUI 11 years ago
Gavin Andresen c6cb21d17a Type-safe CFeeRate class 11 years ago
Cozz Lovan 40c5b939f2 [Qt] Optionally add third party links to transaction context menu 11 years ago
langerhans 71f82bf2ab Restart-warning for spendZeroConfChange option 11 years ago
Philip Kaufmann 5409404d75 add constant for shared (GUI/core) -par settings 11 years ago
Cozz Lovan 16d281ba84 [Qt] add expert section to wallet tab in optionsdialog 11 years ago
Philip Kaufmann 82e96006ae add constants for shared (GUI/core) -dbcache settings 11 years ago
Wladimir J. van der Laan 29d45073c9 qt: Add option to (not) spend unconfirmed change 11 years ago
Cozz Lovan b920148258 [Qt] Improve single step in bitcoinamountfield 11 years ago
Philip Kaufmann 1ba3560fe8 [Qt] let OptionsModel::getProxySettings() directly query proxy 11 years ago
Philip Kaufmann 7e195e8459 [Qt] massive options/settings rework (no core changes) 11 years ago
Cozz Lovan 6a86c24db1 Coin Control Features 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Jonas Schnelli f679b2900a MaxOSX: settings fixes (#2371) 12 years ago
Philip Kaufmann 32af5266cf Bitcoin-Qt: massive header and cpp cleanup 12 years ago
Philip Kaufmann 5fb445b49e Bitcoin-Qt: add a Reset button to the options dialog 12 years ago
Pieter Wuille 92467073ad Remove -detachdb and stop's detach argument. 12 years ago
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 13 years ago
Philip Kaufmann 1376a542b4 optionsdialog cleanup 13 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
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> 14 years ago
Wladimir J. van der Laan 2f5d380943 Hide addresses in transaction overview by default, they can be re-shown as a configuration option 14 years ago
Wladimir J. van der Laan ee014e5b10 Full support for other units, add configuration option for default unit (used when displaying amounts) 14 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