summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.h
Commit message (Collapse)AuthorAge
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
|
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* add the peers/files/trackers tree view to torrent dialog in transmission styleGravatar Alan Fitton2012-08-26
|
* 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.
* issue 184 - calculate ratio from have valid instead of downloaded, as ↵Gravatar Alan Fitton2012-05-27
| | | | Transmission does.
* 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).
* hopefully a fix for tree on windowsGravatar Alan Fitton2011-12-21
|
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
|
* run GNU indent everything. not done this for a while because it was ↵Gravatar Alan Fitton2011-12-11
| | | | producing weird results. seems ok now.
* first attempt at libappindicator supportGravatar Alan Fitton2011-12-11
|
* remember the last selected destination on moving torrentsGravatar Alan Fitton2011-11-23
|
* use "Default" as the alias for the state selector name for the default ↵Gravatar Alan Fitton2011-11-22
| | | | directory. refresh when labels are set.
* issue 66 - make paths under the default download dir appear as relative. add ↵Gravatar Alan Fitton2011-11-22
| | | | a example action script for downloading to local.
* issue 135Gravatar Alan Fitton2011-10-01
|
* on first use the notebook position was taking the pref get_int default of 0, ↵Gravatar Alan Fitton2011-09-30
| | | | taking up the whole window. fix.
* issue 85Gravatar Alan Fitton2011-09-16
|
* issue 104Gravatar Alan Fitton2011-09-16
|
* get_torrent_data() declaration in wrong header, move it.Gravatar Alan Fitton2011-09-14
|
* queue position settingGravatar Alan Fitton2011-09-11
|
* issue 59 - add first tracker column.Gravatar Alan Fitton2011-09-08
|
* issue 75 - show total number of seeders/leechers across trackers instead of ↵Gravatar Alan Fitton2011-09-07
| | | | sending/receiving peers. add new non-default columns for sending to us, receiving from us, and connected.
* issue 47 - add non-default column to display number of PEX and DHT peers to ↵Gravatar Alan Fitton2011-09-07
| | | | torrent treeview
* Profile support! Please test and report bugs, as the config system is ↵Gravatar Alan Fitton2011-08-27
| | | | totally rewritten and may not be perfect. No more GConf (trying to implement profiles with this was UGLY), settings now (for most) live in JSON at $HOME/.config/transmission-remote-gtk/config.json. Hopefully windows support will be easier without GConf.
* after a move or properties change (via dialog) on a single torrent, perform ↵Gravatar Alan Fitton2011-04-23
| | | | a refresh on it. on multiple, refresh everything. add an optional torrent priority, id column, date done column.
* header right click menu to show/hideGravatar Alan Fitton2011-04-23
|
* handle multiple files via libunique, also use the more reliable get_uris() ↵Gravatar Alan Fitton2011-04-22
| | | | in libunique
* only lookup the selected torrent id when it changes, remember it until ↵Gravatar Alan Fitton2011-04-21
| | | | checking every update, use the hash table instead. also fix a crash on multiple consecutive deletes caused by gtktreemodel weirdness.
* fix for total number of torrents countGravatar Alan Fitton2011-04-12
|
* tidy sources with GNU indent after recent changes. on seconds thoughts, ↵Gravatar Alan Fitton2011-04-12
| | | | don't install docs with autotools, leave it to the package manager.
* some quite significant changes to only receive/update recently-active ↵Gravatar Alan Fitton2011-04-12
| | | | torrents, if enabled. also use a hash table and tree row references for lookup. hopefully performance will be much better for people with large number of torrents.
* added columnGravatar Alan Fitton2011-04-09
|
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
|
* Korean support, thanks Youn! Also filter by tracker. Adding/removing ↵Gravatar Alan Fitton2011-03-10
| | | | trackers from the state selector every update seems like a waste of cycles, so only refresh when a torrent is added.
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* a bunch of changes needed to facilitate changing trackers (unfinished). also ↵Gravatar Alan Fitton2011-02-17
| | | | tidy up general details panel a bit, fix a crash if a stats update is received after stats dialog is closed.
* statistics!Gravatar Alan Fitton2011-02-14
|
* torrent added notifications, make notifications configurable. unref id ↵Gravatar Alan Fitton2011-02-12
| | | | arrays if the user cancels an action.
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30