summaryrefslogtreecommitdiff
path: root/src/trg-torrent-model.c
Commit message (Collapse)AuthorAge
...
* show progress in percent done columnGravatar Alan Fitton2011-09-11
|
* queue position settingGravatar Alan Fitton2011-09-11
|
* sync up the view menu and the desktop preferences page a bitGravatar Alan Fitton2011-09-08
|
* issue 71Gravatar Alan Fitton2011-09-08
|
* 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
* issue 70 - new statuses in RPC version >= 14. still need to add ↵Gravatar Alan Fitton2011-09-04
| | | | stateselector entries for queued items.
* 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
|
* fix small list memory leak when a torrent is removed in active-only modeGravatar Alan Fitton2011-05-02
|
* fix crash in debug mode (issue 37)Gravatar Alan Fitton2011-04-24
|
* 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.
* 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.
* oops.. json_array_get_elements() returns a newly allocated list, not the one ↵Gravatar Alan Fitton2011-04-16
| | | | owned by the array. fix a few memory leaks.
* spawn requests from a thread poolGravatar Alan Fitton2011-04-13
|
* fix for total number of torrents countGravatar Alan Fitton2011-04-12
|
* 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.
* 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.
* 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