]>
granicus.if.org Git - transmission/log
Jordan Lee [Wed, 26 Oct 2011 16:11:21 +0000 (16:11 +0000)]
(trunk) run all our pngs through "pngout.exe" and "optipng -zc1-9 -zm1-9 -zs0-3 -f0-5"
Jordan Lee [Wed, 26 Oct 2011 16:10:40 +0000 (16:10 +0000)]
(trunk web) the inspector tabs' icons have resizing artifacts. fix these by resyncing with the mac client's icons.
Jordan Lee [Wed, 26 Oct 2011 15:53:58 +0000 (15:53 +0000)]
(trunk web) remove dangling </div> that was introduced in the last commit
Jordan Lee [Wed, 26 Oct 2011 15:50:31 +0000 (15:50 +0000)]
(trunk web) changes to clutch's file priority UI:
1. use form checkboxes for the 'file wanted' toggle
2. remove unused file_wanted_buttons.png
3. narrow the priority buttons a little
4. narrow the priority buttons' gradient range by about 2/3 so that the colors don't look harsh when there is row after row of priority buttons
Jordan Lee [Wed, 26 Oct 2011 07:30:40 +0000 (07:30 +0000)]
(trunk web) buttons/cancel.png isn't used anymore.
Jordan Lee [Wed, 26 Oct 2011 07:20:16 +0000 (07:20 +0000)]
(trunk web) run the new icons through optipng and pngout
Jordan Lee [Wed, 26 Oct 2011 07:09:14 +0000 (07:09 +0000)]
(trunk web) reuse the old gear icon for the settings popup menu
Jordan Lee [Wed, 26 Oct 2011 04:46:22 +0000 (04:46 +0000)]
(trunk web) make the button image/gradient code more modular
Jordan Lee [Wed, 26 Oct 2011 04:14:39 +0000 (04:14 +0000)]
(trunk web) modify the statusbar's speed display a bit.
Jordan Lee [Tue, 25 Oct 2011 23:36:47 +0000 (23:36 +0000)]
(trunk web) more changes to the look & feel of the buttons. This is a work in progress.
1. sync the toolbar buttons' appearance to match the footer & inspector buttons' new look from r13016
2. make the buttons a little easier to tap as per ticket #3862
3. try new toolbar icons from the 'wireframe mono icons' (CC attribution/noncommerical 3.0) by gentleface.com, found at iconfinder.com.
Jordan Lee [Tue, 25 Oct 2011 21:54:51 +0000 (21:54 +0000)]
(trunk libT) bandwidth.c: minor phaseOne() improvements suggested by livings
Jordan Lee [Tue, 25 Oct 2011 20:48:39 +0000 (20:48 +0000)]
(trunk daemon) #4594 "corrupted status string" -- fixed.
Jordan Lee [Tue, 25 Oct 2011 16:56:19 +0000 (16:56 +0000)]
(trunk libT) #4592 "Algorithm bug in bandwidth allocation" -- apply patch from Algorithmus
Jordan Lee [Tue, 25 Oct 2011 16:37:13 +0000 (16:37 +0000)]
(trunk) #4588 "Manual selection of gtk version at configure time" -- fixed.
Jordan Lee [Tue, 25 Oct 2011 16:07:56 +0000 (16:07 +0000)]
(trunk cli) #4585 "use full path when download directory is specified" -- fix with patch by dyogene
Jordan Lee [Tue, 25 Oct 2011 15:57:10 +0000 (15:57 +0000)]
utils.h's public function tr_realpath() function relies on the private constant TR_MAX_PATH. Make TR_MAX_PATH public.
Mitchell Livingston [Mon, 24 Oct 2011 02:14:57 +0000 (02:14 +0000)]
remove an unneeded (and unimplemented) method from TorrentCell.h
Mitchell Livingston [Mon, 24 Oct 2011 02:02:19 +0000 (02:02 +0000)]
#4591 Don't have the inspector float above other windows
Jordan Lee [Sun, 23 Oct 2011 19:05:07 +0000 (19:05 +0000)]
fix typo in web/style/transmission/images/Makefile.am -- I think this is what's making hudson-t unhappy
Jordan Lee [Sun, 23 Oct 2011 18:43:16 +0000 (18:43 +0000)]
add compact.png to the default stylesheet
Mitchell Livingston [Sun, 23 Oct 2011 17:51:37 +0000 (17:51 +0000)]
Fix the priority images in the 10.6 torrent action menu
Mitchell Livingston [Sun, 23 Oct 2011 17:45:05 +0000 (17:45 +0000)]
#4356 Extend tooltip support to torrent names in the main window
Jordan Lee [Sun, 23 Oct 2011 17:10:44 +0000 (17:10 +0000)]
(trunk web) convert the inspector tab & bottom bar's buttons to use the same css as the inspector's file priority buttons. This is a work in progress & is being checked in for apple testing
Mitchell Livingston [Sat, 22 Oct 2011 20:45:20 +0000 (20:45 +0000)]
experimented with updated priority images
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.