aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Handle QSG_NO_DEPTH_BUFFER correctlyLaszlo Agocs2015-10-141-3/+6
* 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-132-2/+2
* Remove special handling of popup windows on OS XTor Arne Vestbø2015-10-131-14/+0
* Privately export QQuickTransitionManagerGabriel de Dietrich2015-10-121-1/+1
* 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-06117-0/+1287
* 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-0213-20/+73
|\
| * 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
| * Fix grammar in Performance docsMitch Curtis2015-09-191-1/+1
| * 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
* | Doc: replaced \target with \keyword if at top of pageNico Vertriest2015-09-302-2/+2
* | Flickable: remove spurious emission of content size changesJ-P Nurmi2015-09-291-6/+2
* | Doc: replaced \keyword with \target when not at top of pageNico Vertriest2015-09-282-7/+7
* | Mark Canvas::tileSize and Canvas::canvasWindow as obsolete.Gunnar Sletta2015-09-281-13/+4
* | Cleanup fontloader cache when QGuiApplication is destroyedJørgen Lind2015-09-251-8/+50
* | 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
* | Fix typo in scenegraph documentationMitch Curtis2015-09-211-1/+1
* | Improve QQuickTextureFactory::textureFactoryForImage docuAlbert Astals Cid2015-09-211-1/+3
* | Introduce QQuickPaintedItem::textureSize and support HighDpi.Gunnar Sletta2015-09-156-42/+137
* | 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
* | Move all bools of painternode to the end as bitfieldsGunnar Sletta2015-09-152-13/+13
* | Update QQuickPaintedItem::FastFBOResizing docs.Gunnar Sletta2015-09-151-5/+6
* | QQuickTextPrivate: export as Q_QUICK_PRIVATE_EXPORTLiang Qi2015-09-141-1/+1
* | Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-1/+1
* | Avoid crashing when not having a screen for the contextLaszlo Agocs2015-09-081-1/+1
* | QQuickText: add a protected constructorLiang Qi2015-09-082-0/+9
* | Add Q_DECL_OVERRIDE to qsgbatchrenderer_p.hAlbert Astals Cid2015-09-081-3/+3
* | 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
* | Shortcut: add sequenceString propertyShawn Rutledge2015-09-033-0/+19