aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QHash: use the public functions to set the global hash seedThiago Macieira2017-03-163-12/+7
* Fix QQmlMetaType::prettyTypeName to deal with malformed type namesUlf Hermann2017-03-152-5/+35
* qml runtime: don't assume http by defaultShawn Rutledge2017-03-151-1/+1
* V4 Debugger: Fix typoUlf Hermann2017-03-141-1/+1
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-1413-13/+47
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1313-13/+47
| |\
| | * QThreadData::threadId is now QAtomicPointer, so relax loads from AcquireThiago Macieira2017-03-062-3/+3
| | * Fix build with -no-feature-libraryUlf Hermann2017-03-062-3/+6
| | * Fix building with -no-feature-processUlf Hermann2017-03-024-5/+8
| | * Fix build for -no-feature-quick-pathStephan Binner2017-02-271-0/+1
| | * Fix build for -no-feature-quick-shadereffectStephan Binner2017-02-275-2/+18
| | * Add feature.qml-profiler with extended build dependenciesStephan Binner2017-02-242-1/+14
* | | QV4DebugService: Reduce unnecessary recursion and redundancyUlf Hermann2017-03-148-113/+274
* | | Add features.quick-particlesPaul Olav Tvete2017-03-133-2/+10
* | | Build fix for -no-feature-quick-pathPaul Olav Tvete2017-03-132-3/+9
* | | Update plugins.qmltypes for 5.9Marco Benelli2017-03-135-53/+197
|/ /
* | Fix support for enums and translations in list elementsSimon Hausmann2017-03-101-0/+35
* | Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-106-3/+8
* | QtQuick scene graph: fix text native renderingOleg Yadrov2017-03-092-0/+151
* | Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-094-9/+21
* | Fix time stamp related errors when loading AOT cachesSimon Hausmann2017-03-093-5/+3
* | Simplify build system integrationSimon Hausmann2017-03-091-14/+4
* | Fix cache file generation for prefix and shadow buildsSimon Hausmann2017-03-091-8/+22
* | Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-072-1/+261
* | Doc: Remove mentioning of non-existing setContents methodKai Koehne2017-03-071-1/+1
* | Fix crash when loading cache files generated ahead of timeSimon Hausmann2017-03-074-9/+11
* | Set source location for all loop body-to-front jumpsUlf Hermann2017-03-072-9/+24
* | Revert "QQuickAnimatorProxyJob: make sure to stop when detached from a window"Liang Qi2017-03-071-7/+1
* | Replace QList<Person*> with QVector<Person*> and function pointersMichael Winkelmann2017-03-072-2/+39
* | Fix skipping of qml cache generation on unsupported architecturesSimon Hausmann2017-03-072-7/+35
* | Fix qmlcachegen command line parametersSimon Hausmann2017-03-073-17/+20
* | Fix qml cache generation for non-prefix buildsSimon Hausmann2017-03-061-4/+18
* | Fix restoring IR from cache filesSimon Hausmann2017-03-061-1/+16
* | QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-03-061-1/+7
* | Allow import static plugins even when library feature is disabledKimmo Ollila2017-03-031-34/+5
* | Fix build in clang5.0Jesus Fernandez2017-03-021-0/+2
* | When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-014-9/+80
* | Fix memory leak in QQDMIncubationTask::statusChangedAlbert Astals Cid2017-03-011-4/+3
* | Software: Flush whole window on Expose eventAndy Nichols2017-02-282-4/+7
* | OpenVG: Fix glyph cache to actually ref countAndy Nichols2017-02-282-13/+15
* | Add a source location to the final Jump in a for loopUlf Hermann2017-02-282-1/+27
* | V4 Debugger: Don't crash when stepping to the end of a scriptUlf Hermann2017-02-282-2/+35
* | Add TouchMouse::implicitUngrab autotestJan Arve Saether2017-02-281-0/+32
* | Ensure mouse ungrab is called when touch is also trueMichael Dippold2017-02-281-4/+4
* | winrt: Switch to always use VirtualAllocFromAppMaurice Kalinowski2017-02-281-52/+22
* | winrt: Fix application startupMaurice Kalinowski2017-02-281-6/+13
* | Doc: minor language correctionsNico Vertriest2017-02-271-2/+2
* | Fix old QML compiler buildsSimon Hausmann2017-02-271-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-02-2468-198/+57328
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2468-198/+57328
| |\|