Commit Graph

160 Commits

Author SHA1 Message Date
emdee fcee502eb9 update 2024-03-08 04:24:04 +00:00
emdee 1e4097880a update 2024-02-21 08:06:56 +00:00
emdee 55e7da35f4 update 2024-02-20 01:41:18 +00:00
emdee 5e99216cf2 add some preferences 2024-02-18 19:23:42 +00:00
emdee 1555e20459 update 2024-02-17 20:23:53 +00:00
emdee 9390c9bb91 qweechat/__main__.py 2024-02-17 20:08:31 +00:00
emdee 1a71f78521 fix icons 2024-02-13 23:04:44 +00:00
emdee a23eb74aa8 fixes 2024-02-13 22:48:08 +00:00
emdee 38d82dfc82 pyproject.toml 2024-02-13 18:59:07 +00:00
emdee 60c48bcb6a new 2024-02-11 07:50:55 +00:00
emdee c7580c3a35 qt6 fixes 2024-02-10 06:29:40 +00:00
emdee e29185c293 qt6 fixes 2024-02-09 09:46:50 +00:00
emdee acb9e83c29 qtpy 2024-02-08 20:37:58 +00:00
emdee b54c0d1716 update 2023-12-18 06:45:33 +00:00
emdee b1f0ad4bd8 README.md 2023-12-12 06:09:47 +00:00
emdee ba73b0ac36 Convert to PyQt5 2022-11-20 03:41:26 +00:00
Sébastien Helleu 82e0d92056 Update copyright dates 2022-01-12 23:52:09 +01:00
Sébastien Helleu 001244e9ab Add tests with Python 3.10 2021-12-02 08:17:39 +01:00
Sébastien Helleu 99fe78515c Rename default option "server" to "hostname" 2021-11-14 19:53:15 +01:00
Sébastien Helleu 2a814055fe Ignore bandit security error about possible hardcoded password
Bandit reports this error:

>> Issue: [B105:hardcoded_password_string] Possible hardcoded password: 'init password=%(password)s%(totp)s

The password is of course never hardcoded there.
2021-11-14 19:00:55 +01:00
Sébastien Helleu 0dffebcf24 Remove unused import 2021-11-14 18:57:25 +01:00
Sébastien Helleu 0feac51b53 Rename variable _PROTO_SYNC to _PROTO_SYNC_CMDS 2021-11-14 18:56:48 +01:00
Sébastien Helleu ae648fd7f6 Rename option/field "server" to "hostname" 2021-11-14 18:54:48 +01:00
Sébastien Helleu c05ab0e534 Replace freenode by libera 2021-11-14 18:46:47 +01:00
Sébastien Helleu 3b0947c9ef Add support of TOTP and password hash (WeeChat >= 2.9) 2021-11-14 18:46:47 +01:00
Sébastien Helleu cca2a0fa68 Fix title of about dialog 2021-11-14 18:35:26 +01:00
Sébastien Helleu d69429b9c5 Make debug dialog bigger 2021-11-14 14:14:16 +01:00
Sébastien Helleu e260a20fb6 Add trailing comma 2021-11-14 14:13:55 +01:00
Sébastien Helleu b0b61081ed Replace "," by "~" in foreground/background color separation
This is to follow the change made in WeeChat 2.6 (weechat/weechat#1264).
2021-11-14 10:24:05 +01:00
Sébastien Helleu bb96884151 Add functions to build init/sync commands 2021-11-14 10:12:47 +01:00
Sébastien Helleu aae59e29e6 Remove obsolete commented code 2021-11-14 10:04:00 +01:00
Sébastien Helleu b527fe4b11 Add missing lines value in command to synchronize with WeeChat 2021-11-14 10:03:10 +01:00
Sébastien Helleu beddac26e1 Update info displayed in about dialog 2021-11-14 09:50:01 +01:00
Sébastien Helleu 6958c2352f Add new icon and change color to orange for status "connecting" 2021-11-14 09:17:36 +01:00
Sébastien Helleu 72c425baea Move configuration file to XDG directory (~/.config/qweechat/qweechat.conf) 2021-11-13 21:15:07 +01:00
Sébastien Helleu b9c2b1c910 Remove .travis.yml 2021-11-13 20:03:45 +01:00
Sébastien Helleu 7e20e44677 Add contributor 2021-11-13 19:50:42 +01:00
Sébastien Helleu 1fe8853608 Fix pylint errors 2021-11-13 19:50:33 +01:00
Sébastien Helleu aa89cf7836 Remove "Running with PySide6" from about dialog
Since only PySide6 is supported, the information is useless.
2021-11-13 16:56:47 +01:00
Sébastien Helleu 06495c6bdf Add GitHub actions CI workflow 2021-11-13 16:54:05 +01:00
Sébastien Helleu 9e91a8846a Add Makefile 2021-11-13 16:50:21 +01:00
Sébastien Helleu f3da694d2c Move PySide6 imports before qweechat ones 2021-11-13 16:49:32 +01:00
Sébastien Helleu dfe51b71f5 Remove spaces around equal 2021-11-13 16:48:37 +01:00
Sébastien Helleu 95426909cd Add requirements.txt 2021-11-13 16:46:45 +01:00
Sébastien Helleu e139bca02f
Merge pull request #13 from maxking/py3-qt6
Port to using Python3 and Pyside6
2021-11-13 16:09:33 +01:00
Abhilash Raj dd2d55e8b6
Remove more comments. 2021-06-05 11:06:15 -07:00
Abhilash Raj 8429c111b0
Fix flake8. 2021-06-05 11:04:26 -07:00
Abhilash Raj 5b2c72442b
Fix some more imports. 2021-06-05 11:03:55 -07:00
Abhilash Raj 80f4f34c87
Remove import of QApplication. 2021-06-05 11:00:55 -07:00
Abhilash Raj 4de105682e
Fix testproto. 2021-06-05 10:51:59 -07:00