aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix a crash when allocating huge memory segmentsLars Knoll2018-11-022-3/+14
* | | Qml Tooling: Test that trace events arrive in chronological orderUlf Hermann2018-11-151-0/+6
* | | Qml Tooling: Correctly sort debug messages into tracesUlf Hermann2018-11-152-5/+12
* | | Qml Tooling: Fix crash in QQmlProfilerService testUlf Hermann2018-11-151-2/+2
* | | QML Inspector: Use Qt5-style connectionUlf Hermann2018-11-151-1/+1
* | | Qt Quick Test: support tags filter on tests runKirill Burtsev2018-11-155-19/+126
* | | macOS: Remove blacklist entries for no longer supported OS versionsTor Arne Vestbø2018-11-152-4/+0
* | | Doc: Use \section1 to clearly identify the different partsVenugopal Shivashankar2018-11-151-1/+5
* | | masm: Don't call fclose(nullptr) and initialize staticsUlf Hermann2018-11-142-2/+3
* | | qmlpreview: Use a better file system watcherUlf Hermann2018-11-145-30/+231
* | | qmlpreview: Fix typoUlf Hermann2018-11-141-1/+1
* | | QML Tooling: Fix ordering of memory events in V4 profiler adapterUlf Hermann2018-11-144-3/+37
* | | Yarr: Fix developer build with MinGW 64Friedemann Kleint2018-11-131-0/+8
* | | Fix more null pointer accesses in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-122-2/+4
* | | Fix null pointer access in QQuickOpenGLShaderEffectMaterialCacheJüri Valdmann2018-11-073-2/+5
* | | Fix TestCase::skip to ignore rest of the data rows in TestCaseKirill Burtsev2018-11-073-1/+65
* | | QUICK_TEST_MAIN_WITH_SETUP: improve documentationMitch Curtis2018-11-071-0/+11
* | | Doc: improve qmlRegisterInterface() documentationMitch Curtis2018-11-072-5/+31
* | | Create proper template objects for tagged templatesLars Knoll2018-11-0516-76/+183
* | | Correctly read files with a \0 in themLars Knoll2018-11-053-4/+4
* | | Remove misleading Q_UNUSED(uri)Nazar Gerasymchuk2018-11-055-5/+0
* | | DesignerSupport: Fix emitComponentCompleteSignalForAttachedPropertyThomas Hartmann2018-11-057-6/+221
* | | QV4::Scoped: Use explicit operator boolJüri Valdmann2018-11-051-4/+1
* | | Create proper template objectsLars Knoll2018-11-022-30/+40
* | | Pass the raw string value to template literalsLars Knoll2018-11-022-4/+20
* | | Also store the raw string value for template strings in the lexerLars Knoll2018-11-022-22/+48
* | | Doc: Remove wrong return typeJoni Poikelin2018-11-021-1/+1
* | | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-0238-247/+1442
|\| |
| * | Extend QQmlElement with empty placement delete operatorFredrik Orderud2018-11-021-0/+4
| * | Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-018-13/+17
| * | Doc: Use input handlers and controls wherever appropriateVenugopal Shivashankar2018-11-013-198/+199
| * | Doc: make QML type naming rules more searchableMitch Curtis2018-11-011-1/+12
| * | Make sure not to clobber tail call arguments when unrolling stackErik Verbruggen2018-11-011-3/+6
| * | Clarify documentation about throwError and the specific error typesSimon Hausmann2018-10-312-6/+22
| * | Fix issues with lookup of scoped enums on SingletonsMichael Brasser2018-10-314-2/+26
| * | imports: fix wavefrontmesh inclusionMikko Gronoff2018-10-301-3/+3
| * | Doc: Fix linking to Qt Quick ControlsTopi Reinio2018-10-302-3/+2
| * | Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-307-4/+217
| * | Add a brief section about security of JavaScript with QtSimon Hausmann2018-10-301-0/+12
| * | QQWindow: cancel touch->mouse synthesis when touch is ungrabbedShawn Rutledge2018-10-302-22/+30
| * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-10-3012-38/+232
| |\|
| * | Merge 5.12 into 5.12.0Oswald Buddenhagen2018-10-3027-37/+308
| |\ \
| * | | Add WavefrontMeshEskil Abrahamsen Blomfeldt2018-10-258-1/+901
* | | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-2912-38/+232
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Accessible: Return StaticText if there is no explicit role setAndy Shaw2018-10-192-5/+75
| * | At least warn when triggering a rendering limitationAllan Sandfeld Jensen2018-10-181-0/+3
| * | Doc: place more importance on not binding to x/y/width/heightMitch Curtis2018-10-171-4/+8
| * | Warn, don't crash during nested delivery of mouse or touch pressesShawn Rutledge2018-10-134-0/+92
| * | Qt Labs Settings: warn if failed to initialize internal QSettings instanceMitch Curtis2018-10-112-4/+52
| * | qmlplugindump: Remove sigsegv handlerKai Koehne2018-10-111-25/+0