summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap.h
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+1
* Add -Wshorten-64-to-32 to headerscleanTor Arne Vestbø2022-07-211-1/+1
* Purge Q_DUMMY_COMPARISON_OPERATOR usagesFabian Kosmale2022-07-211-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-191-1/+1
* Add deviceIndependentSize() to QPixmap and QImageMorten Johan Sørvig2021-03-081-0/+1
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-051-1/+1
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+1
* Give QPixmap a move constructorVolker Hilsheimer2020-09-231-0/+2
* Make QCursor constructor explicit to prevent comparison of QPixmapVolker Hilsheimer2020-08-171-0/+2
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-40/+0
* Get rid of QMatrixJarek Kobus2020-02-281-6/+0
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+4
* Silence deprecation warning about QImage::alphaChannel() in qpixmap.hFriedemann Kleint2020-01-091-0/+3
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-2/+2
* Fix typos in deprecation messages, noticed during code reviewEdward Welbourne2019-03-041-2/+2
* QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-281-4/+12
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-8/+8
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-3/+3
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-031-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-8/+8
* Add noexcept to move constructors and assignment operatorsAllan Sandfeld Jensen2015-05-041-2/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-3/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* RValue ref version of QPixmap::fromImage()Allan Sandfeld Jensen2014-01-021-0/+7
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove todo comments that are no longer relevant.Kim Motoyoshi Kalland2012-04-181-3/+3
* QtGui: make some constructors explicitMarc Mutz2012-03-141-2/+2
* Inline and mark as deprecated images's serialNumber()Olivier Goffart2012-02-261-1/+1
* Remove dead method.Richard Moore2012-02-201-1/+0
* Remove many deprecated methodsLars Knoll2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-101-0/+4
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove Windows and X11 from src/widgets/platforms.Robin Burchell2011-10-281-1/+0
* Compile with QT_ENABLE_DEPRECATED_BEFORE set to old version of QtOlivier Goffart2011-10-271-4/+3
* Clang build fix: QPixmap::init -> QPixmap::doInitJani Uusi-Rantala2011-09-071-1/+1
* Copy core GL functionality to QtGui with QGL -> QOpenGL naming.Samuel Rødal2011-08-291-1/+1
* Bring back QPixmap::grabWidget() (with a warning).Friedemann Kleint2011-08-011-2/+2
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-211-1/+3
|\
| * Deprecate some QPixmap functions (marked as obsolete already).Samuel Rødal2011-07-141-3/+7
* | Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-191-6/+6