aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Turn the no-network support into a configurable featureLars Knoll2016-10-1028-145/+153
* Make the Moth interpreter configurableLars Knoll2016-10-107-8/+54
* Convert qtdeclarative over to use the new configure systemLars Knoll2016-10-106-2/+60
* V4: Move zero-initialization of heap items into the header fileErik Verbruggen2016-10-072-1/+2
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-0624-22/+85
* QQmlTypeLoader: Clean up trimCache()Ulf Hermann2016-10-061-6/+5
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-0673-446/+576
* QML: Make Heap::RegExp and Heap::String trivialErik Verbruggen2016-10-059-29/+36
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-0533-196/+243
* QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-056-43/+55
* Adding QQuickDesignerSupportMetaInfo::registerMockupObject()Thomas Hartmann2016-10-055-2/+138
* Fix mouse and touch grabbing issuesFrederik Gladhorn2016-10-042-14/+36
* Rename parameter i to receiver in QQuickMultiPointTouchArea::childMouseEventF...Frederik Gladhorn2016-10-042-4/+4
* Fix behavior of Flickable::setPressDelayFrederik Gladhorn2016-10-041-1/+5
* add qt.quick.pointer.grab logging category to track pointer grabShawn Rutledge2016-10-031-0/+9
* Fix release event delivery in deliverTouchAsMouseFrederik Gladhorn2016-10-031-2/+3
* Flickable: respect keepMouseGrab againFrederik Gladhorn2016-10-022-13/+19
* Add some notes to mouse and touch ungrab docsFrederik Gladhorn2016-10-011-0/+15
* QML: Make all context objects trivialErik Verbruggen2016-09-3018-78/+123
* Do not crash in debug operator<< when QQuickPointerDevice is nullptrFrederik Gladhorn2016-09-291-0/+4
* winrt: Fix crash on ARM in release modeMaurice Kalinowski2016-09-281-0/+6
* QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-287-27/+26
* Don't crash when delivering stationary touchpoint as mouse releaseShawn Rutledge2016-09-271-0/+2
* QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-2712-52/+135
* Remove unused notifier for parent accessorSimon Hausmann2016-09-272-3/+0
* QML: Replace a QVector with a plain old C-style arrayErik Verbruggen2016-09-222-14/+26
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-09-2114-24/+147
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2114-24/+147
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-169-12/+47
| | |\
| | | * Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-162-2/+6
| | | |\
| | | | * Correctly update the geometry of QSGDefaultPainterNodev5.6.2Yoann Lopes2016-09-121-2/+2
| | | | * QtQml: Disable new optimizer of MSVC2015/Update 3Friedemann Kleint2016-09-021-0/+4
| | | * | Propagate window enter event as hover enter event in QQuickWindowEike Hein2016-09-151-0/+9
| | | * | QQuickTextInput: avoid emitting editingFinished twiceRichard Moe Gustavsen2016-09-151-1/+6
| | | * | Destroy an incubating delegate if it is removed before incubation completesMartin Jones2016-09-151-3/+17
| | | * | Fix grammar in "Keyboard Focus in Qt Quick" documentationMitch Curtis2016-09-061-1/+1
| | | * | Document that attached properties are created in C++Mitch Curtis2016-09-051-1/+2
| | | |/
| | | * Allow for garbage collection of types with errors in trimCache()Michael Brasser2016-08-301-2/+4
| | | * Workaround crashes in QtQml code related to dead-store eliminationJonathan Liu2016-08-281-1/+1
| | | * QQuickDragAttached: set actual drag source when instantiating QDragAlberto Mardegan2016-08-261-1/+1
| | * | Fix crash on exit when using default property aliases with layoutsMitch Curtis2016-09-151-0/+4
| | * | Fix smooth scaling for Qt Quick Text itemsJake Petroules2016-09-141-0/+8
| | * | Fix V4 on big-endianAllan Sandfeld Jensen2016-09-121-8/+5
| | * | Doc: Updated Local Storage QML Types documentationNico Vertriest2016-09-122-4/+82
* | | | QML: Cleanup prefix/suffixes for plug-in resolvingErik Verbruggen2016-09-191-15/+18
* | | | Add qt_attribution.json file for masmKai Koehne2016-09-193-0/+58
* | | | Qt Quick depends on guiSamuli Piippo2016-09-191-6/+8
|/ / /
* | | Fix crash when using Software Renderer on HiDPI QBackingStoreAndy Nichols2016-09-151-2/+11
* | | QML: Fix xmlhttprequestdata leakErik Verbruggen2016-09-141-2/+1
* | | Use the stringData() function from qmetaobject.cppThiago Macieira2016-09-121-2/+13