summaryrefslogtreecommitdiff
path: root/src/trg-destination-combo.c
Commit message (Collapse)AuthorAge
* Redesign destination comboboxGravatar Patrick Griffis2016-02-17
|
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
|
* hacking to support the options dialog from rss feedsGravatar Alan F2014-03-09
|
* remove all support for gtk2Gravatar Alan F2014-01-07
|
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* add the peers/files/trackers tree view to torrent dialog in transmission styleGravatar Alan Fitton2012-08-26
|
* issue 175. make some (incomplete) changes as per the GTK+ best practices ↵Gravatar Alan Fitton2012-01-25
| | | | document - mainly using a pointer in the public class to access the private object (on a few important classes for now) for performance, and don't use C99 (C99 comments or mixed declarations/statements).
* issue 158Gravatar Alan Fitton2012-01-23
|
* hopefully a fix for tree on windowsGravatar Alan Fitton2011-12-21
|
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
|
* run GNU indent everything. not done this for a while because it was ↵Gravatar Alan Fitton2011-12-11
| | | | producing weird results. seems ok now.
* destination-combo fix: defaultDir free before existing added, so existing in ↵Gravatar Alan Fitton2011-12-09
| | | | default dir was creating 1 dupe.
* some improvements and fixes to the destination combo. don't add existing ↵Gravatar Alan Fitton2011-12-09
| | | | directories if they are already labels.
* add some comments at the top of some files, also add a timeout of 20 seconds ↵Gravatar Alan Fitton2011-11-30
| | | | for curl requests
* remember the last selected destination on moving torrentsGravatar Alan Fitton2011-11-23
|
* allow remote session variables to be used in actionsGravatar Alan Fitton2011-11-17
|
* backport the entry built into GtkComboBox into trg-destination-combo, to ↵Gravatar Alan Fitton2011-11-04
| | | | support GTK 2.20 (debian squeeze).
* closer to gtk3 support, I think just the graph needs doing now.Gravatar Alan Fitton2011-10-26
|
* add a clear button to the destination combo widgetGravatar Alan Fitton2011-10-26
|
* When implementing labels in TrgDestinationCombo, I somehow overlooked the ↵Gravatar Alan Fitton2011-10-25
| | | | fact that I made it no longer editable and some work would be needed to make it actually send the directory and not the label. Fixed, I have some more ideas for this widget though.
* make sure the session download directory is still the first item and default ↵Gravatar Alan Fitton2011-10-22
| | | | selection
* issue 153Gravatar Alan Fitton2011-10-21
|
* make the execute command tree view in preferences a generic widget, the ↵Gravatar Alan Fitton2011-10-21
| | | | "persistent tree view"
* issue 142Gravatar Alan Fitton2011-09-30
|
* issue 71Gravatar Alan Fitton2011-09-08
|
* issue 71 - remove trailing slashes from directory names in combo box and ↵Gravatar Alan Fitton2011-09-08
| | | | state selector to avoid duplicates.
* 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.
* issue 41 - remember sort column and type. also move all these stores from ↵Gravatar Alan Fitton2011-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 ↵Gravatar Alan Fitton2011-05-11
combo_box_entry_new_text or whatever it is and using it in torrent move dialog also.