summaryrefslogtreecommitdiff
path: root/src/trg-torrent-props-dialog.c
Commit message (Collapse)AuthorAge
...
* fix the recently-active updates, add search columns for peers/file treeviewGravatar 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.
* plug the new dialog into filenames received from libunique, fix minor memory ↵Gravatar Alan Fitton2011-04-08
| | | | leak on the filenames passed.
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
|
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
|
* TRG_NOUNIQUE environment env for starting more than one instance. fix start ↵Gravatar Alan Fitton2011-03-06
| | | | url paused. stop timers being activated by interactive actions. and... experimental speed graph!
* a much better system for suspending tracker/file updates until a change has ↵Gravatar Alan Fitton2011-02-27
| | | | been acknowledged. fix for issue 17 (bandwidth priorities). use transmission-remote-gtk icon in .desktop instead of transmission.
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* cache-size-mb was implemented 2.10, so check if it's present (will support ↵Gravatar Alan Fitton2011-02-14
| | | | >= 2.0)
* statistics!Gravatar Alan Fitton2011-02-14
|
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
|
* make trg_client property for trg-torrents-props so it's available in constructorGravatar Alan Fitton2011-02-09
|
* if the torrent selection changes as a result of an update, was possible that ↵Gravatar Alan Fitton2011-02-08
| | | | it would select another item which has no JSON but isn't removed from the model yet. use updateSerial and updateMutex to ignore these.
* big thanks to charles for the feedback and patches! fixes for building ↵Gravatar Alan Fitton2011-02-04
| | | | against older libnotify (issue 1+4), use AM_SILENT_RULES (6), compiler warning fixes (5), use GDK_Delete instead of GDK_KEY_Delete (3)
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30