aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix use-after-free when removing elements from a ListModelErik Verbruggen2017-09-143-7/+27
* QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-1/+1
* Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-133-7/+19
* Fix qml cache invalidation when changing dependent C++ registered QML singletonsSimon Hausmann2017-09-123-0/+25
* Fix Integrity buildSimon Hausmann2017-09-121-1/+1
* Add missing math.h include for math functionsJake Petroules2017-09-122-0/+2
* Update the expected size of QV4::CompiledData::UnitJ-P Nurmi2017-09-111-3/+1
* Fix compilation with clang 4 on LinuxLars Knoll2017-09-111-12/+12
* Drain the mark stack while collecting rootsLars Knoll2017-09-101-1/+15
* Fix issue with programmatic flicking at boundsMichael Brasser2017-09-081-0/+1
* Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-0810-39/+50
* Remove temporary allocations during type cleanupSimon Hausmann2017-09-081-1/+1
* Get rid of the root object index variableSimon Hausmann2017-09-0811-43/+30
* Fix crash with loading cache files originating from top-level componentsSimon Hausmann2017-09-081-0/+2
* Fix crash with dangling context object pointersSimon Hausmann2017-09-081-0/+2
* Settings: document how to have several categoriesMitch Curtis2017-09-071-0/+9
* Fix crashes in QML apps when upgrading Qt snapshotsSimon Hausmann2017-09-072-10/+19
* QQmlPropertyValidator::validateObject(): remove unused codeJ-P Nurmi2017-09-071-10/+0
* add qt.quick.canvas logging category, show size change due to DPRShawn Rutledge2017-09-071-0/+11
* Canvas: Repaint on devicePixelRatio ChangeMorten Johan Sørvig2017-09-072-11/+15
* QQuickDragAttached: make hotSpot work with imageSourceOleg Yadrov2017-09-061-0/+1
* Disable deferring when referenced as a grouped propertyJ-P Nurmi2017-09-061-1/+1
* Fix crashes with closures created in QML componentsLars Knoll2017-09-0613-106/+210
* Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-064-27/+18
* Fix QtQml crashing with GHS compiler when using AOTSimon Hausmann2017-09-051-13/+30
* Change mirror vertical for software QSGLayers to trueAllan Sandfeld Jensen2017-09-051-1/+1
* QmlProfiler: Avoid race conditions in QQmlTypeLoaderUlf Hermann2017-09-055-16/+54
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-047-3/+36
* QQuickListView: ensure we re-layout when a delegate is placed at the last vis...Richard Moe Gustavsen2017-08-301-6/+4
* Doc: Minor fixes to Loader QML type documentationTopi Reinio2017-08-293-7/+10
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-2922-54/+54
* Don't copy the bytecode data from the cached compilation unitLars Knoll2017-08-291-6/+0
* Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
* Update doc to clarify the slot parameter for connectNotifySignalAndy Shaw2017-08-251-0/+3
* Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
* Fix compiler errors with clang 4.0Lars Knoll2017-08-231-12/+12
* Fix memory corruption with type trimmingSimon Hausmann2017-08-234-12/+14
* Small cleanupLars Knoll2017-08-231-2/+1
* Fix valgrind warning about uninitialized variableLars Knoll2017-08-231-0/+1
* Cleanup obsolete TODO in source codeLars Knoll2017-08-231-3/+0
* Clean up void * usageLars Knoll2017-08-235-13/+16
* Fix finding test data on AndroidEskil Abrahamsen Blomfeldt2017-08-221-0/+5
* Fix memory leaks with threaded rendererJoni Poikelin2017-08-223-5/+5
* Don't crash when trying to bind an invalid property indexUlf Hermann2017-08-171-1/+1
* Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-151-1/+1
* QQuickTextInput: Allow going from an Acceptable to an Intermediate stateAndy Shaw2017-08-151-0/+5
* Fix ListView::StrictlyEnforceRange with resizing delegateMichael Brasser2017-08-093-1/+14
* Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-043-8/+9
* Doc: Mention license in Qt Quick documentationKai Koehne2017-08-031-0/+8
* Avoid meta-object creation when looking up QML properties in the property cacheSimon Hausmann2017-08-021-4/+8