summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-265-20/+10
* Remove QPlatformIntegration/QPlatformTheme from QGuiAppPrivate.Friedemann Kleint2012-02-203-0/+3
* Remove dead method.Richard Moore2012-02-202-9/+0
* Redirect libjpeg messages via qWarningDonald Carr2012-02-161-0/+9
* Add qt_pixmapFromWinHICON again for Windows CE.Andreas Holzammer2012-02-101-0/+179
* Introduce QScreen::grabWindow(), deprecate QPixmap::grabWindow().Friedemann Kleint2012-02-093-54/+13
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-073-382/+197
* pixmap: Add QPlatformPixmap::fromData null check for the imageHolger Hans Peter Freyther2012-02-021-0/+2
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-10/+6
* Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-1/+1
* Add support for cleanup functions for data-constructed QImagesSimon Hausmann2012-01-313-23/+59
* Remove many deprecated methodsLars Knoll2012-01-312-7/+8
* Moving tiff image format support and libtiff out of qtbaseaavit2012-01-317-795/+4
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3060-60/+60
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-2511-11/+0
* Remove support for the MNG file format and the bundled libmngaavit2012-01-256-621/+0
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-243-488/+2
* Update contact information in license headers.Jason McDonald2012-01-2363-63/+63
* Rename all our interfaces from com.trolltech to org.qt-projectLars Knoll2012-01-192-2/+2
* Update year in Nokia copyright headers.Jason McDonald2012-01-101-1/+1
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-104-0/+25
* Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-9/+9
* Update copyright year in license headers.Jason McDonald2012-01-0562-62/+62
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-021-0/+32
* Remove unused QPicture::detach_helper() private method.Robin Burchell2011-12-202-12/+0
* Remove non-const QMovie::cacheMode().Robin Burchell2011-12-202-11/+0
* Remove qt_image_id() and qt_image_colortable().Robin Burchell2011-12-202-13/+0
* Make headers safe with QT_NO_CAST_FROM_BYTEARRAY.Stephen Kelly2011-12-091-2/+2
* qpixmap_win.cpp: Fix typo in format conversion (alpha).Friedemann Kleint2011-12-051-2/+2
* QtGui: Bring back HBITMAP/HICON conversion functions.Friedemann Kleint2011-11-282-0/+320
* Improve QtGui start-up time and memory use.Samuel Rødal2011-11-041-4/+8
* Remove declaration of QRasterPlatformPixmap::fromFile()Bradley T. Hughes2011-10-311-1/+0
* Add missing include when enabling deprecated codeOlivier Goffart2011-10-311-0/+4
* Gui/OpenGL: Remove remains of qpa from profiles.Friedemann Kleint2011-10-311-18/+1
* Remove Windows and X11 from src/widgets/platforms.Robin Burchell2011-10-281-1/+0
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-273-10/+10
* Compile with QT_ENABLE_DEPRECATED_BEFORE set to old version of QtOlivier Goffart2011-10-272-13/+12
* QtGui: Remove Q_WS and qpa.Friedemann Kleint2011-10-251-3/+3
* [blitter] Work on tst_QPixmap::clear()Holger Hans Peter Freyther2011-10-212-3/+15
* [blitter] Generate a new serial number when resizing the pixmapHolger Hans Peter Freyther2011-10-211-0/+1
* Remove stale documentation.Casper van Donderen2011-10-182-263/+0
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-1313-298/+0
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-113-311/+0
* Fix ́́`macros' function test of `tst_headers'Sergio Ahumada2011-10-031-0/+6
* qpixmap: Use the primaryScreen for QPixmap::defaultDepthHolger Hans Peter Freyther2011-10-031-4/+3
* Make qtbase build with Qt-in-namespace againKent Hansen2011-09-281-0/+4
* [blitter] Use QScopedPointer for the engine and blittableHolger Hans Peter Freyther2011-09-202-15/+10
* Avoid double caching glyphs in raster/QPA/FreeTypeEskil Abrahamsen Blomfeldt2011-09-202-3/+9
* Clang build fix: QPixmap::init -> QPixmap::doInitJani Uusi-Rantala2011-09-072-12/+12
* Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-061-0/+23
|\