Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | Do not add our directory to the path | mathieui | |
it’s bad practice and can create issues | |||
2018-08-20 | Install the .desktop file. | Emmanuel Gil Peyrot | |
2018-08-20 | Ship appdata, flatpak manifest, and desktop files. | Emmanuel Gil Peyrot | |
2018-08-20 | Install the appdata file. | Emmanuel Gil Peyrot | |
2018-08-20 | Merge branch 'launch-script-version' into 'master' | louiz’ | |
Only check if `.git` exists, not more See merge request poezio/poezio!9 | |||
2018-08-20 | Update version string in launch script | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-20 | Only check if `.git` exists, not more | Maxime “pep” Buquet | |
`git worktree` has `.git` as a file, not a directory. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-20 | No need to have a symlink for sphinx-build, it’s directly in the image | louiz’ | |
2018-08-20 | Update the build-doc CI build to deploy the full doc | louiz’ | |
2018-08-19 | Fix UserList.resize | mathieui | |
2018-08-18 | muctab: Create the last_talked compare lambda only once. | Emmanuel Gil Peyrot | |
2018-08-18 | Fix wrong tests for None. | Emmanuel Gil Peyrot | |
2018-08-18 | Remove some circular type imports. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.bookmark_forms: Type almost everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.text_win: Type almost everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.muc: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.misc: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.list: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.roster_win: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.inputs: Type almost everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.base_wins: Type almost everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.input_placeholders: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.info_bar: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.confirm: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | windows.image: Type everything in this module. | Emmanuel Gil Peyrot | |
2018-08-17 | Add 0.12 to the appdata releases. | Emmanuel Gil Peyrot | |
2018-08-17 | Add a .desktop file. | Emmanuel Gil Peyrot | |
2018-08-17 | Add typing information and reformat stuff | mathieui | |
2018-08-15 | core: Add some more typing information. | Emmanuel Gil Peyrot | |
2018-08-15 | Type DelayedEvent, also in Core. | Emmanuel Gil Peyrot | |
2018-08-15 | doc: Describe the first Debian release to have poezio. | Emmanuel Gil Peyrot | |
2018-08-15 | Fix an error introduced in the last commit | mathieui | |
2018-08-15 | rostertab, common: Use the default arg of os.getenv(). | Emmanuel Gil Peyrot | |
2018-08-15 | Fix mypy errors, add type annotations | mathieui | |
2018-08-15 | logger: Simplify history loading, fixes mypy errors. | Emmanuel Gil Peyrot | |
2018-08-15 | Make pylint happy on plugins | mathieui | |
It does not like dynamically defined attributes, unsurprisingly | |||
2018-08-15 | yapf -rip on plugins | mathieui | |
2018-08-14 | Next version is 0.13 | mathieui | |
2018-08-13 | Release poezio 0.12v0.12 | mathieui | |
2018-08-13 | Enable the vertical tabs by default | Emmanuel Gil Peyrot | |
It looks *modern*! | |||
2018-08-13 | Update the required Python version in the docs | Emmanuel Gil Peyrot | |
2018-08-13 | Update the supported Python versions | Emmanuel Gil Peyrot | |
2018-08-13 | Add myself as a maintainer | Emmanuel Gil Peyrot | |
2018-08-13 | Switch the default use_log value to true | Emmanuel Gil Peyrot | |
Since this is a privacy sensitive action, a short message is now displayed on first run. | |||
2018-08-13 | Revert "Set enable_avatars to false until the colors issue is fixed" | mathieui | |
This reverts commit bde9b31184de3138e649a662843b459fe3c3782a. | |||
2018-08-13 | Fix a typo in the AppData file. | Emmanuel Gil Peyrot | |
2018-08-13 | Add an AppData file | Emmanuel Gil Peyrot | |
This will be used by some package managers to display information about poezio. | |||
2018-08-13 | Add a Flatpak manifest | Emmanuel Gil Peyrot | |
Use `flatpak-builder build-dir io.poez.Poezio.json` to build it in build-dir, and `flatpak-builder --run build-dir io.poez.Poezio.json poezio` to test it. Note that poezio will still be downloaded from its repository, rather than built from the local clone. | |||
2018-08-12 | Update the OTR plugin | mathieui | |
make it more restrictive and give some hints | |||
2018-08-11 | CI: fix pylint for python 3.7 | mathieui | |