aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-164-4/+8
* Make obj2's text consistent between qtBinding.[23].qmlEdward Welbourne2015-10-161-1/+1
* Only set V4 debugger when service is enabledUlf Hermann2015-10-153-10/+31
* Don't delete singletons objects owned by C++.BogDan Vatra2015-10-151-1/+6
* Doc: fixed compilation and link errors qqmlitemmodels.qdocNico Vertriest2015-10-151-20/+20
* Doc: corrected syntax errors \qmlmethodNico Vertriest2015-10-153-5/+4
* Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-2/+1
* Doc: corrected not working snippetNico Vertriest2015-10-152-1/+2
* Fix compile error.Milian Wolff2015-10-151-1/+1
* Remove line numbers for statements without side-effects.Erik Verbruggen2015-10-151-46/+95
* QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-1410-96/+112
* QQuickItem: correct focus reason for key navigationLiang Qi2015-10-141-4/+4
* QmlTooling: Rearrange qmltooling.prohjk2015-10-141-4/+8
* 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-1310-15/+16
* Initialize member variable.Erik Verbruggen2015-10-131-0/+1
* 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
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-099-41/+107
* 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-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