Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-24 | Global commands AND tab-specific commands. fixed #2027 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-23 | fix ctrl+F on roster | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-23 | fasten the refresh of Private and Normal tabs, on input | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-22 | fix the crash on '/' in the roster | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-22 | re-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-22 | Clean a lot the __init__ of Wins | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-22 | \t does not complete anymore | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-22 | ChatTab, for derived tab containg a chat. | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-22 | rename again buffers→windows and Alt+←→ to switch tabs | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-19 | do not pass stdscr everywhere. Fix crashes on F7-8 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-19 | Recent-completion now uses emacs keyboard shortcut | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-15 | Do not refresh the screen on each input | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-15 | a few renamings, and some other stuff | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-11 | Inputs 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-11 | roster search now uses difflib | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-11 | fix the new-subject message and the /part command | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-11 | fix 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-11 | add M-i shortcut for completion | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-10 | ConversationTab interface | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-09 | fix 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-31 | Basic search in the roster (based on contact JIDs) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-27 | Command mode in roster tab, toggle offline contacts with 'o' and sort ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
contacts by show | |||
2010-10-17 | Multi-resource. Handling <presence /> stanzas. But the normal conversation ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
window is broken :^). Fixed #1888 | |||
2010-10-17 | refresh optimization by limiting the .refresh() calls at the STRICT minimum | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-04 | update e-mail address and README | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-10-04 | contact information buffer in the roster tab (yet empty) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-27 | fix 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-27 | fold 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-26 | Basic implementation of the roster and one to one conversations | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-16 | fixes a crash on shlex. | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-15 | fixes some crashes, and stuff | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-14 | avoid some crashes. Also fixes the line separator on new messages | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-14 | fix the resize of PrivateTab | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-09-14 | complete 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. |