summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Collapse)Author
2010-11-29can now complete with NOTHING in the nodelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-29completion of the jid's node when doing /join ro@some.server.fr/[TAB](it ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
completes the 'ro' part \o/. Also a begining of /list command, but that does nothing
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-24fix the comment, toolouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-24error are also displayed in non-muc rooms. fixed #2028louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-24Global commands AND tab-specific commands. fixed #2027louiz@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-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-15remove some debuglouiz@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-11fix the new-subject message and the /part commandlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-11Better choose the tab to use when receiving a normal message. Better closing ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
of tabs
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-10ConversationTab interfacelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-11-09correctly receive the subjects from the MUCslouiz@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