Changeset 6137
- Timestamp:
- Jun 11, 2008, 4:24:34 AM (14 years ago)
- Location:
- trunk/macosx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r6122 r6137 1210 1210 while ((torrent = [enumerator nextObject])) 1211 1211 { 1212 #warning redo, since now can be removed through rpc 1213 //expand the group, since either the whole group is being removed, it is already expanded, or not showing groups 1212 //let's expand all groups that have removed items - they either don't exist anymore, are already expanded, or are collapsed (rpc) 1214 1213 [fTableView removeCollapsedGroup: [torrent groupValue]]; 1215 1214 -
trunk/macosx/TransmissionHelp/html/FAQ.html
r6135 r6137 50 50 <h1>What do the colors mean in the pieces box? </h1> 51 51 </div> 52 <p><font color="blue">Blue</font>: we have this piece , lighter shades of blueindicate incomplete pieces <br>53 <font color="green">Green</font>: connected peers have this piece ( the darker the green, the more there are)<br>54 <font color=" red">Red</font>: no connected peers have this piece<br>52 <p><font color="blue">Blue</font>: we have this piece - lighter shades of blue (progress only) indicate incomplete pieces <br> 53 <font color="green">Green</font>: connected peers have this piece (available only) - the darker the green, the more there are <br> 54 <font color="gray">White</font>: no connected peers have this piece (available) or we do not have any of this piece (progress) <br> 55 55 56 56 <p>
Note: See TracChangeset
for help on using the changeset viewer.