1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 22:20:39 +00:00
Commit graph

4012 commits

Author SHA1 Message Date
Mitchell Livingston
8d49c2a82c #4099 add "none of the following" to the group rules editor 2011-03-13 17:11:47 +00:00
Mitchell Livingston
d87ed3c900 silence a warning 2011-03-11 01:58:44 +00:00
Mitchell Livingston
9a6b11a7dc Resize the "recycle" cleanup icon 2011-03-11 01:42:19 +00:00
Mitchell Livingston
15394498b0 add a button to the bottom-left of the main window to clean up all completed transfers 2011-03-10 01:36:51 +00:00
Mitchell Livingston
2d1cff1a24 #4099 add 'not equal' in groups preferences 2011-03-08 23:35:37 +00:00
Mitchell Livingston
23d727d017 hard-code the status bar and filter bar height, so that the max window size factors in their height 2011-03-08 00:20:58 +00:00
Mitchell Livingston
8c72bcffd7 update the Add Magnet window's minimum size to match its new size 2011-03-05 04:01:46 +00:00
Mitchell Livingston
5b3c1c46d7 cleaner fix for #4066 2011-03-05 03:19:26 +00:00
Mitchell Livingston
5ec3f8e891 remove unused totalPeersKnown method 2011-03-04 03:13:15 +00:00
Mitchell Livingston
553b85443f #4072 Remove "known" field in Inspector->Peers 2011-03-04 02:58:08 +00:00
Mitchell Livingston
c6d31092dc (trunk) when creating the dock icon badge view, we do not need to give it a frame 2011-03-03 03:53:21 +00:00
Mitchell Livingston
b6aba6e8c2 pixel adjustment 2011-02-28 03:44:04 +00:00
Mitchell Livingston
cba30fd2d6 place the "download to" location in a box in the add window and the add magnet link window 2011-02-28 03:41:56 +00:00
Mitchell Livingston
fecc3fedae (trunk) #4066 Fix the pieces view for magnet links 2011-02-26 15:13:35 +00:00
Mitchell Livingston
6092362c1e revert the last commit 2011-02-26 14:59:05 +00:00
Mitchell Livingston
39709abd6e store secondsDownloading and secondsSeeding as ints instead of time_t 2011-02-26 14:56:58 +00:00
Mitchell Livingston
0cb651af29 change the default toolbar to separate the remove button and the pause/resume all button with a space instead of a separator 2011-02-24 23:40:36 +00:00
Mitchell Livingston
1319d9c99b (trunk) small update to Russian translation 2011-02-23 22:52:44 +00:00
Mitchell Livingston
541effd743 slightly simplify filter code 2011-02-21 04:18:58 +00:00
Mitchell Livingston
9d805527e3 silence a warning 2011-02-20 15:05:01 +00:00
Mitchell Livingston
c1ac1d629f restore cmd-option-f to select the search filter field when the torrent table view is selected 2011-02-20 04:34:46 +00:00
Mitchell Livingston
7ba8bcb2b6 make sure filter buttons' tooltips are updated when the bar is shown 2011-02-20 04:23:09 +00:00
Mitchell Livingston
8425f84d74 replace renegade #include with #import 2011-02-20 04:17:46 +00:00
Mitchell Livingston
89175bea5f localize the filter bar 2011-02-20 04:16:38 +00:00
Mitchell Livingston
e5b0de31a6 add missing xibs to makefile 2011-02-20 04:11:58 +00:00
Mitchell Livingston
6d10cd2c9c move the filter bar into its own xib 2011-02-20 03:58:50 +00:00
Mitchell Livingston
a41e93c506 change the status bar's left menu to be within the button (in the xib) 2011-02-20 00:33:49 +00:00
Mitchell Livingston
5c419c6256 remove unused variables 2011-02-20 00:24:25 +00:00
Mitchell Livingston
543063b4b8 move the status bar into its own xib file 2011-02-20 00:22:55 +00:00
Mitchell Livingston
bb00924a4c remove the status bar view's observer on dealloc 2011-02-19 21:38:38 +00:00
Mitchell Livingston
7cf8470ec7 when resizing the filter bar, use the filter bar width instead of the status bar width; silence a warning 2011-02-19 21:12:45 +00:00
Mitchell Livingston
33422cc9d5 the check mark indicating completed peers in the inspector was being stretched because the x-coordinate wasn't being floor()ed 2011-02-19 19:30:24 +00:00
Mitchell Livingston
a54c297e7b don't make "No Torrents Selected" in the inspector selectable 2011-02-19 05:49:52 +00:00
Mitchell Livingston
d7c1cf3b4b display protocol information (TCP or µTP) in the peer table's tooltip 2011-02-18 04:28:59 +00:00
Mitchell Livingston
224815b010 move µTP pref to the Network tab 2011-02-18 03:50:19 +00:00
Mitchell Livingston
23d175866c add µTP to the Prefs window 2011-02-18 03:26:54 +00:00
Mitchell Livingston
f8f61d89d5 adjust the spacing between the "Add" and "Cancel" buttons in the Add windows 2011-02-13 20:50:29 +00:00
Mitchell Livingston
ff5ce357fe rename "Clear Completed" to "Cleanup Completed" 2011-02-13 03:25:06 +00:00
Mitchell Livingston
98a82de9ec remove selected transfers when removing completed transfers, removing through RPC, etc. (whenever removing transfers that aren't the selected transfers) 2011-02-13 02:14:21 +00:00
Mitchell Livingston
9348605f03 Add option to remove completed transfers 2011-02-13 02:02:13 +00:00
Mitchell Livingston
f4b9423998 pixel adjustment to the tracker add/remove button 2011-02-12 05:30:51 +00:00
Mitchell Livingston
4fa5de2a90 change the add/remove tracker buttons in the inspector to the rounded rect style, and add tooltips 2011-02-12 05:01:31 +00:00
Mitchell Livingston
0c606f5db3 adjust the pop up button style in the the inspector - options tab 2011-02-12 04:39:50 +00:00
Mitchell Livingston
c39b56388e increase the width of the bandwidth limit fields in the inspector 2011-02-12 04:05:28 +00:00
Mitchell Livingston
c97f6b3d59 center the "No Torrents Selected" in the inspector 2011-02-12 03:53:23 +00:00
Mitchell Livingston
b033af06ff inspector: update the displayed global seeding settings only when necessary; update only the displayed global seeding settings instead of all the options 2011-02-12 03:28:36 +00:00
Mitchell Livingston
82db3c5826 #4017 display the global seeding settings in the inspector 2011-02-12 03:13:14 +00:00
Mitchell Livingston
1f733f9d13 fix a warning 2011-02-12 00:25:24 +00:00
Mitchell Livingston
e5b8461919 fix a crash with the URL window, and memory leak with the URL window, and update the "Open" button of the URL window when shown 2011-02-11 03:17:36 +00:00
Mitchell Livingston
32a54d1029 make the buttons in the URL window localizable 2011-02-11 03:05:57 +00:00
Mitchell Livingston
9e4fa7a6d2 remember the URL sheet window size 2011-02-10 01:16:26 +00:00
Mitchell Livingston
7d9ce0df57 enable the URL sheet's add button when shown if text is already entered 2011-02-10 01:03:21 +00:00
Mitchell Livingston
7fabe85b96 remember the text in the URL sheet 2011-02-10 00:58:05 +00:00
Mitchell Livingston
9c1281c43c move the "open torrent URL" sheet into its own xib file 2011-02-10 00:51:25 +00:00
Mitchell Livingston
954b9d1007 #3989 Menubar not translated in Dutch localisation 2011-02-09 13:22:02 +00:00
Mitchell Livingston
1d1a3e8068 #3696 Publish Web Interface via Wide-Area Bonjour (in addition to Link-Local) 2011-02-09 03:06:05 +00:00
Mitchell Livingston
4f3c9923ba format the number of times opened 2011-02-09 02:49:32 +00:00
Mitchell Livingston
4034ed0d16 add the application type to Info.plist 2011-02-08 02:02:09 +00:00
Mitchell Livingston
bff67a9294 #3987 Display issue in the main window in the German localisation 2011-02-08 01:26:35 +00:00
Mitchell Livingston
beb2973b85 set the visibility priority for high and low priority menu items 2011-02-08 01:08:30 +00:00
Mitchell Livingston
b2a7f130ee update French localization for 2.2 2011-02-06 18:07:32 +00:00
Mitchell Livingston
c165ff1463 #3675 handle trashing data over RPD in the Mac client 2011-02-06 17:32:16 +00:00
Mitchell Livingston
9c2a25a702 update Dutch localization 2011-02-04 13:22:45 +00:00
Mitchell Livingston
ca55bca4fa update Simplified Chinese localization for 2.2 2011-02-03 12:36:30 +00:00
Mitchell Livingston
9d3a97f3ed update European Portuguese for 2.2 2011-02-02 22:55:13 +00:00
Mitchell Livingston
ccc75eecc7 fix icon alignment in inspector tabs 2011-01-30 21:34:46 +00:00
Mitchell Livingston
985f1fd485 always unlock focus when drawing the inspector buttons 2011-01-30 19:34:38 +00:00
Mitchell Livingston
444847fe35 tweak inspector button drawing to account for black lines 2011-01-30 19:32:40 +00:00
Mitchell Livingston
8294f1c34c tweak the inspector button gradient 2011-01-30 02:52:03 +00:00
Mitchell Livingston
8f64909bc3 use the control color for the selected inspector button; small tweaks to the updated button bar's drawing code 2011-01-30 02:36:08 +00:00
Mitchell Livingston
e5eed4bd05 #3962 Update the inspector's button bar's look 2011-01-30 02:01:05 +00:00
Mitchell Livingston
e12298ae6e truncate the tier info in the middle in the tracker table 2011-01-29 18:05:35 +00:00
Mitchell Livingston
0c69ad0a80 update Russian localization for 2.2 2011-01-27 13:25:56 +00:00
Mitchell Livingston
12400fd407 update German localization 2011-01-27 00:42:30 +00:00
Mitchell Livingston
0ce89bc392 update Brazilian Portuguese localization 2011-01-27 00:37:34 +00:00
Mitchell Livingston
f6421bead4 update the help to note that blocklists may be compressed 2011-01-25 01:53:33 +00:00
Mitchell Livingston
21267cd145 #3928 Update blocklist download to handle archives (including ZIP) 2011-01-25 01:43:11 +00:00
Mitchell Livingston
6de2ac3e4b r3857 Contextual Menu generates console error 2011-01-24 02:01:36 +00:00
Mitchell Livingston
8efbb0ffc5 update Spanish localizations for 2.2 2011-01-24 00:49:08 +00:00
Mitchell Livingston
33686e4282 update Italian localization 2011-01-24 00:38:13 +00:00
Mitchell Livingston
c0fc8001e3 fix the alignment issue with the general inspector view - data location 2011-01-24 00:32:42 +00:00
Mitchell Livingston
bc50a6d868 the badge by itself can not be updated easily by itself any more 2011-01-23 18:26:35 +00:00
Mitchell Livingston
a1eedd117d #3940 Global displayed speed does not include webseeds; remove a now-unused libT speed function 2011-01-23 18:23:52 +00:00
Mitchell Livingston
260c4470cf tweak Credits.rtf 2011-01-20 23:09:18 +00:00
Mitchell Livingston
ede3d2bac2 update strings file 2011-01-18 03:43:57 +00:00
Mitchell Livingston
792b5ad6f7 #3686 "add rpc command to cleanly shutdown daemon" - added for Mac client 2011-01-15 18:44:39 +00:00
Mitchell Livingston
8cd66ba851 update MainMenu.xib to recognize the change in r11684 2011-01-15 17:21:49 +00:00
Mitchell Livingston
0a57ced868 change the filter bar outlet to FilterBarView 2011-01-15 17:18:44 +00:00
Mitchell Livingston
b1bded8471 use a string instead of an int when setting peer-socket-tos 2011-01-15 17:16:12 +00:00
Mitchell Livingston
b9e4fcdb40 tweak MainMenu.xib's tags 2011-01-15 16:51:41 +00:00
Mitchell Livingston
7fc28b1019 if file size is less than 10 KB, show one decimal place 2011-01-09 19:24:27 +00:00
Mitchell Livingston
64f6b2cb5f silence a warning 2011-01-09 18:45:18 +00:00
Mitchell Livingston
e37848ca60 use a float instead of a double for file unit size 2011-01-08 17:19:17 +00:00
Mitchell Livingston
3abf813bbf #3878 don't show the units of a partial file size when it's the same as the full file size's units 2011-01-08 05:11:28 +00:00
Mitchell Livingston
035b67677b #3877 Match Finder's file size display: start at KB, each increase in units increases the number of decimals shown, and truncate trailing zeros 2011-01-08 03:16:13 +00:00
Mitchell Livingston
9e504a848d replace the "Reverse Sort Order" menu item with "Ascending" and "Descending" menu items 2011-01-06 04:09:04 +00:00
Mitchell Livingston
94698d43cf capitalize "By" in "Sort Transfers By" 2011-01-06 03:55:09 +00:00
Jordan Lee
c7cc8301db (trunk) update credits 2011-01-03 05:58:58 +00:00
Mitchell Livingston
0d776a929d Instead of explicitly setting the status bar as draggable, let it take on the window's default behavior. 2011-01-03 03:41:42 +00:00
Mitchell Livingston
7760be2c45 always draw the top white line on the filter bar 2011-01-02 17:14:38 +00:00
Mitchell Livingston
4b190aa0c2 separate the code for the filter and status bars 2011-01-02 17:11:41 +00:00
Mitchell Livingston
ae2a3ab268 increase the bottom bar height by a pixel 2011-01-02 16:50:37 +00:00
Mitchell Livingston
25ee42d68d update the copyright years in the Mac code to 2011 2011-01-01 20:42:14 +00:00
Mitchell Livingston
20cdf0162a #3851 use an autorelease pool when the completeness callback is called; revert the unnecessary r11607 2010-12-31 01:25:03 +00:00
Mitchell Livingston
d42017ba10 adjust the status bar's color when inactive 2010-12-30 17:36:09 +00:00
Mitchell Livingston
1fb6eaa34e use autorelease pools when handling downloading/seeding state changes 2010-12-30 12:33:37 +00:00
Mitchell Livingston
a3a7b1548d #3489 Transfers queue limits unchangeable in Spanish translation 2010-12-24 14:26:55 +00:00
Mitchell Livingston
7ffca5e709 update the Message window's date formatter to use default formats 2010-12-24 00:22:45 +00:00
Mitchell Livingston
cb99607614 #1408 display elapsed time in the Mac UI 2010-12-23 20:07:41 +00:00
Mitchell Livingston
8c4f3549c7 #3595 Allow promotion of the "from" value in peer_atom (and still show where it was first discovered) 2010-12-23 02:35:21 +00:00
Mitchell Livingston
f99fe83e16 use the lighter bottom line of the filter bar when the window is inactive 2010-12-21 03:32:33 +00:00
Mitchell Livingston
8b8ec60007 lighten the line at the bottom of the filter bar 2010-12-21 03:31:18 +00:00
Mitchell Livingston
69f1e8ba0e silence a warning 2010-12-20 14:25:20 +00:00
Mitchell Livingston
3f20d52371 #3675 "Not all .part files are removed" - Mac patch 2010-12-16 03:39:11 +00:00
Mitchell Livingston
535ae6b275 #3822 General pref pane is broken in German localization 2010-12-12 21:42:50 +00:00
Mitchell Livingston
a322d30227 alphabetize the script environment variables in the help 2010-12-12 20:13:55 +00:00
Mitchell Livingston
e634510ae1 remove some glue code 2010-12-09 23:34:44 +00:00
Mitchell Livingston
0371e8bc80 #3788 Adjust the status and filter bars' colors; make status bar draggable (again) 2010-12-09 23:30:35 +00:00
Mitchell Livingston
b02ab67882 tweak Info.plist 2010-12-09 20:31:38 +00:00
Mitchell Livingston
9fbcaebe6c add a button to the Prefs window for the script help 2010-12-09 19:50:16 +00:00
Mitchell Livingston
e920ea497a #3816 help page for "download complete" scripting 2010-12-09 19:40:49 +00:00
Mitchell Livingston
09cbb20c87 undo the status bar in #3788 for now 2010-12-05 19:20:07 +00:00
Mitchell Livingston
d684d6398b lighten the status bar color a tiny bit 2010-12-04 17:14:52 +00:00
Mitchell Livingston
a1bee768e0 give the filter bar a darker bottom line 2010-12-04 04:08:24 +00:00
Mitchell Livingston
03632ac9d8 experiment for #3788 Adjust the status and filter bars' colors; make main window draggable 2010-12-04 03:55:36 +00:00
Mitchell Livingston
cc8c2c686c use NSFileManager for checking script existance 2010-11-30 00:34:32 +00:00
Mitchell Livingston
457f55e6c1 set the status bar's upload and download numbers to the raised style, like the rest of the items in the bar 2010-11-28 04:47:50 +00:00
Mitchell Livingston
3700c97b21 #3613 run a script when download completes - patch by Alexander Courtis 2010-11-23 00:32:43 +00:00
Mitchell Livingston
7afdb3b59a small adjustment to pref resizing 2010-11-22 00:54:38 +00:00
Mitchell Livingston
925db2041b add extra IBOutlets to the preferences 2010-11-22 00:03:57 +00:00
Mitchell Livingston
16bd4bcefa add a missing #import 2010-11-21 14:45:06 +00:00
Mitchell Livingston
efc34d4b69 update all Mac localizations 2010-11-20 16:09:48 +00:00
Mitchell Livingston
9aa63d01d3 update strings file 2010-11-20 15:55:19 +00:00
Mitchell Livingston
35c45497f6 remove unused method declaration 2010-11-15 00:30:29 +00:00
Mitchell Livingston
d89cd601d1 #3742 entering a blocklist URL should register while typing (and support undo) - boo for glue code replacing bindings! 2010-11-15 00:25:18 +00:00
Mitchell Livingston
35f3596db4 #3743 properly set the blocklist URL on launch 2010-11-14 23:44:07 +00:00
Mitchell Livingston
4f69b944b1 use the number formatter when displaying bytes 2010-11-14 21:51:56 +00:00
Mitchell Livingston
76f5a1f680 a couple more formatted integers 2010-11-14 21:04:25 +00:00
Mitchell Livingston
c8ada6126c add a string function to format an NSUInteger as a formatted string 2010-11-14 20:26:58 +00:00
Mitchell Livingston
69fcecce1a use number formatters when displaying the number of transfers 2010-11-14 18:33:57 +00:00
Mitchell Livingston
488faac3c7 a couple of float -> double changes 2010-11-14 15:16:39 +00:00
Mitchell Livingston
8ad0a8bace update European Portuguese localization 2010-11-14 14:20:08 +00:00
Mitchell Livingston
90a1f45f99 update the toolbar icons right away in a handful of potentially relevant events 2010-11-13 19:10:31 +00:00
Mitchell Livingston
57e918d196 didn't mean to do that 2010-11-13 16:11:22 +00:00
Mitchell Livingston
6ea9179ca4 disable the blocklist's update button if no URL is entered 2010-11-13 16:07:27 +00:00
Mitchell Livingston
130b52ce93 experimental fix to Time Machine exclusion list 2010-11-08 12:28:30 +00:00
Mitchell Livingston
27f6eccc6d update French localization 2010-11-08 12:24:16 +00:00
Mitchell Livingston
3ef06e4d67 update Dutch and Brazilian Portuguese localizations for 2.12 2010-11-08 00:17:49 +00:00
Mitchell Livingston
38b04656dd update the help documentation 2010-11-05 22:55:41 +00:00
Mitchell Livingston
9774fe9c61 get an updated blocklist url from rpc 2010-11-05 22:45:38 +00:00
Mitchell Livingston
37fd626c17 update Spanish and Russian localizations for 2.12 2010-11-05 21:31:36 +00:00
Mitchell Livingston
8e6c7f3249 #3705 Magnet hash text obscured when selected in torrent table view 2010-11-02 03:36:28 +00:00
Mitchell Livingston
5f521919b7 adjust About window size a bit 2010-11-02 01:08:15 +00:00
Mitchell Livingston
06bb4d7dda update AUTHORS and Credits with my LLC info 2010-11-02 01:07:48 +00:00
Mitchell Livingston
a9ce1facbd update German, Simplified Chinese, and Italian localizations for 2.12 2010-11-02 00:59:41 +00:00
Mitchell Livingston
a8db86b8f3 improve the message when no blocklist url is specified 2010-11-01 00:31:56 +00:00
Mitchell Livingston
362d863c02 whoops vs NSString vs. a c string 2010-11-01 00:21:17 +00:00
Mitchell Livingston
c6b0ee7c5c automatically upgrade the old blocklist file name to the new name 2010-11-01 00:06:40 +00:00
Mitchell Livingston
c124077cce use the last attempted update of the blocklist for scheduling weekly updates 2010-10-31 19:24:26 +00:00
Mitchell Livingston
866c25ec14 fix typo in blocklist checkbox 2010-10-31 19:08:52 +00:00
Mitchell Livingston
317349c13c #3697 make blocklist URL configurable in the Mac UI 2010-10-31 19:05:46 +00:00
Mitchell Livingston
295f2b13b8 update two images in the help 2010-10-31 16:08:24 +00:00
Mitchell Livingston
64f9c4f2e2 remove proxy support from the Mac client 2010-10-31 14:51:50 +00:00
Mitchell Livingston
fac0ce51f4 push the bottom buttons left two pixels 2010-10-24 19:37:52 +00:00
Mitchell Livingston
05175c8100 #3669 Streamline the bottom-left buttons, removing the button borders and using an updated turtle image. There is glue-code for this to work on localizations until they update the xib files. 2010-10-24 19:19:21 +00:00
Mitchell Livingston
363e83ffec slight change to the file size formatting function 2010-10-24 18:06:32 +00:00
Mitchell Livingston
7b343c4ba0 #3661 sort the file list alphabetically 2010-10-23 20:20:31 +00:00
Mitchell Livingston
458f2d603f #3643 When saving a copy of the torrent file, don't allow the extension to be hidden 2010-10-19 00:01:31 +00:00
Mitchell Livingston
6a55271ae1 #3642 Website URL in Credits.rtf should be clickable 2010-10-17 03:53:53 +00:00
Mitchell Livingston
37358169a9 #3582 Quicklook command should work when inspector window is focused 2010-10-17 01:54:40 +00:00
Mitchell Livingston
a56daa2b97 rejigger 2010-10-15 23:39:14 +00:00
Mitchell Livingston
9be5d37de0 #3637 Swipe to change inspector tab 2010-10-15 23:38:11 +00:00
Mitchell Livingston
3983e94c45 fix a typo in the Dutch localization 2010-10-01 22:25:53 +00:00
Charles Kerr
80f69ee7d3 (trunk) fix svn properties on several files. Thanks ot Elbandi for suggesting this 2010-10-01 13:33:39 +00:00
Mitchell Livingston
ea96b3ceff update French localization 2010-09-28 12:46:13 +00:00
Mitchell Livingston
ed3d1be6cd update European Portuguese localization 2010-09-28 11:23:09 +00:00
Mitchell Livingston
39ba63b7b9 update Simplified Chinese localization 2010-09-24 11:26:06 +00:00
Mitchell Livingston
29e1972e65 update Dutch localization 2010-09-23 00:36:06 +00:00
Mitchell Livingston
1f5f01a476 update Spanish localization 2010-09-22 11:54:22 +00:00
Mitchell Livingston
f86ed673ab update Brazilian Portuguese localization 2010-09-19 21:33:28 +00:00
Mitchell Livingston
2f5207357b update Russian localization 2010-09-19 19:50:03 +00:00
Mitchell Livingston
0e5cceef91 tweak German inspector views for spacing fixes 2010-09-19 16:44:07 +00:00
Mitchell Livingston
49e4d58d6f small alignment fix in the inspector's options view 2010-09-19 14:11:30 +00:00
Mitchell Livingston
8acc707229 update German localization 2010-09-19 13:18:51 +00:00
Mitchell Livingston
4fdee6b385 update Italian localization 2010-09-19 13:17:28 +00:00
Mitchell Livingston
a46738b3ca one less localizable string 2010-09-18 19:49:34 +00:00
Mitchell Livingston
66f7c47f3e update strings file 2010-09-18 19:40:12 +00:00
Mitchell Livingston
0e2dd87c08 #3518 Snow Leopard systems should show file sizes and speeds in base 10 2010-09-12 22:20:19 +00:00
Mitchell Livingston
0235bd962a Change "Transfer is stalled when no activity for:" to "Transfer is stalled when inactive for:" 2010-08-30 01:05:47 +00:00
Mitchell Livingston
7e52a2e8bb don't set an idle eta if the transfer is currently uploading 2010-08-14 19:44:43 +00:00
Mitchell Livingston
117e78dce4 simplify the code to check if an eta string should be displayed 2010-08-14 17:51:04 +00:00
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
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
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
Mitchell Livingston
20432d933e #3840 LPD does not initiate on startup 2010-08-03 23:54:02 +00:00
Mitchell Livingston
8bee7fa23c update Mac build for the change from inactive to idle 2010-07-24 03:19:41 +00:00