]> granicus.if.org Git - transmission/log
transmission
16 years ago(gtk) #1035 prefrence "Remove source to trash" doesn't work
Charles Kerr [Wed, 2 Jul 2008 00:51:04 +0000 (00:51 +0000)]
(gtk) #1035 prefrence "Remove source to trash" doesn't work

16 years ago(gtk) #1043: Include recent folders in the destination folder chooser
Charles Kerr [Wed, 2 Jul 2008 00:17:27 +0000 (00:17 +0000)]
(gtk) #1043: Include recent folders in the destination folder chooser

16 years ago(gtk) #1070: 1:60 ???
Charles Kerr [Tue, 1 Jul 2008 22:35:32 +0000 (22:35 +0000)]
(gtk) #1070: 1:60 ???

16 years agofix bug where inspector would reset when changing transfer state (at the cost of...
Mitchell Livingston [Tue, 1 Jul 2008 15:11:58 +0000 (15:11 +0000)]
fix bug where inspector would reset when changing transfer state (at the cost of the inspector not updating when a group is selected and a its content changes)

16 years ago(rpc) uploading files via an http form w/file inputs works now.
Charles Kerr [Tue, 1 Jul 2008 02:33:31 +0000 (02:33 +0000)]
(rpc) uploading files via an http form w/file inputs works now.

16 years agogroups are now stored as objects instead of dictionaries
Mitchell Livingston [Tue, 1 Jul 2008 01:28:19 +0000 (01:28 +0000)]
groups are now stored as objects instead of dictionaries

16 years agofix 2 invalid return types; don't show notices when compiling the xib's
Mitchell Livingston [Mon, 30 Jun 2008 23:28:17 +0000 (23:28 +0000)]
fix 2 invalid return types; don't show notices when compiling the xib's

16 years ago(rpc) get torrent uploads partially working.
Charles Kerr [Mon, 30 Jun 2008 21:11:53 +0000 (21:11 +0000)]
(rpc) get torrent uploads partially working.

16 years agopossible fix to the getgateway.c build error -- let's see what hudson thinks of it
Charles Kerr [Mon, 30 Jun 2008 19:57:57 +0000 (19:57 +0000)]
possible fix to the getgateway.c build error -- let's see what hudson thinks of it

16 years agoa little simplification of the last commit
Mitchell Livingston [Mon, 30 Jun 2008 19:56:29 +0000 (19:56 +0000)]
a little simplification of the last commit

16 years ago#1065 QL Zooming in the inspector wasn't zooming to the icon
Mitchell Livingston [Mon, 30 Jun 2008 19:52:18 +0000 (19:52 +0000)]
#1065 QL Zooming in the inspector wasn't zooming to the icon

16 years agoupgrade to libnatpmp-20080630
Charles Kerr [Mon, 30 Jun 2008 19:51:26 +0000 (19:51 +0000)]
upgrade to libnatpmp-20080630

16 years agochange "English" to "en"
Mitchell Livingston [Mon, 30 Jun 2008 18:17:40 +0000 (18:17 +0000)]
change "English" to "en"

16 years ago(gtk) fix r6263 error
Charles Kerr [Mon, 30 Jun 2008 15:04:18 +0000 (15:04 +0000)]
(gtk) fix r6263 error

16 years agotrivial changes to sorting by state and other miscellaneous changes
Mitchell Livingston [Mon, 30 Jun 2008 02:22:29 +0000 (02:22 +0000)]
trivial changes to sorting by state and other miscellaneous changes

16 years agoadjust the progress colors corresponding to #1061
Mitchell Livingston [Mon, 30 Jun 2008 01:56:17 +0000 (01:56 +0000)]
adjust the progress colors corresponding to #1061

16 years ago(gtk) #1062: "Help" menu is not HIG compliant
Charles Kerr [Sun, 29 Jun 2008 04:21:45 +0000 (04:21 +0000)]
(gtk) #1062: "Help" menu is not HIG compliant

16 years agocleanup for the removal of the ip sort function
Mitchell Livingston [Fri, 27 Jun 2008 06:08:12 +0000 (06:08 +0000)]
cleanup for the removal of the ip sort function

16 years agocomparing with the numeric option works for sorting IP address properly, so let it...
Mitchell Livingston [Fri, 27 Jun 2008 05:40:22 +0000 (05:40 +0000)]
comparing with the numeric option works for sorting IP address properly, so let it do the heavy lifting for us

16 years agoadd a comparison method for the transfer names to sort the exact same way the Finder...
Mitchell Livingston [Fri, 27 Jun 2008 05:15:50 +0000 (05:15 +0000)]
add a comparison method for the transfer names to sort the exact same way the Finder does

16 years agopart 1 of Aloisius' performance patch
Charles Kerr [Fri, 27 Jun 2008 02:42:44 +0000 (02:42 +0000)]
part 1 of Aloisius' performance patch

16 years agomissed one
Mitchell Livingston [Fri, 27 Jun 2008 01:45:10 +0000 (01:45 +0000)]
missed one

16 years agouse localizedCaseInsensitiveCompare instead of caseInsensitiveCompare
Mitchell Livingston [Fri, 27 Jun 2008 01:34:49 +0000 (01:34 +0000)]
use localizedCaseInsensitiveCompare instead of caseInsensitiveCompare

16 years agowhen stopping all downloads (of torrent files) on quit, get an enumerator straight...
Mitchell Livingston [Thu, 26 Jun 2008 03:53:42 +0000 (03:53 +0000)]
when stopping all downloads (of torrent files) on quit, get an enumerator straight from the dictionary instead of first generating an array

16 years agodelete the torrent file right after it finishes downloading and is opened (when openi...
Mitchell Livingston [Thu, 26 Jun 2008 03:50:21 +0000 (03:50 +0000)]
delete the torrent file right after it finishes downloading and is opened (when opening the torrent through a url)

16 years agoif a group row is selected and the content changes, refresh the inspector
Mitchell Livingston [Thu, 26 Jun 2008 03:35:20 +0000 (03:35 +0000)]
if a group row is selected and the content changes, refresh the inspector

16 years ago(rpc) fix crash when quickly toggling rpc on/off reported by John_Clay
Charles Kerr [Wed, 25 Jun 2008 11:34:35 +0000 (11:34 +0000)]
(rpc) fix crash when quickly toggling rpc on/off reported by John_Clay

16 years agostore progress gradients in the gradient class; miscellaneous cleanup
Mitchell Livingston [Wed, 25 Jun 2008 05:01:04 +0000 (05:01 +0000)]
store progress gradients in the gradient class; miscellaneous cleanup

16 years agowhen getting 5xx errors from a tracker, keep increasing the intervals between retries...
Charles Kerr [Tue, 24 Jun 2008 21:39:07 +0000 (21:39 +0000)]
when getting 5xx errors from a tracker, keep increasing the intervals between retries, instead of hammering the tracker at constant intervals.  thanks to mape for this suggestion.

16 years agosome more adjustments to the progress bar gradient
Mitchell Livingston [Tue, 24 Jun 2008 19:36:25 +0000 (19:36 +0000)]
some more adjustments to the progress bar gradient

16 years ago#1055 transmission-remote --list outputs an empty list
Charles Kerr [Tue, 24 Jun 2008 08:37:08 +0000 (08:37 +0000)]
#1055 transmission-remote --list outputs an empty list

16 years agoavoid some unnecessary calculations when drawing the progress bar gradients by flippi...
Mitchell Livingston [Tue, 24 Jun 2008 04:16:46 +0000 (04:16 +0000)]
avoid some unnecessary calculations when drawing the progress bar gradients by flipping it

16 years agowhoops
Mitchell Livingston [Tue, 24 Jun 2008 04:00:39 +0000 (04:00 +0000)]
whoops

16 years agothe progress bar color gradients are now all generated by a single color fed into...
Mitchell Livingston [Tue, 24 Jun 2008 03:59:34 +0000 (03:59 +0000)]
the progress bar color gradients are now all generated by a single color fed into a method to generate the gradient (more consistent gradient between colors and easier to adjust the gradient look in the future)

16 years ago(RPC) make all the speed units consistent.
Charles Kerr [Sun, 22 Jun 2008 13:44:50 +0000 (13:44 +0000)]
(RPC) make all the speed units consistent.

16 years agodon't allow quick look of folders that don't exist
Mitchell Livingston [Sun, 22 Jun 2008 01:31:50 +0000 (01:31 +0000)]
don't allow quick look of folders that don't exist

16 years ago(gtk) #1050 make some changes to help track down Lacrocivious' bug
Charles Kerr [Sun, 22 Jun 2008 01:25:03 +0000 (01:25 +0000)]
(gtk) #1050 make some changes to help track down Lacrocivious' bug

16 years agoassume that fTorrents is always sorted by queue order, and as a result eliminate...
Mitchell Livingston [Sat, 21 Jun 2008 19:01:46 +0000 (19:01 +0000)]
assume that fTorrents is always sorted by queue order, and as a result eliminate some unneeded code

16 years agoattempt to fix #1048
Mitchell Livingston [Sat, 21 Jun 2008 17:44:01 +0000 (17:44 +0000)]
attempt to fix #1048

16 years ago(daemon) #1046: "transmission-remote -l" should display percentage done and ETA
Charles Kerr [Sat, 21 Jun 2008 15:49:18 +0000 (15:49 +0000)]
(daemon) #1046: "transmission-remote -l" should display percentage done and ETA

16 years agomac build compiles again
Mitchell Livingston [Sat, 21 Jun 2008 15:47:43 +0000 (15:47 +0000)]
mac build compiles again

16 years ago(daemon) #1047: man page inconsistencies
Charles Kerr [Sat, 21 Jun 2008 15:16:16 +0000 (15:16 +0000)]
(daemon) #1047: man page inconsistencies

16 years ago(rpc) remove the sort and filter options from the "torrent-get" rpc command. NOTE...
Charles Kerr [Sat, 21 Jun 2008 15:08:34 +0000 (15:08 +0000)]
(rpc) remove the sort and filter options from the "torrent-get" rpc command. NOTE: probably breaks the mac build; xcode needs to drop "rpc-utils" from its list of libtransmission source files

16 years agofix `HAVE' error that broke during the webseed-piece changes last week. Reported...
Charles Kerr [Sat, 21 Jun 2008 01:03:31 +0000 (01:03 +0000)]
fix `HAVE' error that broke during the webseed-piece changes last week.  Reported by Aloisius in http://forum.transmissionbt.com/viewtopic.php?t=5175

16 years agocall new versions of Azureus Vuze
Mitchell Livingston [Fri, 20 Jun 2008 22:05:37 +0000 (22:05 +0000)]
call new versions of Azureus Vuze

16 years agoadd `isPrivate' to the info section of the torrent-get method
Charles Kerr [Fri, 20 Jun 2008 19:55:34 +0000 (19:55 +0000)]
add `isPrivate' to the info section of the torrent-get method

16 years agowhen setting up the speed limit timer, create the fire date using the user's default...
Mitchell Livingston [Thu, 19 Jun 2008 20:53:08 +0000 (20:53 +0000)]
when setting up the speed limit timer, create the fire date using the user's default calendar

16 years agoimprove method for determining number of displayed transfers
Mitchell Livingston [Thu, 19 Jun 2008 16:37:05 +0000 (16:37 +0000)]
improve method for determining number of displayed transfers

16 years agofinish purse of NSCalendarDate
Mitchell Livingston [Thu, 19 Jun 2008 15:54:59 +0000 (15:54 +0000)]
finish purse of NSCalendarDate

16 years agosync remote w/r6222
Charles Kerr [Thu, 19 Jun 2008 13:15:44 +0000 (13:15 +0000)]
sync remote w/r6222

16 years ago(gtk) #1042: Manual Announce allowed when Never
Charles Kerr [Thu, 19 Jun 2008 13:11:25 +0000 (13:11 +0000)]
(gtk) #1042: Manual Announce allowed when Never

16 years ago(libT) recognize & parse FlashGet peer-ids
Charles Kerr [Thu, 19 Jun 2008 05:48:32 +0000 (05:48 +0000)]
(libT) recognize & parse FlashGet peer-ids

16 years agohave the speed limit timer keep track of what the next state should be instead of...
Mitchell Livingston [Thu, 19 Jun 2008 03:47:11 +0000 (03:47 +0000)]
have the speed limit timer keep track of what the next state should be instead of determining it when the timer fires

16 years agostart removal of NSCalendarDate, as recommended by Apple in the 10.5 docs
Mitchell Livingston [Thu, 19 Jun 2008 03:23:50 +0000 (03:23 +0000)]
start removal of NSCalendarDate, as recommended by Apple in the 10.5 docs

16 years agominor bencode cleanup: (1) remove unused BENC_NULL (2) make tr_bencInit() a private...
Charles Kerr [Thu, 19 Jun 2008 02:53:57 +0000 (02:53 +0000)]
minor bencode cleanup: (1) remove unused BENC_NULL (2) make tr_bencInit() a private static function in bencode.c

16 years agorefactor some of the speed limit scheduling code, so that the timer goes off only...
Mitchell Livingston [Thu, 19 Jun 2008 02:53:45 +0000 (02:53 +0000)]
refactor some of the speed limit scheduling code, so that the timer goes off only when the speed has to change instead of every 5 seconds (so at most twice a day instead of 17280 times a day)

16 years agosenseless RPC changes
Charles Kerr [Wed, 18 Jun 2008 22:01:15 +0000 (22:01 +0000)]
senseless RPC changes

16 years ago#562 display an error message when opening broken torrent file
Mitchell Livingston [Wed, 18 Jun 2008 16:25:30 +0000 (16:25 +0000)]
#562 display an error message when opening broken torrent file

16 years agoremove the reference to Clutch in the Remote prefs for now
Mitchell Livingston [Tue, 17 Jun 2008 23:00:10 +0000 (23:00 +0000)]
remove the reference to Clutch in the Remote prefs for now

16 years agodim the "peer" label in the the inspector options tab
Mitchell Livingston [Tue, 17 Jun 2008 21:18:00 +0000 (21:18 +0000)]
dim the "peer" label in the the inspector options tab

16 years agodim text fields in the prefs window when they correspond to disabled fields
Mitchell Livingston [Tue, 17 Jun 2008 21:09:06 +0000 (21:09 +0000)]
dim text fields in the prefs window when they correspond to disabled fields

16 years ago(libT) fix compiler warning.
Charles Kerr [Tue, 17 Jun 2008 18:47:31 +0000 (18:47 +0000)]
(libT) fix compiler warning.

16 years agoundo part of the last commit
Mitchell Livingston [Tue, 17 Jun 2008 17:18:56 +0000 (17:18 +0000)]
undo part of the last commit

16 years agosome cleaning
Mitchell Livingston [Tue, 17 Jun 2008 17:17:15 +0000 (17:17 +0000)]
some cleaning

16 years agofix very minor oops from previous commit. (hi, titer)
Charles Kerr [Tue, 17 Jun 2008 16:35:33 +0000 (16:35 +0000)]
fix very minor oops from previous commit.  (hi, titer)

16 years ago(rpc) fix sorting. simplify the spec, folding similar functions together
Charles Kerr [Tue, 17 Jun 2008 16:25:13 +0000 (16:25 +0000)]
(rpc) fix sorting. simplify the spec, folding similar functions together

16 years ago#1034: fix optimistic unchoke bug reported by Aloisius
Charles Kerr [Tue, 17 Jun 2008 15:19:12 +0000 (15:19 +0000)]
#1034: fix optimistic unchoke bug reported by Aloisius

16 years agosmall tr_torrentStat() speedup suggested by BentMyWookie
Charles Kerr [Tue, 17 Jun 2008 14:25:23 +0000 (14:25 +0000)]
small tr_torrentStat() speedup suggested by BentMyWookie

16 years ago(rpc) tweaks to the rpc spec.
Charles Kerr [Tue, 17 Jun 2008 04:47:20 +0000 (04:47 +0000)]
(rpc) tweaks to the rpc spec.

16 years agomake sure the events for "finished downloading" occur if it finishes seeding (for...
Mitchell Livingston [Mon, 16 Jun 2008 23:27:38 +0000 (23:27 +0000)]
make sure the events for "finished downloading" occur if it finishes seeding (for ratio) at the same time

16 years agotypo caused only a single character of a password to be stored in the keychain
Mitchell Livingston [Mon, 16 Jun 2008 23:13:56 +0000 (23:13 +0000)]
typo caused only a single character of a password to be stored in the keychain

16 years agoremove "Security" from the list of targets
Mitchell Livingston [Mon, 16 Jun 2008 22:23:23 +0000 (22:23 +0000)]
remove "Security" from the list of targets

16 years agoadd HAVE_STRCASECMP to libT's list of #defines
Mitchell Livingston [Mon, 16 Jun 2008 22:19:26 +0000 (22:19 +0000)]
add HAVE_STRCASECMP to libT's list of #defines

16 years agomac build now compiles
Mitchell Livingston [Mon, 16 Jun 2008 22:17:19 +0000 (22:17 +0000)]
mac build now compiles

16 years agofix tr_strcasecmp in the case where HAVE_STRCASECMP is not defined
Charles Kerr [Mon, 16 Jun 2008 22:15:53 +0000 (22:15 +0000)]
fix tr_strcasecmp in the case where HAVE_STRCASECMP is not defined

16 years ago(RPC) add utility arguments for torrent-info: sort by (activity|age|id|name|progress...
Charles Kerr [Mon, 16 Jun 2008 22:11:50 +0000 (22:11 +0000)]
(RPC) add utility arguments for torrent-info: sort by (activity|age|id|name|progress|ratio|state|tracker), filter by (active|all|downloading|paused|seeding)

16 years agoleft-allign the text in the inspector pull-down menus; update the Keychain method
Mitchell Livingston [Mon, 16 Jun 2008 18:31:44 +0000 (18:31 +0000)]
left-allign the text in the inspector pull-down menus; update the Keychain method

16 years ago#1032: recognize bitlord/bitcomet in the inspector's peers column
Charles Kerr [Mon, 16 Jun 2008 17:26:19 +0000 (17:26 +0000)]
#1032: recognize bitlord/bitcomet in the inspector's peers column

16 years agoensure JSON_int_t is an int64_t
Charles Kerr [Mon, 16 Jun 2008 04:03:06 +0000 (04:03 +0000)]
ensure JSON_int_t is an int64_t

16 years ago(rpc) simplify the rpc accessors
Charles Kerr [Mon, 16 Jun 2008 03:47:50 +0000 (03:47 +0000)]
(rpc) simplify the rpc accessors

16 years agomissed an import statement
Mitchell Livingston [Sun, 15 Jun 2008 20:48:54 +0000 (20:48 +0000)]
missed an import statement

16 years agodrop EMKeychain and just do the Keychain manipulations ourselves
Mitchell Livingston [Sun, 15 Jun 2008 20:47:24 +0000 (20:47 +0000)]
drop EMKeychain and just do the Keychain manipulations ourselves

16 years agoupdate NEWS; small changes that happen to be on my local copy
Mitchell Livingston [Sun, 15 Jun 2008 04:57:41 +0000 (04:57 +0000)]
update NEWS; small changes that happen to be on my local copy

16 years agoplug a trivial memory leak
Mitchell Livingston [Sun, 15 Jun 2008 04:56:57 +0000 (04:56 +0000)]
plug a trivial memory leak

16 years ago"Spanish" is consistent with the naming of the other languages, and displays properly too
Mitchell Livingston [Sat, 14 Jun 2008 04:36:08 +0000 (04:36 +0000)]
"Spanish" is consistent with the naming of the other languages, and displays properly too

16 years ago(trunk) sometimes, not always
Mitchell Livingston [Fri, 13 Jun 2008 22:03:34 +0000 (22:03 +0000)]
(trunk) sometimes, not always

16 years ago(trunk) update appcast and version 1.22
Mitchell Livingston [Fri, 13 Jun 2008 21:59:20 +0000 (21:59 +0000)]
(trunk) update appcast and version

16 years agosync NEWS with 1.2x branch
Charles Kerr [Fri, 13 Jun 2008 21:40:41 +0000 (21:40 +0000)]
sync NEWS with 1.2x branch

16 years agomake RPC password use the Keychain as well
Mitchell Livingston [Fri, 13 Jun 2008 19:56:09 +0000 (19:56 +0000)]
make RPC password use the Keychain as well

16 years agoput some of the keychain code into methods for future expandability
Mitchell Livingston [Fri, 13 Jun 2008 18:47:38 +0000 (18:47 +0000)]
put some of the keychain code into methods for future expandability

16 years ago(gtk) update the translations in trunk from launchpad.
Charles Kerr [Fri, 13 Jun 2008 16:35:46 +0000 (16:35 +0000)]
(gtk) update the translations in trunk from launchpad.

16 years agoupdate the prefs bandwidth image
Mitchell Livingston [Fri, 13 Jun 2008 15:57:24 +0000 (15:57 +0000)]
update the prefs bandwidth image

16 years agoupdated "remote" prefs icon
Mitchell Livingston [Fri, 13 Jun 2008 15:38:02 +0000 (15:38 +0000)]
updated "remote" prefs icon

16 years agoif setting the proxy password to blank, delete it from the keychain
Mitchell Livingston [Fri, 13 Jun 2008 04:52:46 +0000 (04:52 +0000)]
if setting the proxy password to blank, delete it from the keychain

16 years agosince keychain is smart enough to not ask to unlock a keychain if the desired key...
Mitchell Livingston [Fri, 13 Jun 2008 04:22:07 +0000 (04:22 +0000)]
since keychain is smart enough to not ask to unlock a keychain if the desired key doesn't exist anyway, it's probably fair to always try to get the proxy password from the keychain at launch

16 years agoeliminate an unnecessary variable and improve the behavior of the proxy keychain
Mitchell Livingston [Fri, 13 Jun 2008 04:05:54 +0000 (04:05 +0000)]
eliminate an unnecessary variable and improve the behavior of the proxy keychain

16 years agoonly have a single proxy password, regardless of account name, address, etc; only...
Mitchell Livingston [Fri, 13 Jun 2008 03:44:56 +0000 (03:44 +0000)]
only have a single proxy password, regardless of account name, address, etc; only attempt to grab it from the keychain when both the "enable proxy" and "enable proxy authorization" checks are enabled

16 years agomake the preference file keys more consistent.
Charles Kerr [Fri, 13 Jun 2008 00:52:55 +0000 (00:52 +0000)]
make the preference file keys more consistent.

16 years ago(gtk) fix watch directory FMR
Charles Kerr [Fri, 13 Jun 2008 00:46:27 +0000 (00:46 +0000)]
(gtk) fix watch directory FMR

16 years ago(gtk) handle importing settings from the old file format
Charles Kerr [Thu, 12 Jun 2008 17:39:35 +0000 (17:39 +0000)]
(gtk) handle importing settings from the old file format