aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-1743-731/+400
|\
| * Fix warningAleix Pol2015-03-161-1/+1
| * Fix usage of QtQmlDevTools private headers on OSX with framework buildsSimon Hausmann2015-03-1615-21/+92
| * Remove QQmlDirParser from QtQmlDevToolsSimon Hausmann2015-03-164-29/+4
| * PathView: use qt.quick.itemview.lifecycle logging categoryShawn Rutledge2015-03-131-3/+17
| * Acknowledge QPersistentModelIndex is a built-in meta-typeGabriel de Dietrich2015-03-121-30/+3
| * Handle context loss in the threaded render loopLaszlo Agocs2015-03-123-0/+21
| * Don't evaluate the expression in switch() multiple timesLars Knoll2015-03-111-3/+4
| * Fix flickable stealing gestures when height >= contentHeight.Andrew den Exter2015-03-111-4/+4
| * qt quick particles: Fix const correctness in old style castsThiago Macieira2015-03-101-5/+5
| * Fix clang warningAndrew Knight2015-03-101-0/+4
| * QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-093-0/+88
| * testlib: Fix qml objects not deleted between data testsCaroline Chao2015-03-091-3/+6
| * Doc: Removed the release notes for Qt Quick and Qt QmlVenugopal Shivashankar2015-03-093-586/+2
| * Add missing flush for multisampled QQuickWidgetLaszlo Agocs2015-03-091-1/+2
| * Reduce number of allocations when constructing text nodesEskil Abrahamsen Blomfeldt2015-03-092-36/+90
| * Implement cache property for QQuickAnimatedImageDaiwei Li2015-03-062-2/+32
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Frederik Gladhorn2015-03-064-5/+17
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-034-5/+17
| | |\
| | | * V4: fix ToFixed rounding for 0 fraction digits.Erik Verbruggen2015-03-031-3/+9
| | | * Fix crash in overdraw and change visualizersDaiwei Li2015-02-251-2/+2
| | | * Fix memory leak of QSGContext object in QSGThreadedRenderLoopjian liang2015-02-242-0/+6
| * | | QV4::Primitive: Help clang disambiguate symbolsGabriel de Dietrich2015-03-061-0/+3
* | | | Export QQuickImage, we need it in QtGraphicalEffects.Gunnar Sletta2015-03-101-1/+1
* | | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devGabriel de Dietrich2015-03-0621-62/+103
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.5' into devGabriel de Dietrich2015-03-0621-62/+103
| |\| | |
| | * | | Fix build: QString needs to be fully-defined for QString()Thiago Macieira2015-03-051-0/+1
| | * | | TextEdit: Block's update should update paint nodeRuslan Nigmatullin2015-03-051-0/+7
| | * | | WinRT: Set alignment boundary to page sizeMaurice Kalinowski2015-03-051-1/+9
| | * | | Work around QPersistentModelIndex being a built-in meta-typeGabriel de Dietrich2015-03-051-3/+27
| | * | | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-0518-58/+59
| | |/ /
* | | | TextEdit: add support for paddingJ-P Nurmi2015-03-053-9/+235
* | | | TextInput: add support for paddingJ-P Nurmi2015-03-054-16/+241
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devFrederik Gladhorn2015-03-0379-253/+446
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-0379-253/+446
| |\| |
| | * | Use of fullsize distance field textures should be font-dependent.Michael Brasser2015-03-031-7/+1
| | * | V4: fix regalloc for loops with many life&changing vars.Erik Verbruggen2015-03-031-5/+10
| | * | V4: fix phi node use position calculation.Erik Verbruggen2015-03-032-18/+19
| | * | Avoid assert in rich text when img width is invalidEskil Abrahamsen Blomfeldt2015-03-021-2/+2
| | * | testlib: Introduce MouseDoubleClickSequence() methodCaroline Chao2015-03-023-10/+73
| | * | QQuickWindow: rename deliverGestureEvent to deliverNativeGestureEventShawn Rutledge2015-02-272-4/+4
| | * | QQuickWindow: move deliverGestureEvent outside QT_NO_WHEELEVENT sectionShawn Rutledge2015-02-271-17/+16
| | * | QtQuick: Micro-optimize iterator loops.Friedemann Kleint2015-02-2612-37/+43
| | * | QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-2611-27/+31
| | * | Optimize distance field construction.Michael Brasser2015-02-252-4/+13
| | * | Include <limits> in qqmlprofilerservice_p.hUlf Hermann2015-02-251-0/+2
| | * | Allow glyph cache textures to be created at full size.Michael Brasser2015-02-252-3/+20
| | * | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-2443-115/+159
| | |\|
| | | * docs: Add a link to Drag and DropArea in MouseArea's drag sectionSérgio Martins2015-02-171-0/+2
| | | * Doc: fix exampleJoerg Bornemann2015-02-161-1/+2