Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | autopep8: Fix E301,E302,E303,E304,E305,E306 | BonfaceKilz | |
2021-04-30 | autopep8: Fix E20-E27 | BonfaceKilz | |
Run: python -m autopep8 --in-place --recrusive ./ --select\ E20,E211,E22,E224,E224,E225,E226,E227,E228,E231,E241,\ E242,E251,E252,E26,E265,E266,E27 -p 3 | |||
2020-08-26 | Merge branch 'testing' into build/python3-migration | BonfaceKilz | |
2020-08-24 | The function draw_rotated_text_ was writing an image to /tmp, which GN2 | zsloan | |
user apparently doesn't have access to, so I replaced it with a link to the dynamically set TEMPDIR * wqflask/utility/pillow_utils.py - Replaced "/tmp/" in image location with TEMPDIR | |||
2020-08-19 | Remove extra whitespace(or add it) from comma separated items | BonfaceKilz | |
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-urllib> | |||
2020-08-08 | Add draw_open_polygon() utility | Muriithi Frederick Muriuki | |
* wqflask/utility/pillow_utils.py: New method. | |||
2020-08-08 | Create new utility module for drawing | Muriithi Frederick Muriuki | |
* wqflask/utility/pillow_utils.py: Create a module to hold some utility functions for drawing with Pillow. Initialise the module with a function to draw rotated text. |