summaryrefslogtreecommitdiff
path: root/src/trg-torrent-move-dialog.c
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.
* 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.
* 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.
* 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
* 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.
* minor stuffGravatar Alan Fitton2011-04-12
|
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
|
* fix compiler warning for missing #include <string.h>Gravatar Alan Fitton2011-02-19
|
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* commit the actual dialog this time, the move dialog too.Gravatar Alan Fitton2011-02-14