summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Clarified the documentation for QTextDocument::find.Kavindra Palaraja2015-07-221-4/+12
* QVectorND: mark as primitive, not just movableMarc Mutz2015-07-203-3/+3
* QIconLoader: don't make QIconDirInfo::type a bit-fieldMarc Mutz2015-07-191-1/+1
* QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-198-13/+13
* QZip*: return FileInfo by valueMarc Mutz2015-07-191-11/+10
* QZip*: don't hold QZipReader::FileInfo in QListMarc Mutz2015-07-192-5/+5
* Clean up QZipReader::FileInfoMarc Mutz2015-07-192-39/+7
* Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-194-10/+10
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-1940-119/+119
* Mark QPixmapCache::Key as shared for Qt 6.Marc Mutz2015-07-181-0/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-07-177-6/+11
|\
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-177-6/+11
| |\
| | * Fix crash in QOpenGLTextureSean Harmer2015-07-151-0/+2
| | * Fix compile error on big endianAllan Sandfeld Jensen2015-07-081-1/+1
| | * Fix ambiguous overload call on OS XThiago Macieira2015-07-081-1/+1
| | * Fix QAction::setAutoRepeat(false)Frederik Gladhorn2015-07-071-1/+1
| | * Fix memory leak in QJpegHandlerPrivateJian Liang2015-07-061-2/+3
| | * Fix accidental fall through in QOpenGLTexture::set[Compressed]Data()Sean Harmer2015-07-041-0/+2
| | * doc: Fix error in QOpenGLShaderProgram exampleEskil Abrahamsen Blomfeldt2015-07-011-1/+1
* | | QFileDialog: add setSupportedSchemes and pass it along to the QPA.David Faure2015-07-172-0/+16
|/ /
* | QPlatformBackingStore: don't hold QBackingstoreTextureInfo in QListMarc Mutz2015-07-161-1/+1
* | QPolygon(F): add some move ctorsMarc Mutz2015-07-161-2/+10
* | QPlatformFontDatabase: compress an array of ushortsMarc Mutz2015-07-161-5/+8
* | QTextEngine: don't hold ItemDecoration in QListMarc Mutz2015-07-131-1/+3
* | QImageIOHandler: don't create QLists just to count their elementsMarc Mutz2015-07-132-4/+4
* | QKeySequence: replace an inefficient QList with QVectorMarc Mutz2015-07-131-4/+5
* | QPlatformFontDatabase: compress requiredUnicodeBits tableMarc Mutz2015-07-131-1/+1
* | QKeySequence: use QKeySequencePrivate::MaxKeyCount everywhereMarc Mutz2015-07-132-24/+15
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-105-8/+10
* | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-1/+1
* | Do not support static QIcon instancesFrederik Gladhorn2015-07-092-5/+2
* | Add ability for QIcons to be marked as template images.James Turner2015-07-093-1/+31
* | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-07-081-7/+0
* | Remove Q_DEAD_CODE_FROM_QT4_MAC sectionMorten Johan Sørvig2015-07-081-5/+0
* | qdoc:Fixed a few qdoc errorsMartin Smith2015-07-071-0/+14
* | QQuaternion: perform some operations in memory orderMarc Mutz2015-07-071-14/+14
* | QIcon: use (Qt-) canonical form of move special member functionsMarc Mutz2015-07-061-3/+3
* | QTextLayout: deprecate QList API for additionalFormatMarc Mutz2015-07-042-11/+14
* | Micro-optimize QKeySequence datastream operator (II)Marc Mutz2015-07-041-4/+12
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0141-199/+346
|\|
| * Fix simple semi-transparent blending of RGB32 on RGB30Allan Sandfeld Jensen2015-07-011-2/+2
| * Turn off optimizations for all windows arm platformsAndreas Holzammer2015-06-301-2/+2
| * Replace MAC OS X with OS XNico Vertriest2015-06-3014-39/+39
| * Fix decoding of JPEGs with invalid EXIF headersAllan Sandfeld Jensen2015-06-281-2/+0
| * Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-284-19/+12
| |\
| | * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-274-19/+12
| | |\
| | | * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-172-7/+0
| | | * Fix signature of new methodsLars Knoll2015-06-102-12/+12
| * | | [QZip] Do not depend on platform definitionsKonstantin Ritt2015-06-271-85/+98
| * | | Doc: rearrange tables with overflowNico Vertriest2015-06-262-2/+2