summaryrefslogtreecommitdiff
path: root/src/trg-prefs.c
Commit message (Collapse)AuthorAge
* 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
* fix for last fixGravatar Alan Fitton2011-08-28
|
* fix small memory leak when switching/deleting profilesGravatar Alan Fitton2011-08-28
|
* remember to save the new profile pointer on first loadGravatar Alan Fitton2011-08-28
|
* issue 58Gravatar Alan Fitton2011-08-27
|
* fix some memory leaks during disposal in TrgTreeView (so when the app is ↵Gravatar Alan Fitton2011-08-27
| | | | being closed, not too important)
* 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.