aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Don't build view transitions if nobody uses themLars Knoll2016-10-104-2/+21
* | | | Make itemviews and positioners configurableLars Knoll2016-10-108-14/+91
* | | | Make shader effects configurableLars Knoll2016-10-1024-34/+147
* | | | Make Sprite a configurable featureLars Knoll2016-10-1026-19/+123
* | | | Make AnimatedImage configurableLars Knoll2016-10-106-16/+29
* | | | Make ListView item configurableLars Knoll2016-10-104-3/+31
* | | | Make Flipable configurableLars Knoll2016-10-104-2/+24
* | | | Make Path and PathView configurableLars Knoll2016-10-1012-10/+90
* | | | Make the Canvas item configurableLars Knoll2016-10-109-5/+41
* | | | 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