summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
...
* forgot to add new m4 macro - acinclude.m4Gravatar Alan Fitton2011-09-18
|
* something wrong with the win32 stuff in configure.ac/Makefile.am, comment it ↵Gravatar Alan Fitton2011-09-14
| | | | out until I fix it
* some win32 compiler flagsGravatar Alan Fitton2011-09-13
|
* more windows portabilityGravatar Alan Fitton2011-09-13
|
* for view menu check items, set their active in an expose event so they're ↵Gravatar Alan Fitton2011-09-11
| | | | synced with preferences. add move up/down queue buttons (only in torrent menu for now).
* issue 76 - as stated in the documentation gtk_window_get_size() isn't always ↵Gravatar Alan Fitton2011-09-03
| | | | up to date. I'm sure it worked when I implemented this on GNOME, so as the docs suggest I think behavior could vary on other window managers. I'm on XFCE now and it doesn't work. use the configure-event to save the size instead.
* hopefully the last trace of gconf :)Gravatar 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.
* 0.5.1Gravatar Alan Fitton2011-05-06
|
* version bump.Gravatar Alan Fitton2011-04-23
|
* support for remembering column positions and widths.. seems to work, may ↵Gravatar Alan Fitton2011-04-22
| | | | need work.
* add package version to when looking for license textGravatar Alan Fitton2011-04-12
|
* minor stuffGravatar Alan Fitton2011-04-12
|
* install license and use it in about dialog if possibleGravatar Alan Fitton2011-04-08
|
* filter by directory and some filter fixesGravatar Alan Fitton2011-03-11
|
* some i18n fixesGravatar Alan Fitton2011-03-10
|
* 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.
* 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