summaryrefslogtreecommitdiff
path: root/src/transmission-remote-gtk.schemas
Commit message (Collapse)AuthorAge
* 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.
* 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.
* a torrent add dialog based off Transmission GTK (different bencode+action ↵Gravatar Alan Fitton2011-04-08
| | | | implementation) which allows you to set file priorities, torrent priority, directory in advance. probably needs a little more work.
* fix a crash if disconnecting with the graph disabled, disabling tracker/dir ↵Gravatar Alan Fitton2011-03-16
| | | | filters while disconnected. change possible -NaN for ratio to N/A in general panel.
* add missing gconf schema entries for filter preferencesGravatar Alan Fitton2011-03-11
|
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
|
* Make the presence of the graph configurable, and prevent ":" showing ↵Gravatar Alan Fitton2011-03-07
| | | | (introduced by gettext changes) for empty labels like errors (usually).
* tracker manipulation almost complete, addition needs some work. configurable ↵Gravatar Alan Fitton2011-02-17
| | | | update interval.
* torrent added notifications, make notifications configurable. unref id ↵Gravatar Alan Fitton2011-02-12
| | | | arrays if the user cancels an action.
* ssl supportGravatar Alan Fitton2011-02-11
|
* presence of status icon configurable, and minimise to tray. update tooltip ↵Gravatar Alan Fitton2011-02-07
| | | | using a text-pushed event instead of inside statusbar. put geoip in trg-peers-model priv.
* 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
* hello world!Gravatar Alan Fitton2011-01-30