]>
granicus.if.org Git - transmission/log
Jordan Lee [Sat, 22 Oct 2011 06:27:07 +0000 (06:27 +0000)]
fix torrent-list placement error when the inspector is visible
Mitchell Livingston [Fri, 21 Oct 2011 11:19:32 +0000 (11:19 +0000)]
#4581 Change the multiple sessions confirmation button from "Quit" to "OK"
Jordan Lee [Fri, 21 Oct 2011 03:29:18 +0000 (03:29 +0000)]
(trunk web) since the inspector tab icons aren't hardcoded in javascript anymore, we need to make sure & load them in css
Jordan Lee [Fri, 21 Oct 2011 03:04:49 +0000 (03:04 +0000)]
make the file priority buttons slightly narrower in the mobile css
Jordan Lee [Fri, 21 Oct 2011 02:58:19 +0000 (02:58 +0000)]
(trunk web) #3862 "on iPhone web ui, some buttons are too small to tap" -- fix file priority buttons.
Jordan Lee [Fri, 21 Oct 2011 02:41:53 +0000 (02:41 +0000)]
fix 2.40 error changing file priorities in the web client.
Mitchell Livingston [Thu, 20 Oct 2011 02:08:30 +0000 (02:08 +0000)]
(trunk) update NEWS
Mitchell Livingston [Thu, 20 Oct 2011 01:35:09 +0000 (01:35 +0000)]
(trunk) whoops
Mitchell Livingston [Thu, 20 Oct 2011 01:34:06 +0000 (01:34 +0000)]
(trunk) bump to 2.42+
Mitchell Livingston [Thu, 20 Oct 2011 01:08:30 +0000 (01:08 +0000)]
silence two warnings by declaring the NSURLDownloadDelegate protocol
Jordan Lee [Thu, 20 Oct 2011 00:10:06 +0000 (00:10 +0000)]
(trunk web) #4579 "lock_icon.png does not display in inspector tab for encrypted peers" -- fixed.
Mitchell Livingston [Wed, 19 Oct 2011 02:10:56 +0000 (02:10 +0000)]
remove unused views from InfoActivityView and InfoGeneralView
Mitchell Livingston [Wed, 19 Oct 2011 01:22:49 +0000 (01:22 +0000)]
#4575 Bug when filtering a transfer withs its file table selected
Mitchell Livingston [Tue, 18 Oct 2011 04:32:30 +0000 (04:32 +0000)]
silence more warnings
Mitchell Livingston [Tue, 18 Oct 2011 02:30:22 +0000 (02:30 +0000)]
Silence some new warnings with LLVM 3.0/Xcode 4.2
Jordan Lee [Mon, 17 Oct 2011 12:44:17 +0000 (12:44 +0000)]
(trunk libT) #4571 "can't edit UDP trackers via RPC" -- fixed.
Jordan Lee [Mon, 17 Oct 2011 06:10:06 +0000 (06:10 +0000)]
avoid double-include of common.css in IE8
Jordan Lee [Sun, 16 Oct 2011 03:02:39 +0000 (03:02 +0000)]
(trunk web) revert part of the previous commit. IE didn't add media query support until IE9, so we still have to explicitly call common.css in an "if IE8" block.
Jordan Lee [Sun, 16 Oct 2011 02:40:28 +0000 (02:40 +0000)]
stylesheet changes for IE as suggested by reardon in #4555 comment 5
Jordan Lee [Sat, 15 Oct 2011 04:35:20 +0000 (04:35 +0000)]
(trunk web) #4564 "web client doesn't run in IE7" -- fixed.
Jordan Lee [Sat, 15 Oct 2011 01:33:16 +0000 (01:33 +0000)]
(trunk web) #4568 "Web Client blank content area in Opera Internet Browser" -- fix HTML5 validation errors reported by validator.w3.org. This fixed the blank content area problem seen with Opera.
Jordan Lee [Fri, 14 Oct 2011 23:00:22 +0000 (23:00 +0000)]
(trunk web) remove some newly-obsoleted directories
Jordan Lee [Fri, 14 Oct 2011 22:24:23 +0000 (22:24 +0000)]
(trunk web) #4548 "non-local stylesheets and js" -- bundle jqueryui's css and accompanying images so that we don't have to rely on a third-party CDN.
Jordan Lee [Fri, 14 Oct 2011 00:27:14 +0000 (00:27 +0000)]
(trunk libT) #4526 "do not skip scrape unless all three scrape fields came with announce" -- add field initializers.
Jordan Lee [Fri, 14 Oct 2011 00:02:36 +0000 (00:02 +0000)]
(trunk libT) #4556 "Transmission 2.40 fails to connect with UDP trackers on big endian systems" -- fixed.
Jordan Lee [Thu, 13 Oct 2011 00:36:19 +0000 (00:36 +0000)]
(trunk gtk) #4553 "Set about dialog to modal when compiled with GTK+-3" -- fix About dialog issue when hiding and then re-showing Transmission.
Mitchell Livingston [Wed, 12 Oct 2011 03:35:55 +0000 (03:35 +0000)]
(trunk) "Tier name" in the inspector is editable by double clicking it
Mitchell Livingston [Wed, 12 Oct 2011 02:50:30 +0000 (02:50 +0000)]
explicitly left-align the text in the add windows
Jordan Lee [Wed, 12 Oct 2011 00:12:05 +0000 (00:12 +0000)]
fix 'scrollTo is not a function' error reported in IRC.
Jordan Lee [Tue, 11 Oct 2011 23:13:40 +0000 (23:13 +0000)]
#4515 'load jquery via https' -- done.
Jordan Lee [Tue, 11 Oct 2011 20:32:15 +0000 (20:32 +0000)]
(trunk gtk) #5204 "Transmission GTK client crashes on start" -- another possible fix ;)
Jordan Lee [Tue, 11 Oct 2011 15:46:42 +0000 (15:46 +0000)]
use PKG_CHECK_EXISTS, rather than PKG_CHECK_MODULES, to test for GTK+ 2 and GTK+ 3.
Jordan Lee [Tue, 11 Oct 2011 15:30:33 +0000 (15:30 +0000)]
(trunk gtk) #4554 "Transmission GTK client crashes on start" -- possible fix.
Jordan Lee [Tue, 11 Oct 2011 15:27:32 +0000 (15:27 +0000)]
(trunk gtk) #4552 "mark primary toolbars" -- applied patch from fmuellner
Jordan Lee [Tue, 11 Oct 2011 15:23:41 +0000 (15:23 +0000)]
(trunk web) #4555 "Web UI broken in IE9" -- fixed with patch from reardon.
Jordan Lee [Tue, 11 Oct 2011 14:36:03 +0000 (14:36 +0000)]
(trunk gtk) #4553 "Set about dialog to modal when compiled with GTK+-3" -- fixed.
Jordan Lee [Tue, 11 Oct 2011 05:11:57 +0000 (05:11 +0000)]
updated Lithuanian translation of the Qt client
Jordan Lee [Tue, 11 Oct 2011 04:51:12 +0000 (04:51 +0000)]
(trunk, web) #4515 "don't load jquery via https" -- fixed. Xref: http://encosia.com/cripple-the-google-cdns-caching-with-a-single-character/
Jordan Lee [Tue, 11 Oct 2011 04:17:54 +0000 (04:17 +0000)]
(trunk) #4550 "no way to build with GTK+ 3" -- fixed. We now use GTK+ 3 if available; GTK+ 2 if it's not.
Jordan Lee [Tue, 11 Oct 2011 04:11:08 +0000 (04:11 +0000)]
(trunk gtk) add portability wrappers for gtk_hbox_new() and gtk_vbox_new(), which are deprecated now in GTK+ 3.2
Jordan Lee [Mon, 10 Oct 2011 20:23:24 +0000 (20:23 +0000)]
(trunk) #4490 "transmission fails to build: undefined references" -- reopened. r12954's solution generated a new problem in "make distclean."
Mitchell Livingston [Mon, 10 Oct 2011 11:25:46 +0000 (11:25 +0000)]
cli, daemon, and remote can compile again
Mitchell Livingston [Mon, 10 Oct 2011 11:17:59 +0000 (11:17 +0000)]
use our own curl instead of the systems, since 10.6 and 10.7 curls don't get along
Mitchell Livingston [Sun, 9 Oct 2011 18:19:47 +0000 (18:19 +0000)]
remove redundant copies of libcurl and lib crypto
Jordan Lee [Sun, 9 Oct 2011 14:51:13 +0000 (14:51 +0000)]
(trunk libT) #4323 "allow usage of system miniupnpc" -- possibly fix OS X regression caused by r12957
Jordan Lee [Sun, 9 Oct 2011 02:05:52 +0000 (02:05 +0000)]
(trunk libT) #4323 "Allow usage of system miniupnpc" -- fixed.
Jordan Lee [Sun, 9 Oct 2011 00:21:36 +0000 (00:21 +0000)]
(trunk libT) #4530 "lastAnnounceResult is not properly set" -- fixed.
Jordan Lee [Sun, 9 Oct 2011 00:18:18 +0000 (00:18 +0000)]
(trunk libT) #4526 "do not skip scrape unless all three scrape fields came with announce" -- fixed.
Jordan Lee [Sat, 8 Oct 2011 23:53:27 +0000 (23:53 +0000)]
(trunk) #4490 "Transmission 2.40b1 fails to build: undefined references" -- fixed.
Mitchell Livingston [Sat, 8 Oct 2011 21:38:10 +0000 (21:38 +0000)]
(trunk) bump to 2.41+
Mitchell Livingston [Sat, 8 Oct 2011 18:38:01 +0000 (18:38 +0000)]
correct 2.40's release date
Mitchell Livingston [Thu, 6 Oct 2011 12:35:52 +0000 (12:35 +0000)]
fix Xcode builds of the cli, daemon, and remote
Mitchell Livingston [Thu, 6 Oct 2011 03:16:06 +0000 (03:16 +0000)]
replace 'fldr' with kGenericFolderIcon
Mitchell Livingston [Thu, 6 Oct 2011 02:27:23 +0000 (02:27 +0000)]
remove another call to filenames
Mitchell Livingston [Thu, 6 Oct 2011 02:16:19 +0000 (02:16 +0000)]
remove most instances of deprecated filename and filenames methods
Mitchell Livingston [Thu, 6 Oct 2011 00:36:54 +0000 (00:36 +0000)]
bump to 2.40+
Mitchell Livingston [Thu, 6 Oct 2011 00:35:09 +0000 (00:35 +0000)]
use AutoLayout with GlobalOptionsPopover.xib, since it's 10.7-only
Mitchell Livingston [Thu, 6 Oct 2011 00:30:40 +0000 (00:30 +0000)]
We now require Mac OS X 10.6 or later. Make that change and all the nice little adjustments that go with it.
Mitchell Livingston [Wed, 5 Oct 2011 04:01:44 +0000 (04:01 +0000)]
bump to 2.40
Mitchell Livingston [Mon, 3 Oct 2011 01:38:55 +0000 (01:38 +0000)]
replace the deprecated setRequiredFileType: with setAllowedFileTypes:
Mitchell Livingston [Sat, 1 Oct 2011 03:36:44 +0000 (03:36 +0000)]
update the Creator window's tracker-tier informative text the full length of the window
Jordan Lee [Thu, 29 Sep 2011 02:43:07 +0000 (02:43 +0000)]
bump to 2.40 beta 3
Jordan Lee [Wed, 28 Sep 2011 18:06:04 +0000 (18:06 +0000)]
parsing uris is expensive, so cache the results.
Jordan Lee [Wed, 28 Sep 2011 16:07:35 +0000 (16:07 +0000)]
#4506 'crash from memory corruption somewhere called from tr_handshakeDone()' -- possible fix.
Jordan Lee [Wed, 28 Sep 2011 16:06:19 +0000 (16:06 +0000)]
munge tr_torrent's memory immediately before freeing it.
Mitchell Livingston [Tue, 27 Sep 2011 22:34:52 +0000 (22:34 +0000)]
#4524 Redirects with https are broken
Jordan Lee [Tue, 27 Sep 2011 16:44:35 +0000 (16:44 +0000)]
#4521 '(web) Make urls in comments clickable' -- done.
Jordan Lee [Tue, 27 Sep 2011 16:19:08 +0000 (16:19 +0000)]
#4522 'svn link in README outdated' -- fixed.
Jordan Lee [Tue, 27 Sep 2011 02:44:07 +0000 (02:44 +0000)]
remove redundant assertion
Mitchell Livingston [Tue, 27 Sep 2011 02:34:04 +0000 (02:34 +0000)]
#4517 mark "add torrent" and "blacklist" url fields as html5 url fields
Mitchell Livingston [Tue, 27 Sep 2011 01:49:09 +0000 (01:49 +0000)]
warnings--
Mitchell Livingston [Tue, 27 Sep 2011 01:40:17 +0000 (01:40 +0000)]
update NEWS
Mitchell Livingston [Tue, 27 Sep 2011 01:37:41 +0000 (01:37 +0000)]
#4512 Groups-based custom locations over RPC
Jordan Lee [Mon, 26 Sep 2011 23:22:51 +0000 (23:22 +0000)]
#4515 'load jquery-ui via https' -- done.
Jordan Lee [Mon, 26 Sep 2011 22:50:42 +0000 (22:50 +0000)]
(trunk libt) in tr_bitfieldSetRaw(), add a `bounded' argument for cases where we know how large the final bitfield will be. This can be used ensure that the excess bits at the end of the array are zeroed out and safe for bitfield.c's countArray() function.
Jordan Lee [Mon, 26 Sep 2011 22:48:50 +0000 (22:48 +0000)]
peer.have was being initialized to the block count, rather than the piece count, resulting in wasted overhead.
Jordan Lee [Mon, 26 Sep 2011 20:49:26 +0000 (20:49 +0000)]
(trunk libT) #4511 "fromLpd in rpc" -- add to torrent-get's "peersFrom" response.
Jordan Lee [Mon, 26 Sep 2011 06:18:48 +0000 (06:18 +0000)]
(trunk libT) add several more tr_completion assertions to smoke out the (sizeWhenDone() < sizeNow()) error reported in the forums
Jordan Lee [Mon, 26 Sep 2011 05:57:03 +0000 (05:57 +0000)]
in freeTorrent(), don't destruct the torrent's completion field until after calling tr_announceRemoveTorrent()
Jordan Lee [Sun, 25 Sep 2011 21:56:11 +0000 (21:56 +0000)]
(trunk qt) #4510 "Lithuanian (lt) translation for the Qt Client" -- added.
Jordan Lee [Sun, 25 Sep 2011 21:51:50 +0000 (21:51 +0000)]
(trunk libT) #4504 "crash when adding malformed magnet link" -- fixed.
Jordan Lee [Sun, 25 Sep 2011 21:48:34 +0000 (21:48 +0000)]
(trunk libT) #4507 "scrape min_request_interval no longer working" -- fixed.
Mitchell Livingston [Sun, 25 Sep 2011 15:37:47 +0000 (15:37 +0000)]
increase the default width of the inspector -> peers's IP address, dl, and ul columns
Mitchell Livingston [Sun, 25 Sep 2011 01:55:48 +0000 (01:55 +0000)]
Remove duplicate "Copy bundle resources" for PriorityNone.png, again
Mitchell Livingston [Sun, 25 Sep 2011 01:53:16 +0000 (01:53 +0000)]
update Dutch localization for 2.4
Mitchell Livingston [Sat, 24 Sep 2011 19:38:04 +0000 (19:38 +0000)]
trivial tweak to betterComponentsSeparatedByCharactersInSet:
Jordan Lee [Sat, 24 Sep 2011 05:54:47 +0000 (05:54 +0000)]
(trunk libT) #4502 "allow verbose scrape" -- patch by reardon.
Jordan Lee [Fri, 23 Sep 2011 05:57:03 +0000 (05:57 +0000)]
bump version to 2.40 beta 2
Jordan Lee [Wed, 21 Sep 2011 23:04:39 +0000 (23:04 +0000)]
#4496 'freeze when having a huge torrent' -- more tweaks based on Shark reports from MechMK1
Jordan Lee [Wed, 21 Sep 2011 20:17:36 +0000 (20:17 +0000)]
#4496 'freeze when having a huge torrent' -- remove redundant debug calls to countArray(). This is a second iteration of optimizations based on MechMK1's Shark report.
Jordan Lee [Wed, 21 Sep 2011 00:20:02 +0000 (00:20 +0000)]
#4344 'zero peers observed with 2.32' -- experimental change suggested by gunzip
Jordan Lee [Tue, 20 Sep 2011 23:39:40 +0000 (23:39 +0000)]
#4496 'freeze when having a huge torrent' -- add a bitfield helper function to init the bitfield from an array of flags.
Mitchell Livingston [Mon, 19 Sep 2011 02:00:52 +0000 (02:00 +0000)]
even more work on betterComponentsSeparatedByCharactersInSet:
Mitchell Livingston [Mon, 19 Sep 2011 01:55:52 +0000 (01:55 +0000)]
improvements to betterComponentsSeparatedByCharactersInSet:
Mitchell Livingston [Mon, 19 Sep 2011 01:38:01 +0000 (01:38 +0000)]
whoops, comment
Mitchell Livingston [Mon, 19 Sep 2011 01:37:43 +0000 (01:37 +0000)]
roll my own method to separate a string into components
Mitchell Livingston [Mon, 19 Sep 2011 00:48:30 +0000 (00:48 +0000)]
#4493 improve search filter behavior
Mitchell Livingston [Sun, 18 Sep 2011 23:19:46 +0000 (23:19 +0000)]
#4491 add ieAll.css to the makefile
Mitchell Livingston [Sun, 18 Sep 2011 23:12:31 +0000 (23:12 +0000)]
update jquery.form.min
Mitchell Livingston [Sun, 18 Sep 2011 21:14:33 +0000 (21:14 +0000)]
the Italian MainMenu.xib was the Portuguese version. Whoops.