aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Invalidate font caches when switching between threadsv5.4.0-rc1Eskil Abrahamsen Blomfeldt2014-11-137-3/+108
* Revert "Fix pixel bleed in BorderImage"Eskil Abrahamsen Blomfeldt2014-11-104-377/+62
* QQuickWindow: let 'clearFocusObject' clear all the way to the rootRichard Moe Gustavsen2014-11-071-2/+4
* Add attached Window::contentItem propertyJ-P Nurmi2014-11-053-0/+17
* Get rid of !this and similar constructsLars Knoll2014-10-311-7/+5
* BorderImage: Fix white area when size changes after first paintEskil Abrahamsen Blomfeldt2014-10-312-1/+8
* Fix Canvas documentation.Mitch Curtis2014-10-301-6/+6
* text input: always let cursor rect have a width == 1Richard Moe Gustavsen2014-10-302-27/+3
* Repeater & itemviews: fix setModel() JS array handlingJ-P Nurmi2014-10-293-3/+15
* Remove mouse grabber if touch used for mouse emulation has been grabbedDaniel d'Andrada2014-10-291-0/+7
* Do not crash QML apps on startupJan Arve Saether2014-10-282-9/+16
* Don't document Context2D's TextMetrics as its own QML type.Mitch Curtis2014-10-281-21/+3
* Move action handlers to the Accessible attached objectJan Arve Saether2014-10-272-9/+84
* Expose searchEdit accessible property to Qt QuickFrederik Gladhorn2014-10-272-0/+7
* Fix crash in SpriteSequenceAlex Blasche2014-10-241-3/+7
* Android: Keyboard doesn't hide from done buttonSamuel Nevala2014-10-241-0/+7
* Relayout rich text when width increasesEskil Abrahamsen Blomfeldt2014-10-231-1/+0
* Screen attached property: expose devicePixelRatio propertyShawn Rutledge2014-10-232-0/+21
* Add high dpi support to QQuickFramebufferObjectLaszlo Agocs2014-10-221-0/+23
* Add note to QQuickItem docs about directly setting properties in C++.Mitch Curtis2014-10-221-0/+13
* Fix disfunctional QQuickRenderControl with multiple screensLaszlo Agocs2014-10-225-7/+26
* Support Accessible.ignored on non-leaf itemsJan Arve Saether2014-10-213-15/+4
* Fix a bug in implementation of Accessible.ignoredJan Arve Saether2014-10-212-2/+1
* QQuickSpriteEngine do not use OpenGL without checking for GLContextAndy Nichols2014-10-211-0/+4
* Correct KeyEvent::key documentation.Mitch Curtis2014-10-131-2/+1
* Improve performance of animators.v5.4.0-beta1Gunnar Sletta2014-10-101-2/+1
* PathView: Fix QML engine thinking currentItem is null when it's notSérgio Martins2014-10-101-0/+5
* Return the content position rounded on the right sideGiulio Camuffo2014-10-091-9/+9
* Export QQuickKeyNavigationAttached as a part of the private APIOleg Shparber2014-10-091-1/+1
* Make QQuickKeyNavigationAttached respect user set valuesOleg Shparber2014-10-091-6/+6
* Relax ShaderEffectSource's sourceItem vs window handling.Gunnar Sletta2014-10-091-1/+5
* Fix missing glyphs in selectionEskil Abrahamsen Blomfeldt2014-10-092-27/+60
* Prevent removeFirst call on empty list.Zeno Endemann2014-10-011-2/+2
* Partially revert d9c531781e6c95f80681b3c82700833e1de88794Gunnar Sletta2014-10-011-5/+19
* Make Canvas use texture atlas for smallish Image based canvases.Gunnar Sletta2014-09-303-17/+10
* Fix build when using -WerrorSérgio Martins2014-09-301-1/+1
* Add orientationUpdateMask to QQuickScreenAlex Blasche2014-09-302-1/+43
* Give Item::layer documentation some much needed love.Gunnar Sletta2014-09-292-2/+124
* Reset 'invalidatePending' after the FBO has been recreated.Gunnar Sletta2014-09-251-0/+1
* move QQuickWindowAttached to QQuickWindowQmlImplShawn Rutledge2014-09-243-12/+7
* Doc: apply title case to all section1 titlesNico Vertriest2014-09-243-3/+3
* Fix clip state tracking in Context2DMatt Fischer2014-09-223-6/+10
* QQuickWindow::setColor() should use update() rather than dirtyItem()Gunnar Sletta2014-09-171-1/+1
* Don't assume a QSGRenderContext is valid just because it's not 0Ulf Hermann2014-09-171-1/+4
* Protect QQuickWindow::openglContext against not having a context.Gunnar Sletta2014-09-171-1/+1
* Fix crash when borders exceed item width/height in border imageEskil Abrahamsen Blomfeldt2014-09-162-87/+126
* QQuickTextControl: update cursor rect when cursor changes positionRichard Moe Gustavsen2014-09-163-5/+5
* Link to Key Handling Priorities section more in Keys documentation.Mitch Curtis2014-09-121-0/+5
* prevent crash when set ShaderEffectSource::sourceItem nullTasuku Suzuki2014-09-121-16/+16
* Check for valid QSGRenderContext instead of QOpenGLContextAndy Nichols2014-09-111-1/+1