aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0656-0/+616
* QQuickTextEdit/Input: revise implicit resizing - take twoJ-P Nurmi2015-10-044-16/+34
* QQuickTextEdit/Input: revise implicit resizingJ-P Nurmi2015-10-034-8/+22
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0212-19/+72
|\
| * Image: fix crash when switching between multiple screensMitch Curtis2015-09-251-1/+1
| * Link to Item Layers documentation from each property of layerMitch Curtis2015-09-231-2/+15
| * Fix ViewTransition property type in documentationMitch Curtis2015-09-221-3/+3
| * Fix compilation of QtDeclarative with QT_NO_GESTURESTobias Koenig2015-09-224-1/+9
| * Revert "Avoid calling potentially pure virtual method"David Edmundson2015-09-181-9/+18
| * Make QQuickFramebufferObject::layer::enabled workv5.5.1Gunnar Sletta2015-09-111-0/+6
| * Make Canvas::layer::enabled workGunnar Sletta2015-09-111-0/+6
| * Include doc note about Image::fillMode being excluded by shader.Gunnar Sletta2015-09-111-2/+6
| * Make Image::layer::enabled work as expected.Gunnar Sletta2015-09-111-0/+7
| * QQuickScreen: Use QPointer to guard QScreen referenceGabriel de Dietrich2015-09-091-1/+1
* | Flickable: remove spurious emission of content size changesJ-P Nurmi2015-09-291-6/+2
* | Mark Canvas::tileSize and Canvas::canvasWindow as obsolete.Gunnar Sletta2015-09-281-13/+4
* | Fix baseline of text with vertical align != TopEskil Abrahamsen Blomfeldt2015-09-241-4/+5
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-223-39/+28
* | TextEdit: selectedTextChanged not emitted when calling select 2nd timeDan Cape2015-09-212-4/+17
* | ListView: Set currentItem's culled state on geometry changeGabriel de Dietrich2015-09-211-0/+9
* | Introduce QQuickPaintedItem::textureSize and support HighDpi.Gunnar Sletta2015-09-153-26/+87
* | Remove qml context related methods from QQmlV4FunctionLars Knoll2015-09-151-1/+1
* | Handle TouchCancel events in MultiPointTouchArea.Andrew den Exter2015-09-151-0/+6
* | Fix MouseArea stealing mouse grab after release.Andrew den Exter2015-09-151-0/+1
* | Update QQuickPaintedItem::FastFBOResizing docs.Gunnar Sletta2015-09-151-5/+6
* | QQuickTextPrivate: export as Q_QUICK_PRIVATE_EXPORTLiang Qi2015-09-141-1/+1
* | QQuickText: add a protected constructorLiang Qi2015-09-082-0/+9
* | Doc: Corrected link errorsNico Vertriest2015-09-073-3/+3
* | TextInput & TextEdit: allow controls to override the implicit sizeJ-P Nurmi2015-09-064-11/+21
* | Item views: Don't emit 'currentItemChanged' if the current item didn't really...Gabriel de Dietrich2015-09-051-1/+2
* | QQuickView/QQuickWidget::errors(): fix crashJ-P Nurmi2015-09-031-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-021-1/+1
|\|
| * Fix hue clamping in Context2DLaszlo Agocs2015-08-241-1/+1
* | Add isTabFence private flagGabriel de Dietrich2015-08-212-19/+78
* | Fix rendering to QQuickWindow::renderTarget.Gunnar Sletta2015-08-201-3/+6
* | Add possibility to mirror ShaderEffectSource generated texturesMiikka Heikkinen2015-08-205-0/+85
* | QQuickImageBase: Use QUrl::path() instead of QUrl::toString().Robin Burchell2015-08-191-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1821-56/+117
|\|
| * Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig2015-08-111-1/+5
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-044-1/+46
| * Fix selections in tables that span over several cellsEskil Abrahamsen Blomfeldt2015-08-041-7/+0
| * Fix selecting single character in middle of stringEskil Abrahamsen Blomfeldt2015-08-031-5/+5
| * Fix disappearing selection spanning different scriptsEskil Abrahamsen Blomfeldt2015-08-031-4/+2
| * qquicktext: Fix using CSS line-height with RichTextKai Uwe Broulik2015-07-202-1/+5
| * Consistently use the override keywordThiago Macieira2015-07-197-16/+16
| * Doc: replace Mac OS X with OS XNico Vertriest2015-07-153-3/+3
| * doc: fix copy/paste error in warningGunnar Sletta2015-07-091-1/+1
| * Flickable: drag-over-bounds is not velocity-sensitiveShawn Rutledge2015-07-092-16/+34
| * Delete QQuickWindow's animator driver at the right time.Gunnar Sletta2015-07-041-1/+0
* | Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2015-08-162-4/+2