summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* support proxy configuration using libproxy (optional). might add a getenv() ↵Gravatar Alan Fitton2011-03-07
| | | | fallback sometime.
* a much better system for suspending tracker/file updates until a change has ↵Gravatar Alan Fitton2011-02-27
| | | | been acknowledged. fix for issue 17 (bandwidth priorities). use transmission-remote-gtk icon in .desktop instead of transmission.
* For FreeBSD add -I/usr/local/include to CPPFLAGS by default (if GeoIP is ↵Gravatar Alan Fitton2011-02-26
| | | | present it's probably from ports)
* set minimum dependency versions in RPM spec and configure.ac. gtk 2.16, glib ↵Gravatar Alan Fitton2011-02-22
| | | | 2.22 (for GResolver), json-glib 0.8.
* bump version to 0.2.1 - new release without potential ↵Gravatar Alan Fitton2011-02-21
| | | | update-blocklist/port-test callback crash, and mnemonics
* version 0.2Gravatar Alan Fitton2011-02-19
|
* a bunch of changes needed to facilitate changing trackers (unfinished). also ↵Gravatar Alan Fitton2011-02-17
| | | | tidy up general details panel a bit, fix a crash if a stats update is received after stats dialog is closed.
* --enable-debug in configure script and fix possible divide by zero in ↵Gravatar Alan Fitton2011-02-06
| | | | torrent updates
* dont hardcore svgiconsdir in makefile, add missing gconf configure.ac macroGravatar Alan Fitton2011-02-04
|
* 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)
* make use of libcurl.m4 in configure script, remove some things which ubuntu ↵Gravatar Alan Fitton2011-02-03
| | | | doesn't like.
* hello world!Gravatar Alan Fitton2011-01-30