Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Polish translation with the new add dialog localised. Thanks Piotr! | Alan Fitton | 2011-04-16 |
| | |||
* | updating a torrents file or trackers doesn't make it recently active, so ↵ | Alan Fitton | 2011-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 ↵ | Alan Fitton | 2011-04-16 |
| | | | | owned by the array. fix a few memory leaks. | ||
* | fix two fairly minor memory leaks | Alan Fitton | 2011-04-16 |
| | |||
* | show speed limits in status bar, thanks to jdhore for the patch. | Alan Fitton | 2011-04-14 |
| | |||
* | handle broken torrent files properly | Alan Fitton | 2011-04-13 |
| | |||
* | spawn requests from a thread pool | Alan Fitton | 2011-04-13 |
| | |||
* | (no commit message) | Alan Fitton | 2011-04-12 |
| | |||
* | debian package | Alan Fitton | 2011-04-12 |
| | |||
* | add package version to when looking for license text | Alan Fitton | 2011-04-12 |
| | |||
* | fix for total number of torrents count | Alan Fitton | 2011-04-12 |
| | |||
* | fix the recently-active updates, add search columns for peers/file treeview | Alan Fitton | 2011-04-12 |
| | |||
* | tidy sources with GNU indent after recent changes. on seconds thoughts, ↵ | Alan Fitton | 2011-04-12 |
| | | | | don't install docs with autotools, leave it to the package manager. | ||
* | minor stuff | Alan Fitton | 2011-04-12 |
| | |||
* | introduce a 0.35 second sleep between acknowledgement of an interactive ↵ | Alan Fitton | 2011-04-12 |
| | | | | action and requesting a full update. Transmission seems to have a small lag before a pause takes effect. | ||
* | some quite significant changes to only receive/update recently-active ↵ | Alan Fitton | 2011-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. | ||
* | use existing torrent download directories to populate combo in add dialog | Alan Fitton | 2011-04-11 |
| | |||
* | for gconf integers, fallback to our own defaults | Alan Fitton | 2011-04-11 |
| | |||
* | update german, korean, polish translations to use gettext plural status message | Alan Fitton | 2011-04-10 |
| | |||
* | ugh, C99 undefines M_LN2 in math.h (for log2). define it ourselves. | Alan Fitton | 2011-04-10 |
| | |||
* | include gconf m4 macros, use std=c99, some minor build and localisation changes | Alan Fitton | 2011-04-10 |
| | |||
* | added column | Alan Fitton | 2011-04-09 |
| | |||
* | install license and use it in about dialog if possible | Alan Fitton | 2011-04-08 |
| | |||
* | plug the new dialog into filenames received from libunique, fix minor memory ↵ | Alan Fitton | 2011-04-08 |
| | | | | leak on the filenames passed. | ||
* | new torrent add dialog: toggle download checkbox for directories as well as ↵ | Alan Fitton | 2011-04-08 |
| | | | | files by default | ||
* | russian translation update thanks to Y3AVD | Alan Fitton | 2011-04-08 |
| | |||
* | a torrent add dialog based off Transmission GTK (different bencode+action ↵ | Alan Fitton | 2011-04-08 |
| | | | | implementation) which allows you to set file priorities, torrent priority, directory in advance. probably needs a little more work. | ||
* | russian localisation | Alan Fitton | 2011-04-04 |
| | |||
* | forgot to add the .po | Alan Fitton | 2011-04-02 |
| | |||
* | polish translation - thanks Piotr\! | Alan Fitton | 2011-04-02 |
| | |||
* | #define our own log2() function for FreeBSD (issue 22), hopefully fix a ↵ | Alan Fitton | 2011-03-20 |
| | | | | reported libnotify crash due to no notify_init (issue 21) | ||
* | fix a crash if disconnecting with the graph disabled, disabling tracker/dir ↵ | Alan Fitton | 2011-03-16 |
| | | | | filters while disconnected. change possible -NaN for ratio to N/A in general panel. | ||
* | show/hide the state selectors scrolled window not the child widget | Alan Fitton | 2011-03-12 |
| | |||
* | add missing gconf schema entries for filter preferences | Alan Fitton | 2011-03-11 |
| | |||
* | add localisations to spec file | Alan Fitton | 2011-03-11 |
| | |||
* | filter by directory and some filter fixes | Alan Fitton | 2011-03-11 |
| | |||
* | some i18n fixes | Alan Fitton | 2011-03-10 |
| | |||
* | Korean support, thanks Youn! Also filter by tracker. Adding/removing ↵ | Alan Fitton | 2011-03-10 |
| | | | | trackers from the state selector every update seems like a waste of cycles, so only refresh when a torrent is added. | ||
* | some missing files needed for i18n | Alan Fitton | 2011-03-08 |
| | |||
* | increase general panel spacings a little, fix backwards comparasin on ↵ | Alan Fitton | 2011-03-08 |
| | | | | filter, give error/location value labels full length | ||
* | use a gtktable for general panel, fixed layout is no good for a localised ↵ | Alan Fitton | 2011-03-08 |
| | | | | app. add JDM's freebsd port. | ||
* | issue 19: case insensitive filtering | Alan Fitton | 2011-03-08 |
| | |||
* | our first localisation, German, kindly contributed by Julian. some autotools ↵ | Alan Fitton | 2011-03-08 |
| | | | | and main() changes to get this working. | ||
* | support proxy configuration using libproxy (optional). might add a getenv() ↵ | Alan Fitton | 2011-03-07 |
| | | | | fallback sometime. | ||
* | Make the presence of the graph configurable, and prevent ":" showing ↵ | Alan Fitton | 2011-03-07 |
| | | | | (introduced by gettext changes) for empty labels like errors (usually). | ||
* | some backwards plural/singular arguments to ngettext | Alan Fitton | 2011-03-06 |
| | |||
* | set a gettext domain in main() | Alan Fitton | 2011-03-06 |
| | |||
* | all (I hope) strings in _(string) macro for localisation | Alan Fitton | 2011-03-06 |
| | |||
* | s/outgoing/uploading/ s/incoming/downloading/ in graph, remove glinegraph ↵ | Alan Fitton | 2011-03-06 |
| | | | | based attempt | ||
* | TRG_NOUNIQUE environment env for starting more than one instance. fix start ↵ | Alan Fitton | 2011-03-06 |
| | | | | url paused. stop timers being activated by interactive actions. and... experimental speed graph! |