Browse Source

Impove drawing speed of peers list when there are many peers.

adaptive-webui-19844
sledgehammer999 12 years ago
parent
commit
029505bf1d
  1. 1
      Changelog
  2. 1
      src/properties/peerlistwidget.cpp

1
Changelog

@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
- BUGFIX: Greatly improve RSS manager performance (closes #34)
- OTHER: Generate translations at configure time to reduce tarball size
- PERFORMANCE: Impove drawing speed of tranferlist when there are many torrents(>100)
- PERFORMANCE: Impove drawing speed of peers list when there are many peers
* Thu Aug 09 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.0
- FEATURE: Brand new torrent addition dialog

1
src/properties/peerlistwidget.cpp

@ -54,6 +54,7 @@ PeerListWidget::PeerListWidget(PropertiesWidget *parent): @@ -54,6 +54,7 @@ PeerListWidget::PeerListWidget(PropertiesWidget *parent):
// Load settings
loadSettings();
// Visual settings
setUniformRowHeights(true);
setRootIsDecorated(false);
setItemsExpandable(false);
setAllColumnsShowFocus(true);

Loading…
Cancel
Save