summaryrefslogtreecommitdiff
path: root/src/trg-preferences-dialog.c
Commit message (Collapse)AuthorAge
* Add directory first optionsGravatar DriverXX2016-03-09
|
* Consistently include config.hGravatar Patrick Griffis2016-01-19
| | | | | This still needs some work in a few headers that depend on it
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
|
* even though unity hides the icon from the tray, you can whitelist it, so ↵Gravatar Alan F2014-06-14
| | | | enable the system tray on unity again.
* fix scope of destinationsGravatar Alan F2014-05-21
|
* issue 261 - refactoring of persistent tree view during RSS broke the ↵Gravatar Alan F2014-05-20
| | | | actions+directories views. PROP_CONF_FLAGS needed G_PARAM_CONSTRUCT_ONLY, otherwise it gets initialised after it is copied into the widget description struct, not before, so the config is accessed using the wrong scope.
* bundle the libmrss wrapper to make building easierGravatar Alan F2014-04-13
|
* sync hig.c from transmission-gtk to use GtkGrid instead of deprecated ↵Gravatar Alan F2014-03-12
| | | | GtkTable, and remove most other usage of GtkTable.
* hacking to support the options dialog from rss feedsGravatar Alan F2014-03-09
|
* plug the RSS feeds into the preferences dialog and put ifdefs so it should ↵Gravatar Alan F2014-02-24
| | | | compile without rss-glib
* issue 235 - optional validation of SSL certificatesGravatar Alan F2013-12-20
|
* update year in copyright headers, fix the jumbled file lists (caused by ↵Gravatar Alan Fitton2013-02-20
| | | | unsorted files)
* issue 221 - configurable rpc urlGravatar Alan Fitton2013-01-02
|
* 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.