Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-15 | Fix #2440 (highlight composing tabs) | mathieui | |
- add a show_composing_tabs option, default value: "direct" - todo: find a nice different color for this | |||
2014-04-14 | Fix the color of the message with /part | mathieui | |
(it now uses the theme) | |||
2014-04-12 | Only highlight the nick if it is not inside a word | mathieui | |
thanks gio | |||
2014-04-11 | Fix #2428 (complete fulljids on /version in MUCs) | mathieui | |
also clean up some newlines mess | |||
2014-04-07 | Fix #2354 (logs are badly colored with xhtml history) | mathieui | |
- now it should work properly - add a COLOR_LOG_MSG theming option, used both for local and remote history | |||
2014-04-06 | Code cleanup | mathieui | |
fixes whitespace issues, some builtin overrides, and some enormous lines might make poezio run nanoseconds faster! | |||
2014-04-06 | Fix room joining on muclisttab that was broken in the previous commit | mathieui | |
2014-04-06 | Improve drastically the performance of the MucListTab | mathieui | |
- avoid doing stringprep on every item, avoid at least one full copy - add the number of items to the infowin | |||
2014-04-04 | Remove unused imports | mathieui | |
(thanks eijebong) | |||
2014-04-02 | Fix #1998, #2439 (reset chat state status) | mathieui | |
2014-04-02 | Fix #2340 (change tab priority when the input is not empty) | mathieui | |
2014-04-01 | Fix the roster offline show toggle | mathieui | |
2014-04-01 | Fix #2462 (wrong timezone in the logs) | mathieui | |
Now everything in the logs is in UTC time, and is converted when read (also, actually return the logs after loading them instead of not doing anything) | |||
2014-03-28 | Fix #2493 (private tab displaying a join on /nick) | mathieui | |
2014-03-28 | Improve dynamic conversation tabs | mathieui | |
Add color to the info messages Unlock the tab when the locked resource goes offline | |||
2014-03-24 | Use RawConfigParser.get{int,bool,float} whenever possible | mathieui | |
config.get('option', 'value').lower() == 'value' is just ugly and stupid, especially for bool. One if in basetabs:556 was also missing a comparison, leading to True whenever the option was set. | |||
2014-03-23 | Add jid info to the unlock messages | mathieui | |
2014-03-23 | Notify the user whenever the lock state of a dynamic conversation changes | mathieui | |
2014-03-23 | Fix formatting, some typos, and unused code, and add docstrings | mathieui | |
- No idea why subclasses of ConversationTab were working before (info_header was overriden with None in __init__) - Or why the date parsing worked (“Exeception”) - Some more reformatting with pylint indications - Document each module in the tabs module | |||
2014-03-22 | Fix a hidden traceback (NS_MUC_USER not exported in tabs/) | mathieui | |
2014-03-19 | split the "tabs" module into separate files | mathieui | |
- todo: write a common import file to avoid duplicating the imports |