]> granicus.if.org Git - transmission/log
transmission
13 years agoconsider the corresponding torrent when comparing tracker nodes
Mitchell Livingston [Sat, 14 Jan 2012 16:06:39 +0000 (16:06 +0000)]
consider the corresponding torrent when comparing tracker nodes

13 years ago#4713 (Lion) animate removing rows from the tracker table
Mitchell Livingston [Sat, 14 Jan 2012 02:28:54 +0000 (02:28 +0000)]
#4713 (Lion) animate removing rows from the tracker table

13 years agoSilence a minor compiler warning.
Jordan Lee [Fri, 13 Jan 2012 22:10:26 +0000 (22:10 +0000)]
Silence a minor compiler warning.

We used to pass no button text + response_id pairs when creating the dialog because only gtk_dialog_add_button() would return back the actual button widget s.t. we could use a grab on it. However as of GTK+ 2.20 we can use gtk_dialog_get_widget_for_response() to get the button, so we can create dialogs in the more common way (which also fixes the gcc warning)

13 years ago#4705 Removing a group in prefs doesn't remove the group row in the main window
Mitchell Livingston [Thu, 12 Jan 2012 00:12:17 +0000 (00:12 +0000)]
#4705 Removing a group in prefs doesn't remove the group row in the main window

13 years ago#4704 req->left = tr_cpLeftUntilComplete( &tor->completion ) should end with a semicolon
Mitchell Livingston [Wed, 11 Jan 2012 22:31:02 +0000 (22:31 +0000)]
#4704 req->left = tr_cpLeftUntilComplete( &tor->completion ) should end with a semicolon

13 years ago(trunk libT) #4700 "compilation fails on FreeBSD because it can't find alloca.h"...
Jordan Lee [Tue, 10 Jan 2012 19:18:18 +0000 (19:18 +0000)]
(trunk libT) #4700 "compilation fails on FreeBSD because it can't find alloca.h" -- fixed.

13 years agomerge the code to update the table when toggling the group rows
Mitchell Livingston [Mon, 9 Jan 2012 23:59:57 +0000 (23:59 +0000)]
merge the code to update the table when toggling the group rows

13 years agobetter enumeration when generating a torrent's file list
Mitchell Livingston [Mon, 9 Jan 2012 04:27:09 +0000 (04:27 +0000)]
better enumeration when generating a torrent's file list

13 years agoconcurrent enumeration when generating a torrent's file list
Mitchell Livingston [Mon, 9 Jan 2012 00:57:50 +0000 (00:57 +0000)]
concurrent enumeration when generating a torrent's file list

13 years agoanother concurrency safety change
Mitchell Livingston [Sun, 8 Jan 2012 20:22:43 +0000 (20:22 +0000)]
another concurrency safety change

13 years agofix a theoretical concurrency issue when removing previous pieces info
Mitchell Livingston [Sun, 8 Jan 2012 19:58:58 +0000 (19:58 +0000)]
fix a theoretical concurrency issue when removing previous pieces info

13 years agoUse concurrent enumeration when generating the list of filtered torrents.
Mitchell Livingston [Sun, 8 Jan 2012 19:28:59 +0000 (19:28 +0000)]
Use concurrent enumeration when generating the list of filtered torrents.

13 years agoFix a theoretical concurrency issue by generating an index set directly instead of...
Mitchell Livingston [Sun, 8 Jan 2012 18:58:47 +0000 (18:58 +0000)]
Fix a theoretical concurrency issue by generating an index set directly instead of enumerating objects and filling an index set.

13 years agoimprove how we search the message window's message array
Mitchell Livingston [Sun, 8 Jan 2012 17:05:12 +0000 (17:05 +0000)]
improve how we search the message window's message array

13 years agodead code removal
Mitchell Livingston [Sun, 8 Jan 2012 17:04:30 +0000 (17:04 +0000)]
dead code removal

13 years agomore array enumeration using blocks and the concurrent option
Mitchell Livingston [Sun, 8 Jan 2012 05:37:18 +0000 (05:37 +0000)]
more array enumeration using blocks and the concurrent option

13 years agoupdate the file table node search to (possibly) use concurrent enumeration
Mitchell Livingston [Sun, 8 Jan 2012 05:05:47 +0000 (05:05 +0000)]
update the file table node search to (possibly) use concurrent enumeration

13 years agoremove the no-longer-necessary lock from the file table
Mitchell Livingston [Sun, 8 Jan 2012 04:11:30 +0000 (04:11 +0000)]
remove the no-longer-necessary lock from the file table

13 years agostore the list of newly-adding transfers in a set rather than an array
Mitchell Livingston [Sun, 8 Jan 2012 04:11:07 +0000 (04:11 +0000)]
store the list of newly-adding transfers in a set rather than an array

13 years agoWhen adding torrents, slide them in from the left
Mitchell Livingston [Sun, 8 Jan 2012 00:51:05 +0000 (00:51 +0000)]
When adding torrents, slide them in from the left

13 years agodon't animate the main table on launch
Mitchell Livingston [Sat, 7 Jan 2012 22:06:23 +0000 (22:06 +0000)]
don't animate the main table on launch

13 years agoAnimate rearranging the queue separately from the main filter animation. This allows...
Mitchell Livingston [Sat, 7 Jan 2012 21:05:02 +0000 (21:05 +0000)]
Animate rearranging the queue separately from the main filter animation. This allows us to ensure that the animation shows the dragged torrents being moved instead of the torrents around them.

13 years agomove tinkering with the main table's animations
Mitchell Livingston [Sat, 7 Jan 2012 18:46:03 +0000 (18:46 +0000)]
move tinkering with the main table's animations

13 years agomore block usage when removing previous piece info
Mitchell Livingston [Sat, 7 Jan 2012 17:40:18 +0000 (17:40 +0000)]
more block usage when removing previous piece info

13 years agore-add code (removed in r13132) to remove previous piece information for no-longer...
Mitchell Livingston [Sat, 7 Jan 2012 17:08:28 +0000 (17:08 +0000)]
re-add code (removed in r13132) to remove previous piece information for no-longer-displayed torrents (in a fun new block way!)

13 years agowhen showing/hiding group rows, fade them in/out instead of sliding them left
Mitchell Livingston [Sat, 7 Jan 2012 16:18:56 +0000 (16:18 +0000)]
when showing/hiding group rows, fade them in/out instead of sliding them left

13 years ago#4701 Table looks like it will accept drag-and-drop without a row
Mitchell Livingston [Sat, 7 Jan 2012 16:01:28 +0000 (16:01 +0000)]
#4701 Table looks like it will accept drag-and-drop without a row

13 years ago#4696 Step one of getting the main table to animate for everything besides the alread...
Mitchell Livingston [Sat, 7 Jan 2012 15:46:42 +0000 (15:46 +0000)]
#4696 Step one of getting the main table to animate for everything besides the already-added sorting. This also contains improvements to the sorting code by sorting in-place.

13 years agospeed up for #4696
Mitchell Livingston [Wed, 4 Jan 2012 23:40:23 +0000 (23:40 +0000)]
speed up for #4696

13 years ago#4696 (Lion) animate sorting the main table
Mitchell Livingston [Wed, 4 Jan 2012 05:16:07 +0000 (05:16 +0000)]
#4696 (Lion) animate sorting the main table

13 years ago#4694 replace more reloadData table calls with setNeedsDisplay:
Mitchell Livingston [Wed, 4 Jan 2012 00:36:21 +0000 (00:36 +0000)]
#4694 replace more reloadData table calls with setNeedsDisplay:

13 years agoupdate moveGroupAtRow:toRow to use NSMutableArrayAdditions's moveObjectAtIndex:toIndex:
Mitchell Livingston [Wed, 4 Jan 2012 00:06:30 +0000 (00:06 +0000)]
update moveGroupAtRow:toRow to use NSMutableArrayAdditions's moveObjectAtIndex:toIndex:

13 years ago#4694 Don't call reloadData on the main table on each updateUI call (and each sort...
Mitchell Livingston [Tue, 3 Jan 2012 01:53:53 +0000 (01:53 +0000)]
#4694 Don't call reloadData on the main table on each updateUI call (and each sort) if the order hasn't changed; instead call setNeedsDisplay:. Don't call reloadData when toggling the main window per-torrent status string

13 years agorevert r13121 for the time being
Mitchell Livingston [Mon, 2 Jan 2012 23:55:10 +0000 (23:55 +0000)]
revert r13121 for the time being

13 years agodon't create a NSColorPanel just to close it
Mitchell Livingston [Mon, 2 Jan 2012 21:47:14 +0000 (21:47 +0000)]
don't create a NSColorPanel just to close it

13 years ago#4693 (Lion) animate adding/removing/dragging rows in the group pref table
Mitchell Livingston [Mon, 2 Jan 2012 19:05:21 +0000 (19:05 +0000)]
#4693 (Lion) animate adding/removing/dragging rows in the group pref table

13 years ago(trunk libT) #4690 "getPeerCandidates() uses more CPU than necessary" -- fixed.
Jordan Lee [Sat, 31 Dec 2011 21:28:53 +0000 (21:28 +0000)]
(trunk libT) #4690 "getPeerCandidates() uses more CPU than necessary" -- fixed.

Once we've scored all n candidates, we sort them by score so that we can pick out the k best candidates. If n is large, sorting them can be expensive. If we use the Selection Algorithm, we select in O(n) without having to sort.

13 years agoremove accidental line removal in r13121
Mitchell Livingston [Thu, 29 Dec 2011 18:42:45 +0000 (18:42 +0000)]
remove accidental line removal in r13121

13 years ago#4688 On Lion use new dragging functionality, allowing for the count of dragged files...
Mitchell Livingston [Thu, 29 Dec 2011 18:40:17 +0000 (18:40 +0000)]
#4688 On Lion use new dragging functionality, allowing for the count of dragged files to appear under the mouse pointer

13 years agodisplay the priority images in the pulldown menus in the add windows
Mitchell Livingston [Wed, 28 Dec 2011 03:25:48 +0000 (03:25 +0000)]
display the priority images in the pulldown menus in the add windows

13 years agosupport pasting magnet links into the torrent table
Mitchell Livingston [Tue, 27 Dec 2011 23:19:14 +0000 (23:19 +0000)]
support pasting magnet links into the torrent table

13 years agoIf we have a url and string in the clipboard, only use the url when trying to open...
Mitchell Livingston [Mon, 26 Dec 2011 02:46:27 +0000 (02:46 +0000)]
If we have a url and string in the clipboard, only use the url when trying to open as a torrent file. This way we avoid opening the same URL twice

13 years agorun on Snow Leopard again
Mitchell Livingston [Mon, 26 Dec 2011 02:39:30 +0000 (02:39 +0000)]
run on Snow Leopard again

13 years ago#4686 Capture pasted strings that are URLs
Mitchell Livingston [Mon, 26 Dec 2011 02:33:13 +0000 (02:33 +0000)]
#4686 Capture pasted strings that are URLs

13 years agomake sure there's a screen before attempting to constrain info window size
Mitchell Livingston [Sun, 25 Dec 2011 22:15:13 +0000 (22:15 +0000)]
make sure there's a screen before attempting to constrain info window size

13 years ago#4683 Info window swapped view heights not constrained to screen size
Mitchell Livingston [Sun, 25 Dec 2011 22:05:18 +0000 (22:05 +0000)]
#4683 Info window swapped view heights not constrained to screen size

13 years ago(trunk libT) #4684 "tr_cpSizeWhenDone() is slow for huge torrents that we're only...
Jordan Lee [Thu, 22 Dec 2011 19:35:13 +0000 (19:35 +0000)]
(trunk libT) #4684 "tr_cpSizeWhenDone() is slow for huge torrents that we're only partially downloading" -- fixed.

There are actually two different implementations of the byte-counting in that function: a slower implementation was added prior to 2.40 in r12918 to double-check the standard implementation. This checking was added to help smoke out a bug that was fixed in r12920, but I forgot to remove that slower implementation.

13 years ago(trunk libT) #4666 "webseed downloading never gets downloaded" -- fixed.
Jordan Lee [Wed, 14 Dec 2011 05:58:23 +0000 (05:58 +0000)]
(trunk libT) #4666 "webseed downloading never gets downloaded" -- fixed.

The webseed in question is downloading from an ubuntuone.com url. We ask for piece-sized ranges in a couple of different concurrent connections, and curl hints to the server that it's okay to gzip the response, or deflate it, or leave it raw. It looks like there's a bug in the server or in libcurl (or, somehow, Transmission) that's not compressing or decompressing these responses correctly -- we never get the right number of bytes in the response from libcurl. If we ask for the contents uncompressed, the download progresses towards completion.

As an aside, when testing this I noticed that deluge is a lot faster than Transmission on this torrent. In order for Transmission to reach parity here, webseed.c needs to know when it's appropriate to have more than 4 concurrent tasks and/or be able to request ranges > the torrent's piece size.

13 years ago(trunk libT) fix a minor memory leak in the bencode regression tests.
Jordan Lee [Wed, 14 Dec 2011 05:44:15 +0000 (05:44 +0000)]
(trunk libT) fix a minor memory leak in the bencode regression tests.

Found by llvm's static analyzer. This is a minor issue since the leak is in an automated test rather than in shipping code, but it's still better to fix it.

13 years ago(trunk libT) fix warnings in fileset_get_empty_slot() found by llvm's static-build...
Jordan Lee [Wed, 14 Dec 2011 05:42:15 +0000 (05:42 +0000)]
(trunk libT) fix warnings in fileset_get_empty_slot() found by llvm's static-build analyzer.

static-build found a potential NULL pointer dereference. The circumstances where this could get triggered don't seem very likely, but doesn't hurt to fix the warning.

13 years ago(trunk web) fix warnings in tr_urlIsValidTracker() and tr_urlIsValid() found by llvm...
Jordan Lee [Wed, 14 Dec 2011 05:40:21 +0000 (05:40 +0000)]
(trunk web) fix warnings in tr_urlIsValidTracker() and tr_urlIsValid() found by llvm's scan-build.

scan-build found similar warnings in these two functions relating to allowing NULL pointers to be passed as arguments to functions that don't allow NULL. So now those NULL checks are made explicit before the function calls.

13 years agoeliminate all warnings by switching NSOpenPanel/NSSavePanels to use completion handle...
Mitchell Livingston [Sun, 11 Dec 2011 22:31:01 +0000 (22:31 +0000)]
eliminate all warnings by switching NSOpenPanel/NSSavePanels to use completion handler blocks

13 years ago(trunk libT) #4372 "make notification and system sounds configurable" -- instead...
Jordan Lee [Sat, 10 Dec 2011 19:00:50 +0000 (19:00 +0000)]
(trunk libT) #4372 "make notification and system sounds configurable" -- instead of using notify-send, use GDBus on the org.freedesktop.Notifications API. Patch by fmuellner.

13 years ago#4664 "Use completeBaseName() instead of baseName() in the 'New Torrent' dialog"...
Jordan Lee [Sat, 10 Dec 2011 18:45:21 +0000 (18:45 +0000)]
#4664 "Use completeBaseName() instead of baseName() in the 'New Torrent' dialog" -- patch contributed by cantabile

13 years ago(trunk libT) #4644 "Transmission can't download big files from webseed." -- fix overf...
Jordan Lee [Sat, 10 Dec 2011 18:42:52 +0000 (18:42 +0000)]
(trunk libT) #4644 "Transmission can't download big files from webseed." -- fix overflow error with a patch based on one from and_cesbo. (Modified by Jordan to add random bugs.)

13 years ago(trunk daemon) #4648 "Transmission-Remote With Full URL Specified Broken" -- fixed...
Jordan Lee [Sat, 10 Dec 2011 18:34:36 +0000 (18:34 +0000)]
(trunk daemon) #4648 "Transmission-Remote With Full URL Specified Broken" -- fixed with patch from niol

13 years ago#4654 Make Mist notifications an optional setting configured through Preferences
Mitchell Livingston [Sat, 3 Dec 2011 02:50:21 +0000 (02:50 +0000)]
#4654 Make Mist notifications an optional setting configured through Preferences

13 years agoalphabetize the sorting options. with "queue order" at the top
Mitchell Livingston [Mon, 28 Nov 2011 12:37:14 +0000 (12:37 +0000)]
alphabetize the sorting options. with "queue order" at the top

13 years ago(trunk web) #4637 "sorting by size in the web ui" -- patch added.
Jordan Lee [Mon, 28 Nov 2011 03:35:33 +0000 (03:35 +0000)]
(trunk web) #4637 "sorting by size in the web ui" -- patch added.

13 years agoupdate Growl framework to 1.3.1
Mitchell Livingston [Sun, 27 Nov 2011 14:40:00 +0000 (14:40 +0000)]
update Growl framework to 1.3.1

13 years agowhoops typo
Mitchell Livingston [Tue, 22 Nov 2011 03:30:37 +0000 (03:30 +0000)]
whoops typo

13 years agoupdate jQuery to 1.7.1
Mitchell Livingston [Tue, 22 Nov 2011 03:19:34 +0000 (03:19 +0000)]
update jQuery to 1.7.1

13 years ago#4643 Support µTorrent's long-version-number peer id
Mitchell Livingston [Tue, 22 Nov 2011 03:02:18 +0000 (03:02 +0000)]
#4643 Support µTorrent's long-version-number peer id

13 years ago#3948 avoid a crash when closing magnet link windows
Mitchell Livingston [Sat, 19 Nov 2011 16:14:16 +0000 (16:14 +0000)]
#3948 avoid a crash when closing magnet link windows

13 years ago(trunk web) #4635 "favicon.ico is not transparent" -- fixed.
Jordan Lee [Wed, 16 Nov 2011 13:53:38 +0000 (13:53 +0000)]
(trunk web) #4635 "favicon.ico is not transparent" -- fixed.

13 years ago#3948 Fix crash with command-option-w
Mitchell Livingston [Tue, 15 Nov 2011 00:09:17 +0000 (00:09 +0000)]
#3948 Fix crash with command-option-w

13 years ago(trunk web) tweak the filterbar's display of the torrent count
Jordan Lee [Mon, 14 Nov 2011 05:22:27 +0000 (05:22 +0000)]
(trunk web) tweak the filterbar's display of the torrent count

13 years ago(trunk web) tweak the filterbar's look again, this time to give a better appearance...
Jordan Lee [Mon, 14 Nov 2011 01:50:30 +0000 (01:50 +0000)]
(trunk web) tweak the filterbar's look again, this time to give a better appearance on FF and Chrome

13 years ago(trunk web) followup to r13087 that makes the filterbar grouping a little nicer....
Jordan Lee [Mon, 14 Nov 2011 01:44:11 +0000 (01:44 +0000)]
(trunk web) followup to r13087 that makes the filterbar grouping a little nicer. Also use livings124's suggestion of always showing the up/down speeds even when they are zero

13 years ago(trunk web) the filter mode is preserved between sessions, so on startup initialize...
Jordan Lee [Sun, 13 Nov 2011 23:08:49 +0000 (23:08 +0000)]
(trunk web) the filter mode is preserved between sessions, so on startup initialize the filter mode selector properly.

13 years agotweak the filter entry field's look on FF
Jordan Lee [Sun, 13 Nov 2011 22:13:47 +0000 (22:13 +0000)]
tweak the filter entry field's look on FF

13 years ago(trunk web) fix a startup timing issue by deferring the Transmission object's instant...
Jordan Lee [Sun, 13 Nov 2011 20:13:25 +0000 (20:13 +0000)]
(trunk web) fix a startup timing issue by deferring the Transmission object's instantiation to the end of our $(document).ready() function.

13 years ago(trunk web) experiment with making the filterbar more phone-friendly
Jordan Lee [Sun, 13 Nov 2011 18:04:29 +0000 (18:04 +0000)]
(trunk web) experiment with making the filterbar more phone-friendly

13 years ago(trunk web) fix minor pluralization issues
Jordan Lee [Sun, 13 Nov 2011 16:51:05 +0000 (16:51 +0000)]
(trunk web) fix minor pluralization issues

13 years agodon't use the word 'template' as a variable name, since it's a reserved word in C++
Jordan Lee [Sat, 12 Nov 2011 00:16:04 +0000 (00:16 +0000)]
don't use the word 'template' as a variable name, since it's a reserved word in C++

13 years ago(trunk web) #4606 "make selected torrents in webui more discernible" -- fixed.
Jordan Lee [Fri, 11 Nov 2011 05:58:51 +0000 (05:58 +0000)]
(trunk web) #4606 "make selected torrents in webui more discernible" -- fixed.

13 years ago(trunk web) #4621 "seeding progressbars aren't shown in Web UI" -- fixed.
Jordan Lee [Fri, 11 Nov 2011 04:58:00 +0000 (04:58 +0000)]
(trunk web) #4621 "seeding progressbars aren't shown in Web UI" -- fixed.

13 years ago(trunk web) #4168 "web client in r13075 not working in IE8" -- fixed, sort of.
Jordan Lee [Fri, 11 Nov 2011 04:44:49 +0000 (04:44 +0000)]
(trunk web) #4168 "web client in r13075 not working in IE8" -- fixed, sort of.

IE8 can't handle the W3C method of stacking an image on a linear gradient. Since all supported browsers have other ways besides the W3C method of doing this, we can 'fix' this by removing the W3C method. At some point in the future when browsers all use the W3C method, we can look for a different solution, or drop IE8 support ;)

13 years ago(trunk libT) #4625 "Transmission 2.42 fails to build on Solaris 10: Undefined symbol...
Jordan Lee [Thu, 10 Nov 2011 03:31:43 +0000 (03:31 +0000)]
(trunk libT) #4625 "Transmission 2.42 fails to build on Solaris 10: Undefined symbol 'mkdtemp'" -- fixed.

13 years ago#4622 'misleading error message in configure script' -- fixed.
Jordan Lee [Tue, 8 Nov 2011 20:49:20 +0000 (20:49 +0000)]
#4622 'misleading error message in configure script' -- fixed.

13 years agoremove unused variables
Jordan Lee [Sun, 6 Nov 2011 16:06:48 +0000 (16:06 +0000)]
remove unused variables

13 years agoadd fallback implementation of Date.now for IE8
Jordan Lee [Sun, 6 Nov 2011 14:42:52 +0000 (14:42 +0000)]
add fallback implementation of Date.now for IE8

13 years ago(trunk qt) fix minor bugs in the torrent details dialog's info tab.
Jordan Lee [Sat, 5 Nov 2011 15:45:38 +0000 (15:45 +0000)]
(trunk qt) fix minor bugs in the torrent details dialog's info tab.

13 years ago#4616 update makefile for update jQuery
Mitchell Livingston [Fri, 4 Nov 2011 23:26:09 +0000 (23:26 +0000)]
#4616 update makefile for update jQuery

13 years ago(trunk web) sync the web client's inspector's info tab with the one in the GTK+ and...
Jordan Lee [Fri, 4 Nov 2011 21:05:24 +0000 (21:05 +0000)]
(trunk web) sync the web client's inspector's info tab with the one in the GTK+ and Qt clients. This fixes #4609 and #4608.

13 years agoupdate JQuery to 1.7 and jQuery form to 2.87
Mitchell Livingston [Fri, 4 Nov 2011 02:42:22 +0000 (02:42 +0000)]
update JQuery to 1.7 and jQuery form to 2.87

13 years ago(trunk gtk) remove dead assignment
Jordan Lee [Thu, 3 Nov 2011 04:57:45 +0000 (04:57 +0000)]
(trunk gtk) remove dead assignment

13 years ago#4611 Update Growl framework to 1.3
Mitchell Livingston [Wed, 2 Nov 2011 23:13:02 +0000 (23:13 +0000)]
#4611 Update Growl framework to 1.3

13 years agoadd a log message if setting the quarantine attribute fails
Mitchell Livingston [Wed, 2 Nov 2011 03:19:44 +0000 (03:19 +0000)]
add a log message if setting the quarantine attribute fails

13 years ago#2009 Quarantine files when downloading finishes
Mitchell Livingston [Tue, 1 Nov 2011 23:45:26 +0000 (23:45 +0000)]
#2009 Quarantine files when downloading finishes

13 years agomove the prefs button in the footer bar
Jordan Lee [Tue, 1 Nov 2011 00:33:24 +0000 (00:33 +0000)]
move the prefs button in the footer bar

13 years ago(trunk gtk) #4605 "'--minimized' switch not working any more" -- fixed.
Jordan Lee [Sun, 30 Oct 2011 18:27:45 +0000 (18:27 +0000)]
(trunk gtk) #4605 "'--minimized' switch not working any more" -- fixed.

13 years ago#4587 update the main window when a transfer changes stalled-ness
Mitchell Livingston [Sun, 30 Oct 2011 03:13:20 +0000 (03:13 +0000)]
#4587 update the main window when a transfer changes stalled-ness

13 years agocapitalize "Priority" in "Transfer Priority"
Mitchell Livingston [Sun, 30 Oct 2011 01:37:13 +0000 (01:37 +0000)]
capitalize "Priority" in "Transfer Priority"

13 years ago(trunk web) #4549 "Favicon in trackerlist makes filter popup slow and unresponsive...
Jordan Lee [Sun, 30 Oct 2011 00:08:27 +0000 (00:08 +0000)]
(trunk web) #4549 "Favicon in trackerlist makes filter popup slow and unresponsive in webui" -- fixed.

13 years ago(trunk web) #4601 -- move preferences button to the left-hand side of the footer
Jordan Lee [Sat, 29 Oct 2011 05:26:28 +0000 (05:26 +0000)]
(trunk web) #4601 -- move preferences button to the left-hand side of the footer

13 years ago#4600 'missing .png files in web ui' -- fixed.
Jordan Lee [Fri, 28 Oct 2011 15:26:03 +0000 (15:26 +0000)]
#4600 'missing .png files in web ui' -- fixed.

13 years agooops, missed a file in the previous commit
Jordan Lee [Fri, 28 Oct 2011 03:45:36 +0000 (03:45 +0000)]
oops, missed a file in the previous commit

13 years agomove preferences button to the footer
Jordan Lee [Fri, 28 Oct 2011 02:11:10 +0000 (02:11 +0000)]
move preferences button to the footer

13 years ago(trunk web) continue removing unnecessary diffs between common.scss and mobile.scss
Jordan Lee [Thu, 27 Oct 2011 15:36:30 +0000 (15:36 +0000)]
(trunk web) continue removing unnecessary diffs between common.scss and mobile.scss