Needed for automating static plugin loading.
Task-number: QTBUG-28131
# ==[ Subject: One line only short meaningful description for logs ]===|
Change-Id: I15365a9ccf1a5b136ea7e01c4530108631498a2a
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This macro was removed by qtbase/158f39ec7870c54ff3a15f72fe151062d6daa172
but it seems like it was misused anyways. This function should return
a mng_bool (MNG_TRUE) instead.
Change-Id: I6f390e32faec18c52e5d7f659015cea8be4d27a5
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
We should test stable branches against stable branches only.
At some point we should automate the merges from dev->stable->release
and decide how to handle possible merge conflicts.
This is good enough for the time being.
Change-Id: I42f68dd5f073a466cecbe9d811a0152af7256895
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
DESTDIR and INSTALLS+=target are set up automatically now, but
PLUGIN_TYPE needs to be defined.
Change-Id: I5dd40f4fb6bfc6723ed96241f41301b32393dd34
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Change copyrights and license headers from Nokia to Digia
Change-Id: Ia126f46d5f67e9acf9e2efc8bf99c50fd1c22809
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
These templates must be included in the qdocconf files.
Task-number: QTBUG-27293
Change-Id: Ie912cae404951f0102e0264d462d786025f388d0
Reviewed-by: Martin Smith <martin.smith@digia.com>
Without the double quotes, the apostrophe is considered an unmatched
single quote by the pro file parser.
Change-Id: Ibd1b38e2b714b0a99baf95c4e69fe87a0a962630
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
The .gitattributes and .gitignore files do not need to be present in
packaged sources, as they are for people using the Git repository.
People who download tarballs usually don't reimport into Git -- they
should just download the actual repositories.
Meanwhile, the .tag file is quite useful. Instead of making Git extract
to the useless SHA-1 of the $n string, ask git-archive to store
the SHA-1 of the commit being packaged.
Change-Id: I0c93d28c4a96d4479f141c18f3234e5252be6d7c
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Use QMAKE_DOCS instead, if the module has docs in the future.
Change-Id: I839391f1e19d24ed162840fa9932dd2b50b68151
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
there are no qt modules here, so these lines will never be used
Change-Id: I85930c993a8befc9607dc1f792074da42334e0ad
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
The current code didn't run the tests anymore, but was still
based on the assumption that qtbase/configure set up the
right configuration.
Clean up the pro files for mng and tiff while we're at it.
Change-Id: Iee46c183fda57ec07b60a80089af7925db959c40
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
re-enabling them would not work anymore anyway
Change-Id: Iea3c7e4691ce7e43e6aeed8db7f41664d170810e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This is a port to Qt 5/qtimageformats of the contribution
https://qt.gitorious.org/qt/qt/merge_requests/1117
by
Dmitry Zelenkovskiy <Dmitry.Zelenkovskiy@nokia.com>
Change-Id: I9cdd249d3c58c5f922ccd2d43f92f1bd2e3fd86f
Reviewed-by: Jason Barron <jason.barron@nokia.com>
Reviewed-by: aavit <qt_aavit@ovi.com>
Rev-By: Samuel Rodal
Fix-for: QTBUG-21955
Part of fix for https://bugreports.qt.nokia.com/browse/QTBUG-21955
Having tga plugin inside a Qt add-on causes packaging problems.
There have been many queries over the years for tga support even tho it
is a niche image format. It is particularly useful for OpenGL work as a
texture format since it is a blittable bitmap, but it is very
innefficient compared to png or jpg.
For this reason only read support is added, and this is documented.
Also add one unit test.
(based on cherry picked from Qt 4.8 commit 951a997893407b0a26f21fe0acec4701fa3d4279)
Adds code removed from Qt3D.
http://codereview.qt-project.org/#change,13898
Conflicts:
tests/auto/qimagereader/qimagereader.pro
tests/auto/qimagereader/tst_qimagereader.cpp
Change-Id: Ia1b7420dd3461cb1d2f1d857d11444a0a533de43
Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Moved out from qtbase.
Task-number: QTBUG-23887
Change-Id: I57d30173e6624d41dba1610084a7ed949ae84d1d
Reviewed-by: aavit <qt_aavit@ovi.com>
Sanity-Review: Kent Hansen <kent.hansen@nokia.com>
As in the past, to avoid rewriting various autotests that contain
line-number information, an extra blank line has been inserted at the
end of the license text to ensure that this commit does not change the
total number of lines in the license header.
Change-Id: Ifd6d629498499b72fbe2b393f25c774a72de9456
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This module contains plugins for image formats that aren't part of
the "core" (qtbase) offering, starting with mng.
Task-number: QTBUG-21869
Change-Id: I85e51ed6f84c07419b1676f9def234c36f10141f
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: aavit <qt_aavit@ovi.com>