summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAge
...
* queue position settingGravatar Alan Fitton2011-09-11
|
* use thread local storage to keep one curl client per thread (by default 3) ↵Gravatar Alan Fitton2011-09-11
| | | | in the thread pool
* fix for makefile not installing icons, update spec file for next releaseGravatar Alan Fitton2011-08-27
|
* 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.
* new cell renderer, TrgCellRendererNumgtzero, which hides zero in seeders and ↵Gravatar Alan Fitton2011-05-13
| | | | leechers column
* put the destination combo into its own class, changing from the deprecated ↵Gravatar Alan Fitton2011-05-11
| | | | combo_box_entry_new_text or whatever it is and using it in torrent move dialog also.
* earlier versions of the libproxy header were in /usr/include/libproxy ↵Gravatar Alan Fitton2011-04-29
| | | | instead of /usr/include, so including the cflags from pkgconfig should fix this.
* show speed limits in status bar, thanks to jdhore for the patch.Gravatar Alan Fitton2011-04-14
|
* 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.
* minor stuffGravatar Alan Fitton2011-04-12
|
* introduce a 0.35 second sleep between acknowledgement of an interactive ↵Gravatar Alan Fitton2011-04-12
| | | | action and requesting a full update. Transmission seems to have a small lag before a pause takes effect.
* include gconf m4 macros, use std=c99, some minor build and localisation changesGravatar Alan Fitton2011-04-10
|
* added columnGravatar Alan Fitton2011-04-09
|
* install license and use it in about dialog if possibleGravatar Alan Fitton2011-04-08
|
* 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.
* #define our own log2() function for FreeBSD (issue 22), hopefully fix a ↵Gravatar Alan Fitton2011-03-20
| | | | reported libnotify crash due to no notify_init (issue 21)
* use a gtktable for general panel, fixed layout is no good for a localised ↵Gravatar Alan Fitton2011-03-08
| | | | app. add JDM's freebsd port.
* our first localisation, German, kindly contributed by Julian. some autotools ↵Gravatar Alan Fitton2011-03-08
| | | | and main() changes to get this working.
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* TRG_NOUNIQUE environment env for starting more than one instance. fix start ↵Gravatar Alan Fitton2011-03-06
| | | | url paused. stop timers being activated by interactive actions. and... experimental speed graph!
* fix hardcoded icon path in about dialog. in Makefile, fix sed hang waiting ↵Gravatar Alan Fitton2011-02-22
| | | | for input on FreeBSD (thanks to JDM).
* 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
* more icon fixesGravatar Alan Fitton2011-02-07
|
* dont hardcore svgiconsdir in makefile, add missing gconf configure.ac macroGravatar Alan Fitton2011-02-04
|
* copy of transmission svg icon, in/out logging with -DDEBUG onlyGravatar Alan Fitton2011-01-30
|
* hello world!Gravatar Alan Fitton2011-01-30