summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAge
* 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