]> Git Repo - VerusCoin.git/commit - src/qt/optionsdialog.cpp
re-work optionsdialog to a tabbed UI based on an ui-file
authorPhilip Kaufmann <[email protected]>
Fri, 8 Jun 2012 13:21:55 +0000 (15:21 +0200)
committerPhilip Kaufmann <[email protected]>
Wed, 13 Jun 2012 14:24:25 +0000 (16:24 +0200)
commitc4443c2be141e5f45bb10376056f3083e97cde50
tree437bad1af7dccf5ced0f0056757d134334f4b056
parentc4879a0c2fea705b6ad7956502acc7897838e841
re-work optionsdialog to a tabbed UI based on an ui-file

- extend network options with a SOCKS version selection
- changing "Unit to show amounts in:" now also updates the unit used in the transaction fee box
- string updates
- link Apply button and OK button when enabling or disabling them
- use LookupNumeric() from netbase to verify proxy address (via an EventFilter)
- change proxy address field to QValidatedLineEdit and add visual feedback
- add a status label used for displaying a message for invalid proxy addresses
- allow usage of IPv6 address as proxy address
- added warning message when enabling / disabling SOCKS proxy
bitcoin-qt.pro
src/qt/forms/optionsdialog.ui [new file with mode: 0644]
src/qt/optionsdialog.cpp
src/qt/optionsdialog.h
src/qt/optionsmodel.cpp
This page took 0.02351 seconds and 4 git commands to generate.