aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2227-32/+155
|\
| * add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-219-0/+32
| * Add a feature for DelegateModelUlf Hermann2018-03-2111-12/+72
| * Do not look up objects in deferred propertiesThomas Hartmann2018-03-213-1/+35
| * Simplify handling of function expressions as signal handlersMichael Brasser2018-03-214-22/+12
| * Handle function expressions in SignalTransitionMichael Brasser2018-03-212-4/+11
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-03-2146-291/+830
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2146-291/+830
| |\|
| | * Doc: provide an example of the C++ - QML interaction pathMitch Curtis2018-03-211-11/+115
| | * Doc: mention alternative syntax for resource filesMitch Curtis2018-03-211-15/+35
| | * Fix QQmlListModel crash when appending an empty array in debug modeDaniel Vrátil2018-03-202-11/+34
| | * Rename best practices page to "Best Practices for QML and Qt Quick"Mitch Curtis2018-03-201-5/+5
| | * Remove qtquick-guidelines, move contents into qtquick-bestpracticesMitch Curtis2018-03-202-50/+15
| | * Tighten QML cache version checkingSimon Hausmann2018-03-205-39/+21
| | * Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-2020-59/+204
| | * Handle function expressions as signal handlersErik Verbruggen2018-03-208-5/+103
| | * Doc: improve "Separate UI from Logic" sectionMitch Curtis2018-03-201-17/+31
| | * Doc: simplify "Qt Quick Best Practices" introduction paragraphMitch Curtis2018-03-201-4/+4
| | * Doc: reorganize "Bundle Application Resources" sectionMitch Curtis2018-03-201-18/+30
| | * Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-204-1/+19
| | * tests: un-blacklist tst_qquickitem::ignoreButtonPressNotInAcceptedMouseButtons()Gatis Paeglis2018-03-201-2/+0
| | * Fix grammar in "Qt Quick Best Practices"Mitch Curtis2018-03-201-2/+2
| | * Fix out of bounds reads in Array.concatLars Knoll2018-03-202-1/+15
| | * Fix CONFIG+=qtquickcompiler with Q_CLEANUP_RESOURCESimon Hausmann2018-03-191-3/+11
| | * QML debugger: Don't crash when creating objects on engine destructionUlf Hermann2018-03-192-1/+26
| | * Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-196-61/+71
| | * Restore the QV4_WRITE_PERF_MAP featureUlf Hermann2018-03-192-6/+109
* | | QmlDebug: Drop support for non-multipacket clientsUlf Hermann2018-03-211-23/+17
|/ /
* | QQmlDebugProcess: Forward the process' finished() signalUlf Hermann2018-03-212-0/+2
* | QQmlDebugClient: Make stateChanged a signalUlf Hermann2018-03-2015-46/+19
* | QQmlDebugProcess: Add a method to return the ProcessStateUlf Hermann2018-03-205-6/+12
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-1740-131/+301
|\|
| * Pass "this" object when evaluating debug jobsUlf Hermann2018-03-175-8/+53
| * Add a test that verifies the this object in signal handlersSimon Hausmann2018-03-172-13/+25
| * Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-1614-61/+12
| * Reduce the overhead of type loader lockingSimon Hausmann2018-03-164-14/+15
| * When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-165-2/+127
| * Improve AnimatedSprite's documentationMitch Curtis2018-03-161-16/+16
| * Improve SpriteSequence's documentationMitch Curtis2018-03-161-12/+12
| * QQuickWindow: skip mouse synthesis for touch events from trackpadsShawn Rutledge2018-03-162-1/+12
| * Add Q_UNUSED(engine) to fix build on iOSShawn Rutledge2018-03-161-0/+2
| * Scale up SVG images if source size is larger than original sizeAndy Shaw2018-03-155-4/+27
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-1511-55/+483
|\|
| * Fix use of CONFIG+=qtquickcompiler with spaces in pathsSimon Hausmann2018-03-141-6/+6
| * Fix a crash in Object.proto.propertyIsEnumerableLars Knoll2018-03-141-3/+5
| * tests: add autotest for Q_GADGET derived template classNils Jeisecke2018-03-141-0/+29
| * Doc: Add Qt Quick usage guidelinesVenugopal Shivashankar2018-03-135-0/+397
| * Fix typos, punctuation, and grammar in sprites.qdocMitch Curtis2018-03-131-30/+30
| * Fix non-integer scale factors with Text native renderingDavid Edmundson2018-03-131-2/+2
| * Fix ABI/API symbol taggingSimon Hausmann2018-03-121-14/+14