summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Remove QFactoryInterface from picture pluginsLars Knoll2012-06-083-23/+10
* Remove QFactoryInterface dependency from icon pluginsLars Knoll2012-06-083-21/+16
* Don't inherit from QFactoryInterface for image pluginsLars Knoll2012-06-082-36/+13
* Fixed compile on Windows without precompiled headersRohan McGovern2012-06-011-0/+1
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-317-17/+17
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+1
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-221-5/+3
* Add AVX support for the painting and image code.Thiago Macieira2012-05-223-10/+81
* QIcon: move back to QtGuiOlivier Goffart2012-05-1810-1/+2782
* QJpegHandler: add an embedded text supportKonstantin Ritt2012-05-161-9/+83
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-12/+12
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-107-29/+29
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-097-29/+29
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-093-42/+85
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0711-14/+14
|/
* removed unneccessary wince ifdefBjoern Breitmeyer2012-05-041-2/+0
* Change QString::toAscii to toUtf8 in the embedded filename in XBM.Thiago Macieira2012-05-041-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-041-8/+8
* Don't generate compiler warnings for using deprecated methodsLars Knoll2012-04-281-1/+4
* Get rid of some deprecation warningsLars Knoll2012-04-281-3/+3
* Fix workaround for image readers that can scale but not clipaavit2012-04-271-5/+1
* Implement inline downscaling in png reader, to save memoryaavit2012-04-271-60/+153
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-254-41/+7
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-251-1/+1
* QImage: fix declaration of inline methodsKonstantin Ritt2012-04-201-4/+4
* Removed legacy pixmap and image cleanup hooks.Kim Motoyoshi Kalland2012-04-191-18/+0
* Remove todo comments that are no longer relevant.Kim Motoyoshi Kalland2012-04-182-5/+3
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-175-34/+5
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-20/+25
| |\
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-2/+2
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-102-5/+12
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-271-3/+18
| |\ \ \
| * | | | Cleanup Q3* itemsDebao Zhang2012-03-232-29/+0
| * | | | Merge master into api_changesKent Hansen2012-03-161-2/+0
| |\ \ \ \
| * | | | | QtGui: make some constructors explicitMarc Mutz2012-03-142-3/+3
* | | | | | doc: Mark all qpa classes as internalGirish Ramakrishnan2012-04-161-0/+9
| |_|_|_|/ |/| | | |
* | | | | doc: QWindowSurface is deadGirish Ramakrishnan2012-04-141-1/+1
* | | | | Support more scaling factors for JPEG decompressionJohn Brooks2012-04-121-19/+24
| |_|_|/ |/| | |
* | | | Fixed an exit crash that could occur in QQuickPixmap.Charles Yin2012-04-051-2/+8
* | | | Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-271-3/+4
| |_|/ |/| |
* | | Fix annoying deprecation warning about QImageTextKeyLangThiago Macieira2012-03-261-3/+18
| |/ |/|
* | Removed invalid assert in BMP loader code.Kim Motoyoshi Kalland2012-03-141-2/+0
|/
* Enablers for shared graphics cache in raster paint engineJiang Jiang2012-03-081-1/+5
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-046-22/+10
|\
| * QtGlobal: remove qIsDetached()Marc Mutz2012-03-011-2/+0
| * Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-265-20/+10
* | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-024-88/+88
* | Remove internal class QVolatileImage.Laszlo Agocs2012-02-295-589/+1
|/
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-203-0/+3
* Remove dead method.Richard Moore2012-02-202-9/+0