32 Commits (ba73b0ac365c5bf3fb0f698d3369b21fd58997a0)

Author SHA1 Message Date
emdee ba73b0ac36 Convert to PyQt5 2 years ago
Sébastien Helleu 82e0d92056 Update copyright dates 2 years ago
Sébastien Helleu 0dffebcf24 Remove unused import 3 years ago
Sébastien Helleu ae648fd7f6 Rename option/field "server" to "hostname" 3 years ago
Sébastien Helleu 3b0947c9ef Add support of TOTP and password hash (WeeChat >= 2.9) 3 years ago
Sébastien Helleu beddac26e1 Update info displayed in about dialog 3 years ago
Sébastien Helleu 6958c2352f Add new icon and change color to orange for status "connecting" 3 years ago
Sébastien Helleu 1fe8853608 Fix pylint errors 3 years ago
Sébastien Helleu aa89cf7836 Remove "Running with PySide6" from about dialog
Since only PySide6 is supported, the information is useless.
3 years ago
Sébastien Helleu f3da694d2c Move PySide6 imports before qweechat ones 3 years ago
Abhilash Raj dd2d55e8b6
Remove more comments. 3 years ago
Abhilash Raj 80f4f34c87
Remove import of QApplication. 3 years ago
Abhilash Raj 8e15c19fb2
More fixes.
- Cleanup some un-used comments.
- Use QtWidgets instead of renaming it to QtGui
- Remove print statements.
- Fix the debug print of data from weechat.
- Delete the backup file added by mistake.
3 years ago
Abhilash Raj 7a3a48a56f
A bunch of more fixes.
- Update README
- Remove some spurious comments here and there
- Fix flake8 errors.
3 years ago
Abhilash Raj b8a96ada1f
Fix the about dialog. 3 years ago
Abhilash Raj 0ee7d2e92f
Fix the imports to support Python3 style absolute imports. 3 years ago
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.
3 years ago
Sébastien Helleu 8335009dae Update copyright dates 3 years ago
Sébastien Helleu 235ad3696f Update copyright dates 4 years ago
Sébastien Helleu 7f19623ef8 Update copyright dates 5 years ago
Sébastien Helleu 524efe3c2a Ignore some flake8 errors 6 years ago
Sébastien Helleu 680505a912 Update copyright dates 6 years ago
Sébastien Helleu fa610bdd10 Update WeeChat logo, rename weechat_icon_32.png to weechat.png 8 years ago
Sébastien Helleu 356719e00d Fix PEP8 errors 8 years ago
Sébastien Helleu bcea4dd1fc Update copyright dates 8 years ago
Sébastien Helleu b145a4f5c8 Update copyright dates 10 years ago
Sébastien Helleu 9036a59a3e Use https for WeeChat URLs 10 years ago
Sébastien Helleu 0bd929dc06 Add message "Not yet implemented" when clicking on "Preferences" button (closes #1) 10 years ago
Sébastien Helleu e38ef66393 Fix lines displayed in wrong buffer on startup
The bug was introduced by commit 46e5dee03a
(option relay.lines to limit the number of lines received on connection).
10 years ago
Sébastien Helleu 8217c4e28a Add support of message "_buffer_cleared" 10 years ago
Sébastien Helleu 184c3dc69a Add file version.py to define QWeeChat version 10 years ago
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
10 years ago