aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-183-9/+9
* Put QPacketProtocol into its own static libraryUlf Hermann2015-10-151-4/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-14145-107/+1489
|\
| * QQuickItem: correct focus reason for key navigationLiang Qi2015-10-141-4/+4
| * 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
* | | 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
* | | QQuickAnimatorJob: Convert a regular connect to qmlobject_connect.Robin Burchell2015-09-271-1/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2525-119/+245
|\| |
| * | 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