52 Commits (ec41342e3dea6e2137a0fc17288e2be77710a631)

Author SHA1 Message Date
Philip Kaufmann 7e195e8459 [Qt] massive options/settings rework (no core changes) 11 years ago
Wladimir J. van der Laan 2a7201570b qt: Remove unused method OptionsModel::getTransactionFee 11 years ago
Wladimir J. van der Laan cd7fa8bb43 Move `nTransactionFee` from main.cpp to wallet.cpp 11 years ago
Philip Kaufmann 0689f46cc7 Coincontrol cleanup (e.g. add missing license) 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
Pieter Wuille 722fa283d0 Break dependency of init on wallet. 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Gavin Andresen a41d5fe019 Payment Protocol: X509-validated payment requests 11 years ago
Nils Schneider 674cb304b3 let user select wallet file with -wallet=foo.dat 12 years ago
Gavin Andresen 21eb5adadb Port Thread* methods to boost::thread_group 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
Andrey Alekseenko 6a3aef39e7 OptionsModel now has MapPortUPnP=false if UPNP is not supported 12 years ago
Pieter Wuille 92467073ad Remove -detachdb and stop's detach argument. 12 years ago
Philip Kaufmann 5e5c102f2f make optionsmodel query real proxy state for ::data() 12 years ago
Philip Kaufmann 81bbef2609 add LOCK() for proxy related data-structures 12 years ago
Philip Kaufmann 7bc65ff108 move most explicit getters in optionsmodel to header 12 years ago
Philip Kaufmann 144bfd9c53 optionsmodel cleanup 13 years ago
Philip Kaufmann 0e3947ef32 fix typo in optionsmodel.cpp 13 years ago
Philip Kaufmann c4443c2be1 re-work optionsdialog to a tabbed UI based on an ui-file 13 years ago
Philip Kaufmann 4e16306ae3 fix default Proxy address in Qt options (no hostname allowed currently) 13 years ago
Pieter Wuille 587f929c64 Rework network config settings 13 years ago
Luke Dashjr f9189543bf CDBEnv: fix qt build 13 years ago
Philip Kaufmann ff0ee876bb change strings to Bitcoin (uppercase), where it is used as a noun and update strings to use "Qt" (and not qt or QT) / update initialisation of notificator to use qApp->applicationName() instead of a static string 13 years ago
Wladimir J. van der Laan 67d4cbab46 Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code 13 years ago
Wladimir J. van der Laan 5ac114c756 Make it possible to set user interface language from options dialog 13 years ago
Pieter Wuille 83743ed681 Make lsn_reset ("detach databases") optional and off by default. 13 years ago
Pieter Wuille 559fc3c610 Add missing breaks in optionmodel's switch case 13 years ago
Jeff Garzik 9eace6b113 Move CWalletDB code to new walletdb module. 13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 13 years ago
Pieter Wuille 42c8b56f62 Store addrProxy port in settings 13 years ago
Gavin Andresen 3f8cb2c565 Reworked QT settings 13 years ago
Pieter Wuille 4a10d4c6dc Fix addrProxy setting 13 years ago
Wladimir J. van der Laan 06706ab8ef Remove erroneous ":" in front of port in options dialog (introduced with network refactor) 13 years ago
Wladimir J. van der Laan be4d08b261 fix the build (port IP validation in options to network refactoring) 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Matt Corallo f18a119ac0 Implement "Start on window system startup" on Win32 + Linux. 13 years ago
Gavin Andresen 26ce92b352 Use std::numeric_limits<> for typesafe INT_MAX/etc 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 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 e8ef3da713 update core to d0d80170a2 (CWallet class) 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
Wladimir J. van der Laan 8e86dca256 consistent bracing style 14 years ago