epour/TODO

47 lines
2.0 KiB
Plaintext
Raw Normal View History

2014-07-04 21:45:52 -07:00
Torrent-handle controls/options:
./epour/gui/__init__.py>ItemMenu
./epour/gui/TorrentProps.py
http://libtorrent.org/reference-Core.html#torrent_handle
Torrent status info in torrent properties dialog:
./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)
✔ Dialog window @done (15:57 30.06.2014)
✔ Options @done (15:57 30.06.2014)
✔ File selector @done (15:57 30.06.2014)
✔ Storage path @done (15:57 30.06.2014)
☐ Add preferences for initial/automatic values for the above
Misc:
2014-07-01 11:16:47 -07:00
✔ Torrent tooltips @done (21:17 01.07.2014)
Using handle.status()
2013-08-10 02:34:13 -07:00
☐ More tooltips in general
2014-07-04 21:45:52 -07:00
Explanations for non-trivial actions, options, etc.
☐ More D-Bus controls
./epour/Epour.py>EpourDBus
☐ Auto-paste magnet links from clipboard
./epour/gui/__init__.py>TorrentSelector
Remake this feature
✘ Construct and populate ./epour/gui/Preferences.py>PreferencesSession with an Idler @cancelled (21:20 01.07.2014)
☐ Moving finished torrents to a different folder
2014-07-04 21:45:52 -07:00
☐ Custom options for torrents
Can this be saved to torrent dicts user data?
☐ Add callback for alert
http://libtorrent.org/reference-Alerts.html#torrent_finished_alert
http://libtorrent.org/reference-Core.html#move_storage()
☐ Add default path in Prefs
./epour/gui/Preferences
☐ Save resume data periodically
http://libtorrent.org/reference-Core.html#save_resume_data()
http://libtorrent.org/reference-Core.html#need_save_resume_data()
I18N:
This should wait until most of the features are in and the strings are stable.
☐ Make strings localizable
☐ Create pot file
☐ Generate po files
___________________
Archive:
✔ Move proxy settings to its own naviframe page and don't autocollapse the frames @done (13-08-18 18:02) @project(Misc)