aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * photoviewer depends on xmlpatternsLaszlo Agocs2016-08-041-2/+1
| * Fix grammar in JavaScript Host Environment docMitch Curtis2016-08-041-2/+2
| * Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
| * QQmlComponent: fix handling of relative pathsDavid Faure2016-08-031-2/+5
| * autotests: fix finding data files when not in CWDDavid Faure2016-08-033-29/+23
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-0123-76/+454
|\|
| * Revert "macOS: Use sRGB when doing native font rendering into FBO"Sérgio Martins2016-07-291-27/+4
| * Doc: Describe how to implement custom SQL models for QMLVenugopal Shivashankar2016-07-281-0/+105
| * MSVC: Make Lancelot's scenegrabber compileEskil Abrahamsen Blomfeldt2016-07-281-1/+1
| * Fix documentation of Component.createObjectGiuseppe D'Angelo2016-07-261-1/+1
| * Mention Q_FLAG in C++ <=> QML type conversion documentationMitch Curtis2016-07-261-0/+2
| * QQmlPropertyMap: Don't spuriously emit valueChanged() signalThomas McGuire2016-07-252-1/+36
| * Fix build on macOS with ICC: -sectcreate is a linker optionThiago Macieira2016-07-241-1/+1
| * Work around ICC bug about C++11 noexcept inheritanceThiago Macieira2016-07-231-21/+21
| * Fix QQuickItem's setAcceptedMouseButtons functionDan Cape2016-07-212-0/+29
| * Fix string property assignments to 2d vectors and quaternionsSimon Hausmann2016-07-215-0/+78
| * Fix QQmlEngine crash on big endian 64 bit architectures (s390x)Maximiliano Curia2016-07-201-2/+2
| * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-202-21/+102
| * Add benchmark for pathological O(N^2) behavior in QQmlChangeSet.Milian Wolff2016-07-183-0/+71
| * Remove vsync sleep before rendering first frameMilian Wolff2016-07-181-1/+1
* | Bump versionOswald Buddenhagen2016-07-281-1/+1
* | tst_qmlproperty: Fix access of dangling pointerThiago Macieira2016-07-281-3/+3
* | Doc: syntax error qml exampleNico Vertriest2016-07-201-1/+1
* | Doc: minor spelling issueNico Vertriest2016-07-191-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-1523-69/+384
|\|
| * Relax QQmlProfilerService test for scene graph eventsUlf Hermann2016-07-151-6/+11
| * PieChart examples: initialize membersEdward Welbourne2016-07-152-2/+2
| * Avoid crashing when failing to query GL_EXTENSIONSJoni Poikelin2016-07-151-2/+2
| * Fix missing closing parenthesis in TextEdit docsMitch Curtis2016-07-141-2/+2
| * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-143-4/+31
| * QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-123-16/+103
| * macOS: Use sRGB when doing native font rendering into FBOSérgio Martins2016-07-111-4/+27
| * tst_qquicklistview: Style fixesRobin Burchell2016-07-081-4/+2
| * demos: Fix installation of photoviewer example and add to buildRobin Burchell2016-07-053-30/+3
| * Fix crash in QQuickShaderEffect::updatePaintNodeAlbert Astals Cid2016-07-054-1/+152
| * Flickable: fix minXExtent/minYExtent when content is smaller than viewAndrea Bernabei2016-07-013-2/+49
* | Doc: Added definition of enum value ItemAntialiasingHasChangedNico Vertriest2016-07-111-0/+3
* | localstorage: disable warning about tautological comparisonShawn Rutledge2016-07-071-0/+5
* | qmlplugindump: Avoid warnings about missing createPlatformOpenGLContextKai Koehne2016-06-291-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-2920-21/+253
|\|
| * Fix missing QQuickWidget updatesLaszlo Agocs2016-06-271-1/+8
| * Fix QQmlTypeData object leakJian Liang2016-06-251-2/+2
| * Remove misleading out of date comments in QQuickWindowPrivateLaszlo Agocs2016-06-231-2/+0
| * QQuickWidget: Fix crash when there's an offscreen window, but no real window ...Kai Koehne2016-06-231-3/+4
| * Rename qt.scenegraph.info to qt.scenegraph.generalKai Koehne2016-06-232-3/+3
| * ungrab touch points if the MultiPointTouchArea is hidden or disabledJan Arve Saether2016-06-233-0/+100
| * qmltest - fix accidentally broken BLACKLISTTimur Pocheptsov2016-06-221-1/+0
| * QQuickSpriteEngine: avoid entering infinite loop in assembledImage()Daniel d'Andrada2016-06-215-0/+94
| * Add potentially missing include to qquickviewcomparison exampleLaszlo Agocs2016-06-211-0/+1
| * Add missing signal handling for QJSValueMichal Klocek2016-06-211-1/+4