aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* | 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
* | | Remove unnecesary if and dead codeJesus Fernandez2017-08-171-20/+17
|/ /
* | Fix crash in QQuickAnimatedImageAleksei Ilin2017-08-101-1/+1
* | Fix hardcoding font family before the font is loadedEskil Abrahamsen Blomfeldt2017-08-092-0/+10
* | Fix some bugs related to child mouse filteringwip/pointerhandlerJan Arve Saether2017-08-082-5/+9
* | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerShawn Rutledge2017-08-0823-88/+183
|\ \
| * | Add tabStopDistance property to QQuickTextEditPaolo Angelelli2017-08-032-0/+31
| * | Move shapes-related shaders to under the shapes pluginLaszlo Agocs2017-07-295-57/+0
| * | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-288-22/+73
| |\|
| | * QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-261-2/+2
| | * Fix QQuickFramebufferObject::Renderer::invalidateFramebufferObject()Wieland Hagen2017-07-251-8/+6
| | * Export QQuickWindowAttachedJ-P Nurmi2017-07-181-1/+2
| | * QQuickWindowQmlImpl: declare attached properties in the headerJ-P Nurmi2017-07-172-3/+4
| | * Doc: link to Qt::WindowFlags in Window's flag docMitch Curtis2017-07-131-0/+2
| | * Doc: finish incomplete sentence in Loader’s detailed descriptionMitch Curtis2017-07-111-0/+1
| | * Doc: explain ListView default Z values in detailMitch Curtis2017-07-061-7/+55
| | * QQuickFBO: Keep devicePixelRatio qreal as long as possibleLaszlo Agocs2017-07-061-1/+1
| * | Add QQuickItem::ItemEnabledHasChangedJ-P Nurmi2017-07-114-2/+21
| * | QQuickText: don't clear the text formats on every layoutJ-P Nurmi2017-07-062-4/+12
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-3/+4
| |\|
| | * Fix typo in QQuickWindow::setRenderTarget warningGunnar Sletta2017-06-221-1/+1
| | * Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-162-2/+3
| * | doc: Use correct class in docs for font.kerningEskil Abrahamsen Blomfeldt2017-07-042-2/+2
| * | Suppress warning about QSignalMapper being deprecatedThiago Macieira2017-07-031-0/+3
| * | Expose "kerning" property for fontsEskil Abrahamsen Blomfeldt2017-06-303-0/+39