]>
granicus.if.org Git - transmission/log
Charles Kerr [Wed, 14 Apr 2010 00:34:31 +0000 (00:34 +0000)]
(trunk libT) in seedRatio, handle the case where a file is downloaded more than once
Charles Kerr [Wed, 14 Apr 2010 00:03:34 +0000 (00:03 +0000)]
sync to previous commit
Charles Kerr [Wed, 14 Apr 2010 00:03:23 +0000 (00:03 +0000)]
(trunk libT) #1869 "new status for torrents that reached the seed ratio" -- maybe fix the issue reported by leena
Mitchell Livingston [Tue, 13 Apr 2010 00:52:23 +0000 (00:52 +0000)]
truncate the inspector's data file path in the middle instead of head
Mitchell Livingston [Tue, 13 Apr 2010 00:50:43 +0000 (00:50 +0000)]
small alignment changes to the add windows
Mitchell Livingston [Tue, 13 Apr 2010 00:20:19 +0000 (00:20 +0000)]
prefer favicon.png over favicon.ico
Mitchell Livingston [Tue, 13 Apr 2010 00:20:04 +0000 (00:20 +0000)]
use leftUntilDone instead of percentDone when determining finished status
Mitchell Livingston [Tue, 13 Apr 2010 00:11:34 +0000 (00:11 +0000)]
update miniupnp to
20100412
Mitchell Livingston [Mon, 12 Apr 2010 02:55:50 +0000 (02:55 +0000)]
#3133 Inspector > Trackers: Look for favicon.png
Mitchell Livingston [Mon, 12 Apr 2010 02:13:00 +0000 (02:13 +0000)]
fix alignment of the "groups" label in the add windows
Mitchell Livingston [Mon, 12 Apr 2010 01:34:11 +0000 (01:34 +0000)]
add an option to the prefs to show the add window for magnet links
Mitchell Livingston [Mon, 12 Apr 2010 01:21:07 +0000 (01:21 +0000)]
truncate the inspector's data name in the middle instead of tail
Mitchell Livingston [Mon, 12 Apr 2010 01:18:22 +0000 (01:18 +0000)]
truncate the add windows' titles in the middle instead of tail
Mitchell Livingston [Mon, 12 Apr 2010 01:08:13 +0000 (01:08 +0000)]
a few small adjustments to the "add magnet" window
Mitchell Livingston [Mon, 12 Apr 2010 00:55:31 +0000 (00:55 +0000)]
#2612 Display a neutered add window for magnet links
Charles Kerr [Sun, 11 Apr 2010 14:18:29 +0000 (14:18 +0000)]
(trunk gtk) #3132 "paste clipboard contents into textbox in Add URL dialog" -- implemented for 2.00
Charles Kerr [Sun, 11 Apr 2010 13:32:41 +0000 (13:32 +0000)]
(trunk libT) back out r10075, because r10336 addresses the same problem in a better way. r10075 changed the default preallocation to `full' if fallocate64() is present, and r10336 added fallocate64() as the first-attempt mechanism for `fast' preallocation
Charles Kerr [Sat, 10 Apr 2010 18:42:46 +0000 (18:42 +0000)]
(trunk qt) #2782 "Cannot copy/paste hash (among other fields) from QT4 torrent properties window" -- fixed in trunk for 2.00
Mitchell Livingston [Sat, 10 Apr 2010 15:48:09 +0000 (15:48 +0000)]
when removing the bottom group, select the group above it instead of the first group
Mitchell Livingston [Wed, 7 Apr 2010 22:45:35 +0000 (22:45 +0000)]
update miniupnp to
20100407
Charles Kerr [Wed, 7 Apr 2010 13:37:08 +0000 (13:37 +0000)]
(trunk qt) #3119 "Showing torrent properties can causes rearranging of torrents if sort != sortByName" -- fixed in trunk for 2.00 by Longinus00
Charles Kerr [Tue, 6 Apr 2010 04:59:36 +0000 (04:59 +0000)]
(trunk gtk) tweak details.c again :)
Charles Kerr [Tue, 6 Apr 2010 04:54:51 +0000 (04:54 +0000)]
(trunk) poke at details yet again
Charles Kerr [Tue, 6 Apr 2010 04:02:44 +0000 (04:02 +0000)]
(trunk gtk) tweak paused/stopped/finished in the details dialog
Charles Kerr [Tue, 6 Apr 2010 03:15:42 +0000 (03:15 +0000)]
(trunk qt) fix minor quirk in r10454
Charles Kerr [Tue, 6 Apr 2010 03:10:48 +0000 (03:10 +0000)]
(trunk qt) tweak paused/stopped/finished in the details dialog
Mitchell Livingston [Tue, 6 Apr 2010 02:53:07 +0000 (02:53 +0000)]
in the "state" field of the inspector, for paused transfers indicate if waiting in the queue or finished
Charles Kerr [Tue, 6 Apr 2010 02:34:45 +0000 (02:34 +0000)]
(trunk) #1869 "New status for torrents that reached the seed ratio" -- implemented for GTK+, Qt, and transmission-remote by Longinus00's patch
Mitchell Livingston [Tue, 6 Apr 2010 02:00:32 +0000 (02:00 +0000)]
re-add 2 lines to rpc-spec.txt removed in r10437
Mitchell Livingston [Tue, 6 Apr 2010 01:44:38 +0000 (01:44 +0000)]
only toggle the pieces view when a torrent is selected
Mitchell Livingston [Tue, 6 Apr 2010 01:41:16 +0000 (01:41 +0000)]
restore ability to toggle pieces view by clicking on it
Mitchell Livingston [Mon, 5 Apr 2010 22:44:14 +0000 (22:44 +0000)]
update miniupnp to
20100405
Mitchell Livingston [Sun, 4 Apr 2010 13:20:44 +0000 (13:20 +0000)]
better code for determining the index of a new group
Mitchell Livingston [Sun, 4 Apr 2010 13:07:38 +0000 (13:07 +0000)]
make the new group color a little bluer
Mitchell Livingston [Sun, 4 Apr 2010 02:05:40 +0000 (02:05 +0000)]
#3114 remove preference, now resume all always excludes "seeding complete" transfers
Mitchell Livingston [Sun, 4 Apr 2010 01:35:51 +0000 (01:35 +0000)]
#3114 add option to transfers->management "Resume All includes seeding-complete transfers"
Charles Kerr [Sat, 3 Apr 2010 14:23:29 +0000 (14:23 +0000)]
(trunk qt) #3098 "tracker display broken in qt client" -- fixed in trunk for 2.00 by Longinus00's patch
Charles Kerr [Sat, 3 Apr 2010 14:04:45 +0000 (14:04 +0000)]
(trunk qt) #3112 "Partial Seed display shows incorrect filesize" -- fixed in trunk for 2.00 with a patch from Longinus00
Charles Kerr [Sat, 3 Apr 2010 13:56:23 +0000 (13:56 +0000)]
(trunk qt) #3116 "show file sizes in the file tree" -- implemented for 2.00 by a patch from Longinus00
Mitchell Livingston [Fri, 2 Apr 2010 18:14:46 +0000 (18:14 +0000)]
fix hovering over the pause/resume button in non-compact view
Mitchell Livingston [Fri, 2 Apr 2010 18:05:39 +0000 (18:05 +0000)]
when the ratio is set to unlimited when resuming, reload the inspector
Mitchell Livingston [Fri, 2 Apr 2010 17:57:25 +0000 (17:57 +0000)]
#1869 Move the finished state to libtransmission. This setting is now remembered between launches. This also causes torrents that hit the seed ratio to not have this setting changed to unlimited until start.
Charles Kerr [Thu, 1 Apr 2010 22:17:52 +0000 (22:17 +0000)]
(trunk) #3111 "configure --disable-FOO doesn't quite work" -- fixed in trunk for 2.00. patch by naddy
Charles Kerr [Thu, 1 Apr 2010 22:12:32 +0000 (22:12 +0000)]
(trunk) #3109 "configure: option name doesn't match description" -- fixed in trunk for 2.00
Charles Kerr [Thu, 1 Apr 2010 21:55:26 +0000 (21:55 +0000)]
(trunk, qt) #3094 "reopened Enhancement" -- fix r10433 typo
Charles Kerr [Thu, 1 Apr 2010 06:08:20 +0000 (06:08 +0000)]
(trunk gtk,qt) #3094 "Show ratio goal for partial seeds" -- implemented in trunk for 2.00, based off Longinus00's patch
Mitchell Livingston [Thu, 1 Apr 2010 02:34:29 +0000 (02:34 +0000)]
make text fields truncate in the middle instead of end
Charles Kerr [Wed, 31 Mar 2010 19:59:51 +0000 (19:59 +0000)]
(trunk daemon) #3070 "--blocklist-update timeout in transmission-remote" -- fixed in trunk for 2.00
Charles Kerr [Wed, 31 Mar 2010 19:42:30 +0000 (19:42 +0000)]
(trunk qt) #3095 "Don't show remaining time for paused torrents" -- fixed in trunk for 2.00 by a patch from Longinus00
Charles Kerr [Wed, 31 Mar 2010 19:22:42 +0000 (19:22 +0000)]
(trunk web) "impossible to set sorting direction in the web ui" -- use Longinus00's quick & dirty patch to fix this in trunk for 2.00
Charles Kerr [Wed, 31 Mar 2010 18:52:07 +0000 (18:52 +0000)]
(trunk libT) #3104 "tr-dht.c: signed port number" -- fixed in trunk for 2.00
Charles Kerr [Sun, 28 Mar 2010 12:07:04 +0000 (12:07 +0000)]
(trunk libT) #3091 "tr_ctorSetDownloadDir() should check for empty string" -- fixed in trunk for 2.00
Mitchell Livingston [Sun, 28 Mar 2010 01:29:40 +0000 (01:29 +0000)]
still show the progress bar in compact view for selected rows
Charles Kerr [Sat, 27 Mar 2010 02:52:10 +0000 (02:52 +0000)]
(trunk gtk) rename the "State" filter as the "Activity" filter
Mitchell Livingston [Fri, 26 Mar 2010 02:28:41 +0000 (02:28 +0000)]
#1295 Sync "Start when added" with libtransmission
Charles Kerr [Thu, 25 Mar 2010 20:03:56 +0000 (20:03 +0000)]
(trunk third-party) #2767 "DHT-formatted dictionaries are incorrect" -- fixed by upgrading our DHT snapshot to dht-0.15 from http://www.pps.jussieu.fr/~jch/software/files/dht-0.15.tar.gz
Mitchell Livingston [Thu, 25 Mar 2010 12:40:17 +0000 (12:40 +0000)]
small help tweak
John Clay [Thu, 25 Mar 2010 03:51:56 +0000 (03:51 +0000)]
Help draft 2
Mitchell Livingston [Thu, 25 Mar 2010 02:59:02 +0000 (02:59 +0000)]
update the help index
John Clay [Thu, 25 Mar 2010 02:57:58 +0000 (02:57 +0000)]
Oops
John Clay [Thu, 25 Mar 2010 02:53:24 +0000 (02:53 +0000)]
Update Mac help - Draft 1
Mitchell Livingston [Wed, 24 Mar 2010 23:41:08 +0000 (23:41 +0000)]
#3072 Make Transmission look for the web ui folder in the Application Support folder first
Charles Kerr [Wed, 24 Mar 2010 17:18:26 +0000 (17:18 +0000)]
(trunk daemon) #3070 "transmisison-remote --blocklist-update timeout" -- fixed in trunk for 2.00
Charles Kerr [Mon, 22 Mar 2010 02:27:57 +0000 (02:27 +0000)]
(trunk libT) increase request TTL to 120 seconds
Charles Kerr [Mon, 22 Mar 2010 00:55:43 +0000 (00:55 +0000)]
(trunk libt) #3004 "Transmission doesn't report to the user errors when saving settings files" -- committed Longinus00's patch to trunk for 2.00
Mitchell Livingston [Sun, 21 Mar 2010 15:16:11 +0000 (15:16 +0000)]
one more constant, one less warning
Mitchell Livingston [Sun, 21 Mar 2010 14:59:46 +0000 (14:59 +0000)]
in compact view, center fields instead of using offsets from the top
Mitchell Livingston [Sat, 20 Mar 2010 23:08:59 +0000 (23:08 +0000)]
in compact view, make the progress bar a bit darker
Mitchell Livingston [Sat, 20 Mar 2010 22:42:33 +0000 (22:42 +0000)]
eliminate the non-displayed text explaining the control buttons in compact view
Mitchell Livingston [Sat, 20 Mar 2010 22:24:54 +0000 (22:24 +0000)]
in compact view, when showing the controls on hover don't resize the title if the replaced text was longer than the width of the buttons
Mitchell Livingston [Sat, 20 Mar 2010 19:16:13 +0000 (19:16 +0000)]
in compact view, don't show the progress bar if the cell is selected, regardless if the table has focus
Mitchell Livingston [Sat, 20 Mar 2010 18:54:24 +0000 (18:54 +0000)]
appropriately shorten the title length when showing the control buttons in compact view
Mitchell Livingston [Sat, 20 Mar 2010 18:27:09 +0000 (18:27 +0000)]
don't set up a tracking area over the entire cell when not in compact view
Mitchell Livingston [Sat, 20 Mar 2010 18:09:45 +0000 (18:09 +0000)]
more adjustments to compact view
Charles Kerr [Sat, 20 Mar 2010 14:53:08 +0000 (14:53 +0000)]
(trunk gtk) tinker with compact mode a little bit
Mitchell Livingston [Sat, 20 Mar 2010 05:16:03 +0000 (05:16 +0000)]
hide the progress bar when selecting row in compact view
Mitchell Livingston [Sat, 20 Mar 2010 05:09:34 +0000 (05:09 +0000)]
make the progress bar in compact view take up essentially the entire cell
Mitchell Livingston [Sat, 20 Mar 2010 03:51:29 +0000 (03:51 +0000)]
decrease the alpha of the pieces bar in compact view (don't show at all in compact view on 10.5)
Mitchell Livingston [Sat, 20 Mar 2010 03:36:16 +0000 (03:36 +0000)]
tweak Compact View
Mitchell Livingston [Sat, 20 Mar 2010 03:30:04 +0000 (03:30 +0000)]
only outline the progress bar in non-compact view
Mitchell Livingston [Sat, 20 Mar 2010 03:27:17 +0000 (03:27 +0000)]
first attempt at a single-row, more compact Compact (Minimal) View
Mitchell Livingston [Sat, 20 Mar 2010 02:04:18 +0000 (02:04 +0000)]
rename Minimal View to Compact View
Charles Kerr [Fri, 19 Mar 2010 18:48:37 +0000 (18:48 +0000)]
(trunk libT) #2911 "requirement of javascript/transmission.js for webinterface unnecessary" -- implemented in trunk for 2.00
Charles Kerr [Thu, 18 Mar 2010 04:04:03 +0000 (04:04 +0000)]
(trunk gtk) fix another minor memory error in the new filter code
Charles Kerr [Thu, 18 Mar 2010 03:40:32 +0000 (03:40 +0000)]
(trunk gtk) fix memory leak
Charles Kerr [Thu, 18 Mar 2010 03:35:37 +0000 (03:35 +0000)]
(trunk daemon) #2898 "add pausing and deletion to daemon" -- fix compiler warning
Charles Kerr [Wed, 17 Mar 2010 20:30:04 +0000 (20:30 +0000)]
(trunk gtk) if favicon.ico doesn't work, try favicon.png too
Charles Kerr [Wed, 17 Mar 2010 19:23:03 +0000 (19:23 +0000)]
(trunk) #2898 "add pausing and deletion to daemon" -- committed patch from Longinus00 to trunk for 2.00
Charles Kerr [Wed, 17 Mar 2010 17:07:40 +0000 (17:07 +0000)]
(trunk) one of the least interesting commits ever: remove trailing spaces from source code lines...
Charles Kerr [Tue, 16 Mar 2010 00:45:52 +0000 (00:45 +0000)]
(trunk) update svn properties for $Id$ in the new macosx/ files
Charles Kerr [Tue, 16 Mar 2010 00:45:12 +0000 (00:45 +0000)]
(trunk gtk) a little more filter/favicon cleanup. remove the submenu headers from the Category combobox, suggested by kklimonda
Charles Kerr [Mon, 15 Mar 2010 23:29:56 +0000 (23:29 +0000)]
(trunk libT) #3051 "faster startup by adding 'have all' idiom to .resume files" -- implemented in trunk for 2.00
Charles Kerr [Mon, 15 Mar 2010 15:30:48 +0000 (15:30 +0000)]
(trunk) add a note about optional dependencies in the configure script's output
Charles Kerr [Mon, 15 Mar 2010 15:07:23 +0000 (15:07 +0000)]
(trunk gtk) get the new filterbar working on older versions of GTK+
Charles Kerr [Mon, 15 Mar 2010 14:42:56 +0000 (14:42 +0000)]
(trunk, qt) rename the slightly-pejorative "minimal view" as "compact view"
Charles Kerr [Mon, 15 Mar 2010 14:42:43 +0000 (14:42 +0000)]
(trunk, gtk) rename the slightly-pejorative "minimal view" as "compact view"
Charles Kerr [Mon, 15 Mar 2010 14:35:43 +0000 (14:35 +0000)]
(trunk gtk) small filter/favicon code cleanups
Charles Kerr [Mon, 15 Mar 2010 03:10:54 +0000 (03:10 +0000)]
(trunk gtk) preserve the old filter's behavior of including torrents being verified in the "active" filter. Thanks to Waldorf for the reminder.
Charles Kerr [Mon, 15 Mar 2010 02:53:31 +0000 (02:53 +0000)]
(trunk gtk) add favicon support to the new filterbar
Mitchell Livingston [Mon, 15 Mar 2010 00:16:07 +0000 (00:16 +0000)]
tweak NEWS and Makefile