summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* QJpegHandler: err should be set before jpeg_create_decompress()Elvis Lee2012-11-211-2/+3
* Fix GIF image decoding: do not zero transparent pixelsaavit2012-11-091-9/+6
* Save grayscale palleted images to grayscale pngSergey Borovkov2012-11-091-4/+7
* Remove some dead code in switch statementsSergio Ahumada2012-10-291-10/+0
* Remove unnecessary call to png_set_sBit when writing png filesSergey Borovkov2012-10-261-7/+0
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-103-43/+42
* Scale icons returned by QIcon::fromTheme.David Sansome2012-10-101-2/+8
* Fix DIB image reading.Friedemann Kleint2012-10-021-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2263-1512/+1512
* gui/opengl: Fix missing or improper include guard in headersSergio Ahumada2012-09-153-10/+10
* qpa: add non-opaque fill supportJulien Brianceau2012-09-111-2/+4
* Removing duplicate includesSergio Ahumada2012-09-093-5/+0
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+3
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* Doc: fix yet more errors reported by qdocaavit2012-09-041-15/+25
* Doc: Fixes for several doc errorsaavit2012-08-312-1/+13
* Doc: Fix misc. documentation errorsaavit2012-08-302-10/+2
* Document obsolete functions in QImage to silence qdoc errors.Jason Barron2012-08-291-0/+44
* doc: Added \relates command to some function qdoc commentsMartin Smith2012-08-211-0/+1
* Add AVX support for the JPEG handlerThiago Macieira2012-08-211-3/+13
* Fix -Wclobbered warningsMarc Mutz2012-08-182-5/+5
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* QImage{Reader,Writer}: remove unused local typedef (GCC 4.8 warning)Marc Mutz2012-08-112-2/+0
* Revert "Added default argument for color profile to QImage constructors."Alexandros Dermenakis2012-08-102-20/+12
* change \img to \image in docsJeremy Katz2012-08-011-1/+1
* Added default argument for color profile to QImage constructors.Alexandros Dermenakis2012-08-012-12/+20
* List .pbm and .pgm as supported writable image file formats.Kim Motoyoshi Kalland2012-07-161-1/+3
* Fix crash in QPixmap::fromImage() when memory is low.Kim Motoyoshi Kalland2012-07-161-10/+11
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-102-2/+0
* Remove Library dependency on SettingsTasuku Suzuki2012-07-091-2/+2
* QtGui: replace some copies with swapsMarc Mutz2012-07-063-5/+4
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-022-21/+19
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-289-5/+12
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* Fix docs mentioning Q_EXPORT_PLUGIN2Lars Knoll2012-06-252-2/+2
* Remove documentation for QIconEnginePlugin::keys().Robin Burchell2012-06-241-10/+0
* Fix possible crash when copying QImage.Kim Motoyoshi Kalland2012-06-211-1/+1
* Avoid unnecessary detach when saving to BMP.Kim Motoyoshi Kalland2012-06-211-5/+5
* 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
|\