aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-167-2/+29
* Doc: add doc and snippet to model/view documentationNico Vertriest2017-06-132-16/+46
* Doc: add doc and examples to RegExpValidator QML typeNico Vertriest2017-06-132-0/+59
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-124-12/+13
* Don't detach temporary containerSérgio Martins2017-06-071-2/+2
* Repeater: Clarify documentation a littleRobin Burchell2017-06-071-1/+5
* QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-022-0/+2
* Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-48/+54
|\
| * Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-202-11/+1
| * Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
* | Add sections and update purposes of featuresStephan Binner2017-05-301-14/+27
* | Document the default value of x, y, width & heightJesus Fernandez2017-05-231-0/+1
* | Improve dirty region calculation in software rendererJüri Valdmann2017-05-233-36/+55
* | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-1/+15
|\|
| * Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
| * Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
* | Make all loaders synchronous in qquickdesigner support caseTim Jenssen2017-05-161-0/+8
* | QQuickWindow::createTextureFromImage(): return nullptr for null imagesMitch Curtis2017-05-151-1/+1
|/
* Ensure same glyph cache is used for same font at different sizesMichael Brasser2017-05-102-3/+25
* Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-103-29/+52
* Fix hover delivery in case of touch release eventsFrederik Gladhorn2017-05-101-2/+8
* Touch child mouse filtering: pass not grabbed points inside item boundsFrederik Gladhorn2017-05-071-1/+2