aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix failing assertion inside MSVC STL in debug buildsSimon Hausmann2014-05-211-2/+2
* Fix Number.toExponential with parameterSimon Hausmann2014-05-211-1/+1
* Don't crash on AndroidPaul Olav Tvete2014-05-211-1/+7
* Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+3
* Fix copy and paste errorFrederik Gladhorn2014-05-211-1/+1
* Focus event fix for QQuickWidgetPaul Olav Tvete2014-05-213-1/+25
* Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-209-42/+317
|\
| * Fix QJSEngine::evaluate using the wrong execution contextv5.3.0Simon Hausmann2014-05-091-4/+9
| * Fix crash on host/target word size mismatchesSimon Hausmann2014-05-092-11/+6
| * Update qmltypes filesAlan Alpert2014-05-065-23/+295
| * Android: Fix crash in String.replace() in release buildsv5.3.0-rc1Eskil Abrahamsen Blomfeldt2014-05-051-4/+7
| * Always implement text input "canPaste" propertyBernd Weimer2014-05-022-6/+4
* | Fix improper antialiasing property behaviorOleg Shparber2014-05-191-3/+5
* | Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-195-9/+68
* | TextEdit: fix cursor rectangle positioningJ-P Nurmi2014-05-161-2/+5
* | Accessibility: add focus actionFrederik Gladhorn2014-05-162-0/+27
* | Doc: Polish property binding explanationsSze Howe Koh2014-05-163-54/+39
* | Doc: Describe property bindings in terms of relationshipsSze Howe Koh2014-05-166-56/+83
* | Fix typo in Image documentation.Mitch Curtis2014-05-151-1/+1
* | V4 IR: change BasicBlockSet::const_iterator to use std::find.Erik Verbruggen2014-05-151-20/+12
* | Fix regression in QJSValueIterator::next() since Qt 5.1.1Gunnar Sletta2014-05-141-6/+3