Commit Graph

13 Commits

Author SHA1 Message Date
Lars Knoll 5373e3e821 Enable configure tests for system libmng and libtiff
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>
2012-08-08 16:53:04 +02:00
Oswald Buddenhagen 23d2fa526b use centralized handling of QT_BUILD_PARTS
Change-Id: I2de2ac4d37ab6b9eda0dfbb2802671a62120d405
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2012-07-09 21:23:05 +02:00
Oswald Buddenhagen 3c2300301f remove commented out QTDIR_build conditionals
re-enabling them would not work anymore anyway

Change-Id: Iea3c7e4691ce7e43e6aeed8db7f41664d170810e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-06-29 17:46:32 +02:00
Oswald Buddenhagen 28d9274538 remove qmake -project boilerplate
Change-Id: I22368f64dcb046b2d0a0296ff506be4a02acd887
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
2012-06-25 15:40:36 +02:00
Yuchen Deng f0db5ceeab Add .gitignore file
Change-Id: I8f3054dbfb576a68c241d56b64efd17b3fa421f8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-04-10 09:04:21 +02:00
Friedemann Kleint f1cd7f80eb Fix warning in profile.
Change-Id: I3f38e242e0519bffd297a9073a65875946beed05
Reviewed-by: aavit <qt_aavit@ovi.com>
2012-03-12 17:22:43 +01:00
aavit aa48df6f9b Add wbmp plugin
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>
2012-03-01 12:57:36 +01:00
Friedemann Kleint 94aed3b580 Use new plugin system in QtImageFormats.
Change-Id: Ib1d37b12d35db19f3b12d1881d29d3e0154d414d
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-02-17 17:00:21 +01:00
Toby Tomkins 2e2fa4802f Move tga support from Qt3d to QtImageFormats.
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>
2012-02-08 11:15:48 +01:00
Kent Hansen f68a3dc48d Add TIFF plugin
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>
2012-02-01 13:31:19 +01:00
Toby Tomkins 2617214888 Remove "All rights reserved" line from license headers.
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>
2012-02-01 04:22:47 +01:00
Kent Hansen c64ae4f161 Long live the qtimageformats module
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>
2012-01-25 09:38:12 +01:00
Rohan McGovern 2564c403a1 Initial commit 2012-01-24 09:10:48 +10:00