summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Big changeset, may break stuff. Unfortunately you can't magically jump into t...Gravatar Alan Fitton2011-09-18
* issue 113Gravatar Alan Fitton2011-09-18
* issue 111Gravatar Alan Fitton2011-09-18
* issue 85Gravatar Alan Fitton2011-09-16
* issue 85Gravatar Alan Fitton2011-09-16
* issue 85Gravatar Alan Fitton2011-09-16
* issue 106Gravatar Alan Fitton2011-09-16
* fix potential config mutex deadlockGravatar Alan Fitton2011-09-16
* issue 104Gravatar Alan Fitton2011-09-16
* issue 101Gravatar Alan Fitton2011-09-14
* need to clear the free space and speed indicators if there's a disconnect due...Gravatar Alan Fitton2011-09-14
* get_torrent_data() declaration in wrong header, move it.Gravatar Alan Fitton2011-09-14
* something wrong with the win32 stuff in configure.ac/Makefile.am, comment it ...Gravatar Alan Fitton2011-09-14
* some win32 compiler flagsGravatar Alan Fitton2011-09-13
* more windows portabilityGravatar Alan Fitton2011-09-13
* use GMappedFile instead of mmap. simpler and more portable.. I think an easy ...Gravatar Alan Fitton2011-09-13
* up/down queue keys with alt + up/downGravatar Alan Fitton2011-09-12
* use GTK_STOCK_CLEAR instead of GTK_STOCK_DELETE for delete buttonGravatar Alan Fitton2011-09-12
* issue 94 - option to do full update after every n recently only updatesGravatar Alan Fitton2011-09-12
* issue 91 - seems to work for me, but looks like changing state in GtkCheckMen...Gravatar Alan Fitton2011-09-12
* use the same function used for torrent/recheck progress in peer progress.Gravatar Alan Fitton2011-09-12
* show progress in percent done columnGravatar Alan Fitton2011-09-11
* hide queueing state selectors if not supportedGravatar Alan Fitton2011-09-11
* more queues supportGravatar Alan Fitton2011-09-11
* fix for multiple graphs being createdGravatar Alan Fitton2011-09-11
* for view menu check items, set their active in an expose event so they're syn...Gravatar Alan Fitton2011-09-11
* queue position settingGravatar Alan Fitton2011-09-11
* use thread local storage to keep one curl client per thread (by default 3) in...Gravatar Alan Fitton2011-09-11
* issue 89Gravatar Alan Fitton2011-09-09
* another buttonGravatar Alan Fitton2011-09-08
* sync up the view menu and the desktop preferences page a bitGravatar Alan Fitton2011-09-08
* issue 71Gravatar Alan Fitton2011-09-08
* issue 71 - remove trailing slashes from directory names in combo box and stat...Gravatar Alan Fitton2011-09-08
* issue 86 - accidentally removed the signal handler for remote prefs button ea...Gravatar Alan Fitton2011-09-08
* s/minimise/minimized/ (I'll use the American spelling. minimised is more comm...Gravatar Alan Fitton2011-09-08
* issue 42 - start in tray argument. fix state selector persisting of selection...Gravatar Alan Fitton2011-09-08
* issue 59 - add first tracker column.Gravatar Alan Fitton2011-09-08
* and saveGravatar Alan Fitton2011-09-08
* restoring state selector index, still need to save.Gravatar Alan Fitton2011-09-08
* use glib message functions instead of g_printf(). make view state selector/no...Gravatar Alan Fitton2011-09-08
* issue 75 - show total number of seeders/leechers across trackers instead of s...Gravatar Alan Fitton2011-09-07
* use #ifdef HAVE_LIBUNIQUE in main.c to make libunique more optional, will be ...Gravatar Alan Fitton2011-09-07
* issue 47 - add non-default column to display number of PEX and DHT peers to t...Gravatar Alan Fitton2011-09-07
* update the free space indicator using a signal from TrgClientGravatar Alan Fitton2011-09-06
* big refactoring of the trg-remote-preferences and trg-torrent-props to reduce...Gravatar Alan Fitton2011-09-06
* for new free space indicator, update session every 10th update. change min va...Gravatar Alan Fitton2011-09-06
* issue 40 - a free space indicator. also split stuff out on the statusbar to t...Gravatar Alan Fitton2011-09-05
* issue 70 - new statuses in RPC version >= 14. still need to add stateselector...Gravatar Alan Fitton2011-09-04
* issue 76 - as stated in the documentation gtk_window_get_size() isn't always ...Gravatar Alan Fitton2011-09-03
* issue 69 - use rpc-version instead of version to show/hide tracker changing f...Gravatar Alan Fitton2011-09-01