aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-182-4/+4
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1475-84/+750
|\
| * QQuickItem: correct focus reason for key navigationLiang Qi2015-10-141-4/+4
| * qquickitemchangelistener_p.h: add comments for the sake of clarityJ-P Nurmi2015-10-131-3/+3
| * qquickitemchangelistener_p.h: remove an extra semi-colonJ-P Nurmi2015-10-131-1/+1
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
| * Remove special handling of popup windows on OS XTor Arne Vestbø2015-10-131-14/+0
| * Don't send delayed mouse presses to ancestors of the replaying Flickable.Andrew den Exter2015-10-125-8/+7
| * Remove special handling of shortcut eventsTor Arne Vestbø2015-10-071-7/+0
| * 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
* | | Add a way to set default font rendering at build time.Stephen Kelly2015-10-133-0/+12
* | | QQuickListView: Make sticky headers & footers work with no list items.Robin Burchell2015-09-281-9/+16
* | | QQuickListViewPrivate::updateHeader: Remove unnecessary nullptr check.Robin Burchell2015-09-281-16/+14
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2517-83/+173
|\| |
| * | 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
* | | Only force Loader completion when asynchronous turns false.Michael Brasser2015-09-151-1/+1
* | | export QQuickTextNodeShawn Rutledge2015-09-151-1/+1
* | | Don't detach temporary containerSérgio Martins2015-09-151-2/+2
* | | Allow forced completion of asynchronous Loader.Michael Brasser2015-09-101-0/+18
|/ /
* | 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