]> granicus.if.org Git - transmission/log
transmission
14 years ago(trunk gtk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB...
Charles Kerr [Wed, 28 Apr 2010 01:38:20 +0000 (01:38 +0000)]
(trunk gtk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- don't use g_format_size_for_display(), since we can't control what units it uses

14 years ago(trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -...
Charles Kerr [Wed, 28 Apr 2010 01:26:46 +0000 (01:26 +0000)]
(trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- implemented for gtk, qt, daemon, cli, and web client

14 years ago(trunk libT) #3117 "Tracker queries do not honor bind-address-ipv4" -- possible fix
Charles Kerr [Wed, 28 Apr 2010 00:32:43 +0000 (00:32 +0000)]
(trunk libT) #3117 "Tracker queries do not honor bind-address-ipv4" -- possible fix

14 years ago(trunk libT) fix a new assertion error from the nightlies reported by Ryoujin
Charles Kerr [Tue, 27 Apr 2010 13:43:03 +0000 (13:43 +0000)]
(trunk libT) fix a new assertion error from the nightlies reported by Ryoujin

14 years ago(trunk libT) #3041 "Blocklist - bad peers decreases after update; corrupt error messa...
Charles Kerr [Tue, 27 Apr 2010 03:58:25 +0000 (03:58 +0000)]
(trunk libT) #3041 "Blocklist - bad peers decreases after update; corrupt error messages" -- better error messages when fed unprintable characters

14 years ago(trunk qt) #2840 "opening magnets with qt client opens new instances" -- fixed in...
Charles Kerr [Tue, 27 Apr 2010 03:10:32 +0000 (03:10 +0000)]
(trunk qt) #2840 "opening magnets with qt client opens new instances" -- fixed in trunk for 2.00

14 years ago(trunk libT) remove debugging fprintf()
Charles Kerr [Mon, 26 Apr 2010 22:00:34 +0000 (22:00 +0000)]
(trunk libT) remove debugging fprintf()

14 years ago(trunk libT) don't escape the '/' character in json strings
Charles Kerr [Sun, 25 Apr 2010 15:30:50 +0000 (15:30 +0000)]
(trunk libT) don't escape the '/' character in json strings

14 years ago(trunk libT) slightly better comment i tr_torrentFileCompleted()
Charles Kerr [Sun, 25 Apr 2010 15:19:08 +0000 (15:19 +0000)]
(trunk libT) slightly better comment i tr_torrentFileCompleted()

14 years agorefresh the tracker cell right when we get the favicon
Mitchell Livingston [Sat, 24 Apr 2010 19:39:25 +0000 (19:39 +0000)]
refresh the tracker cell right when we get the favicon

14 years agoeliminate a warning
Mitchell Livingston [Sat, 24 Apr 2010 16:50:18 +0000 (16:50 +0000)]
eliminate a warning

14 years ago(trunk libT) #3164 "crash in tr_peerIoReconnect()" -- after attempting to reconnect...
Charles Kerr [Fri, 23 Apr 2010 23:48:52 +0000 (23:48 +0000)]
(trunk libT) #3164 "crash in tr_peerIoReconnect()" -- after attempting to reconnect, re-enable the libevent monitoring if the socket can't be created.

14 years ago(trunk libT) #2842 "Transmission crashes randomly on ARM-based Synology NAS" -- exper...
Charles Kerr [Fri, 23 Apr 2010 23:45:44 +0000 (23:45 +0000)]
(trunk libT) #2842 "Transmission crashes randomly on ARM-based Synology NAS" -- experimental commit based on giovannibajo's suggestion in comment:39 about the list struct's alignment

14 years ago(trunk gtk) #2999 "'Set Location' should support multiple torrents" -- implemented...
Charles Kerr [Fri, 23 Apr 2010 19:37:13 +0000 (19:37 +0000)]
(trunk gtk) #2999 "'Set Location' should support multiple torrents" -- implemented in trunk for 2.00

14 years ago(trunk macosx) maybe fix the utils.h breakage?
Charles Kerr [Fri, 23 Apr 2010 16:59:14 +0000 (16:59 +0000)]
(trunk macosx) maybe fix the utils.h breakage?

14 years ago(trunk libT) "transmission.h" should *always* be #included before any other libtransm...
Charles Kerr [Fri, 23 Apr 2010 16:36:16 +0000 (16:36 +0000)]
(trunk libT) "transmission.h" should *always* be #included before any other libtransmission header

14 years ago(trunk libT) remove obsolete #include -- clients.c doesn't need to #include <event.h>
Charles Kerr [Fri, 23 Apr 2010 16:35:11 +0000 (16:35 +0000)]
(trunk libT) remove obsolete #include -- clients.c doesn't need to #include <event.h>

14 years ago(trunk libT) fix error in tr_ctorNew() when initializing the default/fallback ctor...
Charles Kerr [Fri, 23 Apr 2010 14:13:18 +0000 (14:13 +0000)]
(trunk libT) fix error in tr_ctorNew() when initializing the default/fallback ctor values

14 years ago(trunk libT) fix JSON_parser.c build failure when compiled against some versions...
Charles Kerr [Fri, 23 Apr 2010 14:10:39 +0000 (14:10 +0000)]
(trunk libT) fix JSON_parser.c build failure when compiled against some versions of libevent 1.4.x.  Reported by Lacrocivious in #transmission.  This probably was introduced in r10492 when I updated the JSON_parser.c snapshot.

14 years agoadd undo and redo menu items, allowing them to work in text fields
Mitchell Livingston [Fri, 23 Apr 2010 11:50:35 +0000 (11:50 +0000)]
add undo and redo menu items, allowing them to work in text fields

14 years ago(trunk qt) #2935 "Changing the 'Keep incomplete files in' Directory" -- fixed in...
Charles Kerr [Fri, 23 Apr 2010 05:58:04 +0000 (05:58 +0000)]
(trunk qt) #2935 "Changing the 'Keep incomplete files in' Directory" -- fixed in trunk for 2.00

14 years ago(trunk qt) #2564 "Confirm on torrent remove" -- committed Longinus00's patch to trunk...
Charles Kerr [Fri, 23 Apr 2010 03:58:42 +0000 (03:58 +0000)]
(trunk qt) #2564 "Confirm on torrent remove" -- committed Longinus00's patch to trunk for 2.00

14 years ago#3006 Allow Trackers to be copied in Create Window
Mitchell Livingston [Fri, 23 Apr 2010 02:13:54 +0000 (02:13 +0000)]
#3006 Allow Trackers to be copied in Create Window

14 years ago#3006 Allow Trackers to be pasted in Create Window
Mitchell Livingston [Fri, 23 Apr 2010 02:05:34 +0000 (02:05 +0000)]
#3006 Allow Trackers to be pasted in Create Window

14 years ago(trunk gtk) #3166 "Add Tracker Favicons to Tracker Tab in Properties Window." --...
Charles Kerr [Fri, 23 Apr 2010 01:46:02 +0000 (01:46 +0000)]
(trunk gtk) #3166 "Add Tracker Favicons to Tracker Tab in Properties Window." -- implemented in trunk for 2.00

14 years ago(trunk libT) #3126 "Incomplete Dir. doesn't need to be auto created" -- have the...
Charles Kerr [Thu, 22 Apr 2010 04:15:49 +0000 (04:15 +0000)]
(trunk libT) #3126 "Incomplete Dir. doesn't need to be auto created" -- have the default incomplete dir be the same as the default download dir.  The Mac client already does it this way.

14 years ago(trunk libT) #2993 '"Downloaded" much greater than "Have" or "verified"' -- tweak...
Charles Kerr [Thu, 22 Apr 2010 03:12:31 +0000 (03:12 +0000)]
(trunk libT) #2993 '"Downloaded" much greater than "Have" or "verified"' -- tweak the download throttle algorithm a bit to try & address the slowness reported by Rolcol @ http://trac.transmissionbt.com/ticket/2993#comment:42

14 years ago(trunk libT) #3162 "allow optional end-user configuration of TCP_CONGESTION" -- minor...
Charles Kerr [Thu, 22 Apr 2010 02:04:43 +0000 (02:04 +0000)]
(trunk libT) #3162 "allow optional end-user configuration of TCP_CONGESTION" -- minor tweak removing a little bit of code duplication in r10508

14 years ago(trunk libT) #3162 "allow optional end-user configuration of TCP_CONGESTION" -- add...
Charles Kerr [Thu, 22 Apr 2010 01:49:16 +0000 (01:49 +0000)]
(trunk libT) #3162 "allow optional end-user configuration of TCP_CONGESTION" -- add jch's implementation of this to trunk for 2.00

14 years ago(trunk gtk) add gtr_warn_if_fail(), a portability wrapper for systems too old for...
Charles Kerr [Wed, 21 Apr 2010 19:23:27 +0000 (19:23 +0000)]
(trunk gtk) add gtr_warn_if_fail(), a portability wrapper for systems too old for g_warn_if_fail()

14 years ago(trunk libT) #3159 "better choosing of which peers to initiate new connections with...
Charles Kerr [Wed, 21 Apr 2010 04:44:35 +0000 (04:44 +0000)]
(trunk libT) #3159 "better choosing of which peers to initiate new connections with" -- fix new bug in r10500 that was reported by Sharpshot in #3160

14 years ago(trunk gtk) #3143 "remote RPC calls cause gtk+ API calls to be made from the wrong...
Charles Kerr [Wed, 21 Apr 2010 04:38:54 +0000 (04:38 +0000)]
(trunk gtk) #3143 "remote RPC calls cause gtk+ API calls to be made from the wrong thread" -- fixed in trunk for 2.00

14 years ago(trunk daemon) #3158 "Possible crash when using inotify" -- fixed in trunk for 2.00
Charles Kerr [Wed, 21 Apr 2010 01:31:23 +0000 (01:31 +0000)]
(trunk daemon) #3158 "Possible crash when using inotify" -- fixed in trunk for 2.00

14 years agosmall rearrangement of help
Mitchell Livingston [Tue, 20 Apr 2010 23:47:28 +0000 (23:47 +0000)]
small rearrangement of help

14 years ago(trunk libT) #3136 "slashes in magnet names" -- fixed in trunk for 2.00
Charles Kerr [Tue, 20 Apr 2010 23:14:00 +0000 (23:14 +0000)]
(trunk libT) #3136 "slashes in magnet names" -- fixed in trunk for 2.00

14 years ago#3157 add hidden plist options "bind-address-ipv4/6"
Mitchell Livingston [Tue, 20 Apr 2010 21:59:19 +0000 (21:59 +0000)]
#3157 add hidden plist options "bind-address-ipv4/6"

14 years ago(trunk libT) #3159 "better decision-making when choosing which peers to initiate...
Charles Kerr [Tue, 20 Apr 2010 21:54:03 +0000 (21:54 +0000)]
(trunk libT) #3159 "better decision-making when choosing which peers to initiate new connections with" -- experimental commit

14 years ago(trunk libT) #3047 "Periodic disk access in idle state" -- added to trunk for 2.00...
Charles Kerr [Tue, 20 Apr 2010 03:44:45 +0000 (03:44 +0000)]
(trunk libT) #3047 "Periodic disk access in idle state" -- added to trunk for 2.00 by committing a patch by klapaucjusz into this svn code repository

14 years ago(trunk) #2960 "add torrent availability to web interface and remote" -- implemented...
Charles Kerr [Tue, 20 Apr 2010 01:48:40 +0000 (01:48 +0000)]
(trunk) #2960 "add torrent availability to web interface and remote" -- implemented via a patch from Longinus00

14 years ago(trunk libT) #3105 "Torrentadd over rpc not files wanted/unwanted bug" -- fixed in...
Charles Kerr [Mon, 19 Apr 2010 23:10:30 +0000 (23:10 +0000)]
(trunk libT) #3105 "Torrentadd over rpc not files wanted/unwanted bug" -- fixed in trunk for 2.00

14 years ago(trunk libT) #3154 "crash when saving a blocklist to disk when the disk is full"...
Charles Kerr [Mon, 19 Apr 2010 16:18:12 +0000 (16:18 +0000)]
(trunk libT) #3154 "crash when saving a blocklist to disk when the disk is full" -- fixed in trunk for 2.00

14 years agomake sure that the inspector is fully reloaded, specifically for when a transfer...
Mitchell Livingston [Sat, 17 Apr 2010 18:44:34 +0000 (18:44 +0000)]
make sure that the inspector is fully reloaded, specifically for when a transfer is demagnetized

14 years agomake the verifying progress indicator in the "add transfer" window a bar
Mitchell Livingston [Sat, 17 Apr 2010 14:01:55 +0000 (14:01 +0000)]
make the verifying progress indicator in the "add transfer" window a bar

14 years ago(trunk libT) update our JSON_parser snapshot
Charles Kerr [Sat, 17 Apr 2010 13:29:02 +0000 (13:29 +0000)]
(trunk libT) update our JSON_parser snapshot

14 years ago(trunk libT) #3145 "Log torrent deletion" -- Longinus00's patch applied to trunk...
Charles Kerr [Sat, 17 Apr 2010 04:07:56 +0000 (04:07 +0000)]
(trunk libT) #3145 "Log torrent deletion" -- Longinus00's patch applied to trunk for 2.00

14 years ago(trunk gtk) #3146 "Toggle state of 'toggle-main-window' not updated when window is...
Charles Kerr [Sat, 17 Apr 2010 00:41:24 +0000 (00:41 +0000)]
(trunk gtk) #3146 "Toggle state of 'toggle-main-window' not updated when window is shown after launch with running instance" -- fixed in trunk for 2.00 by a patch from qense

14 years ago(trunk qt) #3148 "command-line password argument isn't parsed correctly" -- fixed...
Charles Kerr [Fri, 16 Apr 2010 20:17:52 +0000 (20:17 +0000)]
(trunk qt) #3148 "command-line password argument isn't parsed correctly" -- fixed in trunk for 2.00.  added backport-1.9x if/when we do 1.93.

14 years agosmall design changes to the add windows, mainly placing the location, group, priority...
Mitchell Livingston [Fri, 16 Apr 2010 02:07:57 +0000 (02:07 +0000)]
small design changes to the add windows, mainly placing the location, group, priority, and verify options into a box

14 years ago(trunk libT) #3134 "transmission-remote apparently can't handle apostrophes in errorS...
Charles Kerr [Thu, 15 Apr 2010 19:27:47 +0000 (19:27 +0000)]
(trunk libT) #3134 "transmission-remote apparently can't handle apostrophes in errorStrings" -- I'm unable to reproduce the reported behavior, but that's no reason to let a new unit test go to waste... committing the unit test anyway

14 years ago(trunk, qt) #2962 "Qt client Crashes when Removing more than 1 Torrent" -- fixed...
Charles Kerr [Thu, 15 Apr 2010 19:15:11 +0000 (19:15 +0000)]
(trunk, qt) #2962 "Qt client Crashes when Removing more than 1 Torrent" -- fixed in trunk for 2.00 w/patch from Longinus00

14 years ago(trunk) #3141 "Web client should be disabled by default" -- implemented in trunk...
Charles Kerr [Thu, 15 Apr 2010 18:57:26 +0000 (18:57 +0000)]
(trunk) #3141 "Web client should be disabled by default" -- implemented in trunk for 2.0

14 years ago(trunk libT) #3140 "Transmission doesn't build with Curl 7.15.5" -- fixed in trunk...
Charles Kerr [Thu, 15 Apr 2010 15:32:36 +0000 (15:32 +0000)]
(trunk libT) #3140 "Transmission doesn't build with Curl 7.15.5" -- fixed in trunk for 2.00

14 years ago(trunk libT) #1869 "new status for torrents that reach seed ratio" -- possible fix...
Charles Kerr [Thu, 15 Apr 2010 13:43:54 +0000 (13:43 +0000)]
(trunk libT) #1869 "new status for torrents that reach seed ratio" -- possible fix for the bug reported by leena

14 years ago"this time for sure!"
Charles Kerr [Wed, 14 Apr 2010 13:54:18 +0000 (13:54 +0000)]
"this time for sure!"

14 years agoblind-leading-the-blind dept: try to fix the mac build from r10480 w/o a mac :)
Charles Kerr [Wed, 14 Apr 2010 13:42:51 +0000 (13:42 +0000)]
blind-leading-the-blind dept: try to fix the mac build from r10480 w/o a mac :)

14 years ago(trunk) #1869 "new status for torrents that reached the seed ratio" -- add temporary...
Charles Kerr [Wed, 14 Apr 2010 13:36:43 +0000 (13:36 +0000)]
(trunk) #1869 "new status for torrents that reached the seed ratio" -- add temporary debug messages to help track down the issue leena's reporting in that ticket

14 years ago(trunk libT) in seedRatio, handle the case where a file is downloaded more than once
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

14 years agosync to previous commit
Charles Kerr [Wed, 14 Apr 2010 00:03:34 +0000 (00:03 +0000)]
sync to previous commit

14 years ago(trunk libT) #1869 "new status for torrents that reached the seed ratio" -- maybe...
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

14 years agotruncate the inspector's data file path in the middle instead of head
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

14 years agosmall alignment changes to the add windows
Mitchell Livingston [Tue, 13 Apr 2010 00:50:43 +0000 (00:50 +0000)]
small alignment changes to the add windows

14 years agoprefer favicon.png over favicon.ico
Mitchell Livingston [Tue, 13 Apr 2010 00:20:19 +0000 (00:20 +0000)]
prefer favicon.png over favicon.ico

14 years agouse leftUntilDone instead of percentDone when determining finished status
Mitchell Livingston [Tue, 13 Apr 2010 00:20:04 +0000 (00:20 +0000)]
use leftUntilDone instead of percentDone when determining finished status

14 years agoupdate miniupnp to 20100412
Mitchell Livingston [Tue, 13 Apr 2010 00:11:34 +0000 (00:11 +0000)]
update miniupnp to 20100412

14 years ago#3133 Inspector > Trackers: Look for favicon.png
Mitchell Livingston [Mon, 12 Apr 2010 02:55:50 +0000 (02:55 +0000)]
#3133 Inspector > Trackers: Look for favicon.png

14 years agofix alignment of the "groups" label in the add windows
Mitchell Livingston [Mon, 12 Apr 2010 02:13:00 +0000 (02:13 +0000)]
fix alignment of the "groups" label in the add windows

14 years agoadd an option to the prefs to show the add window for magnet links
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

14 years agotruncate the inspector's data name in the middle instead of tail
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

14 years agotruncate the add windows' titles 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

14 years agoa few small adjustments to the "add magnet" window
Mitchell Livingston [Mon, 12 Apr 2010 01:08:13 +0000 (01:08 +0000)]
a few small adjustments to the "add magnet" window

14 years ago#2612 Display a neutered add window for magnet links
Mitchell Livingston [Mon, 12 Apr 2010 00:55:31 +0000 (00:55 +0000)]
#2612 Display a neutered add window for magnet links

14 years ago(trunk gtk) #3132 "paste clipboard contents into textbox in Add URL dialog" -- implem...
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

14 years ago(trunk libT) back out r10075, because r10336 addresses the same problem in a better...
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

14 years ago(trunk qt) #2782 "Cannot copy/paste hash (among other fields) from QT4 torrent proper...
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

14 years agowhen removing the bottom group, select the group above it instead of the first group
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

14 years agoupdate miniupnp to 20100407
Mitchell Livingston [Wed, 7 Apr 2010 22:45:35 +0000 (22:45 +0000)]
update miniupnp to 20100407

14 years ago(trunk qt) #3119 "Showing torrent properties can causes rearranging of torrents if...
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

14 years ago(trunk gtk) tweak details.c again :)
Charles Kerr [Tue, 6 Apr 2010 04:59:36 +0000 (04:59 +0000)]
(trunk gtk) tweak details.c again :)

14 years ago(trunk) poke at details yet again
Charles Kerr [Tue, 6 Apr 2010 04:54:51 +0000 (04:54 +0000)]
(trunk) poke at details yet again

14 years ago(trunk gtk) tweak paused/stopped/finished in the details dialog
Charles Kerr [Tue, 6 Apr 2010 04:02:44 +0000 (04:02 +0000)]
(trunk gtk) tweak paused/stopped/finished in the details dialog

14 years ago(trunk qt) fix minor quirk in r10454
Charles Kerr [Tue, 6 Apr 2010 03:15:42 +0000 (03:15 +0000)]
(trunk qt) fix minor quirk in r10454

14 years ago(trunk qt) tweak paused/stopped/finished in the details dialog
Charles Kerr [Tue, 6 Apr 2010 03:10:48 +0000 (03:10 +0000)]
(trunk qt) tweak paused/stopped/finished in the details dialog

14 years agoin the "state" field of the inspector, for paused transfers indicate if waiting in...
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

14 years ago(trunk) #1869 "New status for torrents that reached the seed ratio" -- implemented...
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

14 years agore-add 2 lines to rpc-spec.txt removed in r10437
Mitchell Livingston [Tue, 6 Apr 2010 02:00:32 +0000 (02:00 +0000)]
re-add 2 lines to rpc-spec.txt removed in r10437

14 years agoonly toggle the pieces view when a torrent is selected
Mitchell Livingston [Tue, 6 Apr 2010 01:44:38 +0000 (01:44 +0000)]
only toggle the pieces view when a torrent is selected

14 years agorestore ability to toggle pieces view by clicking on it
Mitchell Livingston [Tue, 6 Apr 2010 01:41:16 +0000 (01:41 +0000)]
restore ability to toggle pieces view by clicking on it

14 years agoupdate miniupnp to 20100405
Mitchell Livingston [Mon, 5 Apr 2010 22:44:14 +0000 (22:44 +0000)]
update miniupnp to 20100405

14 years agobetter code for determining the index of a new group
Mitchell Livingston [Sun, 4 Apr 2010 13:20:44 +0000 (13:20 +0000)]
better code for determining the index of a new group

14 years agomake the new group color a little bluer
Mitchell Livingston [Sun, 4 Apr 2010 13:07:38 +0000 (13:07 +0000)]
make the new group color a little bluer

14 years ago#3114 remove preference, now resume all always excludes "seeding complete" transfers
Mitchell Livingston [Sun, 4 Apr 2010 02:05:40 +0000 (02:05 +0000)]
#3114 remove preference, now resume all always excludes "seeding complete" transfers

14 years ago#3114 add option to transfers->management "Resume All includes seeding-complete trans...
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"

14 years ago(trunk qt) #3098 "tracker display broken in qt client" -- fixed in trunk for 2.00...
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

14 years ago(trunk qt) #3112 "Partial Seed display shows incorrect filesize" -- fixed in trunk...
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

14 years ago(trunk qt) #3116 "show file sizes in the file tree" -- implemented for 2.00 by a...
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

14 years agofix hovering over the pause/resume button in non-compact view
Mitchell Livingston [Fri, 2 Apr 2010 18:14:46 +0000 (18:14 +0000)]
fix hovering over the pause/resume button in non-compact view

14 years agowhen the ratio is set to unlimited when resuming, reload the inspector
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

14 years ago#1869 Move the finished state to libtransmission. This setting is now remembered...
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.

14 years ago(trunk) #3111 "configure --disable-FOO doesn't quite work" -- fixed in trunk for...
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

14 years ago(trunk) #3109 "configure: option name doesn't match description" -- fixed in trunk...
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