aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-186-19/+19
* Put QPacketProtocol into its own static libraryUlf Hermann2015-10-1522-720/+635
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-14318-483/+3406
|\
| * 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
| * | 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