summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpicture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add painter render hint for brush pattern transformationEirik Aavitsland2022-05-311-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QPicture: Improve the documentation of Picture::play()Christian Ehrlicher2020-12-221-0/+2
* Fix compiler warnings from using deprecated qChecksum overloadVolker Hilsheimer2020-09-051-2/+2
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-6/+0
* Remove unused includeLars Knoll2020-03-161-1/+0
* Get rid of QMatrixJarek Kobus2020-02-281-3/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-5/+5
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-11/+11
* | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-826/+6
|\ \ | |/ |/|
| * Kill all QPictureIOAllan Sandfeld Jensen2019-08-121-826/+6
* | QtGui: replace some QMutexLockers with (new) qt_{scoped,unique}_lock()Marc Mutz2019-09-121-1/+2
|/
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+2
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+2
* | QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-2/+2
|\
| * QPictureIO::read(): don't work on dangling pointerChristian Ehrlicher2019-01-301-2/+2
* | QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-3/+3
* | QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-021-1/+1
|/
* QPicture: fix crash for malformed pictureEirik Aavitsland2018-10-181-11/+12
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-1/+6
|\
| * QPicture: check that pictureFormat doesn't return dangling pointersGiuseppe D'Angelo2017-08-161-1/+6
* | Fix an ABI break caused by too-aggressive deprecationVille Voutilainen2017-08-161-2/+2
* | QPicture: mark deprecated functions with the QT_DEPRECATED macrosGiuseppe D'Angelo2017-06-201-0/+2
|/
* Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-2/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-0/+3
* gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-1/+3
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-2/+2
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Serialize QPicture using the latest QDataStream version.Mitch Curtis2014-04-021-1/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-9/+9
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+8
* Fix some doc errors.Frederik Gladhorn2013-09-211-1/+1
* Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-051-1/+3
* Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-151-0/+3
* Doc, Qt GUI: Fix "no \inmodule command" warningsSze Howe Koh2013-01-281-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-101-12/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-1/+1
* Remove QFactoryInterface from picture pluginsLars Knoll2012-06-081-1/+1
* QtGui: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-11/+11
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-9/+9
|\