summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.c
Commit message (Collapse)AuthorAge
...
* 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.
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
|
* typoGravatar Alan Fitton2011-02-06
|
* use G_TYPE_INT64 instead of G_TYPE_INT when assigning from JSON integers ↵Gravatar Alan Fitton2011-02-06
| | | | (which are always gint64)
* rename gconf namespace s/trg/transmission-remote-gtk/, do individual ↵Gravatar Alan Fitton2011-02-06
| | | | list_store_set's #ifdef DEBUG on torrents/trackers to ease debugging
* --enable-debug in configure script and fix possible divide by zero in ↵Gravatar Alan Fitton2011-02-06
| | | | torrent updates
* better locking (I think)Gravatar Alan Fitton2011-02-05
|
* 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)
* credits to Transmission project in util.hGravatar Alan Fitton2011-02-03
|
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30