aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * QSGRenderContext: Add null-checks for stringsFlorian Bruhin2016-09-261-3/+3
| | | | | * Quick: Do not send SG updates when AnimatedSprite is not visibleErik Verbruggen2016-09-232-12/+21
| | | | | * Fix MouseArea sticky grab with drag.filterChildren enabledMartin Jones2016-09-223-0/+139
| | | | | * Add a facility to version type information for debugginghjk2016-09-221-0/+18
| | | | | * Enhance quickwidget example with all grabbing casesLaszlo Agocs2016-09-222-8/+28
| | | | | * Give SquareButton types a side property to mediate being square.Edward Welbourne2016-09-213-5/+9
| | | * | | Remove dead codeJake Petroules2016-09-301-4/+0
| | | |/ /
| | | * | Fix Flickable state being reset when it replays a delayed press.Andrew den Exter2016-09-233-19/+88
| * | | | Make the designer support configurableLars Knoll2016-10-102-1/+11
| * | | | 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-1030-148/+158
| * | | | Make the Moth interpreter configurableLars Knoll2016-10-108-8/+62
| * | | | Convert qtdeclarative over to use the new configure systemLars Knoll2016-10-108-5/+66
| |/ / /
| * | | 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-0625-22/+86
| * | | QQmlTypeLoader: Clean up trimCache()Ulf Hermann2016-10-061-6/+5
| * | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-0675-454/+585
| * | | QML: Make Heap::RegExp and Heap::String trivialErik Verbruggen2016-10-059-29/+36
| * | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-0534-197/+244
| * | | 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
| * | | Run tst_TouchMouse::buttonOnDelayedPressFlickable with both scenariosFrederik Gladhorn2016-10-041-1/+1
| * | | Rename parameter i to receiver in QQuickMultiPointTouchArea::childMouseEventF...Frederik Gladhorn2016-10-042-4/+4
| * | | Fix behavior of Flickable::setPressDelayFrederik Gladhorn2016-10-042-19/+51
| * | | add qt.quick.pointer.grab logging category to track pointer grabShawn Rutledge2016-10-031-0/+9
| * | | Add a test that verifies that keepMouseGrab worksFrederik Gladhorn2016-10-032-0/+70
| * | | Fix release event delivery in deliverTouchAsMouseFrederik Gladhorn2016-10-031-2/+3
| * | | Flickable: respect keepMouseGrab againFrederik Gladhorn2016-10-022-13/+19
* | | | QQmlPropertyData: use const APIs moreAnton Kudryavtsev2016-10-171-2/+2
* | | | QQmlVMEMetaObject: mark some methods as constAnton Kudryavtsev2016-10-172-35/+35
* | | | QQmlPropertyCache: remove reduntant check ptr with nullptrAnton Kudryavtsev2016-10-171-2/+2
* | | | Revert "Redo animator internals"Jędrzej Nowacki2016-10-174-391/+436
* | | | QQuickTextInput: replace QString::left with QString::leftRefAnton Kudryavtsev2016-10-141-3/+4
* | | | QQmlApplicationEngine: mark rootObjects() as constAnton Kudryavtsev2016-10-132-3/+20
* | | | Qml, Imports: mark some methods as constAnton Kudryavtsev2016-10-1316-29/+29
* | | | QQuickCanvasItem: use QStringLiteral lessAnton Kudryavtsev2016-10-131-18/+22
* | | | Redo animator internalsGunnar Sletta2016-10-124-436/+391
* | | | Quick: add missing 'override'Anton Kudryavtsev2016-10-1212-36/+38
* | | | QQuickTextInput: remove reduntant C-style cast to intAnton Kudryavtsev2016-10-121-21/+21
* | | | PathView: remove qmlMode() functionAnton Kudryavtsev2016-10-121-20/+14
* | | | Quick: mark some methods as constAnton Kudryavtsev2016-10-1222-36/+36