Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-21 | datetime.strftime seems (according to cProfile) to be VERY slow. Improve the ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
refresh performances by reducing A LOT the number of call of this method | |||
2010-12-18 | hop, fixed #2068 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-17 | stupid… | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-17 | ^L now works | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-17 | fix the Enter key on roster search | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-17 | Also catch errors on config save | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-17 | correctly differentiate private and normal messages | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-17 | syntax | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-17 | fix typo and catch NoSectionError in config | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-17 | fixed #1892 save folded rosters and info_win_height in the config file | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-15 | config file can now have various section | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-15 | fix the issue of first private message received | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-15 | fixed #2037 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-15 | do not complete our own nickname. fixed #2061 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-15 | fixed #2058 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-15 | fix print_scroll_position for private and conversation tabs | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-15 | fix the /recolor command | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-15 | fix the ---- that I just broke | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-15 | HUGE performance improvement on refresh. fixed #1855 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-07 | enter in MucListTab does like 'j' | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-07 | fix 'j' on MucListTab when row number 0 is selected | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-07 | fixed #2036 (ctrl+l) | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-12-07 | (link mauve) fixed #2041 use JID class everywhere | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
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-12-06 | fix default config path | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-29 | can now complete with NOTHING in the node | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-29 | completion 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-27 | fix last_words_completion | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-25 | fix // | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-25 | command 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-24 | fix the comment, too | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-24 | error are also displayed in non-muc rooms. fixed #2028 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
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-19 | better use sleekxmpp in muc.py | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2010-11-15 | remove some debug | 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 | |