summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-145-4/+6
|\
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-022-2/+3
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-2/+3
| | |\
| | | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-042-2/+2
| | | * PPM image format: avoid useless processing on truncated filesEirik Aavitsland2015-09-011-1/+2
| * | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-021-1/+1
| |/ /
| * | Work around GCC thinking that a variable could be clobbered by longjmpThiago Macieira2015-09-251-0/+1
| * | Doc: fixed links to qmake documentationNico Vertriest2015-09-251-1/+1
* | | Mark ref-qualified members as always inlineThiago Macieira2015-10-071-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-254-8/+17
|\| |
| * | Fix build error with ICC 16 on WindowsThiago Macieira2015-09-212-0/+8
| * | QImage: Inline constScanLine call in pixel()Ulf Hermann2015-09-141-1/+1
| * | QImage: Use d->height directly for checking dimensions on pixel()Ulf Hermann2015-09-111-1/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-262-6/+7
| |\|
| | * Fix regression in reading certain compressed bmp imagesAndy Shaw2015-08-201-3/+3
| | * Always return grayscale indexed8 from QImage::alphaChannel()Allan Sandfeld Jensen2015-08-091-3/+4
* | | Add method for checking of QPixmapCache::Key validitySerge Lysenko2015-09-182-0/+11
* | | QIconLoader: Use the GTK+ icon cachesOlivier Goffart2015-09-133-3/+169
* | | QIcon: add a new overload of QIcon that does not call availableSizesOlivier Goffart2015-09-112-10/+24
* | | QIcon: add a hook in the engine so a non null QIconEngine can still be a null...Olivier Goffart2015-09-114-7/+33
|/ /
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-066-5/+28
|\|
| * fix build with no built-in image handlersOswald Buddenhagen2015-08-033-3/+0
| * Doc: Add a \target for license information within QImage documentationTopi Reinio2015-07-311-2/+3
| * Doc:added doc to undocumented functionsNico Vertriest2015-07-223-0/+25
* | Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-304-0/+12
* | QIconLoader: don't make QIconDirInfo::type a bit-fieldMarc Mutz2015-07-191-1/+1
* | QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-198-31/+31
* | Mark QPixmapCache::Key as shared for Qt 6.Marc Mutz2015-07-181-0/+1
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-172-3/+4
|\|
| * Fix compile error on big endianAllan Sandfeld Jensen2015-07-081-1/+1
| * Fix memory leak in QJpegHandlerPrivateJian Liang2015-07-061-2/+3
* | QImageIOHandler: don't create QLists just to count their elementsMarc Mutz2015-07-132-4/+4
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-102-3/+4
* | Do not support static QIcon instancesFrederik Gladhorn2015-07-092-5/+2
* | Add ability for QIcons to be marked as template images.James Turner2015-07-093-1/+31
* | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-07-081-7/+0
* | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionMorten Johan Sørvig2015-07-081-5/+0
* | QIcon: use (Qt-) canonical form of move special member functionsMarc Mutz2015-07-061-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-015-6/+6
|\|
| * Turn off optimizations for all windows arm platformsAndreas Holzammer2015-06-301-2/+2
| * Fix decoding of JPEGs with invalid EXIF headersAllan Sandfeld Jensen2015-06-281-2/+0
| * Respect manual set icon themes.Sune Vuorela2015-06-182-1/+3
| * QPicturePaintEngine: Avoid slow QPainter::clipRegionKai Pastor2015-06-121-1/+1
* | Use QVector::reserve() all over the place.Sérgio Martins2015-06-291-0/+1
* | QPicture: don't hold images in QListMarc Mutz2015-06-241-1/+1
* | QPicture: don't hold pixmaps in QListMarc Mutz2015-06-241-1/+2
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-1/+3
* | Export gamma setting and metadata in QImageReaderAllan Sandfeld Jensen2015-06-223-9/+49
* | QIcon: don't use a QList<QImage>Marc Mutz2015-06-221-2/+2
* | Move-enable QPixmapCache::KeyMarc Mutz2015-06-192-0/+24