summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Adding QPlatformMessageDialogHelper and QMessageDialogOptionsShawn Rutledge2013-09-133-1/+200
* Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-135-4/+42
* Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-133-4/+5
* Push updates to the QPA cursor even when a modal window is shownLaszlo Agocs2013-09-131-5/+6
* Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-131-0/+8
* Implement QFontEngine::harfbuzzFont/Face() with HarfBuzz-NGKonstantin Ritt2013-09-131-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-101-8/+8
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-8/+8
| |\
| | * Initialize variables to fix valgrind warning in pnghandler.Friedemann Kleint2013-08-301-8/+8
* | | Fix Android Style plugin.BogDan Vatra2013-09-101-0/+4
* | | Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-104-12/+6
* | | Use Qt's own glyph cache with the freetype engine.Gunnar Sletta2013-09-101-2/+1
* | | Make QFontEngine not derive from QObjectKonstantin Ritt2013-09-103-6/+12
* | | QFontEngineFT: Drop modularization leftoversKonstantin Ritt2013-09-091-4/+0
* | | Fix QPainter usage in non-GUI thread warning appearing in debugKonstantin Ritt2013-09-091-3/+3
* | | Doc: Link to external docs in QOpenGLFunctions_* classesTopi Reinio2013-09-0923-22/+114
* | | Add HarfBuzz-NG supportKonstantin Ritt2013-09-082-1/+178
* | | Add HarfBuzz-to-Qt bridging codeKonstantin Ritt2013-09-084-0/+861
* | | QTextEngine::shapeText(): Better error handling for corner casesKonstantin Ritt2013-09-081-4/+4
* | | QTextEngine::shapeTextWithHarfbuzz() code simplificationKonstantin Ritt2013-09-082-66/+69
|/ /
* | Remove unused check_gradient functionThiago Macieira2013-09-061-6/+0
* | Fix new change-of-sign warning detected by ICC 14.Thiago Macieira2013-09-061-1/+1
* | Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-0513-24/+44
* | Rely solely on alphaMapBoundingBox in QTextureGlyphCacheGunnar Sletta2013-09-051-6/+3
* | qimagereader: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* | Introduce QAbstractTextDocumentLayout::unregisterHandler()J-P Nurmi2013-09-042-0/+19
* | Doc: Fixed information about the default modules when using qmake.Jerome Pasion2013-09-042-1/+11
* | Fix qt_pixmapToWinHICON() not to return invalid HICON for null pixmapsJ-P Nurmi2013-09-041-0/+3
* | Fix ICC warnings about functions declared but not usedThiago Macieira2013-09-042-2/+0
* | Add QPA session managerSamuel Gaist2013-09-049-50/+394
* | Fix QAbstractTextDocumentLayout::registerHandler() argument nameJ-P Nurmi2013-09-021-4/+2
* | Fix typo in QTextDocument::contentsChange() argumentsJ-P Nurmi2013-09-021-1/+1
* | Added applicationState() to QGuiApplication.Yoann Lopes2013-09-023-34/+60
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-028-57/+320
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-278-57/+320
| |\|
| | * Use custom class for storing distance fields instead of QImage.Yoann Lopes2013-08-272-29/+306
| | * Android: Fix crash when hitting Back button to quitEskil Abrahamsen Blomfeldt2013-08-261-1/+1
| | * Ensure the docs for QOpenGLFunctions_ES2 are generatedThiago Macieira2013-08-231-1/+1
| | * Do not recreate window if it is moved to a virtual sibling screen.Friedemann Kleint2013-08-231-2/+3
| | * Switch back to thumb for android armeabi.BogDan Vatra2013-08-221-0/+4
| | * Check for window handle in QBackingStore::flush().Friedemann Kleint2013-08-221-0/+5
| | * Don't use qt_mac_get_fixed_pitch() to resolve fixed pitch fonts on OSXTor Arne Vestbø2013-08-211-24/+0
* | | QPainter: Fix (!a == b) bugTobias Hunger2013-08-311-2/+2
* | | Fix warning about class/struct mismatchTobias Hunger2013-08-301-2/+3
* | | QFileDialog: add MIME Type filtersDavid Faure2013-08-292-0/+14
|/ /
* | Add operator[] to QVectorND classesSean Harmer2013-08-276-0/+102
* | Move SnapToDefaultButton from QPlatformDialogHelper to QPlatformThemeAndy Shaw2013-08-234-18/+8
* | Accessibility for AndroidFrederik Gladhorn2013-08-221-1/+3
* | Remove rowColumnExtents from QAccessibleTableCellInterfaceFrederik Gladhorn2013-08-221-6/+0
* | Fix typo in qkeysequence.cpp code comment.Mitch Curtis2013-08-221-1/+1