aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/optimize-pngs.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant semicolons in Python codepracticalswift2017-01-201-1/+1
|
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* [copyright] Add missing copyright headersisle29832016-09-111-0/+3
|
* [trivial] Make optimize-pngs.py also cover share/pixmapsMarcoFalke2015-10-091-3/+3
| | | | | Also fix: "Exception: tostring() has been removed. Please call tobytes() instead."
* [QT] cleanup iconsMarco2015-08-041-6/+8
| | | | | | * Cleanup SVG code * Unify design ("Typicons" seem to have round edges) * Fix transparency issue with clock5.png
* contrib: improve optimize-pngs.pyWladimir J. van der Laan2015-01-141-9/+33
| | | | | | | | - 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
* [Qt] optimize PNG filesJonas Schnelli2015-01-141-0/+49
- provide a python script - add optimized png files