1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-03 21:45:49 +00:00
Commit graph

593 commits

Author SHA1 Message Date
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
Charles Kerr
82815a74d2 #1214: add RPC support for per-peer status,ul,dl,address info 2008-08-22 17:59:31 +00:00
Mitchell Livingston
12a10f514f always manually remove torrents from libT, even when removed through rpc 2008-08-14 02:18:14 +00:00
Mitchell Livingston
81d4e5887d show "remaining time unknown" instead of "data not fully available" (sigh...) 2008-08-10 17:59:16 +00:00
Mitchell Livingston
4501b3d24d warnings-- 2008-08-09 20:20:21 +00:00
Mitchell Livingston
4855db0d6d the web ui in 1.4 won't be beta 2008-08-09 13:51:59 +00:00
Mitchell Livingston
012f35bb96 #1042: show "in progress" in the inspector when announcing/scraping 2008-07-11 21:48:43 +00:00
Mitchell Livingston
e7fd11864e trivial changes to sorting by state and other miscellaneous changes 2008-06-30 02:22:29 +00:00
Mitchell Livingston
88e907383f store progress gradients in the gradient class; miscellaneous cleanup 2008-06-25 05:01:04 +00:00
Mitchell Livingston
ecab0ddc15 whoops 2008-06-24 04:00:39 +00:00
Mitchell Livingston
94f08e3074 the progress bar color gradients are now all generated by a single color fed into a method to generate the gradient (more consistent gradient between colors and easier to adjust the gradient look in the future) 2008-06-24 03:59:34 +00:00
Mitchell Livingston
8a0b2ed988 don't allow quick look of folders that don't exist 2008-06-22 01:31:50 +00:00
Mitchell Livingston
9d5affb0b7 some cleaning 2008-06-17 17:17:15 +00:00
Mitchell Livingston
4ff5ea5e66 make sure the events for "finished downloading" occur if it finishes seeding (for ratio) at the same time 2008-06-16 23:27:38 +00:00
Charles Kerr
6cce27bf54 (rpc) simplify the rpc accessors 2008-06-16 03:47:50 +00:00
Mitchell Livingston
78fae4150c on second though let's show "1 web seed" as "web seed" - that will be the most common situation 2008-06-11 19:16:47 +00:00
Mitchell Livingston
3b923874a2 fix string typo; one less warning 2008-06-11 19:06:31 +00:00
Mitchell Livingston
ecc8214601 store the completed pieces of the pieces bar as an index set 2008-06-11 16:28:33 +00:00
Mitchell Livingston
493d0fa474 the pieces bar and pieces view now show shades of blue/green based on progress/availability instead of preset "levels" of color - in other words, it mixes white with either blue or green where the amount of color is the exact percentage of the piece that has been downloaded 2008-06-10 19:56:53 +00:00
Mitchell Livingston
11572bcf97 display the number of webseeds that we're downloading from in the main window 2008-06-10 02:40:40 +00:00
Mitchell Livingston
aeb0a5704a show the dl speed of webseeds in the webseed table 2008-06-10 01:49:09 +00:00
Mitchell Livingston
c60c6b0e10 "web seeds", not "web seeders" 2008-06-08 18:02:16 +00:00