160 Commits (master)
 

Author SHA1 Message Date
Abhilash Raj 35136f99b0
More fixes.
- Use logging instead of print to silence errors when possible.
- Parse object types as string instead of bytes.
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 e7b0dbced5
Use the text in history instead of bytes. 3 years ago
Abhilash Raj cb2f9d28c1
Use Python 3.7+ in testing. 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 eedb06f0ed
Fix set the title of the thread. 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 5fa4f70f5a Merge pull request #6 from RamKromberg/fix/setup.py
setup.py: fix entry point
8 years ago
Ram Kromberg b546f2fce5 setup.py: fix entry point 8 years ago
Sébastien Helleu f5e54d0169 Rename README.asciidoc to README.adoc 8 years ago
Sébastien Helleu a268fb80b8 Fix styles in README 8 years ago
Sébastien Helleu 9e7d09384a Fix hdata decoding when it is empty
See this fix in WeeChat: https://github.com/weechat/weechat/issues/767
8 years ago
Sébastien Helleu c5db81a1c7 Merge pull request #5 from yuvallanger/pythonic-for-loops
Change to Pythonic for-loops
8 years ago
Yuval Langer a8a67f9bec Change to Pythonic for-loops 8 years ago
Sébastien Helleu fa610bdd10 Update WeeChat logo, rename weechat_icon_32.png to weechat.png 8 years ago
Sébastien Helleu 7ae4dcb4bd Move build status to the beginning of README 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 fa2b812c93 Fix URL to QWeeChat screenshot in README 9 years ago
Sébastien Helleu b145a4f5c8 Update copyright dates 9 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 3039e30437 Add a .mailmap file
This file is used for example by command "git shortlog", to prevent duplicate
committers.
10 years ago
Sébastien Helleu 42f2f7ee59 Rename some variables (fix pylint warnings) 10 years ago
Sébastien Helleu 87a9710d1d Catch exception ValueError in number conversions 10 years ago
Sébastien Helleu 890d4fa2e1 Fix style of some dicts 10 years ago
Sébastien Helleu ac53e98cd0 Add some missing docstrings 10 years ago
Sébastien Helleu 8b36cd49b1 Remove python shebangs 10 years ago
Sébastien Helleu ee573642a4 Add copyright in __init__.py files 10 years ago
Sébastien Helleu 6d5927c667 Rename variable "bytes" to "data" 10 years ago
Sébastien Helleu 8df6d4822e Update URL of QWeeChat screenshot in README.asciidoc 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 b8af54aae1 Add command "qweechat-testproto --version" for Travis 10 years ago
Sébastien Helleu 438f63fac2 Rename option -v/--verbose to -d/--debug, add option -v/--version in qweechat-testproto 10 years ago
Sébastien Helleu 661b2993c9 Add Travis build status in README.asciidoc 10 years ago
Sébastien Helleu 184c3dc69a Add file version.py to define QWeeChat version 10 years ago
Sébastien Helleu 403f36d9d1 Add missing space after "#" 10 years ago
Sébastien Helleu baa0160109 Fix conditions (use "is not") 10 years ago
Sébastien Helleu 41157050fe Add .travis.yml file for Travis CI 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
Sebastien Helleu 42f3541246 Add shadow on QWeeChat screenshot in README 10 years ago
Sebastien Helleu 6f4e0369d8 Remove INSTALL (merge into README), add screenshot in README 10 years ago