Network/IRC/IrcChannelWidget.py

changeset 2242
3fae9858ea69
parent 2240
11445430c553
child 2243
c0323a43d966
equal deleted inserted replaced
2241:030924019d88 2242:3fae9858ea69
148 148
149 JoinIndicator = "-->" 149 JoinIndicator = "-->"
150 LeaveIndicator = "<--" 150 LeaveIndicator = "<--"
151 MessageIndicator = "***" 151 MessageIndicator = "***"
152 152
153 # TODO: add context menu to users list with these entries:
154 # Whois
155 # Private Message
156 # TODO: add context menu to messages pane with these entries:
157 # Copy
158 # Copy Link Location
159 # Copy All
160 # Clear
161 # Save
162 # Remember Position
163 # TODO: Remember current position with <hr/> when widget is invisible
164 # TODO: Remember current position with <hr/> upon user request (only one such line)
165 # TODO: Remember current position with <hr/> when away and configured accordingly
166 # TODO: Check away indication in the user list
153 def __init__(self, parent=None): 167 def __init__(self, parent=None):
154 """ 168 """
155 Constructor 169 Constructor
156 170
157 @param parent reference to the parent widget (QWidget) 171 @param parent reference to the parent widget (QWidget)

eric ide

mercurial