Commit Graph

2259 Commits

Author SHA1 Message Date
Charles Kerr 51a82e70c1 remove `TR_STATUS_DONE' from libtransmission's public API. It's useful as an internal state but not for code calling libtransmission. 2008-03-31 17:59:16 +00:00
Mitchell Livingston b773c9aeba (trunk) Fix visual glitch with the tracker inspector tab when there is no scrape address 2008-03-30 04:41:55 +00:00
Mitchell Livingston fb437cb20a update the strings file; adjust the blocklist text 2008-03-30 03:40:13 +00:00
Mitchell Livingston 06832b7647 make the blocklist compatible with tiger 2008-03-30 02:00:05 +00:00
Mitchell Livingston 66e9879e23 merge the code to set the blocklist download progress into a single method 2008-03-30 01:51:48 +00:00
Mitchell Livingston e0af0fd5c6 some rephrasing for the blocklist prefs window 2008-03-30 01:18:23 +00:00
Mitchell Livingston 5596981934 show the number of blocked ip addresses in the preferences window 2008-03-30 01:10:18 +00:00
Mitchell Livingston c8241d597e update function name 2008-03-30 00:00:46 +00:00
Mitchell Livingston eb431b6d9a show progress while downloading the blocklist 2008-03-29 23:55:10 +00:00
Mitchell Livingston 7fdb2f6f40 first implementation of the blocklist 2008-03-29 23:38:38 +00:00
Mitchell Livingston faf5af0959 update missed copyright date 2008-03-28 21:33:07 +00:00
Mitchell Livingston 73f92cc836 trivial changes: dead code removal, remove a warning, and re-add a comment 2008-03-28 19:42:35 +00:00
Mitchell Livingston 5b5890c8dc remove "Tiger conditionals" from the status bar 2008-03-28 18:47:43 +00:00
Mitchell Livingston 1d7d7eef18 update trunk version to 1.10+ 2008-03-28 18:01:57 +00:00
Mitchell Livingston 473b8095d5 in the creator window, give a string of what the error is, instead of the error number 2008-03-28 15:30:26 +00:00
Mitchell Livingston 70845fe104 fix crash when torrent creation fails because an integer was being treated as a string 2008-03-28 15:19:07 +00:00
Mitchell Livingston dbcbd99bf0 slightly more efficient drawing in the status bar (avoids filling in the whole bar and then drawing lines on top of it) 2008-03-28 13:32:44 +00:00
Mitchell Livingston 79931a5b6a dead code removal for the status bar 2008-03-28 13:26:02 +00:00
Mitchell Livingston 9392d9701d Spanish string fixes 2008-03-28 13:25:04 +00:00
Mitchell Livingston 5daf7d4938 minor adjustments to the status bar 2008-03-28 03:57:18 +00:00
Mitchell Livingston 51b0bf38cb a first-shot at making the status and filter bars match those in Finder (and other "scope" bars) 2008-03-28 03:47:08 +00:00
Mitchell Livingston b99e29c518 Spanish localization 2008-03-28 01:29:24 +00:00
Mitchell Livingston 6484f685b4 resize the status button if it is too large (typically this is for localizations) 2008-03-28 01:28:57 +00:00
Mitchell Livingston 183b77ab27 slight math adjustment 2008-03-27 03:43:44 +00:00
Mitchell Livingston fab1ffb8a2 replace a loop with math 2008-03-27 03:32:40 +00:00
Mitchell Livingston ac0cd085ca remove unused parameters from a method 2008-03-26 19:51:58 +00:00
Mitchell Livingston 5e04a1d6b4 update strings file 2008-03-26 19:06:42 +00:00
Mitchell Livingston 110affd81a update Russian localization 2008-03-26 18:45:35 +00:00
Mitchell Livingston c6456aead9 add missing title localizations 2008-03-26 18:40:41 +00:00
Mitchell Livingston 35063d2482 simplify stats window resizing code 2008-03-25 23:10:49 +00:00
Mitchell Livingston 499d4d5c14 update French localization 2008-03-25 14:10:05 +00:00
Mitchell Livingston a0221c0818 simplify the priority selector mouse-over code 2008-03-25 03:17:35 +00:00
Mitchell Livingston f637a15802 improve stats strings for future localizations 2008-03-25 01:01:28 +00:00
Mitchell Livingston 3b7c9a0464 fix typos in Dutch localization 2008-03-25 00:43:19 +00:00
Mitchell Livingston 51cebfd6d4 update Dutch localization 2008-03-25 00:36:23 +00:00
Mitchell Livingston dfb508d83b eliminate some redundant methods in the group controller 2008-03-24 23:06:04 +00:00
Mitchell Livingston 558e612853 give the message window a "brushed" look 2008-03-24 22:42:30 +00:00
Mitchell Livingston 00f18a0c89 support newly added errors in the torrent creator window 2008-03-24 19:38:29 +00:00
Mitchell Livingston 363a583391 update Italian localization 2008-03-24 15:22:06 +00:00
Mitchell Livingston da52925b20 fix bug where dragging on and then off a torrent file that has already been added would cause the overlay to instantly appear and fade out 2008-03-24 02:57:59 +00:00
Mitchell Livingston c67b781fcb more unused code removal, update NEWS 2008-03-24 02:38:00 +00:00
Mitchell Livingston ced900ea12 #764 Use locale specific floats 2008-03-24 00:06:54 +00:00
Mitchell Livingston 36d8b00e94 adjust alignment of fields in Creator window 2008-03-23 21:49:30 +00:00
Mitchell Livingston d31f17865a trunk: add missing ":" to "Automatic" in transfer prefs 2008-03-23 21:09:22 +00:00
Mitchell Livingston bc188e86f0 eliminate some Leopard checks 2008-03-23 18:47:35 +00:00
Mitchell Livingston 9f21fdfac5 remove unused code, add a warning 2008-03-23 18:24:18 +00:00
Mitchell Livingston 5681c18c02 clean up the behavior with the group color picker 2008-03-23 04:36:30 +00:00
Mitchell Livingston 86a701be34 miscellaneous cleanup 2008-03-23 03:57:14 +00:00
Mitchell Livingston c402442786 decouple the group controller with the group window, and as a result only have the groups window loaded when it's opened 2008-03-23 00:56:43 +00:00
Mitchell Livingston bfac9268c4 truncate group names if they are too long to display 2008-03-22 20:50:41 +00:00