aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-06251-0/+2761
* qqmlvmemetaobject.cpp: Fix conversion warning by MSVC2015/64.Friedemann Kleint2015-10-051-1/+1
* 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-0223-35/+102
|\
| * Disable Clang warning -Wheader-hygiene.Marcel Krems2015-09-251-0/+4
| * 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
| * Assert that context exists in QQuickWidgetPrivate::renderRobert Loehning2015-09-221-0/+2
| * Don't try to render directly without context in showEventRobert Loehning2015-09-221-1/+4
| * 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
| * Fix QQmlComponent::beginCreate documentationMitch Curtis2015-09-151-2/+2
| * Link to JavaScript Environment Restrictions doc from Global Object docsMitch Curtis2015-09-141-2/+2
| * 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
| * Qt QML documentation: fix link that should be in listMitch Curtis2015-09-101-1/+1
| * Document that modifying the globalObject of QQmlEngine is not supportedMitch Curtis2015-09-092-2/+4
| * QQuickScreen: Use QPointer to guard QScreen referenceGabriel de Dietrich2015-09-091-1/+1
| * Doc: corrected broken linksNico Vertriest2015-09-082-3/+1
| * Fix compilation with ICC on WindowsThiago Macieira2015-09-023-6/+11
* | 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-286-12/+12
* | Fix up flawed TranslucentBackground usage in docs and examplesLaszlo Agocs2015-09-281-5/+6
* | Mark Canvas::tileSize and Canvas::canvasWindow as obsolete.Gunnar Sletta2015-09-281-13/+4
* | Smaller cleanupsLars Knoll2015-09-252-9/+5
* | Remove some unused codeLars Knoll2015-09-252-136/+0
* | CleanupsLars Knoll2015-09-252-20/+4
* | Get rid of the special handling of list properties in the vmemoLars Knoll2015-09-252-24/+33
* | CleanupLars Knoll2015-09-251-13/+14
* | Get rid of the aConnected bit array in the vmemoLars Knoll2015-09-252-15/+12
* | Properly refcount the property cacheLars Knoll2015-09-251-0/+4
* | Cleanups to property allocation in the VMEMOLars Knoll2015-09-252-31/+24
* | Reimplement the right metaCall() methodLars Knoll2015-09-255-9/+16
* | Add extension API to QJSEngineMitch Curtis2015-09-255-40/+165
* | Cleanup fontloader cache when QGuiApplication is destroyedJørgen Lind2015-09-251-8/+50
* | CleanupsLars Knoll2015-09-251-32/+22
* | Reduce memory consumption of signal handlersLars Knoll2015-09-254-8/+23
* | Set the correct prototype at construction timeLars Knoll2015-09-252-6/+4
* | Smaller cleanupsLars Knoll2015-09-253-14/+14
* | V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-251-7/+4
* | Improve algorithm to handle GC of StringsLars Knoll2015-09-251-6/+7
* | Fall back to the correct methodLars Knoll2015-09-251-1/+1
* | Cosmetic improvements to marking of objects during GCLars Knoll2015-09-252-6/+7
* | Speed up creation of Array literalsLars Knoll2015-09-253-9/+22