summaryrefslogtreecommitdiff
path: root/src/trg-prefs.h
Commit message (Collapse)AuthorAge
* 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.