aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* Select specific features to be recorded when profiling QMLUlf Hermann2014-09-111-5/+5
* Improve KeyNavigation documentation.Mitch Curtis2014-09-111-2/+2
* Improve Drag documentation.Mitch Curtis2014-09-111-6/+7
* QQuickTextInput: calculate height of cursor rect using QTextLine::height()Richard Moe Gustavsen2014-09-101-4/+2
* Don't post deleteLater on invalid canvas contextsUlf Hermann2014-09-101-1/+2
* Fix pixel bleed in BorderImageEskil Abrahamsen Blomfeldt2014-09-103-62/+331
* QQuickTextInput: keep floating point precition when calculating offsetRichard Moe Gustavsen2014-09-041-2/+2
* MouseArea: Fix cancelling the double click when the windows loses focusOlivier Goffart2014-09-031-0/+1
* Fix performance regression caused by SG signals in QQuickItem.Gunnar Sletta2014-09-0313-92/+30
* Fix selection of text with negative right bearingEskil Abrahamsen Blomfeldt2014-09-022-63/+150
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-282-2/+2
|\
| * Use QtQuick.Window 2.2v5.3.2Kai Koehne2014-08-272-2/+2
* | Added QSGPainterNode abstraction to QSGAdaptationLayerAndy Nichols2014-08-271-2/+2
* | Fix cursor blinking for TextInput and TextEditSimon Hausmann2014-08-265-44/+25
* | Make QQuickFramebufferObject a texture provider.Gunnar Sletta2014-08-262-4/+60
* | Do not send deferred deletes from the QQuickWindow dtorLaszlo Agocs2014-08-261-2/+0
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Simon Hausmann2014-08-261-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-1/+1
| |\|
| | * Fix typo in Context2D documentation.Mitch Curtis2014-08-141-1/+1
* | | Clamp QQuickItem::opacity to [0,1].Gunnar Sletta2014-08-261-1/+4
* | | Remove references transforms have to items in QQuickItem's destructor.Mitch Curtis2014-08-251-0/+11
|/ /
* | Make QQuickPaintedItem a texture provider.Gunnar Sletta2014-08-263-1/+82
* | Make use of QQuickWindowQObjectCleanup in QQuickImage.Gunnar Sletta2014-08-261-14/+5
* | Make Canvas a texture provider.Gunnar Sletta2014-08-262-10/+76
* | Update license headers and add new licensesJani Heikkinen2014-08-25156-2954/+1706
* | Add const & to argumentsAlbert Astals Cid2014-08-242-8/+8