summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* update versionGravatar Alan F2014-06-11
|
* fix possible case error in rss-glib Makefile and readd silent compilationGravatar Alan F2014-04-15
|
* bundle the libmrss wrapper to make building easierGravatar Alan F2014-04-13
|
* the very first steps of an RSS viewer - bit of autotools integration with ↵Gravatar Alan F2014-02-05
| | | | rss-glib and an empty window.
* fix broken configure.acGravatar Alan F2014-01-07
|
* remove all support for gtk2Gravatar Alan F2014-01-07
|
* make gtk3 the defaultGravatar Alan F2013-06-10
|
* prepare for 1.1.1 releaseGravatar Alan F2013-06-09
|
* issue 216 - patch from ssuominen to initialise pkg-config in the configure ↵Gravatar Alan Fitton2012-09-24
| | | | script, so --without-libnotify is fixed.
* version bump to 1.1Gravatar Alan Fitton2012-09-04
|
* revert to gtk2 by default for a bit longer, because gtk3 seems crashy still ↵Gravatar Alan Fitton2012-08-27
| | | | in ubuntu
* use gtk3 by default with gtk2 fallback, and add --enable-gtk2 flag. update ↵Gravatar Alan Fitton2012-08-19
| | | | debian/control file to build with gtk3 libs.
* some changes and hacks to get GeoIP on WindowsGravatar Alan Fitton2012-06-21
|
* update win32 installer to gtk3 and my new mingw32 environment.Gravatar Alan Fitton2012-06-21
|
* change to .desktop file to handle magnet uriGravatar Alan Fitton2012-03-01
|
* version bump to 1.0.1Gravatar Alan Fitton2012-01-31
|
* a configure flag for enabling gtk3Gravatar Alan Fitton2012-01-23
|
* fix a crash when enabling/disabling status icon and a fix for the new ↵Gravatar Alan Fitton2012-01-22
| | | | GtkApplication impl
* gtk3 off again - apparently it has issues. hopefully fix gtk2 build issue.Gravatar Alan Fitton2012-01-19
|
* re-enable gtk3 by default, should be picking the right libappindicator now.Gravatar Alan Fitton2012-01-19
|
* need to look at finding a compatible libappindicator for gtk3 on ubuntu. ↵Gravatar Alan Fitton2012-01-18
| | | | disable gtk3 by default until then.
* 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.
* commit the first translation updated using launchpad, Spanish kindly done by ↵Gravatar Alan Fitton2011-12-24
| | | | fitoschido. it's a great way to update the translations.
* a few more appindicator fixes and reindent trg-main-window.cGravatar Alan Fitton2011-12-11
|
* first attempt at libappindicator supportGravatar Alan Fitton2011-12-11
|
* some improvements and fixes to the destination combo. don't add existing ↵Gravatar Alan Fitton2011-12-09
| | | | directories if they are already labels.
* extra fix on issue 167 - proxy the sort-column-changed event from the real ↵Gravatar Alan Fitton2011-11-29
| | | | sortable through the TrgSortableFilteredModel. GtkTreeViewColumn needs this event to display sort indicators.
* ./configure options for libunique, libnotify, libproxyGravatar Alan Fitton2011-11-16
|
* win32 second instance crashes seem to be in json parser with empty lists, ↵Gravatar Alan Fitton2011-10-17
| | | | not sure why though. changed what's passed to an object and it now works. change window title to "Transmission Remote" (nicer, especially on Windows).
* fix indenting style on main.c (no tabs), present window when second instance ↵Gravatar Alan Fitton2011-10-15
| | | | is started.
* version bump to 0.7, as there's new featuresGravatar Alan Fitton2011-10-11
|
* 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}[, ]).
* found a better way to do the win32 gtkrc so remove some stuff I added beforeGravatar Alan Fitton2011-09-21
|
* 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.