summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpixmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-051-3/+2
* Give QPixmap a move constructorVolker Hilsheimer2020-09-231-0/+9
* Doc: Compile image snippetsPaul Wicking2020-08-281-1/+1
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-111-0/+8
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-146/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-1/+1
* | Get rid of QMatrixJarek Kobus2020-02-281-41/+0
|/
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+11
* Doc/QtGui: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-2/+2
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-0/+15
|\
| * QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-221-0/+15
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-4/+6
|\|
| * Prevent QPixmap::load from touching QPixmapCache in non-gui threadsJoni Poikelin2019-01-281-4/+6
* | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* | QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-281-0/+17
* | Remove x11Info() and x11PictureHandle() from QPixmap docsSergio Martins2018-12-161-9/+0
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-151-1/+7
|\
| * Fix crash if QPixmap::defaultDepth() is called when no QGuiApplicationEirik Aavitsland2018-04-121-1/+7
* | QPixmap: use rvalue overloads moreAnton Kudryavtsev2018-02-081-5/+5
|/
* QPixmap: move mask functions into QPlatformPixmapLouai Al-Khanji2017-03-171-69/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-26/+24
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-26/+24
| |\
| | * QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-26/+24
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-4/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-4/+2
| |\|
| | * Update documentation regarding QPixmap HICON conversionsSérgio Martins2016-07-271-4/+2
* | | Fix/adapt the uses of {to,set,from}Time_t in the qtbase source codeThiago Macieira2016-07-061-1/+1
* | | QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-091-10/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-1/+1
|\|
| * QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-241-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-3/+3
|\|
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-3/+3
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-1/+1
|/
* Whitespace cleanupMorten Johan Sørvig2015-03-191-1/+1
* Always overwrite QPixmap data on loadFromDataUlf Hermann2015-03-161-2/+1
* Avoid detaching pixmaps when it has not changedDavid Edmundson2015-03-091-0/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Document loading of high resolution versions of images.Friedemann Kleint2014-08-261-3/+4
* Keep global state of debug stream (QImage, QPixmap, and QIcon)Kai Koehne2014-07-231-7/+9
* Improve debug output of QImage, QPixmap and QIcon.Friedemann Kleint2014-07-211-1/+10
* QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-041-1/+2
* Add missing detach() in QPixmap::convertFromImage()David Faure2014-06-111-0/+1