BUGS: - alt-a leaves focus to previous window (mjr) - pressing 3 keys at the same time: 18:13 <@joose> cras: ** (xirssi:11740): CRITICAL **: file keyboard.c: line 563 (key_pressed): assertion `key != NULL && *key != '\0'' failed - quitting sometimes crashes in different places... gui = NULL at quit #0 gui_tab_set_active_window (tab=0x827e6d8, window=0x8194778) at gui-tab.c:425 #1 0x08063866 in gui_tab_update_active_window (tab=0x827e6d8) at gui-tab.c:489 #2 0x08063168 in event_destroy_pane (widget=0x83b43f0, pane=0x83b41a0) at gui-tab.c:254 dnd tab inside another: ==9439== Invalid read of size 4 ==9439== at 0x4043D6D2: ??? (gtktreeviewcolumn.c:1123) ==9439== by 0x4043DE9D: gtk_tree_view_column_clear_attributes (gtktreeviewcolumn.c:1392) ==9439== by 0x4043C479: ??? (gtktreeviewcolumn.c:341) FEATURES: - window moving: - allow reordering split windows - .. should we change window's refnum when moving? - /window move has no effect - should it? - charset stuff: - channel-specific charset settings - convert nick info to utf8 for nicklist (some servers support non-ascii nicks) and statusbar (realname especially) and topic - keyboard: - fix yank_from_cutbuffer - redirections don't work - shift-tab = reverse completion - menus / popups - channel/query popup for parting etc. - gui-context-channel.c for joining etc. probably irc-specific so it works with @#channel stuff in /whois etc.. also possibility to ask the channel topic with /list - nick popup: - uses /kickban -gui, maybe change go /guikick and implement it.. - a way to remote-whois multiple nicks, needs a new command.. - make menubar optional, show menubar stuff in right-click-popup - hilight colors in window activity aren't handled.. they come as %codes, how to change them to rgb values? core changes required to parse them i think.. - setup: - server list can't be reordererd. - add gui stuff - in add server/channel dialog, when chat protocol is changed the network list should be updated to list only networks using that proto - separate irc stuff from glade file, and make it work. - add colors, themes and advanced logging pages - add popup menus - clean about dialog, add ccr there - add configure time settings somewhere .. about dialog? /version? (irssi's feature actually) - galeon-like tab size settings..? - statusbar - lots of irc-specific stuff - nicklist: show ignored people with overstrike font, show away people with grey color (0.9 stuff maybe) - show notify list under nicklist - make /layout work - use only one GtkTagTable for all GtkTextBuffers (is it possible?) - tooltips into buttons in main win