1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-23 06:30:38 +00:00
Commit graph

9515 commits

Author SHA1 Message Date
Mitchell Livingston
39b92cc682 if there is both an idle limit and ratio limit set, display the ratio limit unless the idle limit is less than 2 minutes 2010-08-14 17:41:12 +00:00
Mitchell Livingston
ef3865ec45 only show the eta string for idle seeding time remaining if the time is less than 2 minutes 2010-08-14 17:32:52 +00:00
Mitchell Livingston
c3715ca6ce add a stat for the eta of the seeding idle limit, and use it in the Mac eta display 2010-08-14 15:30:43 +00:00
Mitchell Livingston
dfed8e6d91 in Prefs -> Transfers -> Management, properly gray-out the "minutes" field for the inactive seeding check 2010-08-12 23:48:30 +00:00
Charles Kerr
75b07909b7 (trunk libT) hm, this debugging line wasn't supposed to get checked in... 2010-08-10 11:43:29 +00:00
Daniel Lee
d927c6b280 (web) remove cruft 2010-08-10 00:12:42 +00:00
Daniel Lee
c231e01e59 (web) yet another test fix 2010-08-10 00:10:08 +00:00
Daniel Lee
783b15e559 (web) yet another test fix 2010-08-09 23:13:46 +00:00
Daniel Lee
822bf99b0d (web) Another try at iphone fix 2010-08-09 22:57:29 +00:00
Daniel Lee
b5dbdfd25b (web) Left out some stuff from the last commit 2010-08-09 21:05:56 +00:00
Daniel Lee
595ad6eb2e (trunk) Update 'TryExec' in transmission-gtk.destkop to the new binary name 2010-08-09 01:01:48 +00:00
Daniel Lee
4c0361f496 (trunk) #3483:Add 'finished' filter to webui 2010-08-09 00:40:46 +00:00
Charles Kerr
cbf9792701 (trunk web) #3485 "Add ratio to compact seeding display" -- fixed. 2010-08-09 00:25:02 +00:00
Charles Kerr
c01c18b46b (trunk) make --version/-V behave the same in the other apps too 2010-08-09 00:18:26 +00:00
Charles Kerr
0761c52e8d (trunk web) tweak the statistics dialog size a little 2010-08-08 23:25:34 +00:00
Charles Kerr
36325f7a2f (trunk qt) #3497 "Trackerlist not cleared/disabled when torrent selection cleared" -- fixed. 2010-08-08 23:21:19 +00:00
Charles Kerr
ac9dd13ee0 (trunk utils) add support for --version/-V 2010-08-08 22:53:24 +00:00
Charles Kerr
cbf51842c8 (trunk web) #3278 "add sorting by size support to web client" -- fixed. 2010-08-08 21:11:20 +00:00
Charles Kerr
ead0ea9800 (trunk web) use the preference dialog's "compact" mode based on browser window size, rather than whether or not it's an iPhone -- that way it should work for other mobile devices too. 2010-08-08 20:58:58 +00:00
Charles Kerr
fa7f51f130 (trunk web) rewrite the dialogs to use jQuery.UI instead of a homerolled dialog. This partially to use more standardized components, and partially to get rid of as many browser/platform-specific hardcodings as possible to make the code more flexible. I'm flying blind wrt iPhone support, so for a little while this may be a two-steps-forward-one-step-back process. Feedback from users runnin the web client on their phones is encouraged... 2010-08-08 20:06:46 +00:00
Charles Kerr
8e58e60d43 (trunk) annotate the RPC spec to explain that the units for rateDownload and rateUpload changed in RPC version 10 2010-08-07 18:52:07 +00:00
Mitchell Livingston
2d79a31b9a fix another warning regarding casting during logging 2010-08-07 16:44:31 +00:00
Mitchell Livingston
e8101870a3 fix warning regarding casting during logging 2010-08-07 16:44:17 +00:00
Mitchell Livingston
1219444727 (trunk) tweak NEWS 2010-08-07 03:46:49 +00:00
Charles Kerr
30b254eebf (trunk libT) #3493 "transmission doesn't exit cleanly if LPD is disabled during the session" -- fixed. 2010-08-07 03:29:47 +00:00
Charles Kerr
99bb470658 (trunk libT) when shutting down, use a shorter timeout interval for tracker announces 2010-08-07 02:17:29 +00:00
Charles Kerr
9d644f98cd (trunk qt) set the step values for the properties dialog's spinboxes 2010-08-07 01:38:50 +00:00
Charles Kerr
c75c2c13e9 (trunk gtk) fix label clipping issue in the statusbar 2010-08-06 23:50:35 +00:00
Charles Kerr
7b3757f6ad (trunk libT) fix compiler warnings on non-glibc systems 2010-08-06 23:28:30 +00:00
Mitchell Livingston
69ca9706b9 (trunk) update to 2.04+ 2010-08-06 23:15:29 +00:00
Charles Kerr
a052a0e4c2 (trunk qt) annoy Lacrocivious by removing the unused dancing hula girls icon from the Qt client's resource file 2010-08-06 20:27:52 +00:00
Charles Kerr
3073cc00bd (trunk qt) bump Qt prerequisite from 4.4 to 4.6 2010-08-06 20:23:32 +00:00
Charles Kerr
065ef5a339 (trunk qt) now that 4.6 has a standard call QIcon::fromTheme(), we can drop the third-party qticonloader code 2010-08-06 20:21:35 +00:00
Charles Kerr
42c2fccbfb (trunk gtk) remove dead code 2010-08-06 15:35:10 +00:00
Charles Kerr
65d5ec0c63 (trunk gtk) small renderer cleanup from the #3488 patch 2010-08-06 15:17:27 +00:00
Charles Kerr
1c0d149c12 (trunk gtk) #3491 "Magnet links don't appear until download of metadata." -- fixed. 2010-08-06 15:03:25 +00:00
Charles Kerr
711fb98126 (trunk qt) fix bug passing magnet links & urls via DBUS. reported by rb07 in the forums. 2010-08-06 14:50:57 +00:00
Charles Kerr
e934290980 (trunk gtk) portability: use g_dngettext() instead of ngettext() 2010-08-06 14:38:54 +00:00
Charles Kerr
0e03b5e287 (trunk) run all our PNG files through pngout <http://advsys.net/ken/util/pngout.htm> to shrink 'em down 2010-08-06 07:51:24 +00:00
Charles Kerr
45820ee667 (trunk gtk) oops, forgot to remote sexy-icon-entry.c from POTFILES.in. Sorry, hudson. 2010-08-06 06:56:27 +00:00
Charles Kerr
92e989f553 (trunk gtk) experimentally remove sexy-icon-entry from the GTK+ client... GtkEntry can handle it now 2010-08-06 06:54:42 +00:00
Charles Kerr
83bdedec8e (trunk gtk) Remove the `PREF_KEY_MAIN_WINDOW_LAYOUT_ORDER' preferences key. This feature seemed like a good idea once upon a time, but I've never heard a report of anyone actually using it... 2010-08-06 06:22:05 +00:00
Charles Kerr
0f9e1d0aa0 (trunk qt) when the main window is resized to be narrow, use the layout space more wisely in the statusbar 2010-08-06 05:57:41 +00:00
Charles Kerr
922b47c652 (trunk libT) #3490 "Ambiguous use of directory separators" -- fixed. 2010-08-05 19:54:44 +00:00
Charles Kerr
4e30aad464 (trunk qt) #3489 "Qt client should have up/down speeds in the tray icon's tooltip" -- fixed 2010-08-05 15:01:40 +00:00
Charles Kerr
70be70d85f nice job. 2010-08-05 13:24:46 +00:00
Charles Kerr
2db6183add (trunk) ..and the manpages :) 2010-08-05 13:06:20 +00:00
Charles Kerr
7e7cd39c17 whoops 2010-08-05 13:03:00 +00:00
Charles Kerr
9cb6333b6c (trunk) rename "transmission" as "transmission-gtk" and "transmissioncli" as "transmission-cli" for consistency with the other transmission apps 2010-08-05 12:57:54 +00:00
Charles Kerr
6fa12d599a (trunk libT) #3486 "Add gzip compression support to RPC server" -- minor tweaks to the compression settings. 2010-08-04 23:19:38 +00:00