aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-3026-93/+223
|\
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-264-4/+7
| |\
| | * Version scrollGestureEnabled as a new propertyAlan Alpert2015-06-143-2/+4
| | * Redirect the default FBO correctly with QQuickWidgetLaszlo Agocs2015-06-031-2/+3
| * | Correctly initialize ListView section attached properties.Martin Jones2015-06-251-13/+17
| * | Fix missing images when alpha and shader effects are involvedLaszlo Agocs2015-06-251-0/+11
| * | Doc: resize tables with overflowNico Vertriest2015-06-2510-59/+103
| * | Support 32-bit color bitmap glyphs in native text rendering.Eli Fidler2015-06-234-6/+67
| * | QSGDefaultRectangleNode: Fix gradient position calculationsSanttu Lakkala2015-06-171-4/+4
| * | Android: Another work around bug of Vertex ShaderTakumi ASAKI2015-06-121-2/+5
| * | Fix performance regression in Image construction.Gunnar Sletta2015-06-084-5/+9
| |/
* | ListView: more robust output in debug messageLiang Qi2015-06-291-5/+5
* | Fixed a QQuickListView crashLiang Qi2015-06-293-34/+47
* | QQuickFlickable: Accept pixel wheel events as well as angle wheel events.Robin Burchell2015-06-291-0/+1
* | QSGThreadedRenderLoop::maybeUpdate: Micro-optimize.Robin Burchell2015-06-271-4/+4
* | Fix inefficient usages of qDeleteAll()Sérgio Martins2015-06-263-5/+5
* | qquicktextedit_p_p.h: cleanup unneeded includeJ-P Nurmi2015-06-241-1/+0
* | QQuickAnchors: Use a simple sorted list rather than a QSet to remove duplicates.Robin Burchell2015-06-241-7/+21
* | Export QQuickTextInputPrivate and QQuickTextEditPrivateJ-P Nurmi2015-06-237-3/+21
* | QQuickImageBase: Use the static form of QFile::exists().Robin Burchell2015-06-231-1/+1
* | Add a property to enable vertical mirroring in QQuickFramebufferObjectLaszlo Agocs2015-06-232-0/+36
* | ListView/GridView contentHeight should include delayRemove-d itemsMatt Vogt2015-06-233-8/+23
* | Port from Q_ENUMS to new macro Q_ENUM.Friedemann Kleint2015-06-1935-80/+78
* | Smaller cleanup to QQmlJavaScriptExpressionLars Knoll2015-06-181-1/+0
* | Export QQuickAbstractAnimationPrivateMichal Klocek2015-06-171-1/+1
* | Don't resolve the d-pointer when we don't use it.Ulf Hermann2015-06-153-4/+3
* | Add QQuickWindow::TextureIsOpaque as option to createTextureFromImage.Gunnar Sletta2015-06-158-39/+66
* | QQuickPositioner: move paddings into extraDataLiang Qi2015-06-152-55/+74
* | QQuickTextEdit: move paddings into extraDataLiang Qi2015-06-152-53/+74
* | QQuickTextInput: move paddings into extraDataLiang Qi2015-06-152-50/+70
* | QQuickText: move padding into extraDataLiang Qi2015-06-152-18/+21
* | Mark unused parameters as Q_UNUSEDUlf Hermann2015-06-142-0/+4
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* | Get rid of QQuickStateActionEvent::ReasonLars Knoll2015-06-108-38/+18
* | Make bindings refcountedLars Knoll2015-06-106-149/+91
* | Item views: don't assume that attached objects existJ-P Nurmi2015-06-091-10/+14
* | Remove QSGSharedDistanceFieldGlyphCache.Robin Burchell2015-06-094-815/+1
* | QQuickImageBase: Minimize the cost for devicePixelRatio setting.Robin Burchell2015-06-091-8/+20
* | Add 28 QList::reserve() callsSérgio Martins2015-06-084-2/+8
* | QQuickWindow: Don't use an intermediate vector when diffing SG nodes.Robin Burchell2015-06-071-26/+19
* | QQuickText: Don't store node engine per node.Robin Burchell2015-06-064-40/+48
* | QSGDistanceFieldGlyphNode: Use QVarLengthArray to avoid frequent allocation.Robin Burchell2015-06-061-2/+4
* | QQuickWindow: Move itemsToPolish from a QSet to QVector.Robin Burchell2015-06-063-6/+5
* | Remove bogus dynamic and static casts.Sérgio Martins2015-06-061-6/+3
* | QQuickTextNodeEngine: Remove unused member.Robin Burchell2015-06-051-2/+0
* | QSGBatchRenderer: Store the last known free page index.Robin Burchell2015-06-051-1/+13
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-056-15/+15
* | Some cleanups to QQmlRefCountLars Knoll2015-06-052-3/+3
* | Add missing QVector::reserve() callsSérgio Martins2015-06-052-2/+6
* | QQuickFlickable: Send synthetic release event through QCoreApplicationUlf Hermann2015-06-051-1/+1