summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpicture.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-091-9/+9
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-091-4/+10
|/
* Cleanup Q3* itemsDebao Zhang2012-03-231-28/+0
* Use QBasicMutex instead of Q_GLOBAL_STATIC QMutexOlivier Goffart2012-02-011-10/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove unused QPicture::detach_helper() private method.Robin Burchell2011-12-201-11/+0
* Replace implicit QAtomic* casts with explicit load()/store()Bradley T. Hughes2011-10-271-1/+1
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-111-6/+0
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\