neobytes/src/qt
Wladimir J. van der Laan 752ecec5cc Remove NumBlocksOfPeers
Generally useless information. Only updates on connect time, not after
that. Peers can easily lie and the median filter is not effective in
preventing that.

In the past it was used for progress display in the GUI but
`CheckPoints::guessVerificationProgress` provides a better way that is now used.
It was too easy to mislead it. Peers do lie about it in practice, see issue #4065.

From the RPC, `getpeerinfo` gives the peer raw values, which are more
useful.
2014-07-04 06:58:45 +02:00
..
forms Remove NumBlocksOfPeers 2014-07-04 06:58:45 +02:00
locale qt: Periodic translation update 2014-06-06 19:29:47 +02:00
res
test
addressbookpage.cpp
addressbookpage.h
addresstablemodel.cpp qt: change CT_NOW string to CT_NEW in log message 2014-03-15 09:00:48 +01:00
addresstablemodel.h
askpassphrasedialog.cpp
askpassphrasedialog.h
bitcoin.cpp SetupEnvironment() - clean commit 2014-05-19 15:16:33 +02:00
bitcoin.qrc qt: periodic language update 2014-05-13 07:08:59 +02:00
bitcoinaddressvalidator.cpp
bitcoinaddressvalidator.h
bitcoinamountfield.cpp
bitcoinamountfield.h
bitcoingui.cpp Remove NumBlocksOfPeers 2014-07-04 06:58:45 +02:00
bitcoingui.h Remove NumBlocksOfPeers 2014-07-04 06:58:45 +02:00
bitcoinstrings.cpp qt: Periodic translations update 2014-04-29 16:02:36 +02:00
bitcoinunits.cpp
bitcoinunits.h
clientmodel.cpp Remove NumBlocksOfPeers 2014-07-04 06:58:45 +02:00
clientmodel.h Remove NumBlocksOfPeers 2014-07-04 06:58:45 +02:00
coincontroldialog.cpp [Qt] small cleanup of coincontroldialog 2014-04-01 10:11:18 +02:00
coincontroldialog.h
coincontroltreewidget.cpp
coincontroltreewidget.h
csvmodelwriter.cpp
csvmodelwriter.h
editaddressdialog.cpp
editaddressdialog.h
guiconstants.h
guiutil.cpp Qt: Fix monospace font in osx 10.9 2014-06-18 19:53:55 +02:00
guiutil.h [Qt] fix style, formating, comment and indentation problems 2014-03-27 09:22:15 +01:00
intro.cpp Wrap create_directory calls in try...catch blocks. 2014-03-31 09:51:58 +02:00
intro.h
macdockiconhandler.h
macdockiconhandler.mm osx: Fix missing dock menu with qt5 2014-05-30 10:20:50 +02:00
macnotificationhandler.h
macnotificationhandler.mm
Makefile.am qt: periodic language update 2014-05-13 07:08:59 +02:00
monitoreddatamapper.cpp
monitoreddatamapper.h
notificator.cpp
notificator.h
openuridialog.cpp
openuridialog.h
optionsdialog.cpp [Qt] Optionally add third party links to transaction context menu 2014-04-25 20:01:20 +02:00
optionsdialog.h
optionsmodel.cpp qt: fix compile issue in Qt GUI 2014-05-08 12:23:56 +02:00
optionsmodel.h [Qt] Optionally add third party links to transaction context menu 2014-04-25 20:01:20 +02:00
overviewpage.cpp
overviewpage.h
paymentrequest.proto
paymentrequestplus.cpp
paymentrequestplus.h
paymentserver.cpp [Qt] let OptionsModel::getProxySettings() directly query proxy 2014-01-17 15:43:44 +01:00
paymentserver.h
qvalidatedlineedit.cpp
qvalidatedlineedit.h
qvaluecombobox.cpp
qvaluecombobox.h
receivecoinsdialog.cpp [Qt] fix Qt slot problem in receivecoinsdialog 2014-05-06 12:52:21 +02:00
receivecoinsdialog.h [Qt] fix Qt slot problem in receivecoinsdialog 2014-05-06 12:52:21 +02:00
receiverequestdialog.cpp ui: Check for !pixmap() before trying to export QR code 2014-05-07 08:42:12 +02:00
receiverequestdialog.h ui: Check for !pixmap() before trying to export QR code 2014-05-07 08:42:12 +02:00
recentrequeststablemodel.cpp
recentrequeststablemodel.h
rpcconsole.cpp Remove NumBlocksOfPeers 2014-07-04 06:58:45 +02:00
rpcconsole.h Remove NumBlocksOfPeers 2014-07-04 06:58:45 +02:00
sendcoinsdialog.cpp
sendcoinsdialog.h
sendcoinsentry.cpp
sendcoinsentry.h
signverifymessagedialog.cpp
signverifymessagedialog.h
splashscreen.cpp [Qt] rescan progress 2014-04-02 03:48:07 +02:00
splashscreen.h
trafficgraphwidget.cpp
trafficgraphwidget.h
transactiondesc.cpp Solve chainActive-related locking issues 2014-04-18 12:49:41 +02:00
transactiondesc.h
transactiondescdialog.cpp
transactiondescdialog.h
transactionfilterproxy.cpp
transactionfilterproxy.h
transactionrecord.cpp Add AssertLockHeld for cs_main to ChainActive-using functions 2014-04-17 16:46:01 +02:00
transactionrecord.h
transactiontablemodel.cpp [Qt] Optionally add third party links to transaction context menu 2014-04-25 20:01:20 +02:00
transactiontablemodel.h [Qt] Optionally add third party links to transaction context menu 2014-04-25 20:01:20 +02:00
transactionview.cpp [Qt] Optionally add third party links to transaction context menu 2014-04-25 20:01:20 +02:00
transactionview.h [Qt] Optionally add third party links to transaction context menu 2014-04-25 20:01:20 +02:00
utilitydialog.cpp Merge pull request #3922 2014-03-29 06:03:08 +01:00
utilitydialog.h
walletframe.cpp
walletframe.h
walletmodel.cpp qt: get required locks upfront in polling functions 2014-04-23 09:07:18 +02:00
walletmodel.h [Qt] rescan progress 2014-04-02 03:48:07 +02:00
walletmodeltransaction.cpp
walletmodeltransaction.h
walletview.cpp [Qt] rescan progress 2014-04-02 03:48:07 +02:00
walletview.h [Qt] rescan progress 2014-04-02 03:48:07 +02:00
winshutdownmonitor.cpp [Qt] catch Windows shutdown events while client is running 2014-04-15 11:57:55 +02:00
winshutdownmonitor.h [Qt] catch Windows shutdown events while client is running 2014-04-15 11:57:55 +02:00