summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-13install sphinx in the venvtest-cimathieui
2018-10-13Build doc inside the venv with the depsmathieui
2018-10-13Fix build warnings in the docmathieui
2018-10-13Remove implicit import of Core modules leading to circular importsmathieui
Which did not break if we imported modules in a certain order…
2018-10-13Merge branch 'upload-error' into 'master'mathieui
upload: add user friendly error when upload service not found See merge request poezio/poezio!12
2018-10-13upload: add user friendly error when upload service not foundMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-10-13Reference the documentation for the upload pluginmathieui
2018-10-12add documentation refs for the contact pluginmathieui
2018-10-12contact plugin (XEP-0157), in memoriam BunnehGeorg Lukas
2018-10-07Don’t pin the cython versionmathieui
2018-09-30XEP-0231: Extract cids from XHTML-IM.Emmanuel Gil Peyrot
2018-09-29Print the error given by the server when /bookmark fails.Emmanuel Gil Peyrot
2018-09-25Cache highlighting regex in a lru.Emmanuel Gil Peyrot
This makes it way faster than having to create it all the time.
2018-09-25Improve highlighing regex to deal with fancy nicknamesJonas Schäfer
Nicknames which do not end and start on a word boundary or contain regex metacharacters broke with the previous approach. Fixes #3433.
2018-09-25Split highlight logic and UI changesMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-09-17Disable the pylint CI test until upstream's bug is fixedlouiz’
See https://github.com/PyCQA/pylint/issues/2439
2018-09-11Fix compatibility with python 3.5.2mathieui
We don’t lose anything, mypy will add these Optionals by itself since it can see the = None.
2018-09-10Merge branch 'tabs-slice' into 'master'mathieui
Allow Tabs object to be sliced See merge request poezio/poezio!11
2018-09-10Tabs: add test for slice supportMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-09-09Allow Tabs object to be slicedMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-23Clean the README a little bitlouiz’
Notably, remove a section that was just describing the workflow that is now used by 99% of people, thanks to github and co. People now how to do these things nowadays.
2018-08-23Fix /irc_query in the IRC pluginmathieui
2018-08-22Do not add our directory to the pathmathieui
it’s bad practice and can create issues
2018-08-20Install the .desktop file.Emmanuel Gil Peyrot
2018-08-20Ship appdata, flatpak manifest, and desktop files.Emmanuel Gil Peyrot
2018-08-20Install the appdata file.Emmanuel Gil Peyrot
2018-08-20Merge branch 'launch-script-version' into 'master'louiz’
Only check if `.git` exists, not more See merge request poezio/poezio!9
2018-08-20Update version string in launch scriptMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-20Only check if `.git` exists, not moreMaxime “pep” Buquet
`git worktree` has `.git` as a file, not a directory. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-20No need to have a symlink for sphinx-build, it’s directly in the imagelouiz’
2018-08-20Update the build-doc CI build to deploy the full doclouiz’
2018-08-19Fix UserList.resizemathieui
2018-08-18muctab: Create the last_talked compare lambda only once.Emmanuel Gil Peyrot
2018-08-18Fix wrong tests for None.Emmanuel Gil Peyrot
2018-08-18Remove some circular type imports.Emmanuel Gil Peyrot
2018-08-17windows.bookmark_forms: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.text_win: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.muc: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.misc: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.list: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.roster_win: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.inputs: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.base_wins: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.input_placeholders: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.info_bar: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.confirm: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.image: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17Add 0.12 to the appdata releases.Emmanuel Gil Peyrot
2018-08-17Add a .desktop file.Emmanuel Gil Peyrot
2018-08-17Add typing information and reformat stuffmathieui