Update TODO

This commit is contained in:
Kai Huuhko 2014-07-07 06:44:17 +03:00
parent 44fbfde15f
commit 945d8c77ae
1 changed files with 36 additions and 5 deletions

41
TODO
View File

@ -1,10 +1,40 @@
Torrent-handle controls/options:
http://libtorrent.org/reference-Core.html#torrent_handle
✔ Menu items @done (18:43 06.07.2014)
./epour/gui/__init__.py>ItemMenu
✔ Force reannounce @done (18:43 06.07.2014)
✔ Force DHT reannounce @done (18:43 06.07.2014)
✔ Scrape tracker @done (18:43 06.07.2014)
☐ Torrent properties
./epour/gui/TorrentProps.py
http://libtorrent.org/reference-Core.html#torrent_handle
Torrent status info in torrent properties dialog:
☐ save_path() move_storage()
☐ super_seeding() (status.super_seeding)
?
☐ set_upload_limit() set_download_limit() upload_limit() download_limit()
☐ set_sequential_download() (status.sequential_download)
?
☐ set_upload_mode() (status.upload_mode)
?
☐ set_share_mode() (status.share_mode)
?
☐ apply_ip_filter() (status.ip_filter_applies)
☐ set_tracker_login()
☐ trackers() replace_trackers() add_tracker()
☐ add_url_seed() remove_url_seed() url_seeds()
☐ add_http_seed() remove_http_seed() http_seeds()
☐ set_priority()
☐ use_interface()
☐ set_max_uploads() max_uploads()
☐ set_max_connections() max_connections()
☐ get_download_queue()
?
☐ get_peer_info()
?
☐ set_ssl_certificate()
Torrent status info:
http://libtorrent.org/reference-Core.html#torrent_status
☐ Torrent properties
./epour/gui/TorrentProps.py
http://libtorrent.org/reference-Core.html#torrent_status
Add Torrent-dialog:
✔ Use dicts to hold torrent info between sessions. @done (15:57 30.06.2014)
✔ Migrate the old ihash->torrent_file dict to the new list of torrents @done (15:57 30.06.2014)
@ -16,6 +46,7 @@ Add Torrent-dialog:
Misc:
✔ Torrent tooltips @done (21:17 01.07.2014)
Using handle.status()
✔ Auto-update @done (06:42 07.07.2014)
☐ More tooltips in general
Explanations for non-trivial actions, options, etc.
☐ More D-Bus controls
@ -27,10 +58,10 @@ Misc:
☐ Moving finished torrents to a different folder
☐ Custom options for torrents
Can this be saved to torrent dicts user data?
☐ Add callback for alert
✔ Add callback for alert @done (15:21 06.07.2014)
http://libtorrent.org/reference-Alerts.html#torrent_finished_alert
http://libtorrent.org/reference-Core.html#move_storage()
☐ Add default path in Prefs
✔ Add default path and global opt in Prefs @done (15:21 06.07.2014)
./epour/gui/Preferences
☐ Save resume data periodically
http://libtorrent.org/reference-Core.html#save_resume_data()