Changeset 1042 for trunk/rtorrent/src/main.cc
- Timestamp:
- 03/16/08 09:55:40 (4 years ago)
- Files:
-
- 1 modified
-
trunk/rtorrent/src/main.cc (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtorrent/src/main.cc
r1025 r1042 185 185 186 186 "view_add = started\n" 187 "view_filter = started, started\n"187 "view_filter = started,d.get_state=\n" 188 188 "view_filter_on = started,start,stop\n" 189 189 "view_sort_new = started,name\n" … … 191 191 192 192 "view_add = stopped\n" 193 "view_filter = stopped, stopped\n"193 "view_filter = stopped,not=$d.get_state=\n" 194 194 "view_filter_on = stopped,start,stop\n" 195 195 "view_sort_new = stopped,name\n" … … 197 197 198 198 "view_add = complete\n" 199 "view_filter = complete, complete\n"199 "view_filter = complete,d.get_complete=\n" 200 200 "view_filter_on = complete,hash_done,finished\n" 201 201 "view_sort_new = complete,state_changed\n" … … 203 203 204 204 "view_add = incomplete\n" 205 "view_filter = incomplete, incomplete\n"205 "view_filter = incomplete,not=$d.get_complete=\n" 206 206 "view_filter_on = incomplete,hash_done,finished\n" 207 207 "view_sort_new = incomplete,state_changed\n" … … 210 210 // The hashing view does not include stopped torrents. 211 211 "view_add = hashing\n" 212 "view_filter = hashing, hashing\n"212 "view_filter = hashing,d.get_hashing=\n" 213 213 "view_filter_on = hashing,hash_queued,hash_removed,hash_done\n" 214 214 "view_sort_new = hashing,state_changed\n" … … 216 216 217 217 "view_add = seeding\n" 218 "view_filter = seeding, started,complete\n"218 "view_filter = seeding,\"and=d.get_state=,d.get_complete=\"\n" 219 219 "view_filter_on = seeding,start,stop\n" 220 220 "view_sort_new = seeding,state_changed\n"
