aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* V4 Debugger: If no context is given inject the QML contextUlf Hermann2016-01-073-9/+55
* V4 Debugger: Allow expression evaluation without pausingUlf Hermann2016-01-077-177/+257
* Make RuntimeHelpers::numberToString() comply with EcmaScriptUlf Hermann2016-01-051-2/+30
* V4: use range-based for-loops in the IR.Erik Verbruggen2016-01-051-9/+9
* QSBatchRenderer: Replace Node::children QList with a singly linked list.Robin Burchell2016-01-052-22/+65
* tvOS supportMike Krus2016-01-017-5/+13
* Fixed assertion failure when using QSG_RENDERER_DEBUG=upload.Jason Erb2015-12-311-12/+14
* Make QQmlDebugConnector::hasEngine() constUlf Hermann2015-12-224-6/+6
* Remove dead codeFrank Meerkoetter2015-12-191-1/+1
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1833-90/+2080
|\
| * Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-186-2/+27
| * qml: preserve composite singleton types.Marco Benelli2015-12-173-8/+17
| * Link to drag and drop examples in relevant placesMitch Curtis2015-12-162-0/+3
| * Fix crash when grabbing a QQuickWidget before it is shown.Friedemann Kleint2015-12-151-6/+7
| * Fix QQuickPaintedItem::renderTarget docsJ-P Nurmi2015-12-151-1/+1
| * Don't warn about non-existent default properties when one was foundMitch Curtis2015-12-152-5/+30
| * Fix containsMouse with touch and hoverEnabledPaul Olav Tvete2015-12-151-0/+9
| * Fix shader compiler error (uniform and out variables with same name)Sean Harmer2015-12-151-2/+2
| * QQuickWidget: Update position of offscreen window in show().Friedemann Kleint2015-12-151-0/+1
| * qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-152-2/+2
| * Fix styled text core profile shaderSean Harmer2015-12-151-3/+3
| * QQuickTextEdit: Fully qualify enumerations in changed() signals.Friedemann Kleint2015-12-151-4/+4
| * Clean up correctly in rendercontrol to avoid crashesLaszlo Agocs2015-12-092-7/+13
| * Particle Turbulence image now reads correctly from QRC or local filesAriel Molina2015-12-081-1/+2
| * Turbulence was accidentally deactivated on geometry changedAriel Molina2015-12-081-1/+0
| * Make QQuickWidget update inside a proxy widgetLaszlo Agocs2015-12-081-1/+8
| * Correct heightmap values for TurbulenceAriel Molina2015-12-071-3/+3
| * QQuickImageBase: Add support for @3x imagesOlivier Goffart2015-12-071-28/+12
| * ListView: Sanitize visibleItems list after model insertionsGabriel de Dietrich2015-12-071-11/+48
| * Flickable: avoid perturbing the timeline further while in overshootShawn Rutledge2015-12-071-4/+6
| * Auto-tests for fast model updates while flickingGabriel de Dietrich2015-12-071-2/+2
| * QQuickAnimatorJob: store the target with a QPointerPaul Lemire2015-12-072-1/+6
| * Add .qmltypes files for built-in QML APIOswald Buddenhagen2015-12-075-0/+1876
* | Unbreak the case of "inplaceOpWithAddress" for the assembler.Frank Meerkoetter2015-12-181-1/+1
* | Rearrange the import paths so the qrc one is after the application pathAndy Shaw2015-12-171-1/+1
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-12-152-5/+4
* | Support debugging and profiling for pure QJSEnginesUlf Hermann2015-12-154-8/+33
* | QmlDebug: Add functionality to query if a server knows an engineUlf Hermann2015-12-154-0/+32
* | V4 Debugger: use engineAdded() instead of engineAboutToBeAdded()Ulf Hermann2015-12-152-3/+3
* | Remove dead fwd-dclFrank Meerkoetter2015-12-1512-18/+0
* | Remove dead codeFrank Meerkoetter2015-12-151-2/+0
* | Do not just fall through on the error pathFrank Meerkoetter2015-12-151-0/+3
* | Provide a proper constructorFrank Meerkoetter2015-12-152-4/+6
* | Initialize all the pointer membersFrank Meerkoetter2015-12-151-0/+1
* | Add missing nullptr checkFrank Meerkoetter2015-12-141-0/+3
* | Remove dead codeFrank Meerkoetter2015-12-141-2/+0
* | Add support for mapping between item's and global screen coordinatesNikita Krupenko2015-12-103-0/+68
* | QQmlEngineDebugService: Don't lookup urls from invalid contextsUlf Hermann2015-12-091-1/+1
* | Fix resource leakFrank Meerkoetter2015-12-081-0/+1
* | Remove dead codeFrank Meerkoetter2015-12-081-1/+1