aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-1423-66/+143
|\
| * Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-1/+4
| * Fix build without feature.imTasuku Suzuki2017-01-131-0/+2
| * QJSValue: Mention how to construct QJSValue from other non-obvious typesRobin Burchell2017-01-121-1/+2
| * Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2017-01-121-1/+6
| * Propagate root changes to rendernodes tooLaszlo Agocs2017-01-121-0/+4
| * Update QSGRenderNode docs to match realityLaszlo Agocs2017-01-121-3/+0
| * Avoid needless notifications when destroying layoutsJan Arve Saether2017-01-123-5/+29
| * QML tooling: Make sure we signal object creation also from QQmlIncubatorUlf Hermann2017-01-112-11/+13
| * Fix crash in CanvasGunnar Sletta2017-01-101-1/+0
| * Doc: Rearranged order of Extending QML ExamplesNico Vertriest2017-01-091-0/+36
| * Clarify MouseArea's onClicked and onPressAndHold documentationKavindra Palaraja2017-01-081-2/+2
| * Clarified that QQmlListProperty can only be used for lists of QObject-derived...Kavindra Palaraja2017-01-051-2/+3
| * Added documentation for the GroupSwitchModifierKavindra Palaraja2017-01-051-0/+1
| * Fix stencil clips with core profile contextsLaszlo Agocs2017-01-041-1/+22
| * Added the missing link to AnimationKavindra Palaraja2017-01-031-0/+1
| * Fix QML cache not being invalidated when source path changesSimon Hausmann2017-01-021-0/+5
| * QQuickWindow flushFrameSynchronousEvents: don't hover if nothing dirtyShawn Rutledge2016-12-281-2/+3
| * Get rid of the GCBlockerLars Knoll2016-12-284-36/+0
| * Removed auto-generated links to internal classesKavindra Palaraja2016-12-281-0/+10
* | QQuickItemViewPrivate: cleanup superfluous semi-colonsJ-P Nurmi2017-01-141-2/+2
* | Deprecate Text::doLayout() in favor of forceLayout()J-P Nurmi2017-01-143-2/+16
* | Add initial support for INTEGRITYKimmo Ollila2017-01-133-4/+19
* | Improve visibility into Positioner positioning from QMLMichael Brasser2017-01-133-0/+100
* | QSGThreadedRenderLoop: Correctly stop the animation timer ...Robin Burchell2017-01-123-1/+17
* | QQuickItemGrabResult: Use qmlWarning instead of qWarningRobin Burchell2017-01-121-7/+8
* | QSGNodeVisitorEx virtual destructorPier Luigi Fiorini2017-01-121-0/+2
* | Port existing qmlInfo callers to qmlWarningRobin Burchell2017-01-1147-165/+165
* | PathView: fix crash on path removeOleg Yadrov2017-01-111-7/+14
* | QQmlError: Fix code style a bitRobin Burchell2017-01-111-19/+32
* | QQmlInfo: Add qmlDebug & qmlWarning functions alongside qmlInfoRobin Burchell2017-01-115-28/+171
* | Binop assembler cleanupSimon Hausmann2017-01-112-87/+97
* | Break circular assembler dependencySimon Hausmann2017-01-113-8/+8
* | Minor assembler cleanupSimon Hausmann2017-01-112-169/+172
* | Remove Q_FLAGS about a enum/flags that don't exist at allAlbert Astals Cid2017-01-111-1/+0
* | Clarify JIT selection for 32-bit and 64-bit architecturesSimon Hausmann2017-01-041-4/+4
* | MultiPointTouchArea.TouchPoint: add rotation, uniqueId and ellipseDiametersShawn Rutledge2017-01-044-2/+93
* | Make it possible to call grabToImage() on Window.contentItemOleg Yadrov2017-01-022-0/+5
* | Add TextInput::textEdited()J-P Nurmi2016-12-303-1/+16
* | Flickable: add horizontal/verticalOvershoot propertiesJ-P Nurmi2016-12-294-3/+90
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-2513-57/+102
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-253-10/+15
| |\
| | * change type of QQuickPointerDevice::uniqueId to QPointingDeviceUniqueIdShawn Rutledge2016-12-091-4/+5
| | * rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-092-6/+5
| | * V4 Interpreter: reset the exception handler for every catch blockErik Verbruggen2016-12-081-0/+5
| * | Example: corrected screenshot of the localstorage appNico Vertriest2016-12-211-0/+0
| * | Fix wrong grabbing behaviorFilipe Azevedo2016-12-201-0/+5
| * | ListView, GridView: fix missing keyNavigationEnabled propertyMitch Curtis2016-12-201-2/+7
| * | QmlProfiler: Don't create a new event ID for each binding instanceUlf Hermann2016-12-202-31/+30
| * | V4 Profiler: Don't delete compilation units when copying trace dataUlf Hermann2016-12-201-3/+2