summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* switch from using the trackers struct to trackerstats - and add some of the n...Gravatar Alan Fitton2011-08-31
* implement seed/download queues in Transmission >= 2.40Gravatar Alan Fitton2011-08-30
* issue 60 - a seperate update interval setting for if the application is minim...Gravatar Alan Fitton2011-08-30
* fix small memory leak in preferences dialogGravatar Alan Fitton2011-08-28
* fix for last fixGravatar Alan Fitton2011-08-28
* fix small memory leak when switching/deleting profilesGravatar Alan Fitton2011-08-28
* remember to save the new profile pointer on first loadGravatar Alan Fitton2011-08-28
* use strftime instead of the nicer threadsafe GDateTime on systems without gli...Gravatar Alan Fitton2011-08-28
* issue 58Gravatar Alan Fitton2011-08-27
* fix for makefile not installing icons, update spec file for next releaseGravatar Alan Fitton2011-08-27
* fix some memory leaks during disposal in TrgTreeView (so when the app is bein...Gravatar Alan Fitton2011-08-27
* use a saved pointer to the profile object instead of getting the index and re...Gravatar Alan Fitton2011-08-27