aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* QtDeclarative fixes and workarounds for NaClwip/naclMorten Johan Sørvig2016-05-131-0/+5
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-213-2/+10
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-193-2/+10
| |\
| | * QQuickTextLine: set lineOffset to zero in ctor5.5Anton Kudryavtsev2015-12-171-1/+1
| | * docfix: Make it clearer how Context2D relates to CanvasGunnar Sletta2015-11-301-0/+8
| | * MouseArea: fixed a crash in propagate()Liang Qi2015-11-261-1/+1
* | | QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-201-0/+2
|/ /
* | QSGDefaultImageNode: Only set DirtyGeometry if new texturePär-Olof Håkansson2016-01-191-1/+2
* | QQuickItemView: Take sticky header/footer into account for positionViewAtInde...Robin Burchell2016-01-153-4/+6
* | QQuickAnimatorController: fix dangling QQuickAnimatorProxyJob pointerJ-P Nurmi2016-01-081-0/+2
* | Correct declaration in doc to match const in code.Edward Welbourne2016-01-061-2/+2
* | QQuickRepeater: Use qmlobject_(dis)connect instead of regular (dis)connect.Robin Burchell2016-01-051-10/+12
* | Make QQuickPaintedItem support Item::layerGunnar Sletta2016-01-041-0/+7
* | QQuickFlipable: Set enabled property on whichever side is considered active.Robin Burchell2015-12-311-4/+13
* | QQuickDropArea include cleanupSamuel Gaist2015-12-242-5/+0
* | Fix ListView.OverlayHeaderJ-P Nurmi2015-12-231-2/+2
* | Improve Scene Graph and Rendering documentationMitch Curtis2015-12-211-2/+2
* | Link to drag and drop examples in relevant placesMitch Curtis2015-12-162-0/+3
* | Fix QQuickPaintedItem::renderTarget docsJ-P Nurmi2015-12-151-1/+1
* | Don't warn about non-existent default properties when one was foundMitch Curtis2015-12-152-5/+30
* | Fix containsMouse with touch and hoverEnabledPaul Olav Tvete2015-12-151-0/+9
* | Fix shader compiler error (uniform and out variables with same name)Sean Harmer2015-12-151-2/+2
* | qDelete(hash/map.values()) -> qDelete(hash/map)Albert Astals Cid2015-12-151-1/+1
* | Fix styled text core profile shaderSean Harmer2015-12-151-3/+3
* | QQuickTextEdit: Fully qualify enumerations in changed() signals.Friedemann Kleint2015-12-151-4/+4
* | Clean up correctly in rendercontrol to avoid crashesLaszlo Agocs2015-12-092-7/+13
* | QQuickImageBase: Add support for @3x imagesOlivier Goffart2015-12-071-28/+12
* | ListView: Sanitize visibleItems list after model insertionsGabriel de Dietrich2015-12-071-11/+48
* | Flickable: avoid perturbing the timeline further while in overshootShawn Rutledge2015-12-071-4/+6
* | Auto-tests for fast model updates while flickingGabriel de Dietrich2015-12-071-2/+2
* | QQuickAnimatorJob: store the target with a QPointerPaul Lemire2015-12-072-1/+6
* | MultiPointTouchArea: Fixed released() duplication on mouse release.Alexandr Akulich2015-12-021-6/+2
* | QQuickListView: Refactor FxViewItem releasing codeGabriel de Dietrich2015-12-011-14/+16
* | Initialize _startX and _startYAlbert Astals Cid2015-12-011-0/+1
* | Properly check the arguments of mapFrom/ToItemLars Knoll2015-12-011-13/+45
* | Update examples to deal correctly with fine-grained wheel eventsAllan Sandfeld Jensen2015-11-301-4/+1
* | qquickwindow: handle QEvent::ShortcutOverrideRichard Moe Gustavsen2015-11-301-0/+7
* | QQuickTextInput: handle QKeySequence::DeleteCompleteLineJ-P Nurmi2015-11-261-1/+10
* | Private export QQuickPenJ-P Nurmi2015-11-261-1/+1
* | ListView: fix random crashes when accessing deleted objectsJ-P Nurmi2015-11-262-3/+3
* | Private export QQuickItemViewJ-P Nurmi2015-11-201-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-205-2/+44
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-175-2/+44
| |\|
| | * Fix grammar in TextInput documentationMitch Curtis2015-11-021-1/+1
| | * Doc: added documentation to undocumented functionsNico Vertriest2015-11-024-1/+43
* | | Fixing compilation with -no-rttiThomas Hartmann2015-11-201-0/+4
|/ /
* | qquicktransitionmanager_p_p.h: remove unnecessary includeJ-P Nurmi2015-11-131-2/+2
* | Ensure we call updateTexture for all dynamic textures.Michael Brasser2015-11-132-2/+2
* | Don't make currentIndex skip an extra item on removalAlberto Mardegan2015-11-132-4/+4
* | Introduce a more sane "default constructor" for Qt.matrix4x4()Sean Harmer2015-11-111-1/+5