summaryrefslogtreecommitdiff
path: root/src/torrent.h
Commit message (Collapse)AuthorAge
* Add option in menu to copy magnet linkGravatar George Kaklamanos2017-06-19
|
* Add corrupted size to general panelGravatar DriverXX2016-03-09
|
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* update changelog and reindentGravatar Alan Fitton2012-09-05
|
* fix a compilation errorGravatar Alan Fitton2012-08-29
|
* a details tab similar to transmissionGravatar Alan Fitton2012-08-27
|
* 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
|
* contributed patch for clickable urls in commentsGravatar Alan Fitton2012-03-01
|
* file trees :D may do cascading priority changes sometime, but this is a ↵Gravatar Alan Fitton2011-12-21
| | | | start. also use GTK_STOCK_FILE if mime/extension detection fails.
* 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.
* issue 147Gravatar Alan Fitton2011-10-17
|
* move {tpeer,tfile},{c,h} into torrent.{c,h}Gravatar Alan Fitton2011-10-08
|
* make connect button a menu button with other profiles, also add a connection ↵Gravatar Alan Fitton2011-10-07
| | | | serial used to discard requests issued before a disconnect which get their callback invoked after a new one is established. add an experimental "repeater" flag on exec commands (eg. %{name}[, ]).
* issue 137Gravatar Alan Fitton2011-10-03
|
* fix a warning caused by divide by zero on empty filesGravatar 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.
* some improvements to remote exec. can now use profile options like %{hostname}Gravatar Alan Fitton2011-09-30
|
* issue 85Gravatar Alan Fitton2011-09-16
|
* show progress in percent done columnGravatar Alan Fitton2011-09-11
|
* queue position settingGravatar Alan Fitton2011-09-11
|
* 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
* issue 70 - new statuses in RPC version >= 14. still need to add ↵Gravatar Alan Fitton2011-09-04
| | | | stateselector entries for queued items.
* switch from using the trackers struct to trackerstats - and add some of the ↵Gravatar Alan Fitton2011-08-31
| | | | new columns into the trackers model and treeview
* issue 58Gravatar Alan Fitton2011-08-27
|
* 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.
* issue 51 - add a category for active torrentsGravatar Alan Fitton2011-07-10
|
* reindent. remote prefs was sending the active encryption preference, lower ↵Gravatar Alan Fitton2011-04-23
| | | | cased, which won't work with i18n - fixed.
* 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.
* fix two fairly minor memory leaksGravatar Alan Fitton2011-04-16
|
* 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.
* use a gtktable for general panel, fixed layout is no good for a localised ↵Gravatar Alan Fitton2011-03-08
| | | | app. add JDM's freebsd port.
* 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.
* move functionality, refresh static function prototypes in main-window, ↵Gravatar Alan Fitton2011-02-13
| | | | add/remove status icon without restart
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
|
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30