aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Quick: allow NaN check to be inlinedErik Verbruggen2016-11-021-2/+2
* | | Imports: Build settings depending on feature settingsFriedemann Kleint2016-11-012-4/+2
* | | Fix build with QT_NO_LIBRARYSamuli Piippo2016-10-281-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-278-34/+44
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-2711-31/+50
| |\|
| | * Fix documentation for dragFinished signalAndy Shaw2016-10-261-1/+1
| | * Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
| | * Fix TextInput::selectByMouse documentationMitch Curtis2016-10-191-2/+2
| | * QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-151-0/+1
| | * Fix docs about ownership when QObject has a parentSérgio Martins2016-10-141-2/+2
| | * Remove superfluous warning statement in QAccessibleQuickItem::rect()Alexandru Croitor2016-10-131-4/+0
| | * Check qgl_current_fbo_invalid before using qgl_current_fboAlexandru Croitor2016-10-131-1/+2
| * | QQuickShortcut: allow setting a custom context matcherJ-P Nurmi2016-10-261-20/+35
* | | Doc: better example explaining use of tx.executeSql with parametersNico Vertriest2016-10-261-7/+24
* | | Change Import::type from quint8 to LEUInt32James McDonnell2016-10-251-2/+2
* | | QML: Hint LTO to never inline QQmlPropertyCache::resolveErik Verbruggen2016-10-251-2/+2
* | | Fix crash when loop peeling and basic block mergingSimon Hausmann2016-10-251-0/+4
* | | d3d12 plugin depends on quickSamuli Piippo2016-10-241-1/+1
* | | Cast enums to int before streaming into QDataStreamThiago Macieira2016-10-233-7/+7
* | | Add the ability to explicitly enable the code cache in qmljsSimon Hausmann2016-10-232-2/+36
* | | Fix crash with v4 lookups on changing objectsSimon Hausmann2016-10-221-1/+1
* | | Windows: Fix distance field rendering with fonts with broken cmapEskil Abrahamsen Blomfeldt2016-10-211-1/+1
* | | Fix bootstrap and qtquick compiler buildSimon Hausmann2016-10-211-2/+6
* | | Add "We mean it" comment to qquickdesignercustomparserobject_p.hFriedemann Kleint2016-10-211-0/+11
* | | QML: Create a fast-path for QV4::WeakValue::setErik Verbruggen2016-10-212-24/+27