summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* reindent. remote prefs was sending the active encryption preference, lower ca...Gravatar Alan Fitton2011-04-23
* after a move or properties change (via dialog) on a single torrent, perform a...Gravatar Alan Fitton2011-04-23
* header right click menu to show/hideGravatar Alan Fitton2011-04-23
* support for remembering column positions and widths.. seems to work, may need...Gravatar Alan Fitton2011-04-22
* handle multiple files via libunique, also use the more reliable get_uris() in...Gravatar Alan Fitton2011-04-22
* (no commit message)Gravatar Alan Fitton2011-04-21
* only lookup the selected torrent id when it changes, remember it until checki...Gravatar Alan Fitton2011-04-21
* fix crash on stats dialogGravatar Alan Fitton2011-04-20
* updating a torrents file or trackers doesn't make it recently active, so thes...Gravatar Alan Fitton2011-04-16
* oops.. json_array_get_elements() returns a newly allocated list, not the one ...Gravatar Alan Fitton2011-04-16
* 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
* 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, don't...Gravatar Alan Fitton2011-04-12
* minor stuffGravatar Alan Fitton2011-04-12
* introduce a 0.35 second sleep between acknowledgement of an interactive actio...Gravatar Alan Fitton2011-04-12
* some quite significant changes to only receive/update recently-active torrent...Gravatar Alan Fitton2011-04-12
* use existing torrent download directories to populate combo in add dialogGravatar Alan Fitton2011-04-11
* for gconf integers, fallback to our own defaultsGravatar Alan Fitton2011-04-11
* ugh, C99 undefines M_LN2 in math.h (for log2). define it ourselves.Gravatar Alan Fitton2011-04-10
* include gconf m4 macros, use std=c99, some minor build and localisation changesGravatar Alan Fitton2011-04-10
* added columnGravatar Alan Fitton2011-04-09
* install license and use it in about dialog if possibleGravatar Alan Fitton2011-04-08
* plug the new dialog into filenames received from libunique, fix minor memory ...Gravatar Alan Fitton2011-04-08
* new torrent add dialog: toggle download checkbox for directories as well as f...Gravatar Alan Fitton2011-04-08
* a torrent add dialog based off Transmission GTK (different bencode+action imp...Gravatar Alan Fitton2011-04-08
* russian localisationGravatar Alan Fitton2011-04-04
* #define our own log2() function for FreeBSD (issue 22), hopefully fix a repor...Gravatar Alan Fitton2011-03-20
* fix a crash if disconnecting with the graph disabled, disabling tracker/dir f...Gravatar Alan Fitton2011-03-16
* show/hide the state selectors scrolled window not the child widgetGravatar Alan Fitton2011-03-12
* add missing gconf schema entries for filter preferencesGravatar Alan Fitton2011-03-11
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
* some i18n fixesGravatar Alan Fitton2011-03-10
* Korean support, thanks Youn! Also filter by tracker. Adding/removing trackers...Gravatar Alan Fitton2011-03-10
* some missing files needed for i18nGravatar Alan Fitton2011-03-08
* increase general panel spacings a little, fix backwards comparasin on filter,...Gravatar Alan Fitton2011-03-08
* use a gtktable for general panel, fixed layout is no good for a localised app...Gravatar Alan Fitton2011-03-08
* issue 19: case insensitive filteringGravatar Alan Fitton2011-03-08
* our first localisation, German, kindly contributed by Julian. some autotools ...Gravatar Alan Fitton2011-03-08
* support proxy configuration using libproxy (optional). might add a getenv() f...Gravatar Alan Fitton2011-03-07
* Make the presence of the graph configurable, and prevent ":" showing (introdu...Gravatar Alan Fitton2011-03-07
* some backwards plural/singular arguments to ngettextGravatar Alan Fitton2011-03-06
* set a gettext domain in main()Gravatar Alan Fitton2011-03-06
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
* s/outgoing/uploading/ s/incoming/downloading/ in graph, remove glinegraph bas...Gravatar Alan Fitton2011-03-06
* TRG_NOUNIQUE environment env for starting more than one instance. fix start u...Gravatar Alan Fitton2011-03-06
* minor correction to last commitGravatar Alan Fitton2011-02-27