qBittorrent/src/properties
Christophe Dumez 4ba5e43933 Improve peer host name resolution (closes #360)
- Take a QString in argument to avoid converting it twice. The caller already
  has the IP as a QString.
- Fix bug where hostnames coming from the cache would not the displayed.
- Fix bug where the resolved hostnames would not be displayed if the IP we know
  does not match the first one in the QHostInfo::addresses() list. It may come
  later in the list or may be formatted differently (possible with IPv6).
- Avoid requesting again host names for IPs that were already requested recently
  but whose resolution did not return a useful hostname.
2013-03-28 21:47:45 +02:00
..
downloadedpiecesbar.cpp Code clean up 2011-09-24 17:28:25 +03:00
downloadedpiecesbar.h Code clean up 2011-09-24 17:28:25 +03:00
peer.ui Restructured the project file 2010-11-20 17:21:40 +00:00
peeraddition.h Coding style clean up 2012-02-20 19:56:07 +02:00
peerlistdelegate.h Coding style changes 2012-02-20 21:32:58 +02:00
peerlistwidget.cpp Improve peer host name resolution (closes #360) 2013-03-28 21:47:45 +02:00
peerlistwidget.h Clean up PeerListWidget 2012-02-25 21:02:19 +02:00
pieceavailabilitybar.cpp Code clean up 2011-09-24 17:28:25 +03:00
pieceavailabilitybar.h Code clean up 2011-09-24 17:28:25 +03:00
properties.pri Use QInputDilog for tracker editing 2013-02-10 22:07:36 +04:00
propertieswidget.cpp Remove add/remove buttons in web seed list, since context menu is now implemented. 2013-02-28 23:04:12 +04:00
propertieswidget.h Add context menu for web seeds: add, remove, copy, edit. 2013-02-28 23:00:04 +04:00
propertieswidget.ui Remove add/remove buttons in web seed list, since context menu is now implemented. 2013-02-28 23:04:12 +04:00
proplistdelegate.h Coding style changes 2012-02-20 21:32:58 +02:00
proptabbar.cpp Add some spacing between property panel buttons 2012-06-28 18:27:23 +03:00
proptabbar.h BUGFIX: Fix compilation with namespaced Qt (Christian Kandeler) 2011-02-27 15:41:05 +00:00
trackerlist.cpp Simplify the code a bit now that QIniSettings uses qBittorrent / qBittorrent by default 2013-02-16 20:04:48 +02:00
trackerlist.h Allow to edit tracker URI 2013-02-10 22:05:51 +04:00
trackersadditiondlg.h Remove outdated torrentz link 2013-01-08 20:08:40 +02:00
trackersadditiondlg.ui Initial support for system Icons (incomplete but good progress) 2010-12-12 19:37:59 +00:00