aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] Add TRY_LOCK back to peertablemodelCozz Lovan2014-08-101-2/+8
|
* [Qt] format ping times in peers tab as msPhilip Kaufmann2014-08-041-2/+5
| | | | - also align ping times to the right
* [Qt] tweak new peers tab in console windowPhilip Kaufmann2014-08-041-34/+30
| | | | | | | | | | | | | | | | | | | - remove starting height as table header and replace with ping time - remove columnResizingFixer - add local address (if available) in detailed node view (on top of the right view below the remote address) - remove some .c_str() by using QString::fromStdString() - rename Address to Address/Hostname - rename secs to just s for ping time - use MODEL_UPDATE_DELAY from guiconstants.h for the peer refresh time - make PeerTableModel::columnCount() return no hard-coded value - remove and cleanup dup private: section in RPCConsole header - add new defaults for column sizes - remove behaviour which keeps disconnected peers selected and also remove code which keeps track of last selected peer stats - add sync height to detail view - add some additional NULL pointer checks for clientModel in rpcconsole.cpp
* Merge pull request #4297Wladimir J. van der Laan2014-06-061-2/+2
|\ | | | | | | b917555 qt: PeerTableModel: Fix potential deadlock. #4296 (Ashley Holman)
| * qt: PeerTableModel: Fix potential deadlock. #4296Ashley Holman2014-06-061-2/+2
| |
* | [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-031-2/+0
|/ | | | - fix spaces, indentation and coding style glitches
* Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-031-0/+238