summaryrefslogtreecommitdiff
path: root/src/tab.py
AgeCommit message (Collapse)Author
2010-12-07/list command, can join the room with J (cannot sort, search or filter yet, ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
and lacks some information)
2010-11-27fix last_words_completionlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-25fix //louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-25command completion. Also completion for command's arguments. (try it to ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
complete the server of the muc with /join test@kiko[TAB] for example
2010-11-24Global commands AND tab-specific commands. fixed #2027louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-23fix ctrl+F on rosterlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-23fasten the refresh of Private and Normal tabs, on inputlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22fix the crash on '/' in the rosterlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22re-use the resize_timer and better handle the size of the term to decide if ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
we refresh. Everything seems fine on refresh now \o/
2010-11-22Clean a lot the __init__ of Winslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22\t does not complete anymorelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22ChatTab, for derived tab containg a chat.louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-22rename again buffers→windows and Alt+←→ to switch tabslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-19do not pass stdscr everywhere. Fix crashes on F7-8louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-19Recent-completion now uses emacs keyboard shortcutlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15Do not refresh the screen on each inputlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-15a few renamings, and some other stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11Inputs are more modulable (they also have a common history and clipboard). ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
Search is now fully functional, and some other stuff
2010-11-11roster search now uses diffliblouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11fix the new-subject message and the /part commandlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11fix some issues with recent-words completion, make the ConversationTabs ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
closable with /unquery and ignore the keyboard shortcuts not handled. fixed #1941
2010-11-11add M-i shortcut for completionlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-10ConversationTab interfacelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-09fix some little issues. Rename gui to core, use logging lib instead of the ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
custom debug option. Add a -d option
2010-10-31Basic search in the roster (based on contact JIDs)louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-27Command mode in roster tab, toggle offline contacts with 'o' and sort ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
contacts by show
2010-10-17Multi-resource. Handling <presence /> stanzas. But the normal conversation ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
window is broken :^). Fixed #1888
2010-10-17refresh optimization by limiting the .refresh() calls at the STRICT minimumlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-04update e-mail address and READMElouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-04contact information buffer in the roster tab (yet empty)louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-27fix a size of the info buffer in private and conversation tabs + Do not ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
focus the tabs on bookmark-join
2010-09-27fold groups, display-name, focus the tab if user tries to open an already ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
opened conversation (on /join too !), and nicer roster
2010-09-26Basic implementation of the roster and one to one conversationslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-16fixes a crash on shlex.louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-15fixes some crashes, and stufflouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-14avoid some crashes. Also fixes the line separator on new messageslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-14fix the resize of PrivateTablouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-14complete refactoring of the ui. Everything is now very modulable. Little ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
info win added at the bottom. Roster is ready to be implemented.