index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
poezio
/
tabs
/
rostertab.py
Age
Commit message (
Expand
)
Author
2018-08-17
Add typing information and reformat stuff
mathieui
2018-08-15
rostertab, common: Use the default arg of os.getenv().
Emmanuel Gil Peyrot
2018-08-15
Fix mypy errors, add type annotations
mathieui
2018-07-21
Update poezio for the new tabs module
mathieui
2018-07-21
yapf -rip
mathieui
2018-07-08
tabs.rostertab: Use Path for file completion.
Emmanuel Gil Peyrot
2017-11-12
yapf -ir
mathieui
2017-10-23
Include the JID blocked instead of "Contact"
Kim Alvefur
2017-10-13
Fix the last pylint error (do not set the roster contact filter to None)
mathieui
2017-10-08
rostertab: Increase the size of the contact_info and avatar.
Emmanuel Gil Peyrot
2017-10-08
Change all “not … in …” into “… not in …”.
Emmanuel Gil Peyrot
2017-10-07
Display contact avatar in the roster.
Emmanuel Gil Peyrot
2017-10-07
rostertab: Import shell_split globally.
Emmanuel Gil Peyrot
2017-05-15
Add /add in conversation tabs.
Emmanuel Gil Peyrot
2016-12-26
Add missing message types (fix #3271)
mathieui
2016-10-21
pyflake fixes
mathieui
2016-08-25
Fix #3217 (allow /groupadd "group" with selected row in the roster)
mathieui
2016-08-21
Don’t call input completion() functions inside completion methods
mathieui
2016-08-19
Use the confirmtab for TLS cert validation
mathieui
2016-06-30
Use a "core" parameter for each tab object instead of a singleton
mathieui
2016-06-30
Absolute imports everywhere
mathieui
2016-06-30
Use absolute imports instead of relative ones
mathieui
2016-06-27
Make all relative imports explicit.
Emmanuel Gil Peyrot
2016-06-12
Fix core commands, broken in the previous commit.
Emmanuel Gil Peyrot
2016-06-12
Fix core completion, broken in the previous commit.
Emmanuel Gil Peyrot
2016-06-11
Move the src directory to poezio, for better cython compatibility.
Emmanuel Gil Peyrot