summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Collapse)Author
2012-01-26Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
Conflicts: src/theming.py src/windows.py
2012-01-26New participant list. Displaying the nick color, the affiliation, role, ↵Florent Le Coz
chatstate and status!
2012-01-26Make the color for information messages themableFlorent Le Coz
2012-01-26Remove all the .replace('"', '\\"') which are useless since the newFlorent Le Coz
way to express colors in messages.
2012-01-26Do not quotify topic completionmathieui
2012-01-26Fixes #2319mathieui
2012-01-26Add a simple_notify pluginFlorent Le Coz
And also fix some issues, like the split of the exec_command arguments. And the doc for the plugin, too.
2012-01-26Fix a little incoherence in /querymathieui
2012-01-26ALWAYS display affiliation or role changes, in MucTabs. fixes #2309Florent Le Coz
2012-01-26Avoid a traceback on focusing a PrivateTab from a MucTab we already left. ↵Florent Le Coz
fixed #2308
2012-01-26Improve /names commandmathieui
2012-01-26Add manfraid to thanks section.Florent Le Coz
2012-01-26Fix sorting columns when a room has no name. (we use '' instead of None)Florent Le Coz
2012-01-26/recolor random works correctly.Florent Le Coz
2012-01-26Fixe 2104manfraid
2012-01-26Fix a crash on empty command in muclisttabFlorent Le Coz
2012-01-26Fixes #2241mathieui
2012-01-26Add an XML tab (/xml_tab) to view incoming/outgoing stanzasmathieui
Fixes #2074
2012-01-26We can now configure each conversation independently, for some options.Florent Le Coz
Fixed #2039.
2012-01-25Fixes #2316mathieui
2012-01-24New participant list. Displaying the nick color, the affiliation, role, ↵Florent Le Coz
chatstate and status!
2012-01-24Make the color for information messages themableFlorent Le Coz
2012-01-24Remove all the .replace('"', '\\"') which are useless since the newFlorent Le Coz
way to express colors in messages.
2012-01-21Do not quotify topic completionmathieui
2012-01-15Fixes #2319mathieui
2012-01-10Add a simple_notify pluginFlorent Le Coz
And also fix some issues, like the split of the exec_command arguments. And the doc for the plugin, too.
2011-12-19Fix a little incoherence in /querymathieui
2011-12-12ALWAYS display affiliation or role changes, in MucTabs. fixes #2309Florent Le Coz
2011-12-12Avoid a traceback on focusing a PrivateTab from a MucTab we already left. ↵Florent Le Coz
fixed #2308
2011-12-10Improve /names commandmathieui
2011-12-09Add manfraid to thanks section.Florent Le Coz
2011-12-09Fix sorting columns when a room has no name. (we use '' instead of None)Florent Le Coz
2011-12-09/recolor random works correctly.Florent Le Coz
2011-12-09Fixe 2104manfraid
2011-11-25Fix split of args for /groupaddFlorent Le Coz
2011-11-25Fix /me in history messages in a better way.Florent Le Coz
2011-11-25/recolor now reloads OWN_NICK_COLOR from the theme, and also add anFlorent Le Coz
option to make /recolor choose random colors for others’ nicks.
2011-11-25/me now works in all chatabsFlorent Le Coz
fixes #2302
2011-11-25fixes #2270Florent Le Coz
2011-11-24Fixes #2301mathieui
2011-11-24Fixes #2299mathieui
2011-11-24Fixes #2298mathieui
2011-11-23Nick completion doesn’t add a space afterFlorent Le Coz
2011-11-20May improve some performance, but should be unnoticeable.Florent Le Coz
2011-11-18Restaure the enter key on contacts in the roster.Florent Le Coz
Don’t know why I broke that…
2011-11-18Pasting text is now handled has one single big key.Florent Le Coz
This avoids looping over each char we are pasting, making it a lot faster (actually, should be instant).
2011-11-18Do not try to interpret keys as key shortcuts when pasting text.Florent Le Coz
Avoiding, for example, nickname completions when pasting a text containing the \t char. Also, pasting is a little because it doesn’t search an associated command for each pasted char. AWESOME.
2011-11-16Disable horizontal tab list when vertical one is enabled.Florent Le Coz
2011-11-16Add an optional vertical tab list.Florent Le Coz
2011-11-15Fixes #2292mathieui