Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Profile support! Please test and report bugs, as the config system is ↵ | Alan Fitton | 2011-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 filter | Alan Fitton | 2011-07-16 |
| | |||
* | issue 41 - remember sort column and type. also move all these stores from ↵ | Alan Fitton | 2011-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 ↵ | Alan Fitton | 2011-05-11 |
| | | | | combo_box_entry_new_text or whatever it is and using it in torrent move dialog also. | ||
* | bind ip column in peers treeview to correct column, fix for panel updates | Alan Fitton | 2011-04-30 |
| | |||
* | support for remembering column positions and widths.. seems to work, may ↵ | Alan Fitton | 2011-04-22 |
| | | | | need work. | ||
* | handle multiple files via libunique, also use the more reliable get_uris() ↵ | Alan Fitton | 2011-04-22 |
| | | | | in libunique | ||
* | 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. | ||
* | 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 |
| | |||
* | plug the new dialog into filenames received from libunique, fix minor memory ↵ | Alan Fitton | 2011-04-08 |
| | | | | leak on the filenames passed. | ||
* | 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. | ||
* | filter by directory and some filter fixes | Alan Fitton | 2011-03-11 |
| | |||
* | 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. | ||
* | support proxy configuration using libproxy (optional). might add a getenv() ↵ | Alan Fitton | 2011-03-07 |
| | | | | fallback sometime. | ||
* | some backwards plural/singular arguments to ngettext | Alan Fitton | 2011-03-06 |
| | |||
* | all (I hope) strings in _(string) macro for localisation | Alan Fitton | 2011-03-06 |
| | |||
* | 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! | ||
* | reannounce, blocklist enable/url/update | Alan Fitton | 2011-02-19 |
| | |||
* | adding trackers now seems to work. change all tabs to whitespace. | Alan Fitton | 2011-02-18 |
| | |||
* | statistics! | Alan Fitton | 2011-02-14 |
| | |||
* | credits to Transmission project in util.h | Alan Fitton | 2011-02-03 |
| | |||
* | update about dialog with new website | Alan Fitton | 2011-01-30 |
| | |||
* | hello world! | Alan Fitton | 2011-01-30 |