aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/dev' into wip/scenegraphng"wip/scenegraphngLaszlo Agocs2019-05-28234-3284/+5712
|\
| * Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2019-05-28234-3284/+5712
|/|
| * Don't set childMode on a StateMachineUlf Hermann2019-05-271-14/+18
| * Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-05-261-0/+4
| |\
| | * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-261-0/+4
| |/|
| | * Blacklist tst_QQuickListView::currentIndex() on macOS 10.12Ulf Hermann2019-05-221-0/+4
| * | Remove null pointer checks for "this" from QQmlContextData::resolvedUrl()Pavel Tumakaev2019-05-231-15/+12
| * | Manual test, TableView: improve test with syncView functionalityRichard Moe Gustavsen2019-05-232-26/+132
| * | 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-139-25/+25
| * | QQuickTableView: don't recalculate content width while flickingRichard Moe Gustavsen2019-05-152-98/+36
| * | 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-177-5/+401
| * | 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-174-41/+60
| * | Add snapMode to DragHandlerJan Arve Sæther2019-05-165-2/+209
| * | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-1677-1300/+1594
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-1629-88/+394
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-1617-59/+364
| | |\
| | | * Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-153-16/+85
| | | * TextEdit: use I-beam cursor by default, pointing cursor for linksShawn Rutledge2019-05-155-1/+77
| | | * Elaborate on the meaning of values held by basic typesSimon Hausmann2019-05-131-0/+4
| | | * Add test for cached getter lookupMichal Klocek2019-05-092-0/+31
| | | * 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-094-36/+82
| | * | 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-114-39/+365
| * | | 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-092-5/+106
| * | | 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-0914-38/+150
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-0814-38/+150
| | |\|
| | | * Accessibility: Make sure StaticText is marked read-onlyFrederik Gladhorn2019-05-075-4/+85
| | | * 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
| | | * Add .qmake.stash to .gitignoreMitch Curtis2019-05-031-0/+1
| | | * Improve Context2D's line dash-related documentationMitch Curtis2019-05-031-5/+7
| | | * QQuickTextControl: Emit cursorPositionChanged() when handling IM eventVova Mshanetskiy2019-05-021-0/+3