Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-02 | lint: Make sure we read the command line inputs using utf-8 decoding in python | Chun Kuan Lee | |
2018-07-27 | Update copyright headers to 2018 | DrahtBot | |
2018-04-16 | Minor Python cleanups to make flake8 pass with the new rules enabled | practicalswift | |
2018-03-26 | Change all python files to use Python3 | John Newbery | |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa | |
2017-01-20 | Remove redundant semicolons in Python code | practicalswift | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-09-11 | [copyright] Add missing copyright headers | isle2983 | |
2015-10-09 | [trivial] Make optimize-pngs.py also cover share/pixmaps | MarcoFalke | |
Also fix: "Exception: tostring() has been removed. Please call tobytes() instead." | |||
2015-08-04 | [QT] cleanup icons | Marco | |
* Cleanup SVG code * Unify design ("Typicons" seem to have round edges) * Fix transparency issue with clock5.png | |||
2015-01-14 | contrib: improve optimize-pngs.py | Wladimir J. van der Laan | |
- Check that image contents match pre- and post- crushing. - Also remove use of external tool to compute sha256 in favor of hashlib. - contrib: remove all use of shell=True in strip_pngs.py Using `shell=True` can be a security hazard. See e.g. https://docs.python.org/2/library/subprocess.html#subprocess.check_output | |||
2015-01-14 | [Qt] optimize PNG files | Jonas Schnelli | |
- provide a python script - add optimized png files |