aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix affector group cachingAlan Alpert2011-12-202-2/+5
* Fix sprite choppingAlan Alpert2011-12-201-2/+2
* Qt.locale() always returns the 'C' locale.Martin Jones2011-12-201-1/+4
* Fix valgrind warning.Andrew den Exter2011-12-201-1/+1
* Don't enable multiline eliding unless wrap is enabled.Martin Jones2011-12-201-4/+4
* Fix QDeclarativePropertyCache crash.Andrew den Exter2011-12-202-13/+34
* Implement "headless mode" for hidden QQuickCanvasesGunnar Sletta2011-12-193-17/+59
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-191-25/+40
* Fix compilation due to header changesSergio Ahumada2011-12-171-1/+1
* DeclarativeDebug: Add version info to service pluginsAurindam Jana2011-12-1611-27/+79
* Fix sprite-less sprite modeAlan Alpert2011-12-163-28/+37
* Add some more particles debugging informationAlan Alpert2011-12-161-0/+8
* Make PlainText the default textFormat of a TextEdit.Andrew den Exter2011-12-162-2/+3
* Merge QQuickLineControl into QQuickTextInput.Andrew den Exter2011-12-166-2206/+1896
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-154-111/+75
* Fix IR code generation for member expressionsRoberto Raggi2011-12-151-13/+15
* Add support for QUrl types to V4Roberto Raggi2011-12-155-12/+169
* QV8DebugService: add version commandAurindam Jana2011-12-151-31/+32
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-153-52/+63
* Add lineWidth property to QSGGeometryAlex Wilson2011-12-153-0/+34
* Don't emit model reset on completing a VisualDataModel.Andrew den Exter2011-12-151-1/+0
* Activate links in a read only TextEdit.Andrew den Exter2011-12-151-3/+6
* Remove unused code from QQuickLineControl.Andrew den Exter2011-12-153-239/+58
* Remove QQuickTextControl::ensureCursorVisible()Andrew den Exter2011-12-153-37/+20
* Remove unused code from QQuickTextControl.Andrew den Exter2011-12-154-994/+38
* Utilize the property cache for item view context objects.Andrew den Exter2011-12-152-5/+7
* QV8DebugService: Add breakaftercompileAurindam Jana2011-12-142-7/+21
* QV8DebugService: Simplify the service codeAurindam Jana2011-12-143-373/+108
* Link against librt to make use of clock_gettimeKai Koehne2011-12-141-0/+1
* QQuickTextControl - mouse events to override input contextPekka Vuorela2011-12-142-120/+145
* Protect QTextControl::setTextCursor for existing preeditPekka Vuorela2011-12-141-0/+1
* Support for multiple textures in the distance field glyph node.Yoann Lopes2011-12-142-37/+124
* TextEdits to include tentative commit in text propertyPekka Vuorela2011-12-145-8/+26
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-146-120/+51
* Fix leak of v8 context used for implicit strong references.Simon Hausmann2011-12-142-17/+18
* More distance-field cache refactoring.Yoann Lopes2011-12-147-115/+105
* Correctly ignore unknown tags in StyledTextMartin Jones2011-12-141-30/+53
* Fix crash when items are moved in model.Andrew den Exter2011-12-141-19/+16
* QDeclarativeBuiltinFunctions: Remove warningAurindam Jana2011-12-141-1/+1
* update: make fragment shader code for distance field work with tegra2Johannes Zellner2011-12-141-12/+12
* Add a tracing API for the QML engineAaron Kennedy2011-12-1416-14/+577
* QV8Engine: Console APIs, Extend functionalityAurindam Jana2011-12-145-54/+169
* Cleanup: Remove redundant call to QV8GCCallback::registerGcPrologueCallback()Simon Hausmann2011-12-141-2/+0
* Made QSGNode flags togglable and added StaticSubtreeGeometry.Kim Motoyoshi Kalland2011-12-1410-69/+100
* Fix warnings about struct/class mismatch (QDeclarativeAccessor).Friedemann Kleint2011-12-141-1/+2
* Initialize VariableAlan Alpert2011-12-141-0/+1
* Support <strong> in styled text.Martin Jones2011-12-141-0/+5
* Add basic custom easing curve docs and testMartin Jones2011-12-131-0/+9
* QtQuick TextEdit to set view property to QTextControllerPekka Vuorela2011-12-121-0/+1
* V8: Minor cleanupSimon Hausmann2011-12-122-4/+5