aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initialize variableGunnar Sletta2011-12-121-0/+1
* QtQuick: Fix compiler warnings.Friedemann Kleint2011-12-124-9/+6
* Create a copy of QLineControl in the QtDeclarative library.Andrew den Exter2011-12-125-9/+2196
* Fix TextInput not reacting to text color change.Andrew den Exter2011-12-121-2/+7
* Size TextInput cursor correctly.Andrew den Exter2011-12-121-9/+2
* Fix package items not being destroyed when a package is destroyed.Andrew den Exter2011-12-121-3/+3
* QmlProfiler: stream snapshots to reduce memory footprintMikko Harju2011-12-122-12/+15
* Don't access QDeclarativeProperty from bindings as oftenAaron Kennedy2011-12-121-12/+18
* Set target and device for touch events.Laszlo Agocs2011-12-091-2/+3
* Integrate testcocoon support into QtQuickTest.Caroline Chao2011-12-091-0/+33
* Get rid of QDeclarativeMetaType::{canCopy,copy}Kent Hansen2011-12-093-580/+7
* Remove dead private method from TextEdit implementationsPekka Vuorela2011-12-094-36/+0
* Create a copy of QTextControl in the QtDeclarative library.Andrew den Exter2011-12-096-6/+3395
* Add Screen attached objectAlan Alpert2011-12-096-0/+292
* Implemented multiple windows and GL context sharingGunnar Sletta2011-12-088-957/+1426
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-071-2/+5
* Fix linking of QtQuick.dll on Windows.Friedemann Kleint2011-12-077-29/+92
* Avoid Text layout being triggered unnecessarilyMartin Jones2011-12-071-17/+60
* Add support for pixmap cache images to TextEdit.Andrew den Exter2011-12-074-45/+58