summaryrefslogtreecommitdiffstats
path: root/src/kernel/qpngio.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unwanted code for writing pngOBATA Akio2021-02-021-13/+0
| | | | | | | | `info_ptr->channels` will be set in the next called `png_set_IHDR()`, so it is no effect. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit b00b5ea1c5e0cecd50b928a5d88b3be8560c18e7)
* Change to use PKG_LIBPNG_VER for libpng version checkOBATA Akio2021-02-021-23/+23
| | | | | | | It is suggested in png.h for applications. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 2283b5627da2a075591f4376666781b5a4be4c23)
* Undo prior accidental commitTimothy Pearson2012-03-021-5/+5
|
* Rename additional global TQt functionsTimothy Pearson2012-03-011-5/+5
|
* Fix Qt3 builds with libpng15Timothy Pearson2012-01-081-3/+111
| | | | This partially closes Bug 683
* Fix Qt3 compilation against new libpng versionsTimothy Pearson2011-09-121-0/+14
|
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+1242