summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-261-7/+2
* Remove dead method.Richard Moore2012-02-201-8/+0
* Introduce QScreen::grabWindow(), deprecate QPixmap::grabWindow().Friedemann Kleint2012-02-091-0/+13
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-241-8/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-101-0/+8
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-5/+5
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-2/+0
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-287/+0
* qpixmap: Use the primaryScreen for QPixmap::defaultDepthHolger Hans Peter Freyther2011-10-031-4/+3
* Clang build fix: QPixmap::init -> QPixmap::doInitJani Uusi-Rantala2011-09-071-11/+11
* Move QColorMap into QtWidgetsLars Knoll2011-08-191-1/+0
* Bring back QPixmap::grabWidget() (with a warning).Friedemann Kleint2011-08-011-29/+8
* Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-191-30/+30
* Get rid of some obsolete functions in QImage / QPixmap / QPixmapData.Samuel Rødal2011-07-181-221/+70
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-121-0/+2
|\|
| * Prevent crash in OpenGL engine when scaling images / pixmaps.Samuel Rødal2011-05-111-0/+2
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-6/+2
|\|
| * Removed warning from QPixmap::handle().Samuel Rødal2011-05-101-6/+2
* | remove QWidget dependencies.Lars Knoll2011-05-041-2/+0
* | Get rid of warning in QPixmap::grabWidget().Samuel Rødal2011-05-041-1/+1
* | Clean up some QWidget dependencies in gui/image.Samuel Rødal2011-05-041-9/+12
* | remove more QT3_SUPPORT codeLars Knoll2011-05-031-185/+0
* | QGuiApplication is not QPA specificLars Knoll2011-05-031-1/+1
* | remove QApplication dependencies in gui/imageLars Knoll2011-05-031-21/+13
* | remove the graphicssystem code paths.Lars Knoll2011-05-031-9/+3
* | split the HexString template class out of qstylehelperLars Knoll2011-05-031-1/+1
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2297