- 04 Jun, 2014 - 1 commit
-
-
Dmitry Shachnev authored
Currently, we convert image to Format_ARGB32. This means that on big endian systems the order of bytes will be (0xAA, 0xRR, 0xGG, 0xBB). However, in WebP library there is no function to import bytes in ARGB format. This commit makes us use Format_RGBA8888 and WebPPictureImportRGBA on big endian systems, which will make the function work correctly. Change-Id: I5f347f3ec66f0a57df0d40d4900b1573f9400506 Reviewed-by:
Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by:
aavit <eirik.aavitsland@digia.com>
-
- 22 Apr, 2014 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: If8c86e33a045ea50d957a2a68c204a8de2fad65c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 18 Mar, 2014 - 1 commit
-
-
Jędrzej Nowacki authored
Change-Id: I2d0b60c47d92ba82e04a0d90877bda6b287f5a85 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
- 21 Feb, 2014 - 1 commit
-
-
Liang Qi authored
Change-Id: I1287608e914598c58acff70a47f71cc0bf36f094 Reviewed-by:
Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 13 Feb, 2014 - 3 commits
-
-
Steven Yao authored
Also added auto test and config test. This plugin was disabled on winrt and android. [ChangeLog] Added webp image format plugin. Task-number: QTBUG-14205 Done-with: Liang Qi <liang.qi@digia.com> Change-Id: I9409e894d7fc1aef9dce4ffdff8bdf483d689774 Reviewed-by:
Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
Liang Qi authored
Task-number: QTBUG-14205 Change-Id: Id7c3f4d9398b613a18033d8f3f624448f31ce33d Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
Liang Qi authored
This commit imports libwebp 0.4.0, including AUTHORS, COPYING, ChangeLog, NEWS, PATENTS, README and src directories. In src, only includes header and source files. The patches required to build it in Qt will follow in separate commit(s). Task-number: QTBUG-14205 Change-Id: I747918fe2a07716f66cffb795129f7aa5e067759 Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 11 Feb, 2014 - 1 commit
-
-
Jake Petroules authored
It is moving from Qt Solutions. Change-Id: Ie0dc44d258597f871544fa43238528f42628b799 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Shawn Rutledge <shawn.rutledge@digia.com>
-
- 10 Feb, 2014 - 1 commit
-
-
Allan Sandfeld Jensen authored
We write TIFF files using big-endian RGBA, by using the RGBA8888 QImage format we can remove the manual conversion done in qtiffhandler. Change-Id: I4a7f4810ce4332d1608813d9cd6371bc13d94df0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com>
-
- 07 Feb, 2014 - 1 commit
-
-
Kai Koehne authored
Commit 773dd01 in qtbase introduced a general mingw platform scope, which is cleaner and more flexible than matching the spec name. (see 278152fff for a similar commit in qtbase). Change-Id: I90c319bdda6b710bce4d2d883736716a70760127 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 30 Jan, 2014 - 2 commits
-
-
Jake Petroules authored
Change-Id: Id3db7c5e7b3329adbea62c9d95323ead4e8a783f Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
Jake Petroules authored
Change-Id: I85348aa66f8c3c145bbfd125f557d6a247046d8f Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Lars Knoll <lars.knoll@digia.com>
-
- 28 Jan, 2014 - 1 commit
-
-
Maurice Kalinowski authored
Change-Id: Icaf64ef0b949e75402c1440826f24e42de96df62 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 17 Jan, 2014 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: I2268e648a3d65f8ff6dbc0e954e0729a2e751664
-
- 16 Jan, 2014 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: Ibafe0f44c0235517bf8b7ac85f4baa2d3a728f34 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
- 14 Jan, 2014 - 1 commit
-
-
Alex authored
Change-Id: I8bc799ade204072bdc169180154c2c2b021fd44e Reviewed-by:
Ivan Komissarov <ABBAPOH@me.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 13 Jan, 2014 - 1 commit
-
-
Ivan Komissarov authored
Change-Id: I039a5f3376a8ebe7230f30a0df31c4a355f22349 Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Alex Char <prevedtest@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 17 Dec, 2013 - 1 commit
-
-
Alex authored
Change-Id: I98f79d781e5986ee5602438e02d761c7f5a77217 Reviewed-by:
Ivan Komissarov <ABBAPOH@me.com> Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-
- 16 Dec, 2013 - 2 commits
-
-
ABBAPOH authored
Change-Id: If776b122c90d79d430916677a46684770870956a Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Alex Char <prevedtest@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
ABBAPOH authored
Change-Id: I64b49294476fc3bbf77620d839b88b0ecea68e23 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Alex Char <prevedtest@gmail.com> Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com>
-
- 13 Dec, 2013 - 2 commits
-
-
ABBAPOH authored
Change-Id: I854c3bd82f244a6c45d91b08c3f1271538fd536a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
ABBAPOH authored
Change-Id: I86b805d60755c463c321146e923469a9d7b006e4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 02 Dec, 2013 - 4 commits
-
-
Friedemann Kleint authored
qddshandler.cpp(483) : warning C4258: 'i' : definition from the for loop is ignored; the definition from the enclosing scope is used qddshandler.cpp(477) : definition of 'i' ignored qddshandler.cpp(467) : definition of 'i' used qddshandler.cpp(486) : warning C4258: 'i' : definition from the for loop is ignored; the definition from the enclosing scope is used qddshandler.cpp(477) : definition of 'i' ignored qddshandler.cpp(467) : definition of 'i' used Change-Id: Ib911578900f012db20d9e50bdffa5d1ca9896a7e Reviewed-by:
Ivan Komissarov <ABBAPOH@me.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
ABBAPOH authored
Change-Id: If433528eb4cfa7448f171e083dd2bb559dbc2f4a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
ABBAPOH authored
Change-Id: I7c9fc452142d9827269ebf9b6b2778c2b0eb55da Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
ABBAPOH authored
Change-Id: I9785fecffad5c82bacb846ba1d4dcdfda9af168b Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 01 Dec, 2013 - 2 commits
-
-
ABBAPOH authored
Change-Id: Ic214fe9951bc8739cae4a8cd2517115a34ab80ba Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com>
-
ABBAPOH authored
Change-Id: I6da5d294065971f69cf90c285b2a6440502dc147 Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com>
-
- 29 Nov, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Conflicts: .qmake.conf Change-Id: Ib695c2e2c8629e1947c24ba6510ecb4194b949dc
-
- 26 Nov, 2013 - 2 commits
-
-
Jake Petroules authored
Change-Id: I866c65ecfbbe85822f8b8e9233098f56cb21d405 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
ABBAPOH authored
Change-Id: I8dfa6001c1aae2dcb5f2e6e0bfd142ef1f9dddbc Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 25 Nov, 2013 - 2 commits
-
-
Sergio Ahumada authored
Change-Id: I979cdf4dd3f1a8d2e3b73c9fce8507a4ce97198d Reviewed-by:
Matti Paaso <matti.paaso@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
aavit authored
libmng 2.0.x has been released and is compatible and usable, but since it no longer provides a VERSION_MAJOR macro, the config test would fail. Task-number: QTBUG-34894 Change-Id: I106aa258de0851af01d1bb016c2971dd8e30fd24 Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
- 08 Nov, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I93b2a2e074fc7163b77e3f0edd826266819a2c36
-
- 06 Nov, 2013 - 1 commit
-
-
Jerome Pasion authored
In 5.2, the HTML output is in a flatter structure and when they are hosted in qt-project.org/doc, the documentation will be found at http://qt-project.org/doc/qt-$QT_VER The url variable is used by projects outside of Qt 5 which need to link to Qt 5 documentation, such as Qt Creator. Task-number: QTBUG-34584 Change-Id: I76ca42d3d9f125588ae72003d85b27ef1f9cee2d Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
aavit <eirik.aavitsland@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 11 Oct, 2013 - 1 commit
-
-
Frederik Gladhorn authored
Change-Id: I89d0db8f8928e8763b3a9e6fa9ae1cda6e18a76f
-
- 07 Oct, 2013 - 1 commit
-
-
Bjoern Breitmeyer authored
The windows file seems to handle ce too in the new version of libtiff. Only the <sys/types> include and the not defined error handle were a problem. The error handler ifndef _WIN32_WCE can be removed as Qt builds libtiff without the gui integration. Change-Id: Idb025f64fc31d580566d8ce248137e57d01e96b2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 24 Sep, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: Ia8ccce11e5b356456e04a7f47a119caa3bbf00dd Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 14 Aug, 2013 - 1 commit
-
-
Frederik Gladhorn authored
The inline keyword needs to be defined to __inline for MSVC when compiling C files. The patch removing the redefinition of inline does not work with the updated library, instead we resurrect the ifdef for MSVC only. Conflicts: src/3rdparty/libtiff/libtiff/tif_config.h Change-Id: I22bbaf3627fdb4f3dc60c9cd0f8d3282efc5bd2c
-
- 05 Aug, 2013 - 1 commit
-
-
Gabriel de Dietrich authored
Undefining the 'inline' keyword doesn't look very wise nowadays, and it did cause duplicate symbol erros at link time when linking against the 10.9 SDK. Change-Id: Ie6f8639fb920e57289c7d0ad8952603abcfe7377 Reviewed-by:
aavit <eirik.aavitsland@digia.com>
-