summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | | Treat color (ARGB) glyphs, e.g. Emoji, as having unreliable glyph outlinesTor Arne Vestbø2015-06-261-5/+5
| |/ /
| * | Simplify permission flag handling a bitKonstantin Ritt2015-06-251-18/+6
| * | [QFontMetrics] Mark obsolete charWidth() method for deletion in 6.0Konstantin Ritt2015-06-252-1/+5
| * | Do not claim TextureRGFormats on Mesa with GLESLaszlo Agocs2015-06-221-2/+6
| * | Further tune curveThreshold setting based on strokeWidthEirik Aavitsland2015-06-221-1/+1
| * | doc: mark QWindow::requestUpdate() as \since 5.5Gunnar Sletta2015-06-181-0/+2
| * | Respect manual set icon themes.Sune Vuorela2015-06-182-1/+3
| * | Fix gles lib loading on AndroidLaszlo Agocs2015-06-161-0/+4
| * | Extend generated style strings to include new font weightsAllan Sandfeld Jensen2015-06-151-9/+20
| * | QPicturePaintEngine: Avoid slow QPainter::clipRegionKai Pastor2015-06-121-1/+1
| * | Fix less-than comparison for QStandardItem and QSortFilterProxyModel with inv...Friedemann Kleint2015-06-111-2/+4
| * | Load GLESv2 library with correct major versionJaeyoon Jung2015-06-081-1/+1
| * | Font definitions with different style names are not equalAllan Sandfeld Jensen2015-06-031-2/+2
| * | Clarify QPainter::drawText() documentation.Mitch Curtis2015-06-033-7/+56
| * | Fix premul conversion from ARGB32 to A2RGB30 formats.Allan Sandfeld Jensen2015-06-034-2/+79
* | | QtGui: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-3010-34/+50
* | | Use QVector::reserve() all over the place.Sérgio Martins2015-06-293-2/+7
* | | Do not use 16 bits per color on GLESLaszlo Agocs2015-06-294-17/+75
* | | QRasterPaintEngine: Don't detach QImageSérgio Martins2015-06-291-3/+3