summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add since 5.2 to the new QColor featuresAlbert Astals Cid2013-04-261-1/+3
* Make QColor understand #AARRGGBBAlbert Astals Cid2013-04-263-8/+48
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-2640-70/+410
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-2240-70/+410
| |\
| | * Implement alertion state for windows.Friedemann Kleint2013-04-196-0/+68
| | * Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-193-8/+19
| | * Add the GL headers to cmake variables.Stephen Kelly2013-04-192-0/+36
| | * Make password mask characters themeable.Mitch Curtis2013-04-196-2/+18
| | * Actually set devicePixelRatio on copy.Morten Johan Sørvig2013-04-191-0/+1
| | * Fix memory leak.Sérgio Martins2013-04-181-0/+2
| | * Android: Don't crash when displaying multiple top-levelsEskil Abrahamsen Blomfeldt2013-04-182-3/+8
| | * QOpenGLPaintDevice: correct painting on retina.Morten Johan Sørvig2013-04-181-1/+1
| | * Move Fusion styles palette into QtGuiJørgen Lind2013-04-176-2/+156
| | * Add default value for qHash's 'seed' argument for QOpenGLVersionProfile/StatusTor Arne Vestbø2013-04-152-2/+2
| | * Make qtbase compile with QT_NO_IMAGEFORMATPLUGINTasuku Suzuki2013-04-152-4/+4
| | * Add devicePixelRatio metric to QPaintDevice.Morten Johan Sørvig2013-04-1511-23/+58
| | * QFontEngine: Fix cache_cost might be not initializedKonstantin Ritt2013-04-142-0/+2
| | * Fix integer overflow for very large fontsKonstantin Ritt2013-04-121-3/+7
| | * QFontCache: Make clear() really clear/free cached data it maintainsKonstantin Ritt2013-04-121-22/+28
| | * QPagedPaintDevice: Fix setPageSize() to set correct metricsJohn Layt2013-04-121-1/+1
* | | Improve desktop environment detection.David Faure2013-04-241-1/+4
* | | Make sure QIconLoader is always initializedKevin Ottens2013-04-222-8/+5
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-128-29/+37
|\|
| * Fix leaking of QFontEngineDataKonstantin Ritt2013-04-123-11/+18
| * Fix the check if mouse events should be synthesized from touch eventsFabian Bumberger2013-04-112-1/+9
| * Do not show the warning if queryAI() returns an invalid interface.Jan Arve Saether2013-04-111-1/+1
| * QFreetypeFace: Fix getFace() uses UTF-8 paths on non UTF-8 localesKonstantin Ritt2013-04-111-1/+1
| * Fix QFontconfigDatabase unable to fallback to a localized familyKonstantin Ritt2013-04-112-15/+8
* | Merge branch 'stable' into devSergio Ahumada2013-04-1029-126/+235
|\|
| * doc: Minor changes to qtgui.qdocconfSergio Ahumada2013-04-092-3/+3
| * Make QTextCursor accessibility boundary finder availableFrederik Gladhorn2013-04-084-38/+100
| * Fix incorrect classification of glTexImage3D.Sean Harmer2013-04-0522-80/+122
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-031-5/+10
| |\
| | * Fix gcc OOM error when compiling in release modeKai Koehne2013-04-021-5/+10
* | | QIcon: Added a move constructor.Keith Gardner2013-04-081-0/+4
* | | QImage: Added a move constructor.Keith Gardner2013-04-081-0/+5
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-0416-30/+366
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-0316-30/+366
| |\| |
| | * | ApplicationState: Add new event class: ApplicationStateChangeEventRichard Moe Gustavsen2013-04-033-0/+34
| | * | Doc: Fix the documentation for QWindow::focusObjectChanged()Topi Reinio2013-04-031-3/+3
| | * | QTextCharFormat::setFont(): Preserve the font hinting preferenceKonstantin Ritt2013-04-021-0/+1
| | * | Cache QAccessibleInterfaces.Frederik Gladhorn2013-04-027-20/+310
| | * | Fix reporting writing systems for non-TrueType fontsKonstantin Ritt2013-04-011-4/+1
| | * | Fix missing devicePixelRatio propagation on copy.Morten Johan Sørvig2013-03-292-3/+6
| | * | Load "@2x" images on high-dpi "retina" systems.Morten Johan Sørvig2013-03-281-0/+11
* | | | iOS: Enable NEON optimizations, except for the pixman draw-helpersTor Arne Vestbø2013-04-042-4/+7
|/ / /
* | | Improve QTextEngine::elidedText() in TextShowMnemonic modeKonstantin Ritt2013-04-021-4/+5
* | | Improve shapeTextWithHarfbuzz() logic a bitKonstantin Ritt2013-04-012-85/+63
* | | Replace HB_JustificationClass with QGlyphAttributes::JustificationClassKonstantin Ritt2013-04-012-39/+59
|/ /
* | Doc: Corrected a typo in the constructor documentation.Venu2013-03-271-1/+1