aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove invalid QJSValue typeKent Hansen2012-02-0210-347/+191
* 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-027-17/+86
* Multiple fast flicks with large content moves fasterMartin Jones2012-02-024-19/+94
* More StyledText autotestsYann Bodson2012-02-021-0/+2
* Compress consective StyledText whitespaces into a single space.Andrew den Exter2012-02-022-17/+64
* 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-0210-19/+136
* 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-022-4/+14
* Add autotests for StyledText list tags (<ol> and <ul>)Yann Bodson2012-02-021-0/+19
* Don't leave windows hanging outside test functionsGunnar Sletta2012-02-011-18/+14
* 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-0112-16/+16
* Guard against event recursion in QQuickDrag.Andrew den Exter2012-02-013-9/+247
* Document the limitations of AutoText's rich text detection.Andrew den Exter2012-02-011-1/+5
* Fixes for removing before visibleBea Lam2012-02-014-26/+55
* Remove QJSEngine::newVariant() functionKent Hansen2012-02-016-192/+26
* Remove QJSEngine::newDate() functionsKent Hansen2012-02-014-57/+19
* Remove QJSValue::instanceOf() functionKent Hansen2012-02-017-103/+2
* QJS{Engine,Value}: Remove QRegExp-specific functionsKent Hansen2012-02-0110-147/+33
* Remove QJSValue::toUInt16() functionKent Hansen2012-02-014-179/+1
* Remove QJSValue::toInteger() functionKent Hansen2012-02-015-116/+2
* Remove QJSEngine::toObject() and QJSValue::toObject()Kent Hansen2012-02-0110-322/+40
* Update item focus when the enabled property is changed.Andrew den Exter2012-02-015-12/+168
* Stabilize testsGunnar Sletta2012-02-011-1/+3
* 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
* Document QRC restriction.Alan Alpert2012-02-011-0/+5
* Fix Minehunt demoAlan Alpert2012-02-012-3/+3
* Skip unstable testAlan Alpert2012-02-011-0/+1
* Don't use region.numRects()Lars Knoll2012-02-011-1/+1
* Mark tst_qdebugmessageservice as insignificant until it passes againAlan Alpert2012-02-011-1/+2
* Skip failing test row for nowAlan Alpert2012-02-011-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302568-2570/+2570
* Enhance editors notifying input panel for input method changesPekka Vuorela2012-01-276-24/+151
* 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-273-6/+28
* Update PathAnimation API and document.Michael Brasser2012-01-275-28/+247
* Re-add documentation for AnchorAnimation and ParentAnimation.Michael Brasser2012-01-271-0/+123
* Document PathInterpolator.Michael Brasser2012-01-273-0/+230
* PathInterpolator should report angle in clockwise direction.Michael Brasser2012-01-272-4/+9
* Prevent PathAnimation from hanging when jumping backwards to beginning.Michael Brasser2012-01-275-29/+76
* Update Sprite using examples to frameDurationAlan Alpert2012-01-279-28/+27
* Implement reverse mode for spritesAlan Alpert2012-01-275-35/+97