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
/
src
/
tabs
/
basetabs.py
Age
Commit message (
Expand
)
Author
2014-11-25
Parse command arguments using a decorator and make things more consistent
Florent Le Coz
2014-11-12
Merge branch 'master' of git.poez.io:poezio into slix
mathieui
2014-11-12
Don’t display a feature check of the remote party if it doesn’t support a...
mathieui
2014-10-31
Merge branch 'master' of git.poez.io:poezio into slix
mathieui
2014-10-30
Use a space instead of a cross while checking features
mathieui
2014-10-25
Make the features disco in chat more user-friendly
mathieui
2014-10-22
Typo
mathieui
2014-10-20
Remove the (sometimes wrong) default values in the config.get() calls
mathieui
2014-10-20
Change the API of Config.get_by_tabname
mathieui
2014-08-01
Entirely remove the g_lock (used to avoid a few race conditions with ncures)
Florent Le Coz
2014-08-01
Fix a few blocking iq, and remove all block=False function arguments
Florent Le Coz
2014-08-01
Little comments fix
Florent Le Coz
2014-08-01
Make the TimedEvents work with asyncio
Florent Le Coz
2014-05-18
Handle the case where the contact does not support anything
mathieui
2014-05-17
Only display the supported features when they change
mathieui
2014-05-17
Add an informative message about what the contact supports feature-wise
mathieui
2014-05-15
Make detecting the features supported by the remote entity less awful
mathieui
2014-05-08
Fix a hidden traceback on error message outside MUCs
mathieui
2014-05-05
Revert "Fix #2072 (only resize a tab if the size changed since the last displ...
mathieui
2014-05-05
Fix a traceback when creating a gaptab
mathieui
2014-05-03
Fix #2072 (only resize a tab if the size changed since the last display)
mathieui
2014-04-30
Remove Tab.get_name() and use Tab.name instead
mathieui
2014-04-30
Fix #2510 (link displayed twice in xhtml-im)
mathieui
2014-04-29
Fix most UI issues with introduced in 0caf941
mathieui
2014-04-28
Make the size modular, remove small-size lock (also seems to fix #2155)
mathieui
2014-04-27
Fix #2106 (implement message delivery receipts)
mathieui
2014-04-23
Wrap yet another curses operation with a lock
mathieui
2014-04-17
Do not lock on the “composing” chat state with otr
mathieui
2014-04-15
Fix #2440 (highlight composing tabs)
mathieui
2014-04-04
Remove unused imports
mathieui
2014-04-02
Fix #2340 (change tab priority when the input is not empty)
mathieui
2014-04-01
Fix #2462 (wrong timezone in the logs)
mathieui
2014-03-24
Use RawConfigParser.get{int,bool,float} whenever possible
mathieui
2014-03-23
Fix formatting, some typos, and unused code, and add docstrings
mathieui
2014-03-19
split the "tabs" module into separate files
mathieui