aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Support external textures (samplerExternalOES) in ShaderEffectYevhen Kyriukha2017-06-233-16/+29
* | QQuickImplicitSizeItem: don't redefine implicit size change signalsMitch Curtis2017-06-213-31/+6
* | Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-197-1/+65
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-0810-76/+146
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-3163-53/+273
| |\ \ \
| * | | | Move PathItem to qt.labsLaszlo Agocs2017-04-2512-5546/+4
| * | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-2521-259/+224
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-0317-62/+156
| |\ \ \ \ \
| * | | | | | PathItem: add some docs for the JS APILaszlo Agocs2017-03-301-0/+211
| * | | | | | PathItem/generic: Fix spread modes in gradient materialLaszlo Agocs2017-03-301-0/+4
| * | | | | | Add a PathItem autotest for the declarative APILaszlo Agocs2017-03-302-1/+21
| * | | | | | PathItem docs for the declarative APILaszlo Agocs2017-03-303-17/+447
| * | | | | | Fix async PathItem results not always showing upLaszlo Agocs2017-03-281-0/+6
| * | | | | | Fix for disappearing VisualPath entries in generic PathItemLaszlo Agocs2017-03-171-5/+9
| * | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-03-0127-140/+449
| |\ \ \ \ \ \
| * | | | | | | JS API for defining static paths and draw paramsLaszlo Agocs2017-01-279-89/+938
| * | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-252-680/+620
| |\ \ \ \ \ \ \
| * | | | | | | | Destroy the async PathItem work pool properlyLaszlo Agocs2017-01-231-8/+14
| * | | | | | | | PathItem API cleanup: rename visualPaths to elementsLaszlo Agocs2017-01-232-4/+4
| * | | | | | | | Improve stencil clipping with NVPRLaszlo Agocs2017-01-233-29/+36
| * | | | | | | | Path generic PathItem work with both ushort and uint index typeLaszlo Agocs2017-01-232-30/+111
| * | | | | | | | Fix case when async PathItem goes down before finishLaszlo Agocs2017-01-232-0/+13
| * | | | | | | | Correct software PathItem bounding rectLaszlo Agocs2017-01-232-1/+9
| * | | | | | | | Separate fill and stroke geometry updates in generic PathItemLaszlo Agocs2017-01-232-81/+85
| * | | | | | | | Add PathItem.status to report async processing progressLaszlo Agocs2017-01-235-4/+78
| * | | | | | | | PathItem: add optional threaded triangulationLaszlo Agocs2017-01-239-60/+243
| * | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-01-2353-458/+723
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Reduce state changes with NVPR-backed PathItemsLaszlo Agocs2017-01-131-12/+25
| * | | | | | | | | Clean up pathitem example grid viewLaszlo Agocs2017-01-131-0/+3
| * | | | | | | | | PathItem/NVPR: Remove unused member variableLaszlo Agocs2017-01-102-6/+1
| * | | | | | | | | Allow multiple paths in a PathItemLaszlo Agocs2017-01-1010-823/+1085