summaryrefslogtreecommitdiff
path: root/src/trg-preferences-dialog.c
Commit message (Collapse)AuthorAge
...
* issue 128Gravatar Alan Fitton2011-09-24
|
* some stuff to build against gtk3, mostly some changes from accessing an ↵Gravatar Alan Fitton2011-09-20
| | | | objects struct for members to using functions, due to these structs now being gsealed.
* more windows portabilityGravatar Alan Fitton2011-09-13
|
* issue 94 - option to do full update after every n recently only updatesGravatar Alan Fitton2011-09-12
|
* fix for multiple graphs being createdGravatar Alan Fitton2011-09-11
|
* another buttonGravatar Alan Fitton2011-09-08
|
* sync up the view menu and the desktop preferences page a bitGravatar 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.
* big refactoring of the trg-remote-preferences and trg-torrent-props to ↵Gravatar Alan Fitton2011-09-06
| | | | reduce duplicated code. looks much nicer now.
* issue 60 - a seperate update interval setting for if the application is ↵Gravatar Alan Fitton2011-08-30
| | | | minimised
* fix small memory leak in preferences dialogGravatar 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.
* some small changes to utility dialogs to conform with GNOME HIG guide: use ↵Gravatar Alan Fitton2011-05-13
| | | | ok instead of apply if the dialog will close (duh), use default of ok if its non-destructive/easy to reverse (properties/remote prefs)
* tidy sources with GNU indent after recent changes. on seconds thoughts, ↵Gravatar Alan Fitton2011-04-12
| | | | don't install docs with autotools, leave it to the package manager.
* some quite significant changes to only receive/update recently-active ↵Gravatar Alan Fitton2011-04-12
| | | | torrents, if enabled. also use a hash table and tree row references for lookup. hopefully performance will be much better for people with large number of torrents.
* for gconf integers, fallback to our own defaultsGravatar Alan Fitton2011-04-11
|
* plug the new dialog into filenames received from libunique, fix minor memory ↵Gravatar Alan Fitton2011-04-08
| | | | leak on the filenames passed.
* a torrent add dialog based off Transmission GTK (different bencode+action ↵Gravatar Alan Fitton2011-04-08
| | | | implementation) which allows you to set file priorities, torrent priority, directory in advance. probably needs a little more work.
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
|
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* Make the presence of the graph configurable, and prevent ":" showing ↵Gravatar Alan Fitton2011-03-07
| | | | (introduced by gettext changes) for empty labels like errors (usually).
* all (I hope) strings in _(string) macro for localisationGravatar Alan Fitton2011-03-06
|
* reannounce, blocklist enable/url/updateGravatar Alan Fitton2011-02-19
|
* adding trackers now seems to work. change all tabs to whitespace.Gravatar Alan Fitton2011-02-18
|
* tracker manipulation almost complete, addition needs some work. configurable ↵Gravatar Alan Fitton2011-02-17
| | | | update interval.
* statistics!Gravatar Alan Fitton2011-02-14
|
* move functionality, refresh static function prototypes in main-window, ↵Gravatar Alan Fitton2011-02-13
| | | | add/remove status icon without restart
* torrent added notifications, make notifications configurable. unref id ↵Gravatar Alan Fitton2011-02-12
| | | | arrays if the user cancels an action.
* ssl supportGravatar Alan Fitton2011-02-11
|
* indent -kr *.c *.hGravatar Alan Fitton2011-02-09
|
* presence of status icon configurable, and minimise to tray. update tooltip ↵Gravatar Alan Fitton2011-02-07
| | | | using a text-pushed event instead of inside statusbar. put geoip in trg-peers-model priv.
* big thanks to charles for the feedback and patches! fixes for building ↵Gravatar Alan Fitton2011-02-04
| | | | against older libnotify (issue 1+4), use AM_SILENT_RULES (6), compiler warning fixes (5), use GDK_Delete instead of GDK_KEY_Delete (3)
* update about dialog with new websiteGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30