Sun, 02 Dec 2012 15:54:15 +0100
Added a few TODOs to the IRC files.
Network/IRC/IrcChannelWidget.py | file | annotate | diff | comparison | revisions | |
Network/IRC/IrcNetworkWidget.py | file | annotate | diff | comparison | revisions |
--- a/Network/IRC/IrcChannelWidget.py Sun Dec 02 15:35:18 2012 +0100 +++ b/Network/IRC/IrcChannelWidget.py Sun Dec 02 15:54:15 2012 +0100 @@ -150,6 +150,20 @@ LeaveIndicator = "<--" MessageIndicator = "***" + # TODO: add context menu to users list with these entries: + # Whois + # Private Message + # TODO: add context menu to messages pane with these entries: + # Copy + # Copy Link Location + # Copy All + # Clear + # Save + # Remember Position + # TODO: Remember current position with <hr/> when widget is invisible + # TODO: Remember current position with <hr/> upon user request (only one such line) + # TODO: Remember current position with <hr/> when away and configured accordingly + # TODO: Check away indication in the user list def __init__(self, parent=None): """ Constructor
--- a/Network/IRC/IrcNetworkWidget.py Sun Dec 02 15:35:18 2012 +0100 +++ b/Network/IRC/IrcNetworkWidget.py Sun Dec 02 15:54:15 2012 +0100 @@ -33,6 +33,13 @@ nickChanged = pyqtSignal(str) + # TODO: add context menu to messages pane with these entries: + # Copy + # Copy Link Location + # Copy All + # Clear + # Save + # TODO: add AWAY support (toolbutton in widget) def __init__(self, parent=None): """ Constructor