summaryrefslogtreecommitdiff
path: root/src/trg-preferences-dialog.c
Commit message (Collapse)AuthorAge
* update changelog and reindentGravatar Alan Fitton2012-09-05
|
* reindentGravatar Alan Fitton2012-08-27
|
* a details tab similar to transmissionGravatar Alan Fitton2012-08-27
|
* add the peers/files/trackers tree view to torrent dialog in transmission styleGravatar Alan Fitton2012-08-26
|
* reindent all the things! with indent -nut -kr.Gravatar Alan Fitton2012-08-26
|
* include the system header section title as an extension to previous commitGravatar Alan Fitton2012-06-26
|
* hide config options for status icon when on unity with no libappindicator ↵Gravatar Alan Fitton2012-06-26
| | | | support
* fix deprecation warnings for gtk_{h,v}box_new and gtk_{h,v}paned_new in gtk3Gravatar Alan Fitton2012-06-05
|
* 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).
* fix that min/max problem reported by reardoniaGravatar Alan Fitton2012-01-21
|
* full and default gtk3 support, almost. the graph is disabled as the drawing ↵Gravatar Alan Fitton2012-01-18
| | | | api has changed quite a bit. yet another implementation to pass arguments, which made a cleanup of main.c necessary.
* reindent + french translation completionGravatar Alan Fitton2012-01-13
|
* a torrent priority right click menu. change the refresh on interactive ↵Gravatar Alan Fitton2012-01-13
| | | | action behavior to make sure priority/other changes are refreshed immediately.
* fix memory leak on response from first response from server (HTTP conflict ↵Gravatar Alan Fitton2012-01-12
| | | | with session id).
* forgot a file, reindentGravatar Alan Fitton2012-01-09
|
* reindent with gnu indent. add keyboard accelerators for view menu, fix ↵Gravatar Alan Fitton2012-01-04
| | | | toggle filter widget also connected to toggle graph cb. add Lithuanian translation thanks to Algimantas Margevičius via launchpad.
* timeout and retries settingsGravatar Alan Fitton2012-01-02
|
* trying to make the local/remote preferences organised and looking better. ↵Gravatar Alan Fitton2011-12-23
| | | | moving, splitting, adding/renaming headers and tab names.
* 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.
* first attempt at libappindicator supportGravatar Alan Fitton2011-12-11
|
* 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
|
* use "Default" as the alias for the state selector name for the default ↵Gravatar Alan Fitton2011-11-22
| | | | directory. refresh when labels are set.
* part of issue 162 - remote exec/commands is the wrong name for the feature, ↵Gravatar Alan Fitton2011-11-08
| | | | as they are in fact local commands (I use them to call remote ones). Lets call them "actions".
* closer to gtk3 support, I think just the graph needs doing now.Gravatar Alan Fitton2011-10-26
|
* add a manpage, fix a potential crash, icon cache fix in spec fileGravatar Alan Fitton2011-10-24
|
* forgot to uncomment the adding off the preferences tabGravatar Alan Fitton2011-10-21
|
* 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"
* 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
|
* issue 155Gravatar Alan Fitton2011-10-19
|
* make connect button a menu button with other profiles, also add a connection ↵Gravatar Alan Fitton2011-10-07
| | | | serial used to discard requests issued before a disconnect which get their callback invoked after a new one is established. add an experimental "repeater" flag on exec commands (eg. %{name}[, ]).
* 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.
* 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)