aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-2271-364/+398
|\
| * Replace Q_NULLPTR with nullptrKevin Funk2017-09-2715-47/+47
| * Disambiguate QQuickStateActionEvent::overrideKevin Funk2017-09-252-4/+4
| * Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2557-296/+296
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2210-46/+81
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-208-19/+50
| | |\
| | | * Fix compilation with -no-openglMichal Klocek2017-09-181-2/+3
| | | * QQuickTextEdit: call implicitWidth() even if requireImplicitWidth is trueTim Jenssen2017-09-141-1/+1
| | | * Add NOTIFY signal for QQuickAnimatedImage::frameCountPal Toth2017-09-133-7/+19
| | | * Add missing math.h include for math functionsJake Petroules2017-09-121-0/+1
| | | * Fix issue with programmatic flicking at boundsMichael Brasser2017-09-081-0/+1
| | | * 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
| * | | Automatically register the latest import versionMitch Curtis2017-09-121-0/+3
* | | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-47/+47
* | | | Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-125-177/+149
|\ \ \ \ | | |/ / | |/| |
| * | | don't re-deliver events to an item which already filteredShawn Rutledge2017-09-112-11/+16
| * | | refactor sendFilteredMouseEvent to match sendFilteredPointerEventShawn Rutledge2017-09-112-17/+16
| |/ /
| * | Remove unused member variablev5.10.0-alpha1Lars Knoll2017-09-081-1/+0
| * | sendFilteredPointerEvent: go back to parent traversalShawn Rutledge2017-09-082-134/+103
| * | rename QQuickEventPoint pos properties to positionShawn Rutledge2017-09-054-22/+22
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendSimon Hausmann2017-09-0821-109/+247
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-056-21/+18
| |\|
| | * 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-291-4/+4
| | * Doc: Fix capitalization in section titlesTopi Reinio2017-08-293-8/+8
| | * Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
| | * Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
| * | Merge dev into 5.10Frederik Gladhorn2017-09-027-23/+78
| |\ \
| | * | Add QQuickItemPrivate::filterKeyEvent()J-P Nurmi2017-08-302-21/+22
| | * | Fix new Text and TextEdit properties not available in 2.10Paolo Angelelli2017-08-291-0/+2
| | * | optimization: get acceptedButtons before checking it twiceShawn Rutledge2017-08-251-2/+3
| | * | Add property to disable shaping on fontsEskil Abrahamsen Blomfeldt2017-08-253-0/+51
| * | | Remove isValid from QQuickPointerEventFrederik Gladhorn2017-08-302-5/+1
| * | | failsafe: never allow touch or mouse grab to persist after releaseShawn Rutledge2017-08-291-6/+8
| * | | use QTextOption::tabStopDistance now that it existsShawn Rutledge2017-08-291-3/+3
| * | | Fix some qdoc warnings for 5.10Friedemann Kleint2017-08-282-3/+7
| |/ /
| * | Restore filtering behaviorShawn Rutledge2017-08-242-12/+22
| * | improve cat. logging during event delivery to child-filtering itemsShawn Rutledge2017-08-231-8/+8
| * | Add a way to set the default render type of text-like elementsGiuseppe D'Angelo2017-08-239-20/+91
| * | Use QRandomGenerator instead of q?randThiago Macieira2017-08-233-8/+11
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-5/+5
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-2237-347/+1316
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devSimon Hausmann2017-08-184-1/+19
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-184-1/+19
| | |\|
| | | * 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