aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * Scene Graph: Fixed memory leak in QSGBatchRenderer::Renderer::map()Martin Banky2015-10-191-2/+2
| * Fix QQuickTextDocumentWithImageResources image loadingRoman Pasechnik2015-10-152-22/+18
| * AnimatedSprite: avoid unnecessary redrawsTim Blechmann2015-10-142-4/+17
| * QQuickItem: detect loop in KeyNavigation chainLiang Qi2015-10-141-1/+3
| * Correct some areas of QQuickItem's documentationMitch Curtis2015-10-131-8/+8
| * Fixed 'plataforms' typo in WheelEvent documentationDaniel Levin2015-10-061-1/+1
* | Quick: Sanitize reading environment variables.Friedemann Kleint2015-10-2612-70/+74
* | Doc: corrected mistake in documentation Using TransitionsNico Vertriest2015-10-221-5/+4
* | Fix QQuickPathViewPrivate::snapToIndex()J-P Nurmi2015-10-222-7/+7
* | QQuickItem: Make setParent() error message more usefulGabriel de Dietrich2015-10-221-1/+1
* | Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-211-8/+8
* | Revert "Doc: corrected not working snippet"Topi Reinio2015-10-212-2/+1
* | Doc: Corrected qdoc errors \generatelist{related}Nico Vertriest2015-10-214-11/+4
* | QQuickItemPrivate: added a accessibleRole()Liang Qi2015-10-213-4/+22
* | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* | QQuickItem: fully document stackBefore() and stackAfter()Mitch Curtis2015-10-201-2/+18
* | Doc: solved various qdoc errors qtdeclarativeNico Vertriest2015-10-201-18/+0
* | Doc: corrected qdoc error missing topic commandNico Vertriest2015-10-202-29/+2
* | Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-164-4/+8
* | Doc: corrected syntax errors \qmlmethodNico Vertriest2015-10-152-3/+2
* | Doc: corrected not working snippetNico Vertriest2015-10-152-1/+2
* | 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