aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Doc: Removed redundant link to section in the same page.Jerome Pasion2014-06-051-5/+3
| | * Doc: Updated "Qt Quick Examples" pages.Jerome Pasion2014-06-051-3/+4
| | * Detect and warn when using QQuickWidget as a native childLaszlo Agocs2014-06-051-0/+6
| | * Use the correct precision specifier in visualizer GLSL.Gunnar Sletta2014-06-041-1/+1
| | * Fix bindings to when property of States not always workingSimon Hausmann2014-06-041-0/+1
| | * Fix method overload calling of Qt slots from JavaScriptkh12014-06-041-4/+4
| | * Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-042-3/+3
* | | Introduce Accessible.ignoredFrederik Gladhorn2014-06-162-0/+46
|/ /
* | V4 JIT: use RegisterInfo in the register allocator.Erik Verbruggen2014-06-134-54/+46
* | V4 RegAlloc: simplify algorithm after introducing half open ranges.Erik Verbruggen2014-06-133-127/+148
* | V4 RegAlloc: change life-time intervals from closed to half-open.Erik Verbruggen2014-06-137-219/+309
* | Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-133-7/+68
* | Properly initialize heap profiler when starting profilingUlf Hermann2014-06-125-10/+45
* | Doc: Fix qmlclass selector used in documentation configTopi Reinio2014-06-112-2/+2
* | Add FreeBSD support to qv4targetplatform_p.hDmitry Shachnev2014-06-101-2/+2
* | Javascript heap profilerUlf Hermann2014-06-068-18/+99
* | V4 IR: Store positions for life-time intervals outside the statement.Erik Verbruggen2014-06-066-56/+128
* | V4 IR: add def statements to the worklist when removing uses.Erik Verbruggen2014-06-061-13/+11
* | V4 IR: replace hashes by vectors.Erik Verbruggen2014-06-062-102/+104
* | Remove copy and accidental detach.Erik Verbruggen2014-06-062-3/+3
* | V4 RegAlloc: store, pass, and use life-time intervals by pointer.Erik Verbruggen2014-06-055-116/+149
* | Optimize the way AnimatedImage display its contentLouis du Verdier2014-06-056-2/+74
* | Cleanup: Get rid of the url and file name members in QQmlCompiledDataSimon Hausmann2014-06-0511-24/+20
* | Process children first when delivering drag eventsAleix Pol2014-06-051-17/+20
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-0428-167/+335
|\|
| * Fix worker scripts with cached compilation unitsSimon Hausmann2014-06-041-23/+31
| * Make QQuickRenderControl usable (still private)Paul Olav Tvete2014-06-034-2/+22
| * Fix crash in QSGRenderContext::invalidate().Yoann Lopes2014-06-031-0/+3
| * Prevent initial clipping in Context2DUlf Hermann2014-06-033-11/+9
| * Recognize "in" keyword in vertex shadersLaszlo Agocs2014-06-031-2/+8
| * Destroy the FBO in QQuickWidget while a context is currentLaszlo Agocs2014-06-031-2/+2
| * Fix QQuickWidget cleanup and invalidation sequenceLaszlo Agocs2014-06-033-18/+27
| * Keep the internal state about the bound fbo up to dateLaszlo Agocs2014-06-021-1/+3
| * Fix potential null pointer dereferencingFrederik Gladhorn2014-05-306-11/+17
| * Fix copy and paste errorFrederik Gladhorn2014-05-301-5/+0
| * Fix AccessibleAttached property documentationFrederik Gladhorn2014-05-301-55/+102
| * Don't add the database before verificationRob Hoelz2014-05-291-1/+1
| * Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-292-4/+43
| * Fix QSGPlainTexture object leakLiang Jian2014-05-281-0/+1
| * QQuickWidget: Support drag and dropPaul Olav Tvete2014-05-271-1/+14
| * Fix type of AnimationController::animation in documentation.Mitch Curtis2014-05-271-1/+1
| * Fix compilation on MSVC 2008Simon Hausmann2014-05-271-5/+16
| * Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-271-1/+1
| * Fix QQmlScriptString::isEmpty for script strings without source codeSimon Hausmann2014-05-271-1/+3
| * Fix crash when sharing data structures between 32-bit and 64-bitSimon Hausmann2014-05-262-24/+36
| * Fix cached compilation units for file importsSimon Hausmann2014-05-261-0/+2
| * V4 JIT: fix usage of d1 on ARM.Erik Verbruggen2014-05-261-1/+0
| * Mark clip node dirty regardless of how its geometry was changed.Gunnar Sletta2014-05-221-1/+1
* | Rework custom parser integrationSimon Hausmann2014-06-0415-429/+251
* | V4 IR: lower the number of memory allocations.Erik Verbruggen2014-06-031-24/+51