Update TODOs

This commit is contained in:
Kai Huuhko 2013-08-10 13:13:22 +03:00
parent 5c2491c528
commit a4589ead63
3 changed files with 4 additions and 5 deletions

1
TODO
View File

@ -6,3 +6,4 @@ Low priority:
☐ More tooltips in general
☐ More D-Bus controls #epour/Epour.py@EpourDBus
☐ Auto-paste magnet links from clipboard #epour/gui/Main.py@select_torrent
☐ Construct and populate #epour/gui/Preferences.py@SessionSettings with an Idler

View File

@ -130,8 +130,8 @@ class MainInterface(object):
if not h.is_valid():
self.remove_torrent_item(h)
# TODO: Find out if this can be used instead of the missing
# torrent_added alert in libtorrent 0.15.x
# FIXME: Find out if this can be used instead of the missing
# torrent_added alert in libtorrent 0.15.x
#elif not self.torrentitems.has_key(ihash):
#self.add_torrent_item(h)
@ -375,8 +375,6 @@ class SessionStatus(Table):
sf.content = sel
sf.show()
# TODO: Auto-paste magnet links from clipboard
magnet = Entry(self.top_widget)
magnet.single_line = True
magnet.scrollable = True

View File

@ -407,7 +407,7 @@ class EncryptionSettings(Frame):
self.pes.in_enc_policy = self.inc.get_value()
self.pes.out_enc_policy = self.out.get_value()
#TODO: Find out why this isn't saved to the session.
#FIXME: Find out why this isn't saved to the session.
self.pes.allowed_enc_level = self.lvl.get_value()
self.pes.prefer_rc4 = self.prf.state