summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2031-93/+159
|\
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-2011-50/+50
| * qgrayraster: use a cast to void to mark a variable as unusedGiuseppe D'Angelo2017-04-201-5/+1
| * Doc: Fix link errorsNico Vertriest2017-04-192-3/+3
| * Fix PNGs saved from QImage transform of 8-bit imagesAllan Sandfeld Jensen2017-04-192-2/+2
| * Doc: Hide QPA classesFriedemann Kleint2017-04-192-6/+3
| * Add debug output for QScrollPrepareEvent and QScrollEventFriedemann Kleint2017-04-191-0/+14
| * Doc: Remove broken link to QWindowSystemInterface::registerTouchDevice()Leena Miettinen2017-04-182-2/+6
| * Doc: add missing specs about parametersNico Vertriest2017-04-182-1/+7
| * Add debug operators for font database structs for easier debuggingTor Arne Vestbø2017-04-182-0/+28
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-182-2/+3
| |\
| | * QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-1/+2
| | * Doc: updated QSyntaxHighlighter documentation and use QRegularExpressionSamuel Gaist2017-04-121-1/+1
| * | Be more explicit about the supported platforms for OpenGL ES 2Jake Petroules2017-04-131-3/+3
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-122-13/+17
| |\|
| | * configure: fix detection of xcb extensionsGatis Paeglis2017-04-111-12/+14
| | * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-1/+3
| * | Prevent QWindow transient parent loopTor Arne Vestbø2017-04-121-0/+4
| * | QTextDocument: improve import of DIV tagsDavid Faure2017-04-101-3/+7
| * | Android: fix Menu and Back key handlingJ-P Nurmi2017-04-071-3/+11
* | | Use qToStringViewIgnoringNull() where applicableMarc Mutz2017-04-191-2/+2
* | | Make platform menu tag/setTag not be pure virtualAlbert Astals Cid2017-04-182-4/+45
* | | QMovie: Add lastError and lastErrorString gettersRobin Burchell2017-04-142-0/+29
* | | QMovie: Make sure to pass on QImageReader errors when they occurRobin Burchell2017-04-141-3/+18
* | | Remove the Windows XP style from public accessibilityJake Petroules2017-04-131-1/+1
* | | Add button layout for dialogs on AndroidNikita Krupenko2017-04-112-5/+26
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0718-58/+108
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-069-39/+86
| |\|
| | * Copy stretch to multifont fontDefAllan Sandfeld Jensen2017-04-051-0/+2
| | * Environment variable enabling the workaround FBO readback bugMarco Martin2017-04-051-0/+34
| | * qbmphandler fix: use qint64 for caching QIODevice file positionHendrick Melo2017-04-042-4/+4
| | * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-045-35/+46
| * | Fix warnings for -no-feature-settingsStephan Binner2017-04-041-0/+2
| * | Fix warning for -no-feature-texthtmlparserStephan Binner2017-04-041-2/+2
| * | Fix warning for -no-feature-wheeleventStephan Binner2017-04-041-0/+2
| * | Delete QRasterWindow backingstore while window is still aliveTor Arne Vestbø2017-04-042-0/+9
| * | Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-042-11/+0
| * | No divide by zero if all imageformat features are disabledStephan Binner2017-04-041-1/+2
| * | CMAKE: Fix EGL link extensionsAndreas Holzammer2017-04-041-4/+4
* | | QTextLayout optimization: avoid calling [] when at() will doDavid Faure2017-04-051-29/+29
* | | QVulkan{Layer,Extension}: various fixesMarc Mutz2017-04-052-16/+84
* | | Documentation: Add Vulkan section to Qt Gui overviewFriedemann Kleint2017-04-053-5/+41
* | | Vulkan: Fix shadow buildsAndy Nichols2017-04-053-7/+9
* | | Mark some more functions with Q_DECL_CONST_FUNCTIONGiuseppe D'Angelo2017-04-051-1/+1
* | | QStaticText: mark constructor as explicitGiuseppe D'Angelo2017-04-051-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-0411-65/+95
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0411-65/+95
| |\| |
| | * | Fix warnings for -no-feature-cssparserNikita Krupenko2017-03-292-1/+3
| | * | Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
| | * | Switch to RGB(A|X)8888[_Premultiplied] for QOpenGLFBO readbacks on GLESLaszlo Agocs2017-03-281-34/+9