Commit Graph

18 Commits

Author SHA1 Message Date
Sébastien Helleu 82e0d92056 Update copyright dates 2022-01-12 23:52:09 +01:00
Sébastien Helleu 1fe8853608 Fix pylint errors 2021-11-13 19:50:33 +01:00
Abhilash Raj 35136f99b0
More fixes.
- Use logging instead of print to silence errors when possible.
- Parse object types as string instead of bytes.
2021-06-05 10:32:45 -07:00
Abhilash Raj 7a3a48a56f
A bunch of more fixes.
- Update README
- Remove some spurious comments here and there
- Fix flake8 errors.
2021-05-31 22:45:14 -07:00
Abhilash Raj 1f27a20e9e
Migration to Qt6 using PySide6 and Python 3.
This is a bulk migraton of the codebase to work with Python3 and latest version
of Qt framework i.e. Qt6.
2021-05-31 21:02:25 -07:00
Sébastien Helleu 8335009dae Update copyright dates 2021-01-15 20:42:06 +01:00
Sébastien Helleu 235ad3696f Update copyright dates 2020-01-09 21:38:37 +01:00
Sébastien Helleu 7f19623ef8 Update copyright dates 2019-01-01 15:44:51 +01:00
Sébastien Helleu 680505a912 Update copyright dates 2018-01-07 14:20:39 +01:00
Sébastien Helleu 9e7d09384a Fix hdata decoding when it is empty
See this fix in WeeChat: https://github.com/weechat/weechat/issues/767
2016-07-29 15:57:05 +02:00
Yuval Langer a8a67f9bec Change to Pythonic for-loops 2016-07-23 20:24:17 +03:00
Sébastien Helleu bcea4dd1fc Update copyright dates 2016-01-15 07:40:40 +01:00
Sébastien Helleu b145a4f5c8 Update copyright dates 2015-01-01 09:26:06 +01:00
Sébastien Helleu 9036a59a3e Use https for WeeChat URLs 2014-11-24 20:19:01 +01:00
Sébastien Helleu 890d4fa2e1 Fix style of some dicts 2014-07-13 10:12:59 +02:00
Sébastien Helleu 8b36cd49b1 Remove python shebangs 2014-07-10 07:46:30 +02:00
Sébastien Helleu baa0160109 Fix conditions (use "is not") 2014-05-08 17:54:41 +02:00
Sébastien Helleu 77df9d06f7 Code refactoring, fix setup.py
All changes:
- full PEP8 compliance
- move sources from src/qweechat/ to qweechat/
- move data from data/icons/ to qweechat/data/icons/
- sources validated with PEP8
- use setuptools in setup.py, fix path of data files
2014-05-08 17:40:31 +02:00