summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix failure to build QtQuick with LTOThiago Macieira2014-11-232-1/+5
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-219-23/+15
|\
| * Doc: Added brief statement to group definitionNico Vertriest2014-11-191-0/+1
| * Correct the signature and access rights for the protected constructorLars Knoll2014-11-192-3/+3
| * Fix hb_face leaking in QFontEngineFTKonstantin Ritt2014-11-153-8/+2
| * Make it possible to disable font embeddingEskil Abrahamsen Blomfeldt2014-11-151-1/+2
| * Revert "Fix fallbacks for adapted common script"Eskil Abrahamsen Blomfeldt2014-11-133-7/+7
| * Windows: Remove font size hackEskil Abrahamsen Blomfeldt2014-11-111-4/+0
* | Observe QLocale::RejectGroupSeparator in QInt/DoubleValidator.Friedemann Kleint2014-11-201-3/+7
* | Allow empty string as intermediate matchPaul Olav Tvete2014-11-201-1/+1
* | Enable transformations for Qt Quick in FT engineEskil Abrahamsen Blomfeldt2014-11-202-11/+67
* | Android: Compile for MIPSEskil Abrahamsen Blomfeldt2014-11-191-1/+1
* | Add a note about group separators to numeric validators.Friedemann Kleint2014-11-191-2/+12
* | Save a detach if QBrush::setColor does not change the brush colorAllan Sandfeld Jensen2014-11-181-0/+3
* | Update fbo toImage() docs regarding premultiplied alphaLaszlo Agocs2014-11-171-3/+17
* | Fix for current_fbo getting out of sync in QtOpenGLSamuel Rødal2014-11-112-2/+17
* | Make the -nograb and -dograb arguments actually work on xcbJørgen Lind2014-11-113-30/+0
|/
* Fix loading 2x images in Rich Text DocumentsMihailNaydenov2014-11-071-26/+41
* Skip unused function isCoreProfile() on non-ES2 platformsTor Arne Vestbø2014-11-051-0/+2
* docs: WindowType is important for dialogs to center themselvesShawn Rutledge2014-11-051-0/+4
* Don't build or use qt_convert_rgb888_to_rgb32_neon on ARM64/AArch64Tor Arne Vestbø2014-11-033-5/+6
* QShapedPixmapWindow: do not leak the backing storeGiuseppe D'Angelo2014-10-312-0/+7
* Fix a possible use after freeLars Knoll2014-10-301-1/+1
* Ignore alert on an active windowJohn Brooks2014-10-291-2/+2
* Add qobject_cast template specialisation for QWindowJørgen Lind2014-10-291-0/+13
* Fix justification in multi fontengine glyphrunsAllan Sandfeld Jensen2014-10-281-2/+4
* Rotate images according to Exif orientationRainer Keller2014-10-271-1/+149
* fix crash when dropping a file into an empty QTextEditJoerg Bornemann2014-10-271-0/+4
* Add searchEdit as accessible stateFrederik Gladhorn2014-10-252-0/+3
* Add support for more font weights internallyPierre Rossi2014-10-243-8/+17
* Fix printing of semitransparent images to PDFAllan Sandfeld Jensen2014-10-241-1/+3
* Do not parent the shader program to the QOpenGLContextJocelyn Turcotte2014-10-231-1/+4
* Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-232-1/+2
* Fix uninitialized value warning in QFontEngineFT.Axel Rasmussen2014-10-231-0/+1
* Doc: Improved explanation of quality setting in QImageReader/Writeraavit2014-10-222-15/+25
* Avoid adding empty parent icon themeWeitian Leung2014-10-221-0/+1
* Document QOpenGLPixelTransferOptionsLaszlo Agocs2014-10-221-0/+93
* QPA: Flush window system events with flags.Morten Johan Sørvig2014-10-224-10/+13
* Correctly apply miter limits when stroking linesLars Knoll2014-10-211-0/+2
* Fix ShortcutOverride for QtQuick on OSXJosh Faust2014-10-201-2/+10
* Doc: add info about letter spacing type to function descLeena Miettinen2014-10-201-1/+2
* Correct QPainter::clipPath() documentation.Mitch Curtis2014-10-201-2/+1
* Remove QOpenGLContextPrivate::globalShareContextJocelyn Turcotte2014-10-202-13/+0
* Fix QOpenGLWindow tests when devicePixelRatio != 1Jørgen Lind2014-10-201-7/+10
* Avoid breaking BC with new virtuals in QOpenGLPaintDeviceLaszlo Agocs2014-10-165-44/+95
* Fix QOpenGLWidget on Cocoa when used as viewportLaszlo Agocs2014-10-143-1/+32
* qplatformmenu: remove unused and deprecated functionRichard Moe Gustavsen2014-10-131-5/+0
* Update QOffscreenSurface docs regarding threadsLaszlo Agocs2014-10-131-0/+8
* Doc: Update description of QKeyEvent classTopi Reinio2014-10-131-6/+5
* Fix memory leak in QClipboard::setMimeData()Eskil Abrahamsen Blomfeldt2014-10-101-3/+8