]>
granicus.if.org Git - transmission/log
Mitchell Livingston [Fri, 4 Sep 2009 04:10:46 +0000 (04:10 +0000)]
draft #1 of #2369 - use public API for QuickLook on 10.6 (and drop the hack for 10.5-support)
Charles Kerr [Wed, 2 Sep 2009 15:34:18 +0000 (15:34 +0000)]
Qt 4.4 is still pretty new, so don't use QList.removeOne() yet. (build error reported by kklimonda)
Charles Kerr [Wed, 2 Sep 2009 15:26:34 +0000 (15:26 +0000)]
(trunk, libT) fix code in the UTF8-to-JSON serializer that could fall into an infinite loop when fed some inputs. This may be ticket #2326 or may get its own retroactive ticket, depending on feedback from #2326's reporter
Kevin Glowacz [Wed, 2 Sep 2009 01:03:38 +0000 (01:03 +0000)]
(trunk web) rpc returns true and false for this, no need for 1 and 0. reported by mwarning
Mitchell Livingston [Tue, 1 Sep 2009 12:26:56 +0000 (12:26 +0000)]
one less delegate compiler warning
Mitchell Livingston [Tue, 1 Sep 2009 11:27:31 +0000 (11:27 +0000)]
give the Clang compiler a try
Charles Kerr [Tue, 1 Sep 2009 03:42:16 +0000 (03:42 +0000)]
(trunk libT) revert r9026 from ticket #2357
Charles Kerr [Mon, 31 Aug 2009 23:31:43 +0000 (23:31 +0000)]
remove unused code
Charles Kerr [Mon, 31 Aug 2009 18:33:25 +0000 (18:33 +0000)]
(trunk libT) #2357: the "upload_only" key sent in PEX should also be sent to trackers
Charles Kerr [Mon, 31 Aug 2009 17:18:58 +0000 (17:18 +0000)]
(trunk libT) #2373: Handle HTTP redirects more gracefully
Charles Kerr [Mon, 31 Aug 2009 16:41:54 +0000 (16:41 +0000)]
(trunk libT) #2372: 'Unregistered Torrent Pass' Pauses Download
Charles Kerr [Mon, 31 Aug 2009 15:59:43 +0000 (15:59 +0000)]
(trunk, libT) #2365: Peer settings for an individual torrent should override the global limit.
Eric Petit [Mon, 31 Aug 2009 09:46:26 +0000 (09:46 +0000)]
Use a mirror of libevent's repo rather than sourceforge's
Mitchell Livingston [Sun, 30 Aug 2009 19:23:20 +0000 (19:23 +0000)]
on 10.6 use localizedStringFromDate:dateStyle:timeStyle: for formatting the blocklist update date
Mitchell Livingston [Sun, 30 Aug 2009 19:18:51 +0000 (19:18 +0000)]
don't use a custom date format in the inspector's "date created" field
Mitchell Livingston [Sun, 30 Aug 2009 18:38:56 +0000 (18:38 +0000)]
add a missing import statement
Mitchell Livingston [Sun, 30 Aug 2009 17:52:03 +0000 (17:52 +0000)]
missed one in the last commit
Mitchell Livingston [Sun, 30 Aug 2009 17:50:05 +0000 (17:50 +0000)]
#2370 On 10.6, revaling files in Finder will select multiple files in the same directory
Mitchell Livingston [Sun, 30 Aug 2009 16:22:51 +0000 (16:22 +0000)]
on 10.6 get the modifier keys from NSEvent's class method
Mitchell Livingston [Sat, 29 Aug 2009 23:16:25 +0000 (23:16 +0000)]
call setFlipped: one less time on 10.6
Mitchell Livingston [Sat, 29 Aug 2009 23:13:04 +0000 (23:13 +0000)]
remove redundant copy and a deprecated method
Mitchell Livingston [Sat, 29 Aug 2009 23:10:53 +0000 (23:10 +0000)]
de-flip priority images in the inspector
Mitchell Livingston [Sat, 29 Aug 2009 20:37:29 +0000 (20:37 +0000)]
on 10.6, use the built-in caution image when there's a torrent error
Mitchell Livingston [Sat, 29 Aug 2009 20:28:52 +0000 (20:28 +0000)]
require 10.6 (and Xcode 3.2) for development, and kill some more deprecated methods too
Mitchell Livingston [Sat, 29 Aug 2009 15:57:19 +0000 (15:57 +0000)]
yet another depracated method reaped
Mitchell Livingston [Sat, 29 Aug 2009 15:49:30 +0000 (15:49 +0000)]
remove yet another 10.6 depracated function
Charles Kerr [Sat, 29 Aug 2009 14:42:58 +0000 (14:42 +0000)]
add KGet to the clients list
Charles Kerr [Sat, 29 Aug 2009 14:07:51 +0000 (14:07 +0000)]
(trunk, gtk ) #2361: Turtle toggle button is not visible using old GTK 2.6.x library
Mitchell Livingston [Sat, 29 Aug 2009 04:35:07 +0000 (04:35 +0000)]
eliminate 3 more warnings
Mitchell Livingston [Sat, 29 Aug 2009 00:44:06 +0000 (00:44 +0000)]
rid ourself of a couple more compiler warnings
Mitchell Livingston [Sat, 29 Aug 2009 00:09:18 +0000 (00:09 +0000)]
remove a couple more deprecated methods and an unneed stringWithFormat:
Mitchell Livingston [Fri, 28 Aug 2009 23:40:11 +0000 (23:40 +0000)]
remove a couple of 10.6 deprecated methods
Charles Kerr [Fri, 28 Aug 2009 16:00:48 +0000 (16:00 +0000)]
fix another typo in rpc-spec: "tnumber" should read "number". reported by mwarning
Charles Kerr [Fri, 28 Aug 2009 15:56:59 +0000 (15:56 +0000)]
fix copy-paste error in rpc-spec.txt: errorString is a string, not a number. reported by mwarning
Charles Kerr [Fri, 28 Aug 2009 15:55:55 +0000 (15:55 +0000)]
add to the qt client a note about building w/o DHT
Mitchell Livingston [Fri, 28 Aug 2009 02:09:25 +0000 (02:09 +0000)]
for consistency, "Wiki & Development" -> "Support & Development"
Mitchell Livingston [Fri, 28 Aug 2009 01:12:53 +0000 (01:12 +0000)]
update version to 1.74+; adjust NEWS
Charles Kerr [Tue, 25 Aug 2009 13:55:32 +0000 (13:55 +0000)]
fix --disable-dht error in 1.74 reported by DimStar
Mitchell Livingston [Mon, 24 Aug 2009 23:45:30 +0000 (23:45 +0000)]
update appcast for 1.74
Kevin Glowacz [Mon, 24 Aug 2009 23:38:09 +0000 (23:38 +0000)]
(trunk web) bugfix from Longinus00 to properly unset seeding status on progress bar.
Charles Kerr [Mon, 24 Aug 2009 23:14:52 +0000 (23:14 +0000)]
update translations
Charles Kerr [Mon, 24 Aug 2009 23:07:03 +0000 (23:07 +0000)]
update news
Charles Kerr [Mon, 24 Aug 2009 23:06:37 +0000 (23:06 +0000)]
bump to 1.74
Mitchell Livingston [Mon, 24 Aug 2009 22:19:38 +0000 (22:19 +0000)]
update French localization
Mitchell Livingston [Mon, 24 Aug 2009 03:15:48 +0000 (03:15 +0000)]
update appcast release notes
Mitchell Livingston [Mon, 24 Aug 2009 03:14:31 +0000 (03:14 +0000)]
update global speed limits max values to 99,999
Charles Kerr [Sat, 22 Aug 2009 23:22:50 +0000 (23:22 +0000)]
(trunk libT) tell libcurl to set a time limit of 120 seconds for announces; 30 seconds for scrapes
Charles Kerr [Sat, 22 Aug 2009 16:21:13 +0000 (16:21 +0000)]
(trunk third-party) #2302: revert from dht 0.8 to 0.6 for Transmission 1.74. 0.8 reportedly adds a new crasher <http://forum.transmissionbt.com/viewtopic.php?p=39773#p39773>
Charles Kerr [Sat, 22 Aug 2009 16:13:47 +0000 (16:13 +0000)]
update gtk translations from rosetta
Mitchell Livingston [Sat, 22 Aug 2009 15:53:13 +0000 (15:53 +0000)]
update zh_TW localization
Charles Kerr [Sat, 22 Aug 2009 15:08:07 +0000 (15:08 +0000)]
(trunk daemon) fix minor new display bug in 1.74b1 added in r8908 for #2328
Charles Kerr [Sat, 22 Aug 2009 14:52:24 +0000 (14:52 +0000)]
(trunk daemon) #2348: Allow transmission-remote to show time remaning to seed
Mitchell Livingston [Sat, 22 Aug 2009 12:59:40 +0000 (12:59 +0000)]
disable QuickLook on Snow Leopard, for now
Mitchell Livingston [Sat, 22 Aug 2009 00:44:47 +0000 (00:44 +0000)]
remove trac link for 1.54 and 1.53 - they're blank
Mitchell Livingston [Fri, 21 Aug 2009 11:17:51 +0000 (11:17 +0000)]
update Russian localization
Charles Kerr [Thu, 20 Aug 2009 03:25:10 +0000 (03:25 +0000)]
(trunk) fix wiki markup errors in NEWS. *yawn*
Mitchell Livingston [Thu, 20 Aug 2009 01:51:13 +0000 (01:51 +0000)]
hopefully make a point in NEWS less confusing
Charles Kerr [Wed, 19 Aug 2009 14:32:29 +0000 (14:32 +0000)]
switch to wiki markup so that we can embed the changelog into the transmissionbt wiki
Mitchell Livingston [Wed, 19 Aug 2009 03:00:24 +0000 (03:00 +0000)]
update Turkish localization
Mitchell Livingston [Wed, 19 Aug 2009 01:52:09 +0000 (01:52 +0000)]
update NEWS
Mitchell Livingston [Wed, 19 Aug 2009 01:37:02 +0000 (01:37 +0000)]
slight adjustments to appcast
Mitchell Livingston [Wed, 19 Aug 2009 01:18:00 +0000 (01:18 +0000)]
small addition to the beta appcast notes
Mitchell Livingston [Wed, 19 Aug 2009 00:59:54 +0000 (00:59 +0000)]
prepare for 1.74 beta 1
Mitchell Livingston [Wed, 19 Aug 2009 00:38:53 +0000 (00:38 +0000)]
a little cleanup
Mitchell Livingston [Wed, 19 Aug 2009 00:38:34 +0000 (00:38 +0000)]
update Portuguese localization
Charles Kerr [Tue, 18 Aug 2009 16:02:16 +0000 (16:02 +0000)]
(trunk) un-remove the conditional DHT compiling for now for reasons discussed @ http://lists.opensuse.org/opensuse-gnome/2009-08/msg00033.html. I'll re-remove it for 1.80. :)
Mitchell Livingston [Tue, 18 Aug 2009 02:30:07 +0000 (02:30 +0000)]
For the first time shown, don't show the "never show again" on the donation dialog. The reasoning for this is that new users will get that dialog without a chance to thoroughly use the app, so they can have a week before having the option to hide forever.
Mitchell Livingston [Tue, 18 Aug 2009 02:28:58 +0000 (02:28 +0000)]
update NEWS
Mitchell Livingston [Tue, 18 Aug 2009 02:18:42 +0000 (02:18 +0000)]
Mac build compiles once again
Charles Kerr [Tue, 18 Aug 2009 01:57:17 +0000 (01:57 +0000)]
(trunk libT) better throttling back of outgoing download requests when speed limits are turned on
Charles Kerr [Tue, 18 Aug 2009 00:56:12 +0000 (00:56 +0000)]
(trunk third-party) update miniupnpc to the Aug 7 2009 snapshot
Charles Kerr [Mon, 17 Aug 2009 20:41:06 +0000 (20:41 +0000)]
(trunk daemon) #2158: transmission-remote should support "turtle mode"
Erick Turnquist [Mon, 17 Aug 2009 18:49:21 +0000 (18:49 +0000)]
(trunk libT): do EAFNOSUPPORT check on socket() errno on all platforms
Charles Kerr [Mon, 17 Aug 2009 14:29:39 +0000 (14:29 +0000)]
(trunk daemon) minor: fix some tab damage
Mitchell Livingston [Mon, 17 Aug 2009 02:14:10 +0000 (02:14 +0000)]
update NEWS again
Mitchell Livingston [Mon, 17 Aug 2009 02:10:14 +0000 (02:10 +0000)]
#2342 fix bug where setting the global per-torrent limit does not apply to newly-added transfers until a restart
Mitchell Livingston [Mon, 17 Aug 2009 01:58:14 +0000 (01:58 +0000)]
update NEWS
Mitchell Livingston [Mon, 17 Aug 2009 01:40:57 +0000 (01:40 +0000)]
if an unknown rpc command is received, display what command it is
Mitchell Livingston [Mon, 17 Aug 2009 01:16:19 +0000 (01:16 +0000)]
(Mac) yes another typo where setting the peer limit per-torrent used the global peer limit
Mitchell Livingston [Mon, 17 Aug 2009 01:14:21 +0000 (01:14 +0000)]
(Mac) fix bug where setting the speed limit's download limit through rpc would instead use the download limit number
Mitchell Livingston [Mon, 17 Aug 2009 00:55:59 +0000 (00:55 +0000)]
(Mac) fix bug where setting the speed limit's upload limit through rpc would instead replace the download limit
Charles Kerr [Sun, 16 Aug 2009 23:33:01 +0000 (23:33 +0000)]
(trunk, daemon) #2328: update the manpage to show the new "session stats" feature (Waldorf)
Mitchell Livingston [Sun, 16 Aug 2009 21:32:21 +0000 (21:32 +0000)]
update Spanish localization
Mitchell Livingston [Sun, 16 Aug 2009 21:32:07 +0000 (21:32 +0000)]
whoops
Charles Kerr [Sun, 16 Aug 2009 21:09:08 +0000 (21:09 +0000)]
(trunk libT) a debugging message was accidenally being dumped to the terminal. Reported by ubuntuforums user "Nevermor7" in <http://ubuntuforums.org/showpost.php?p=
7743702 &postcount=1>
Mitchell Livingston [Sun, 16 Aug 2009 13:14:17 +0000 (13:14 +0000)]
update Italian strings
Charles Kerr [Sun, 16 Aug 2009 03:25:58 +0000 (03:25 +0000)]
(trunk gtk) revise r8945 to compile OK on gtk < 2.16
Charles Kerr [Sun, 16 Aug 2009 03:09:06 +0000 (03:09 +0000)]
(trunk gtk) #2339: set "is-important" property of some toolbar actions in preparation for gnome 2.28 <http://blogs.gnome.org/thos/2009/07/29/toolbar-styles/>
Mitchell Livingston [Sun, 16 Aug 2009 02:27:19 +0000 (02:27 +0000)]
add Growl 1.2b1
Mitchell Livingston [Sun, 16 Aug 2009 02:26:40 +0000 (02:26 +0000)]
pull our home-built Growl
Charles Kerr [Sat, 15 Aug 2009 22:11:54 +0000 (22:11 +0000)]
(trunk gtk) fix r8900 oops
Charles Kerr [Sat, 15 Aug 2009 21:14:44 +0000 (21:14 +0000)]
(trunk gtk) #2337: GTK+ Tree view columns in the files dialog should be resizable. Thanks to lethalman for the patch
Charles Kerr [Sat, 15 Aug 2009 21:09:06 +0000 (21:09 +0000)]
(trunk libT) fix pause-on-shutdown bug reported by KyleK and introduced in r8878 for #2317.
Mitchell Livingston [Sat, 15 Aug 2009 17:53:15 +0000 (17:53 +0000)]
rearrange NEWS
Mitchell Livingston [Sat, 15 Aug 2009 17:28:19 +0000 (17:28 +0000)]
update the nl localization
Charles Kerr [Sat, 15 Aug 2009 16:50:43 +0000 (16:50 +0000)]
(trunk) tweak NEWS again
Charles Kerr [Sat, 15 Aug 2009 16:43:25 +0000 (16:43 +0000)]
(trunk libT) ticket #2328's commit r8908 broke transmission-remote for platforms that don't have ngettext(). fix supplied by KyleK.
Charles Kerr [Sat, 15 Aug 2009 15:52:10 +0000 (15:52 +0000)]
(trunk libT) remove dead code noticed by geirha
Mitchell Livingston [Fri, 14 Aug 2009 23:50:03 +0000 (23:50 +0000)]
whoops
Mitchell Livingston [Fri, 14 Aug 2009 23:44:25 +0000 (23:44 +0000)]
add the donate warning to the reset warnings pref option