Akira Takizawa
595a7bab23
Increment MIT Licence copyright header year on files modified in 2017
7 years ago
practicalswift
5cdf10611f
Remove redundant semicolons in Python code
8 years ago
isle2983
27765b6403
Increment MIT Licence copyright header year on files modified in 2016
...
Edited via:
$ contrib/devtools/copyright_header.py update .
8 years ago
isle2983
783e930e68
[copyright] Add missing copyright headers
8 years ago
MarcoFalke
3507992bcf
[trivial] Make optimize-pngs.py also cover share/pixmaps
...
Also fix:
"Exception: tostring() has been removed. Please call tobytes() instead."
9 years ago
Marco
9142867572
[QT] cleanup icons
...
* Cleanup SVG code
* Unify design ("Typicons" seem to have round edges)
* Fix transparency issue with clock5.png
9 years ago
Wladimir J. van der Laan
905711f0a1
contrib: improve optimize-pngs.py
...
- 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
10 years ago
Jonas Schnelli
42f6a0c2b9
[Qt] optimize PNG files
...
- provide a python script
- add optimized png files
10 years ago