aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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-0847-111/+800
|\
| * Add very basic compressed texture supportMichael Brasser2017-08-076-7/+510
| * 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-2813-31/+83
| |\
| | * 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
| * | Ensure same glyph cache is used for same font at different sizesEskil Abrahamsen Blomfeldt2017-07-243-3/+26
| * | 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-0410-7/+55
| |\|
| | * 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: 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-307-0/+59
* | | Do not break qtlocation when integratingJan Arve Saether2017-07-131-0/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/pointerhandlerJan Arve Saether2017-07-1172-268/+911
|\| |
| * | 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-1922-30/+365
| |\ \
| | * | Path and PathMove doc fixesLaszlo Agocs2017-06-191-12/+10
| | * | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-06-0824-138/+260
| | |\ \
| | * | | Reduce objects: Make ShapePath inherit PathLaszlo Agocs2017-06-073-1/+7
| | * | | Rename to Shape/ShapePath and remove public JS APILaszlo Agocs2017-06-021-8/+8
| | * | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-05-31112-77/+399
| | |\ \ \
| | * | | | Move PathItem to qt.labsLaszlo Agocs2017-04-2517-6316/+8
| | * | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-2542-335/+330
| | |\ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2017-04-0352-344/+532
| | |\ \ \ \ \
| | * | | | | | 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-305-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-0164-298/+723
| | |\ \ \ \ \ \