Update AUTHORS, README, TODO

This commit is contained in:
Kai Huuhko 2014-07-05 07:45:52 +03:00
parent f03d08652a
commit 8915679a34
3 changed files with 35 additions and 20 deletions

View File

@ -1,3 +1,4 @@
Kai Huuhko <kai.huuhko@gmail.com>
Davide Andreoli <dave@gurumeditation.it>
Icons by swordplay <swordplay@gmail.com> from Bodhi Linux forums.

20
README
View File

@ -2,31 +2,25 @@
REQUIREMENTS
============
* libtorrent-rasterbar 0.16.0 or later, tested and developed with 0.16.10
* libtorrent-rasterbar 0.16.0 or later, tested and developed with 0.16.16
http://www.rasterbar.com/products/libtorrent/
* Enlightenment Foundation Libraries 1.7.99 or later
* Enlightenment Foundation Libraries 1.8 or later
http://www.enlightenment.org/
http://enlightenment.org/p.php?p=download&l=en
* Python Bindings for EFL 1.7.99 or later
* Python Bindings for EFL 1.8 or later
- 1.7.99 bindings:
https://build.enlightenment.org/job/base_pyefl_build/lastSuccessfulBuild/artifact/dist/efl-1.7.99.tar.gz
or
http://git.enlightenment.org/bindings/python/python-efl.git/
http://enlightenment.org/p.php?p=download&l=en
* Python 2.x or later
http://www.python.org/
http://www.python.org/
* python-distutils-extra
https://launchpad.net/python-distutils-extra
https://launchpad.net/python-distutils-extra
* dbus-python

34
TODO
View File

@ -1,8 +1,10 @@
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
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)
@ -15,11 +17,29 @@ Misc:
✔ Torrent tooltips @done (21:17 01.07.2014)
Using handle.status()
☐ More tooltips in general
☐ More D-Bus controls ./epour/Epour.py>EpourDBus
☐ Auto-paste magnet links from clipboard ./epour/gui/Main.py>TorrentSelector
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
☐ 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: