lbrycrd/src/qt
Pieter Wuille 67a42f929b Network stack refactor
This introduces CNetAddr and CService, respectively wrapping an
(IPv6) IP address and an IP+port combination. This functionality used
to be part of CAddress, which also contains network flags and
connection attempt information. These extra fields are however not
always necessary.

These classes, along with logic for creating connections and doing
name lookups, are moved to netbase.{h,cpp}, which does not depend on
headers.h.

Furthermore, CNetAddr is mostly IPv6-ready, though IPv6
functionality is not yet enabled for the application itself.
2012-01-06 18:55:37 +01:00
..
forms Fix typo (#734) 2012-01-03 11:57:24 +01:00
locale Fix typo (#734) 2012-01-03 11:57:24 +01:00
res Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. 2011-12-20 22:11:24 +11:00
aboutdialog.cpp Move HtmlEscape (escape for qt rich text controls) to qt gui utilities 2011-12-23 12:07:23 +01:00
aboutdialog.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
addressbookpage.cpp Add context menu for address book page (implements part 1 of issue #648) 2011-12-23 12:07:23 +01:00
addressbookpage.h Add context menu for address book page (implements part 1 of issue #648) 2011-12-23 12:07:23 +01:00
addresstablemodel.cpp update to work with new lock system, add protocol.* to build system 2011-09-02 18:02:22 +02:00
addresstablemodel.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
askpassphrasedialog.cpp Enable wordwrap for long message in passphrase dialog 2011-12-13 16:32:25 +01:00
askpassphrasedialog.h Merge commit '7298ebb' 2011-12-12 15:03:16 -05:00
bitcoin.cpp Comments update 2011-12-23 12:07:23 +01:00
bitcoin.qrc Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. 2011-12-20 22:11:24 +11:00
bitcoinaddressvalidator.cpp add sendmany support 2011-07-16 19:25:02 +02:00
bitcoinaddressvalidator.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
bitcoinamountfield.cpp Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
bitcoinamountfield.h Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
bitcoingui.cpp Comments update 2011-12-23 12:07:23 +01:00
bitcoingui.h Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
bitcoinstrings.cpp Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
bitcoinunits.cpp Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
bitcoinunits.h Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
clientmodel.cpp Fix status bar not displaying Alerts. 2011-12-13 15:29:17 -05:00
clientmodel.h Fix status bar not displaying Alerts. 2011-12-13 15:29:17 -05:00
csvmodelwriter.cpp Add robustness against null models 2011-11-08 21:18:36 +01:00
csvmodelwriter.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
editaddressdialog.cpp Add robustness against null models 2011-11-08 21:18:36 +01:00
editaddressdialog.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
guiconstants.h Wallet encryption part 2: ask passphrase when needed, add menu options 2011-08-31 14:19:43 +02:00
guiutil.cpp Copy amount to clipboard (implements #657) 2011-12-23 12:07:23 +01:00
guiutil.h Copy amount to clipboard (implements #657) 2011-12-23 12:07:23 +01:00
macdockiconhandler.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
macdockiconhandler.mm Improved Mac experience; QDoubleSpinBox for BitcoinAmountField 2011-10-09 21:19:44 +02:00
monitoreddatamapper.cpp don't include <QDebug> 2011-08-07 16:09:49 +02:00
monitoreddatamapper.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
notificator.cpp Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
notificator.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
optionsdialog.cpp Improved Mac experience; QDoubleSpinBox for BitcoinAmountField 2011-10-09 21:19:44 +02:00
optionsdialog.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
optionsmodel.cpp Network stack refactor 2012-01-06 18:55:37 +01:00
optionsmodel.h Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
overviewpage.cpp Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
overviewpage.h Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
qrcodedialog.cpp Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. 2011-12-20 22:11:24 +11:00
qrcodedialog.h Added QRCode generation functions via libqrencode. Switch on with USE_QRENCODE=1. 2011-12-20 22:11:24 +11:00
qvalidatedlineedit.cpp put color constants in guiconstants.h 2011-07-25 18:39:52 +02:00
qvalidatedlineedit.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
qvaluecombobox.cpp Full support for other units, add configuration option for default unit (used when displaying amounts) 2011-07-29 14:36:35 +02:00
qvaluecombobox.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
sendcoinsdialog.cpp Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
sendcoinsdialog.h Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
sendcoinsentry.cpp Add robustness against null models 2011-11-08 21:18:36 +01:00
sendcoinsentry.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
transactiondesc.cpp Move HtmlEscape (escape for qt rich text controls) to qt gui utilities 2011-12-23 12:07:23 +01:00
transactiondesc.h Move HtmlEscape (escape for qt rich text controls) to qt gui utilities 2011-12-23 12:07:23 +01:00
transactiondescdialog.cpp move back to original directory structure 2011-06-11 22:11:58 +02:00
transactiondescdialog.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
transactionfilterproxy.cpp Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
transactionfilterproxy.h Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
transactionrecord.cpp Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es 2011-12-28 11:14:05 +01:00
transactionrecord.h Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es 2011-12-28 11:14:05 +01:00
transactiontablemodel.cpp Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es 2011-12-28 11:14:05 +01:00
transactiontablemodel.h Improve documentation for UI classes 2011-11-13 14:12:44 +01:00
transactionview.cpp Fix transaction type in UI: not all tx'es with "from"/"to" field are necessarily IP tx'es 2011-12-28 11:14:05 +01:00
transactionview.h Copy amount to clipboard (implements #657) 2011-12-23 12:07:23 +01:00
walletmodel.cpp Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00
walletmodel.h Revert "Use standard C99 (and Qt) types for 64-bit integers" 2011-12-21 22:33:19 +01:00