aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-29105-565/+550
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-2825-133/+297
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-2825-133/+297
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-2521-108/+249
| | |\
| | | * Doc: fix incorrect syntax in "Code-Behind Implementation Resource"Mitch Curtis2016-11-251-4/+4
| | | * QmlProfiler: Explicitly specify the offsets for scene graph eventsUlf Hermann2016-11-249-82/+172
| | | * V4: Fix JIT codegen for null/undefined conditional jumpsErik Verbruggen2016-11-231-2/+2
| | | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-9/+6
| | | * Text: Make use of the new cached isSmoothlyScaled attribute on QFontEngineRobin Burchell2016-11-181-3/+5
| | | * Fix binding re-evaluation when list model properties changeSimon Hausmann2016-11-184-3/+51
| | | * Doc: fix incorrect argument name for createQmlObject()Mitch Curtis2016-11-171-2/+2
| | | * Fix reading of enum properties from gadgetsSimon Hausmann2016-11-161-0/+1
| | | * Doc: improve FolderListModel::rootFolder documentationMitch Curtis2016-11-151-3/+3
| | | * QML: Check for failing realloc/malloc in the QmlJS memory poolErik Verbruggen2016-11-151-1/+4
* | | | D3D12: Output error messagesFriedemann Kleint2016-11-281-23/+49
|/ / /
* | | Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-262-2/+2
* | | D3D12: Fix RESOURCE_BARRIER_BEFORE_AFTER_MISMATCHLaszlo Agocs2016-11-251-1/+4
* | | V4: check for exceptions after convertThisToObjectErik Verbruggen2016-11-243-11/+6
* | | Fix OS platform label documentationMaurice Kalinowski2016-11-241-1/+1
* | | Fix support for QML declared default list propertiesSimon Hausmann2016-11-235-1073/+1130
* | | Fix up QML grammar fileSimon Hausmann2016-11-231-14/+71
* | | Fix handling of qrc:/// urls with disk cachingSimon Hausmann2016-11-231-1/+1
* | | Move rebuildGeometry() functions of nodesFriedemann Kleint2016-11-229-99/+96
* | | Add a missing break statementLars Knoll2016-11-221-0/+1
* | | QSGDistanceFieldUtil: Make use of the newly added QRawFont qHash functionRobin Burchell2016-11-182-25/+3
* | | QSGRendererInterface: Add Resource suffix for consistencyLaszlo Agocs2016-11-184-12/+12
* | | QML: Add another specialization for QQmlPropertyCache::propertyErik Verbruggen2016-11-162-0/+9
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-159-17/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-159-11/+33
| |\|
| | * Setting Connection's target to null should disconnect implicit targetMichael Brasser2016-11-151-2/+2
| | * Fix QtQuickTest::mouseMove not having timestampsFrederik Gladhorn2016-11-111-0/+1
| | * Fix more cases where DSE would optimize out too many storesErik Verbruggen2016-11-102-0/+10
| | * Add checking "before" as child nodeInhye Seo2016-11-091-2/+4
| | * Fix crash when using custom OpenGL functionsJesus Fernandez2016-11-071-2/+4
| | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-042-4/+10
| | * Doc: replace "textEdit" with "TextEdit" in lineCount documentationMitch Curtis2016-10-311-1/+1
| | * Fix crash when trying to allocate in a filled atlas textureJohn Brooks2016-10-271-1/+2
| * | Fix performance regression in rich text with imagesEskil Abrahamsen Blomfeldt2016-11-141-6/+2
| * | TextEdit: set cursor delegate's height to match the selected fontMitch Curtis2016-11-121-0/+1
| * | Doc: replace "the empty string" with "an empty string" in TestCase docsMitch Curtis2016-11-101-3/+3
* | | Fix flow text objects in beginning of RTL blockEskil Abrahamsen Blomfeldt2016-11-142-2/+17
* | | Work around -Wtautological-compare warnings on clang 3.6Lars Knoll2016-11-111-1/+8
* | | Quick: Do not calculate the difference in a geometryChangeErik Verbruggen2016-11-109-32/+28
* | | Change implementation of shadow nodes to use a double-linked listGunnar Sletta2016-11-102-46/+81
* | | Update Window plugins.qmltypesMarco Benelli2016-11-091-2/+6
* | | V4: Replace memset by a for loopErik Verbruggen2016-11-091-1/+2
* | | Quick: Hint that a reparent action will most probably work fineErik Verbruggen2016-11-091-1/+1
* | | qv4object_p.h: Replace QtPrivate::is_same by std::is_sameFriedemann Kleint2016-11-091-3/+1
* | | Quick: Only take a copy of changeListeners when there are someErik Verbruggen2016-11-081-64/+88
* | | Quick: Move counters out of a bitfield in QQuickitemErik Verbruggen2016-11-082-71/+75