aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-187-20/+20
* qmlprofiler: Clear trace client when trace is finishedUlf Hermann2015-10-151-0/+4
* qmlprofiler: Simplify QmlProfilerClientUlf Hermann2015-10-154-84/+32
* Put QPacketProtocol into its own static libraryUlf Hermann2015-10-1529-1429/+624
* Test enabling/disabling of combinations of debug services.Ulf Hermann2015-10-154-11/+102
* Properly test services arguments for QQmlDebugServerUlf Hermann2015-10-158-1/+60
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-14452-646/+3962
|\
| * QQuickItem: correct focus reason for key navigationLiang Qi2015-10-142-5/+9
| * QmlTooling: Rearrange qmltooling.prohjk2015-10-141-4/+8
| * Provide a threaded TestHTTPServerUlf Hermann2015-10-149-59/+127
| * 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
| * Tests: Fix single-character string literals.Friedemann Kleint2015-10-1319-38/+44
| * Tools: Fix single-character string literals.Friedemann Kleint2015-10-139-26/+31
| * 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-127-10/+58
| * Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-0914-51/+146
| * 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-06252-0/+2772
| * 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
| * | Purge spurious execute permissions.Edward Welbourne2015-09-3087-0/+0
| * | 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-292-6/+37