summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add missing QT_NO_REGEXP guard to search functionsSamuel Gaist2014-11-262-0/+5
* QFontDatabase: Fall back to "Any" writing system if none matchesUlf Hermann2014-11-261-1/+4
* Merge QFontEngineMultiBasicImpl and QFontEngineMultiKonstantin Ritt2014-11-265-135/+110
* Add name for the Touchpad[Toggle|On|Off] keysAlbert Astals Cid2014-11-251-0/+3
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2430-114/+378
|\
| * 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
* | Use the static TexStorage2|3D funcs in es buildsLaszlo Agocs2014-11-191-0/+5
* | Add debug output for QPlatformSurfaceEvent.Friedemann Kleint2014-11-171-0/+14
* | Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-174-0/+82
* | QOpenGLTexture: don't allocate immutable multisample storage if not supportedGiuseppe D'Angelo2014-11-141-3/+35
* | QOpenGLTexture: be more strict with the pixel format/typesGiuseppe D'Angelo2014-11-141-3/+141
* | QOpenGLTexture: move the Feature enum on top of the headerGiuseppe D'Angelo2014-11-141-22/+22
* | QOpenGLTexture: Fix a commentGiuseppe D'Angelo2014-11-141-4/+4
* | QOpenGLTexture: introduce support for Ericsson compressed formatsGiuseppe D'Angelo2014-11-142-0/+68
* | QSurface: added Q_DECLARE_METATYPEPaul Lemire2014-11-141-1/+3
* | QOpenGLTexture: fix storage allocationGiuseppe D'Angelo2014-11-133-12/+159
* | QOpenGLTexture: move all the enums at the beginning of the classGiuseppe D'Angelo2014-11-131-78/+78
* | QOpenGLTexture: revamp the feature listGiuseppe D'Angelo2014-11-131-12/+48
* | Ensure that a leave event is sent to a popup that is being closedJørgen Lind2014-11-072-7/+6
* | Do not crash during global key presses.Jan Arve Saether2014-11-051-1/+1
* | Insert #line statements in shader program.Florian Behrens2014-11-031-27/+125
* | Fix leftover doc bug from Qt 3 days.Gunnar Sletta2014-11-011-2/+1
* | Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-011-2/+0