summaryrefslogtreecommitdiff
path: root/src/trg-prefs.h
Commit message (Collapse)AuthorAge
* issue 188Gravatar Alan Fitton2012-03-17
|
* 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).
* timeout and retries settingsGravatar Alan Fitton2012-01-02
|
* 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.
* remember the last selected destination on moving torrentsGravatar Alan Fitton2011-11-23
|
* make the execute command tree view in preferences a generic widget, the ↵Gravatar Alan Fitton2011-10-21
| | | | "persistent tree view"
* use previous change to remove some unnecessary code and so intervals are ↵Gravatar Alan Fitton2011-10-19
| | | | taken from the current connection, not selected profile
* implement a TRG_PREFS_CONNECTION flag which gets prefs for the connected profileGravatar Alan Fitton2011-10-19
|
* emit a profile changed signal even if reconnecting to the same profile. ↵Gravatar Alan Fitton2011-10-13
| | | | otherwise, the menu item in the toolbar gets unchecked after being activated.
* some improvements to remote exec. can now use profile options like %{hostname}Gravatar Alan Fitton2011-09-30
|
* the foundation of remote command execution. still lots of work to do here, ↵Gravatar Alan Fitton2011-09-29
| | | | but it works for me and seems like a good start.
* Big changeset, may break stuff. Unfortunately you can't magically jump into ↵Gravatar Alan Fitton2011-09-18
| | | | the UI thread using gdk_threads_enter/leave() on Windows, the only way is to schedule a callback using g_idle_add. This required a lot of reworking. Good news, Windows support actually works now \o/
* issue 94 - option to do full update after every n recently only updatesGravatar Alan Fitton2011-09-12
|
* issue 91 - seems to work for me, but looks like changing state in ↵Gravatar Alan Fitton2011-09-12
| | | | GtkCheckMenuItem inside expose-event causes it to be blank for some. add a pref-changed signal and use this to trigger an update.
* restoring state selector index, still need to save.Gravatar Alan Fitton2011-09-08
|
* use glib message functions instead of g_printf(). make view state ↵Gravatar Alan Fitton2011-09-08
| | | | selector/notebook a persistent setting. add toggling of tracker/dir filters to view menu. I might add more from preferences another time.
* issue 60 - a seperate update interval setting for if the application is ↵Gravatar Alan Fitton2011-08-30
| | | | minimised
* issue 58Gravatar Alan Fitton2011-08-27
|
* use a saved pointer to the profile object instead of getting the index and ↵Gravatar Alan Fitton2011-08-27
| | | | retrieving each time
* 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.