aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation improvements for Matrix4x4Michael Brasser2017-10-242-0/+2
* QQuickAnimatorProxyJob: Disconnect from window when unsetting itUlf Hermann2017-10-241-1/+5
* QQuickLoader: Use setSize() to resize itemAlexandr Akulich2017-10-201-2/+7
* Docs: VideoOutput is not supported with Software AdaptationAndy Nichols2017-10-201-0/+7
* Update the cursor rectangle when select all is triggeredAndy Shaw2017-10-201-2/+1
* Software Adaptation: Fix QQuickWidget when moving between screensAndy Nichols2017-10-171-1/+1
* Fix outdated FDL license headerKai Koehne2017-10-1734-170/+170
* Fix outdated BSD license headerKai Koehne2017-10-17129-382/+1672
* Doc: let TextEdit grow vertically in ensureVisible() snippetMitch Curtis2017-10-031-1/+0
* Document the default value of property asynchronousZhang Xingtao2017-09-271-0/+1
* Fix uninitialized member QSGClipNode::m_is_rectangularJüri Valdmann2017-09-201-0/+3
* Fix compilation with -no-openglMichal Klocek2017-09-182-2/+5
* 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 compilation with clang 4 on LinuxLars Knoll2017-09-111-12/+12
* 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
* Change mirror vertical for software QSGLayers to trueAllan Sandfeld Jensen2017-09-051-1/+1
* Make releaseResources() free the renderer's shader cacheLaszlo Agocs2017-09-047-3/+36
* 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-293-7/+10
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-2913-42/+42
* Doc: add missing word to Item::enabledMitch Curtis2017-08-281-1/+1
* Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
* Fix memory leaks with threaded rendererJoni Poikelin2017-08-223-5/+5
* 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
* Doc: Mention license in Qt Quick documentationKai Koehne2017-08-031-0/+8
* Move the engine pointer from the property cache to the VME meta objectLars Knoll2017-08-021-1/+1
* Use QQmlType by valueLars Knoll2017-08-022-25/+20
* Add QDebugStateSaver to operator<<(QDebug, const QSGRootNode)Jesus Fernandez2017-07-271-0/+1
* QQuickTextInput: Don't move the cursor after internalInsert() has done soAndy Shaw2017-07-261-2/+2
* Fix compilation with namespaceEskil Abrahamsen Blomfeldt2017-07-261-3/+2
* Fix memory leak in QSGAtlasTexture::Manager::create()Mitch Curtis2017-07-262-4/+5
* 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
* Software Adaptation: Fix nested clipping logicAndy Nichols2017-07-171-2/+2
* 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
* doc: Add font.hintingPreference to font type documentationEskil Abrahamsen Blomfeldt2017-06-301-0/+14
* Fix typo in QQuickWindow::setRenderTarget warningGunnar Sletta2017-06-221-1/+1
* Fix excessive recursion in rendererGunnar Sletta2017-06-191-3/+4
* Doc: Enclose regular expressions with \badcodeTopi Reinio2017-06-161-1/+7