summaryrefslogtreecommitdiff
path: root/src/windows.py
AgeCommit message (Collapse)Author
2011-01-25data-forms: an help messageFlorent Le Coz
2011-01-23fixed #2109. HUGE DIFF OMGFlorent Le Coz
2011-01-21Data form support.Florent Le Coz
supported yet: text-single, text-private, list-single, boolean The interface is really ugly, but, well, it works
2011-01-12Correctly refresh the screen on ^G on roster commandsFlorent Le Coz
2011-01-12Fix the size of nicks in user_list windowFlorent Le Coz
2011-01-12Fix InfoTabFlorent Le Coz
2011-01-12Finish the two default themesFlorent Le Coz
And remove the automatic copy of the config files
2011-01-12Also, fix C-wFlorent Le Coz
2011-01-12Fix M-b and M-f, fixed #2102Florent Le Coz
2011-01-11And fix the on_enter again (for commands)Florent Le Coz
2011-01-11Limit nick size to the user list widthFlorent Le Coz
2011-01-11/accept and /deny commandsFlorent Le Coz
User can now decide to accept or deny a subscription, in the roster
2011-01-11Displays the subscription and Ask states in the rosterFlorent Le Coz
2011-01-11Move the Contact Window in the left part of the roster tabFlorent Le Coz
2011-01-10Avoid traceback on text_win refreshFlorent Le Coz
2011-01-10Fix an error in textwin.refreshFlorent Le Coz
a \n was added when the line was exactly the same width as the window, so the next nick was one line too low
2011-01-09remove the separator when it is at the bottom (unles the user maid M-v)louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-06MessageInput now have a 'draft' option. When you're typing a new message, ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
↑ and ↓ will keep the unfinished (and unsent) message in the history. fixed #1852
2011-01-06Fix input history, and avoid consecutive duplicates. fixed #1851louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-05fix the refresh of textwin when there's no message yetlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-05fix a crash on resize of size 0×0louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-02fix /list with new SleekXMPP xep_0030 version. Also add some error handling ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
and a '(loading)' information while waiting for the answer
2011-01-01fixed #1901 Alt-U and Alt-Y scrolls the participant-list in MUCslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01fix /recolor with the new nick_color methodlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01update copyright datelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-01show_inactive_tabs lets the other chose if she wants to display ALL tabs or ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
just those with activity
2010-12-31remote nickname is colored in ConversationTablouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-26fixed #2072, fix TextWin refreshlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-26fixed #1988 Traceback handlerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-22fix a tracebacklouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-21little fixlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-21improve performances a little more. And avoid a very rare crash, toolouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-21datetime.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-15fix the issue of first private message receivedlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15fix print_scroll_position for private and conversation tabslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15fix the ---- that I just brokelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-15HUGE performance improvement on refresh. fixed #1855louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-07fix 'j' on MucListTab when row number 0 is selectedlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-07(link mauve) fixed #2041 use JID class everywherelouiz@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-11-29can now complete with NOTHING in the nodelouiz@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-23fasten the refresh of Private and Normal tabs, on inputlouiz@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-22rename again buffers→windows and Alt+←→ to switch tabslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13