Commit Graph

2715 Commits

Author SHA1 Message Date
Mitchell Livingston 4e388c95aa missed one 2008-10-12 21:39:12 +00:00
Mitchell Livingston 9d5430a381 move a lot of loop counters into the loops' scopes; trivial changes 2008-10-12 21:38:13 +00:00
Mitchell Livingston 87bbe46af5 In the file inspector tab, show progress and size for folders 2008-10-12 13:22:13 +00:00
Mitchell Livingston 21288a4086 whoops 2008-10-11 21:46:40 +00:00
Mitchell Livingston 12b288f120 by default, show the Quick Look toolbar button on Leopard; update NEWS 2008-10-11 20:19:34 +00:00
Mitchell Livingston 9a4b37b15c #1294 Don't auto-delete torrents when adding from Transmissions application support folder with the torrent name the same as the internal torrent name 2008-10-08 02:57:39 +00:00
Mitchell Livingston 56c05114d9 #1328 Grammatical error in Dutch localization 2008-10-08 01:12:56 +00:00
Mitchell Livingston 2a3515a4e7 add a note to help's FAQ about overhead rates being displayed 2008-10-06 02:35:26 +00:00
Mitchell Livingston 1716f3c55d when adding a torrent through rpc, respect the paused flag (although now a torrent cannot be added in the "queued" state) 2008-10-03 11:21:40 +00:00
Mitchell Livingston c1af45ab28 make sure the rpc whitelist check actually is hooked up to something 2008-10-01 23:05:21 +00:00
Mitchell Livingston 79e7223421 add option to enable/disable rpc whitelist 2008-10-01 23:02:37 +00:00
Mitchell Livingston a616666541 support the new whitelist 2008-10-01 22:17:25 +00:00
Mitchell Livingston 830bb2f57b remove a redundant framework reference and other trivial changes 2008-10-01 02:40:04 +00:00
Mitchell Livingston 6b637753c7 again verify that ip addresses are valid for the acl (removed in [6803]) 2008-09-30 14:08:21 +00:00
Mitchell Livingston 89b6c61326 attempt to fix #1293 2008-09-26 21:58:00 +00:00
Eric Petit ecd5ea21fe More Mac fixes 2008-09-26 09:09:15 +00:00
Mitchell Livingston 089054957c update mac version script to only check macosx and libtransmission directories (eliminates 11 harmless errors when compiling) - thanks Balrog 2008-09-18 01:04:24 +00:00
Mitchell Livingston b79aebf818 update trunk for 1.34; update appcast 2008-09-17 01:00:45 +00:00
Mitchell Livingston ea83375238 Sparkle 1.5 requires signing of the update 2008-09-14 21:39:16 +00:00
Mitchell Livingston 89f3ce94f7 don't allow Sparkle to be set to automatically download updates (who knows if a future version might have new requirements that can't be checked automatically, such as all transfers being finished to avoid data loss - it's happened before) 2008-09-14 20:08:51 +00:00
Mitchell Livingston 5052164d5d add Sparkle 1.5b6 2008-09-14 20:02:42 +00:00
Mitchell Livingston a6705a05c0 remove Sparkle 1.5b5 2008-09-14 20:02:07 +00:00
Mitchell Livingston dbce677e5d small alignment issue in the network tab 2008-09-08 02:09:34 +00:00
Mitchell Livingston 7b471bd798 update localizable strings 2008-09-07 21:49:41 +00:00
Eric Petit f37f992086 Also delay the port check if port forwarding was just disabled 2008-09-07 20:33:10 +00:00
Mitchell Livingston d4baaede82 remove an unused method; trivial type changes 2008-09-07 17:57:58 +00:00
Mitchell Livingston 5b2f63e781 trivial changes 2008-09-07 16:08:29 +00:00
Mitchell Livingston 389439e552 add a link to trac to the Help menu 2008-09-07 14:51:50 +00:00
Mitchell Livingston 040f766dd5 update the help to point to the trac mainpage instead of timeline 2008-09-07 14:42:43 +00:00
Mitchell Livingston 27ecc3517d if delay is off, perform the port check probe without any timer; on 10.5, set the port checker to ignore remote cache data on top of local cache data 2008-09-06 21:57:13 +00:00
Eric Petit ede407ee0e Do not delay port checking if port forwarding is disabled 2008-09-06 15:07:09 +00:00
Mitchell Livingston b121a59172 redo [6731] using the built-in stringByTrimmingCharactersInSet: 2008-09-06 13:49:20 +00:00
Mitchell Livingston fbea64b8ae [1235] allow the adding of trackers with leading and trailing whitespace 2008-09-06 13:37:33 +00:00
Mitchell Livingston ddd89ba21f missed on mainRunLoop 2008-09-01 23:41:46 +00:00
Mitchell Livingston d623624ce2 runs on Tiger again, although blocklist auto-update won't be reliable on Tiger 2008-09-01 23:17:30 +00:00
Mitchell Livingston fb2355571e if the blocklist downloader is running, don't allow the schedule to be reset 2008-09-01 15:51:47 +00:00
Mitchell Livingston 14760b85f3 ability to auto-update the blocklist automatically weekly (mac) 2008-09-01 15:46:00 +00:00
Mitchell Livingston 34e2aa1b35 "Last updated: never" if there's no blocklist 2008-09-01 04:04:00 +00:00
Mitchell Livingston 05d35d6698 add a field indicating when the blocklist was last updated 2008-09-01 03:26:04 +00:00
Mitchell Livingston a4f6f04811 this should've been part of the last commit 2008-08-31 21:14:24 +00:00
Mitchell Livingston b9ca63e0d4 make sure the blocklist sheet's initial text matches the current download status (this will matter later on) 2008-08-31 21:10:45 +00:00
Mitchell Livingston 12d148ea45 add BlocklistDownloaderViewController.[hm] to the makefile 2008-08-31 20:51:36 +00:00
Mitchell Livingston 25c30650d6 some more streamlining of the blocklist code 2008-08-31 20:48:10 +00:00
Mitchell Livingston f28d15372d blocklist xib needs to reference the new blocklist view class 2008-08-31 20:29:16 +00:00
Mitchell Livingston 3c997c92a7 cancel blocklist download when quitting; cleanup 2008-08-31 20:26:41 +00:00
Mitchell Livingston 8cf84293b5 some cleanup of the blocklist code, and store the date of the last blocklist update 2008-08-31 20:05:46 +00:00
Mitchell Livingston 0401e5a83a initial separation of blocklist downloader and the corresponding view 2008-08-31 19:47:11 +00:00
Mitchell Livingston c7ace2e5ff better [6658] 2008-08-29 01:13:33 +00:00
Mitchell Livingston 89ea3c2a4e trunk: update the list of mac files to include in the tarball 2008-08-29 00:39:02 +00:00
Mitchell Livingston 2a355ddc67 if the quick look window is in the middle of opening and the selection changes, update the window 2008-08-28 02:25:57 +00:00