summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* implement seed/download queues in Transmission >= 2.40Gravatar Alan Fitton2011-08-30
|
* issue 60 - a seperate update interval setting for if the application is ↵Gravatar Alan Fitton2011-08-30
| | | | minimised
* fix small memory leak in preferences dialogGravatar Alan Fitton2011-08-28
|
* fix for last fixGravatar Alan Fitton2011-08-28
|
* fix small memory leak when switching/deleting profilesGravatar Alan Fitton2011-08-28
|
* remember to save the new profile pointer on first loadGravatar Alan Fitton2011-08-28
|
* use strftime instead of the nicer threadsafe GDateTime on systems without ↵Gravatar Alan Fitton2011-08-28
| | | | glib 2.26, like debian squeeze
* hopefully the last trace of gconf :)Gravatar Alan Fitton2011-08-27
|
* issue 58Gravatar Alan Fitton2011-08-27
|
* fix for makefile not installing icons, update spec file for next releaseGravatar Alan Fitton2011-08-27
|
* fix some memory leaks during disposal in TrgTreeView (so when the app is ↵Gravatar Alan Fitton2011-08-27
| | | | being closed, not too important)
* use a saved pointer to the profile object instead of getting the index and ↵Gravatar Alan Fitton2011-08-27
| | | | retrieving each time
* 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 54 - sorted destination combo and trackers/dirs in filterGravatar Alan Fitton2011-07-16
|
* issue 53 - no need to #include curl/types.h, plus it's been removed in the ↵Gravatar Alan Fitton2011-07-13
| | | | latest curl.
* issue 51 - add a category for active torrentsGravatar Alan Fitton2011-07-10
|
* updated german translation. don't restore sort column/direction for ↵Gravatar Alan Fitton2011-06-04
| | | | trackers/files treeviews on load (the natural order seems like a better default).
* oops, value in that new cell renderer needs converting into a string. fixed.Gravatar Alan Fitton2011-05-13
|
* ukranian translation :D thanks ROR191Gravatar Alan Fitton2011-05-13
|
* new cell renderer, TrgCellRendererNumgtzero, which hides zero in seeders and ↵Gravatar Alan Fitton2011-05-13
| | | | leechers column
* some small changes to utility dialogs to conform with GNOME HIG guide: use ↵Gravatar Alan Fitton2011-05-13
| | | | ok instead of apply if the dialog will close (duh), use default of ok if its non-destructive/easy to reverse (properties/remote prefs)
* issue 41 - remember sort column and type. also move all these stores from ↵Gravatar Alan Fitton2011-05-13
| | | | delete-event to destroy function so it works when the quit buttons are used, as well as from window manager.
* put the destination combo into its own class, changing from the deprecated ↵Gravatar Alan Fitton2011-05-11
| | | | combo_box_entry_new_text or whatever it is and using it in torrent move dialog also.
* 0.5.1Gravatar Alan Fitton2011-05-06
|
* fix a leak in the last commitGravatar Alan Fitton2011-05-03
|
* hopefully fix issue 38Gravatar Alan Fitton2011-05-03
|
* fix small list memory leak when a torrent is removed in active-only modeGravatar Alan Fitton2011-05-02
|
* bind ip column in peers treeview to correct column, fix for panel updatesGravatar Alan Fitton2011-04-30
|
* earlier versions of the libproxy header were in /usr/include/libproxy ↵Gravatar Alan Fitton2011-04-29
| | | | instead of /usr/include, so including the cflags from pkgconfig should fix this.
* fix crash in debug mode (issue 37)Gravatar Alan Fitton2011-04-24
|
* minorGravatar Alan Fitton2011-04-24
|
* handle undefined epoch (< 1) rendererGravatar Alan Fitton2011-04-23
|
* Polish translation updateGravatar Alan Fitton2011-04-23
|
* version bump.Gravatar Alan Fitton2011-04-23
|
* 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
|
* support for remembering column positions and widths.. seems to work, may ↵Gravatar Alan Fitton2011-04-22
| | | | need work.
* handle multiple files via libunique, also use the more reliable get_uris() ↵Gravatar Alan Fitton2011-04-22
| | | | in libunique
* (no commit message)Gravatar Alan Fitton2011-04-21
|
* 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 crash on stats dialogGravatar Alan Fitton2011-04-20
|
* Polish translation with the new add dialog localised. Thanks Piotr!Gravatar Alan Fitton2011-04-16
|
* updating a torrents file or trackers doesn't make it recently active, so ↵Gravatar Alan Fitton2011-04-16
| | | | these changes could get missed if doing active only updates. for these: send the torrent id as the request tag, which Transmission passes back, then we request an update just for that torrent.
* 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.
* fix two fairly minor memory leaksGravatar Alan Fitton2011-04-16
|
* show speed limits in status bar, thanks to jdhore for the patch.Gravatar Alan Fitton2011-04-14
|
* handle broken torrent files properlyGravatar Alan Fitton2011-04-13
|
* spawn requests from a thread poolGravatar Alan Fitton2011-04-13
|