summaryrefslogtreecommitdiff
path: root/src/torrent-cell-renderer.c
Commit message (Collapse)AuthorAge
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
|
* patch from rene.herman which fixes a type mismatch in some printf ↵Gravatar Alan F2014-04-24
| | | | specifications in the transmission style cell renderer, causing 32bit to show 0 connected peers and unknown eta. thanks!
* a cell renderer for RSS itemsGravatar Alan F2014-02-28
|
* remove all support for gtk2Gravatar Alan F2014-01-07
|
* update changelog and reindentGravatar Alan Fitton2012-09-05
|
* display of partial seeds was the wrong way round... just show the size if ↵Gravatar Alan Fitton2012-08-30
| | | | it's a fully downloaded torrent, and x of y if partial.
* don't show a progress string in the new torrent cell renderer.Gravatar Alan Fitton2012-08-30
|
* reindentGravatar Alan Fitton2012-08-27
|
* fix units in torrent-cell-renderer, fix crash closing old style torrent ↵Gravatar Alan Fitton2012-08-26
| | | | properties
* add the peers/files/trackers tree view to torrent dialog in transmission styleGravatar Alan Fitton2012-08-26
|
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
|
* make view style configurableGravatar Alan Fitton2012-08-25
|
* fix gtk2 support for new cell renderer and fix error reportingGravatar Alan Fitton2012-08-25
|
* fix seed ratio displayGravatar Alan Fitton2012-08-24
|
* add missing status string for paused torrentsGravatar Alan Fitton2012-08-24
|
* new renderer mostly complete nowGravatar Alan Fitton2012-08-24
|
* consider seed ratios in the new cell renderer like Transmisson does, as well ↵Gravatar Alan2012-08-24
| | | | as some other scenarios so it behaves almost like the Transmission. lots of new fields added to the model for this.
* improvements to new cell renderer branchGravatar Alan Fitton2012-08-23
|
* adapt the cell renderer from Transmission to sort of work. possibly an ↵Gravatar Alan Fitton2012-08-23
alternative style, but lots of work to be done here.