aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove null pointer checks for "this" from QQmlContextData::resolvedUrl()Pavel Tumakaev2019-05-231-15/+12
* Tooling: Guard use of QRegularExpressionUlf Hermann2019-05-232-4/+7
* Tooling: Use QRegularExpression rather than QRegExpUlf Hermann2019-05-222-6/+4
* StateMachine: Warn about invalid childMode changesErik Verbruggen2019-05-212-0/+16
* Remove now dead V4_BOOTSTRAP #if-eryUlf Hermann2019-05-136-29/+0
* Remove V4_BOOTSTRAP condition around header verificationUlf Hermann2019-05-091-6/+0
* Move valueAsNumber into ExecutableCompilationUnitUlf Hermann2019-05-138-24/+21
* QQuickTableView: don't recalculate content width while flickingRichard Moe Gustavsen2019-05-151-26/+19
* Add missing #include, needed for use of QLinkedList<>Edward Welbourne2019-05-201-0/+1
* Remove QUrl-related special casing in the compilerUlf Hermann2019-05-102-10/+1
* Restore value bindings when disabling a Binding elementErik Verbruggen2019-05-173-5/+156
* Inline dumpConstantTable() into the only place where it's usedUlf Hermann2019-05-173-34/+27
* Add abstraction for temporarily setting StaticData when savingUlf Hermann2019-05-173-19/+46
* Add snapMode to DragHandlerJan Arve Sæther2019-05-162-2/+48
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-1669-1258/+1535
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-1622-87/+214
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-1610-58/+184
| |\
| | * Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-152-16/+29
| | * TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-153-1/+20
| | * Elaborate on the meaning of values held by basic typesSimon Hausmann2019-05-131-0/+4
| | * Document TapHandler.tapped and [single|double]Tapped eventPoint argumentShawn Rutledge2019-05-092-6/+85
| | * Don't overwrite states if role is assigned after a stateJan Arve Sæther2019-05-092-35/+46
| * | Avoid illegal downcasts in texture and shader handlingAllan Sandfeld Jensen2019-05-157-14/+14
| * | Compile fixJarek Kobus2019-05-152-3/+3
| * | Do not take a reference of nullptrAllan Sandfeld Jensen2019-05-142-8/+9
| * | Fix illegal downcast on QQmlEngine destructionAllan Sandfeld Jensen2019-05-141-5/+3
| * | Fix illegal downcast in QQuickStateGroup destructionAllan Sandfeld Jensen2019-05-131-0/+2
* | | QQuickTableView: change implementation of enforceTableAtOrigin()Richard Moe Gustavsen2019-05-113-39/+204
* | | Don't include qv4enginebase_p.h in qmldevtoolsUlf Hermann2019-05-106-7/+9
* | | Make sure we don't include qv4stackframe_p.h in qmldevtoolsUlf Hermann2019-05-105-51/+117
* | | Move qv4string{_p.h|.cpp} out of the devtoolsUlf Hermann2019-05-108-47/+107
* | | Add Markdown support to TextShawn Rutledge2019-05-096-4/+36
* | | QQuickTableView: sync viewport rect with syncView when rebuildingRichard Moe Gustavsen2019-05-091-2/+7
* | | Generate the compilation unit checksum whenever we have MD5Ulf Hermann2019-05-091-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-0911-35/+88
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-0811-35/+88
| |\|
| | * Accessibility: Make sure StaticText is marked read-onlyFrederik Gladhorn2019-05-073-1/+24
| | * Avoid std::function in qqmlirbuilder.cppUlf Hermann2019-05-072-22/+18
| | * Add Q_TRACE calls to QtQml for QML profiler trace pointsMilian Wolff2019-05-054-7/+36
| | * Improve Context2D's line dash-related documentationMitch Curtis2019-05-031-5/+7
| | * QQuickTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-021-0/+3
* | | Drop some dead bootstrap codeUlf Hermann2019-05-084-35/+18
* | | Register QObject along with QQmlComponent as basic type of the languageUlf Hermann2019-05-081-1/+5
* | | Remove last traces of QV8EngineUlf Hermann2019-05-0827-687/+404
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-0810-78/+64
* | | QQuickTableView: improve updateAverageEdgeSize()Richard Moe Gustavsen2019-05-081-6/+15
* | | QQuickTableView: remove relayoutTable()Richard Moe Gustavsen2019-05-082-15/+3
* | | Filter out duplicate entries in Object.keysErik Verbruggen2019-05-081-0/+7
* | | Move dynamicStrings into the bootstrapped part of QV4::CompiledDataUlf Hermann2019-05-072-13/+9
* | | Move the check for SSE2 into the configure systemUlf Hermann2019-05-071-2/+2