summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAge
* Fix passing version to pod2manGravatar Patrick Griffis2016-07-19
|
* Fix out-of-tree build when using rssGravatar Andrey Gursky2016-02-26
|
* build: Make the path to pod2man configurableGravatar Patrick Griffis2016-01-23
|
* More build system clean upGravatar Patrick Griffis2016-01-19
|
* Fix make distGravatar Patrick Griffis2016-01-19
|
* Move appdata to data and translateGravatar Patrick Griffis2016-01-19
|
* Move desktop file to data and translateGravatar Patrick Griffis2016-01-19
|
* Move icons to data dirGravatar Patrick Griffis2016-01-19
|
* about-dialog: Use GPL2 from Gtk3Gravatar Patrick Griffis2016-01-19
|
* Start cleaning up build systemGravatar Patrick Griffis2016-01-19
| | | | Long way to go....
* issue 263 - freedesktop.org AppData definition, for GNOME software center.Gravatar Alan F2014-05-28
|
* bundle the libmrss wrapper to make building easierGravatar Alan F2014-04-13
|
* a cell renderer for RSS itemsGravatar Alan F2014-02-28
|
* plug the RSS feeds into the preferences dialog and put ifdefs so it should ↵Gravatar Alan F2014-02-24
| | | | compile without rss-glib
* refactor the torrent upload code (it's called from a few places so is ↵Gravatar Alan F2014-02-19
| | | | probably worth it), and make it easier to use a HTTP response as the input.
* RSS viewer now gets feed URLS from the config JSON, and displays the item ↵Gravatar Alan F2014-02-10
| | | | titles in a treeview.
* the very first steps of an RSS viewer - bit of autotools integration with ↵Gravatar Alan F2014-02-05
| | | | rss-glib and an empty window.
* remove all support for gtk2Gravatar Alan F2014-01-07
|
* new renderer mostly complete nowGravatar Alan Fitton2012-08-24
|
* adapt the cell renderer from Transmission to sort of work. possibly an ↵Gravatar Alan Fitton2012-08-23
| | | | alternative style, but lots of work to be done here.
* switch back to C99 to avoid some printf specifier unsupported warnings, and ↵Gravatar Alan Fitton2012-08-18
| | | | use the G_GINT64_FORMAT constant for building the peer stats string
* reorder compilationGravatar Alan Fitton2012-07-17
|
* Revert "gtk3 60 second graphing - this is a seperate source for now, could ↵Gravatar Alan Fitton2012-07-09
| | | | | | be easily merged it seems." This reverts commit d4711b4c9e9ae88ed75829371f184b6f7b387a27.
* gtk3 60 second graphing - this is a seperate source for now, could be easily ↵Gravatar Alan Fitton2012-07-08
| | | | merged it seems.
* some changes and hacks to get GeoIP on WindowsGravatar Alan Fitton2012-06-21
|
* issue 185 - change .desktop to add magnet uri handlerGravatar Alan Fitton2012-02-26
|
* issue 175. make some (incomplete) changes as per the GTK+ best practices ↵Gravatar Alan Fitton2012-01-25
| | | | document - mainly using a pointer in the public class to access the private object (on a few important classes for now) for performance, and don't use C99 (C99 comments or mixed declarations/statements).
* 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.
* installer fix and disable mime icons for win32. this seems to not work most ↵Gravatar Alan Fitton2012-01-15
| | | | of the time (for most extensions), compared to on Linux at least, and what's worse is it doesn't seem to set the "uncertain" flag so it ends up being a blank icon. just use gtk_stock_file instead.
* issue 174 - exec crash, issue 173 - files first update performance fixed.Gravatar Alan Fitton2012-01-09
|
* make the torrent add tree view and the files tree view fairly consistent, ↵Gravatar Alan Fitton2012-01-04
| | | | sharing code where possible. this allows changing priority and enabled using a directory. expand/collapse all buttons. the one taken from Transmission for torrent add dialog now has menus and the mime icons. may be bugs here, I know there's one with directories appearing as mixed and not updating upwards properly, but it's a start.
* filter items (not trackers+dirs for now) show counts next to them. while ↵Gravatar Alan Fitton2011-12-27
| | | | doing this, I made the stats update loop something that happens only if something changes, which avoids a full iteration over all torrents (even in active only).
* "turtle" mode in the status bar. for easy activation of alternative speed ↵Gravatar Alan Fitton2011-12-23
| | | | limits.
* file trees :D may do cascading priority changes sometime, but this is a ↵Gravatar Alan Fitton2011-12-21
| | | | start. also use GTK_STOCK_FILE if mime/extension detection fails.
* a few more appindicator fixes and reindent trg-main-window.cGravatar Alan Fitton2011-12-11
|
* first attempt at libappindicator supportGravatar Alan Fitton2011-12-11
|
* issue 167Gravatar Alan Fitton2011-11-29
|
* always use -O2 for the windows build, exclude desktop icons and man pages, ↵Gravatar Alan Fitton2011-11-27
| | | | request admin rights when the installer is started (to prevent access denied to program files on vista/win7)
* add a manpage, fix a potential crash, icon cache fix in spec fileGravatar Alan Fitton2011-10-24
|
* make the execute command tree view in preferences a generic widget, the ↵Gravatar Alan Fitton2011-10-21
| | | | "persistent tree view"
* move {tpeer,tfile},{c,h} into torrent.{c,h}Gravatar Alan Fitton2011-10-08
|
* use an icon for file wanted/unwantedGravatar Alan Fitton2011-10-03
|
* the foundation of remote command execution. still lots of work to do here, ↵Gravatar Alan Fitton2011-09-29
| | | | but it works for me and seems like a good start.
* issue 128Gravatar Alan Fitton2011-09-24
|
* some stuff to build against gtk3, mostly some changes from accessing an ↵Gravatar Alan Fitton2011-09-20
| | | | objects struct for members to using functions, due to these structs now being gsealed.
* some win32 build stuffGravatar Alan Fitton2011-09-18
|
* base64.c has gone from being a base64 implementation to a small wrapper ↵Gravatar Alan Fitton2011-09-18
| | | | around GMappedFile and the glib base64 encoder. Makes more sense in util.c now.
* Big changeset, may break stuff. Unfortunately you can't magically jump into ↵Gravatar Alan Fitton2011-09-18
| | | | the UI thread using gdk_threads_enter/leave() on Windows, the only way is to schedule a callback using g_idle_add. This required a lot of reworking. Good news, Windows support actually works now \o/
* 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
|