aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Support inline images with <img> tag in StyledTextYann Bodson2012-02-025-29/+276
* Incorrect initial pos after resizing view with margins.Martin Jones2012-02-022-20/+27
* Fix unhandled touch events not being ignored.Simon Hausmann2012-02-021-1/+6
* Remove QJSEngine::nullValue() functionKent Hansen2012-02-023-21/+1
* Remove QJSValue constructors that take QJSEngine argumentKent Hansen2012-02-022-128/+0
* Remove QJSValue::propertyFlags() functionKent Hansen2012-02-0210-71/+32
* Remove invalid QJSValue typeKent Hansen2012-02-027-181/+33
* Fix include of private header used between two qtdeclarative librariesKalle Juhani Lehtonen2012-02-021-4/+4
* Must update columns when GridView geometry changesBea Lam2012-02-025-15/+23
* Multiple fast flicks with large content moves fasterMartin Jones2012-02-022-16/+75
* Compress consective StyledText whitespaces into a single space.Andrew den Exter2012-02-021-17/+52
* Clear Text formatting when setting plain text content.Andrew den Exter2012-02-021-0/+1
* Add a persistentSelection property to TextInput.Andrew den Exter2012-02-026-3/+35
* Handle a null source item being provided to ShaderEffectMartin Jones2012-02-021-0/+2
* QmlProfiling: don't send v8 data if not profilingChristiaan Janssen2012-02-021-2/+7
* Export on QQuickImageBaseGunnar Sletta2012-02-011-1/+2
* Accessibility: Use new updateAccessibility() API in declarative.Friedemann Kleint2012-02-016-10/+10
* Fix outdated license headers.Jason McDonald2012-02-012-4/+4
* Guard against event recursion in QQuickDrag.Andrew den Exter2012-02-012-9/+40
* Document the limitations of AutoText's rich text detection.Andrew den Exter2012-02-011-1/+5
* Fixes for removing before visibleBea Lam2012-02-012-7/+12
* Remove QJSEngine::newVariant() functionKent Hansen2012-02-014-28/+1
* Remove QJSEngine::newDate() functionsKent Hansen2012-02-012-40/+1
* Remove QJSValue::instanceOf() functionKent Hansen2012-02-014-57/+0
* QJS{Engine,Value}: Remove QRegExp-specific functionsKent Hansen2012-02-018-111/+2
* Remove QJSValue::toUInt16() functionKent Hansen2012-02-012-21/+1
* Remove QJSValue::toInteger() functionKent Hansen2012-02-012-27/+1
* Remove QJSEngine::toObject() and QJSValue::toObject()Kent Hansen2012-02-016-90/+1
* Update item focus when the enabled property is changed.Andrew den Exter2012-02-014-12/+29
* QmlProfiler: profiling binding loopsChristiaan Janssen2012-02-012-3/+4
* QmlProfiler: moved v4 tracing to run methodChristiaan Janssen2012-02-011-5/+2
* QmlProfiler: profiling compiled v8 bindingsChristiaan Janssen2012-02-015-21/+32
* Flickable should be controllable programaticallyAndras Becsi2012-02-012-1/+21
* Document that Item inherits QtObjectAlan Alpert2012-02-011-0/+1
* Don't use region.numRects()Lars Knoll2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30832-834/+834
* Enhance editors notifying input panel for input method changesPekka Vuorela2012-01-274-20/+26
* Rename QSGTexture::textureSubRect to normalizedTextureSubRect()Gunnar Sletta2012-01-277-8/+8
* Output a friendly warning when makeCurrent failsGunnar Sletta2012-01-271-2/+4
* Improve QRegExp property literal assignment error messageChris Adams2012-01-271-0/+3
* Update PathAnimation API and document.Michael Brasser2012-01-273-26/+137
* Re-add documentation for AnchorAnimation and ParentAnimation.Michael Brasser2012-01-271-0/+123
* Document PathInterpolator.Michael Brasser2012-01-271-0/+42
* PathInterpolator should report angle in clockwise direction.Michael Brasser2012-01-271-0/+5
* Prevent PathAnimation from hanging when jumping backwards to beginning.Michael Brasser2012-01-273-2/+12
* Implement reverse mode for spritesAlan Alpert2012-01-275-35/+97
* Extend QQuickSprite docsAlan Alpert2012-01-271-0/+14
* Implement randomStart for spritesAlan Alpert2012-01-273-1/+52
* Implement proper sprite sheet functionalityAlan Alpert2012-01-273-2/+5
* Update Sprite APIAlan Alpert2012-01-274-71/+315