- 05 Apr, 2014 7 commits
-
-
mathieui authored
- avoid doing stringprep on every item, avoid at least one full copy - add the number of items to the infowin
-
mathieui authored
-
mathieui authored
as it is unused code anyway.
-
mathieui authored
-
mathieui authored
-
mathieui authored
Although the logic stays the same, and everything is put back together in a single class.
-
mathieui authored
- /bookmark{_local,} * now keeps the order of the tabs, and puts the currently non-opened tabs at the end of the list. - also fix a bug in remote bookmark saving
-
- 03 Apr, 2014 4 commits
- 02 Apr, 2014 4 commits
- 01 Apr, 2014 7 commits
- 31 Mar, 2014 2 commits
- 30 Mar, 2014 1 commit
-
-
mathieui authored
-
- 29 Mar, 2014 1 commit
-
-
mathieui authored
-
- 28 Mar, 2014 1 commit
-
-
mathieui authored
-
- 27 Mar, 2014 7 commits
- 24 Mar, 2014 1 commit
-
-
mathieui authored
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.
-
- 23 Mar, 2014 1 commit
-
-
mathieui authored
Allow opening a static conversation even when a (dynamic) conversation with the contact is already open
-
- 22 Mar, 2014 4 commits
-
-
mathieui authored
-
mathieui authored
-
mathieui authored
- 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
-
mathieui authored
-