Commit Graph

614 Commits

Author SHA1 Message Date
Mitchell Livingston bada82a96c skeleton for priorities in the Mac UI - still lacks ability to actually change the priority 2009-04-20 02:45:27 +00:00
Charles Kerr c3b24bc471 (trunk) modify tr_torrentParse() and tr_torrentNew() arguments s.t. they use the ctor's session instead of passing it in again. Allow a NULL session pointer for some cases of tr_torrentParse(). 2009-04-02 17:30:29 +00:00
Mitchell Livingston 453e4a3f72 the Mac build works with the new speed limit libT code - still a bit quirky 2009-03-28 17:18:43 +00:00
Mitchell Livingston e81e717e5e r8061 whoops 2009-03-15 20:33:42 +00:00
Mitchell Livingston f8b1326101 allDownloaded should look at leftUntilDone, not percentDone 2009-03-14 20:11:17 +00:00
Mitchell Livingston b16cd42420 get the rpc password without using tr_sessionGetRPCPassword, in preparation for #1276 2009-03-14 15:53:13 +00:00
Mitchell Livingston 852bbbe508 #8021 per-torrent vs. global speed limit confusion for mac ui 2009-03-05 01:10:09 +00:00
Mitchell Livingston 2dabe5ce34 move the percent to the stop ratio into libtransmission 2009-03-01 23:48:04 +00:00
Mitchell Livingston 3d1cf6ba0d assorted trivial cleanup 2009-02-17 04:00:53 +00:00
Mitchell Livingston 39b0108366 have the mac ui use libT's ratio settings (attempt 1); when seed ratio is reached in libT, set the seed ratio setting to "seed forever" 2009-02-14 21:15:57 +00:00
Mitchell Livingston 945978ee41 determine queue order solely on order in the fTorrent array - this gets around potential problems when relaunching with less torrents 2009-01-24 19:07:25 +00:00
Mitchell Livingston 055afd2d4d update the Mac code's copyright dates 2009-01-10 23:37:37 +00:00
Mitchell Livingston fd7fa49fc3 #1668 Groups: filter torrents by evalutating a multivalue property (any tracker and any file) 2009-01-08 02:37:18 +00:00
Mitchell Livingston cd7b38e007 warnings--; miscellaneous other cleanup 2009-01-06 02:07:55 +00:00
Mitchell Livingston bf1a2c1811 shoo log 2009-01-03 21:29:00 +00:00
Mitchell Livingston cc8e16ed20 only increment the tier count for valid tiers 2009-01-03 21:27:48 +00:00
Mitchell Livingston 062c252bec update localizable strings and other trivial changes 2008-12-26 21:31:00 +00:00
Mitchell Livingston c89caf9cb4 finish fast enumeration conversion 2008-12-26 15:11:37 +00:00
Mitchell Livingston f3add380e5 eliminate some more enumerator objects 2008-12-26 07:25:17 +00:00
Mitchell Livingston 333e226a3c so long Tiger support 2008-12-26 05:57:51 +00:00
Mitchell Livingston 111ce452d7 set missing properties 2008-12-24 17:41:45 +00:00
Mitchell Livingston 4df8705d82 (Mac client) #1029: When removing local data only remove data from the torrent 2008-12-24 01:55:33 +00:00
Mitchell Livingston 2d6b6e6306 remove Mac's custom code to show a warning when a folder contains extra data when deleting (in preparation of implementing [7473]) 2008-12-24 01:42:10 +00:00
Charles Kerr 55f263312f (trunk) patch from wereHamster to finish off tr_handle 2008-12-22 19:14:43 +00:00
Mitchell Livingston efa404ff25 more thorough check of files in a folder when attempting to trash it 2008-12-20 19:12:09 +00:00
Mitchell Livingston 678a3f7c3e #1575 Auto-select a group for new torrents according to criteria for each group 2008-12-08 03:26:28 +00:00
Mitchell Livingston 7265b4f98d add support to filter file list (not yet implemented in the interface) 2008-12-07 18:20:14 +00:00
Mitchell Livingston bdbe24b6e3 store a flat (non-nested) list of files for each transfer 2008-12-07 02:36:26 +00:00
Mitchell Livingston 932815e400 show a checkmark in the peer inspector for partial seeds and reflect that status in the tooltip 2008-12-03 00:18:18 +00:00
Charles Kerr c910993b68 #1379 lay some very early groundwork for "partial seeds" -- change tr_completion's enum to use the partial seed terminology 2008-11-30 01:52:45 +00:00
Mitchell Livingston d6fce3abcb remove references and dead code to the group window being its own window; other rearrangements of code 2008-11-29 20:29:54 +00:00
Mitchell Livingston a70c922ab8 mac builds again 2008-11-25 22:21:14 +00:00
Mitchell Livingston a12715fc9a #1029 show a warning dialog when removing a transfer's data if its directory contains extra files 2008-11-25 03:04:17 +00:00
Charles Kerr a1cd6d85dc (libT) add #ifdefs to ensure that client apps don't #include private libtransmission headers. 2008-11-24 20:17:36 +00:00
Charles Kerr 42fe27c067 more fucking around with the speed measurements. 2008-11-08 02:49:04 +00:00
Mitchell Livingston bd3f3568e2 update release notes; trivial changes 2008-11-06 03:45:56 +00:00
Mitchell Livingston bc3159f4ac lazily call tr_torrentGetBytesLeftToAllocate() 2008-11-05 13:09:39 +00:00
Mitchell Livingston db2ca16cf4 streamline the check for enough remaining space 2008-11-05 12:42:03 +00:00
Mitchell Livingston 96f30a802d fix a small occasional memory leak reported by m1b & clang 2008-11-05 02:34:44 +00:00
Mitchell Livingston 4ec4c07929 seeding eta better matches libT's calculation 2008-11-04 13:18:05 +00:00
Mitchell Livingston c9e5427ed6 now that the types have been converted, revert some that shouldn't have been 2008-11-02 14:04:57 +00:00
Mitchell Livingston 43fce70e43 more type changes 2008-11-02 01:07:01 +00:00
Mitchell Livingston bb48869f3e update NEWS; trivial changes 2008-10-29 01:18:03 +00:00
Mitchell Livingston 46f80eb754 eliminate all "warning: implicit declaration of function..." messages when compiling 2008-10-25 20:54:09 +00:00
Charles Kerr 0c4f300f1b #1369: clarify the different torrent status & callbacks' APIs and typenames 2008-10-20 17:54:56 +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 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 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