summaryrefslogtreecommitdiff
path: root/src/trg-cell-renderer-counter.c
Commit message (Collapse)AuthorAge
* fix the performance problems with the torrent add dialog on torrents with ↵Gravatar Alan Fitton2012-01-08
| | | | many files/dirs. the parent size updates just walks up parents rather than a full foreach, and the inserts try to use the previous update to speed up finding/creating the directories. I'll probably do something similar to the main files treeview.
* reindent with gnu indent. add keyboard accelerators for view menu, fix ↵Gravatar Alan Fitton2012-01-04
| | | | toggle filter widget also connected to toggle graph cb. add Lithuanian translation thanks to Algimantas Margevičius via launchpad.
* filter items (not trackers+dirs for now) show counts next to them. while ↵Gravatar Alan Fitton2011-12-27
doing this, I made the stats update loop something that happens only if something changes, which avoids a full iteration over all torrents (even in active only).