mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
Impove drawing speed of peers list when there are many peers.
This commit is contained in:
parent
01307b377e
commit
029505bf1d
@ -10,6 +10,7 @@
|
|||||||
- BUGFIX: Greatly improve RSS manager performance (closes #34)
|
- BUGFIX: Greatly improve RSS manager performance (closes #34)
|
||||||
- OTHER: Generate translations at configure time to reduce tarball size
|
- 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 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
|
* Thu Aug 09 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.0
|
||||||
- FEATURE: Brand new torrent addition dialog
|
- FEATURE: Brand new torrent addition dialog
|
||||||
|
@ -54,6 +54,7 @@ PeerListWidget::PeerListWidget(PropertiesWidget *parent):
|
|||||||
// Load settings
|
// Load settings
|
||||||
loadSettings();
|
loadSettings();
|
||||||
// Visual settings
|
// Visual settings
|
||||||
|
setUniformRowHeights(true);
|
||||||
setRootIsDecorated(false);
|
setRootIsDecorated(false);
|
||||||
setItemsExpandable(false);
|
setItemsExpandable(false);
|
||||||
setAllColumnsShowFocus(true);
|
setAllColumnsShowFocus(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user