aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add "QT += concurrent" to a test that needs itAlex Wilson2012-02-061-1/+1
* Cleanup: remove some debugging and use QQuickTextNode::addImageYann Bodson2012-02-061-17/+2
* Skip tst_qquickitem::simpleFocus on Mac OS X 10.7Yann Bodson2012-02-061-0/+5
* Fix crash bug related to QDeclarativeListModelCharles Yin2012-02-035-44/+82
* Ensure || expressions in v4 will always exit.Michael Brasser2012-02-033-0/+31
* Cleanup text examplesYann Bodson2012-02-032-13/+12
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-031736-167783/+222
* Fix spelling errors that refer to non-existent symbolsMatthew Vogt2012-02-022-2/+2
* Started implementation of offscreen canvas FBO rendering APIGunnar Sletta2012-02-023-9/+76
* Do not start timers in QDeclarativePixmapStore teardownLaszlo Agocs2012-02-021-2/+5
* Adapt to QGuiApplication::focusObject() for notifying input methodPekka Vuorela2012-02-027-87/+61
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-022-23/+18
* Remove QJSEngine::undefinedValue() functionKent Hansen2012-02-024-53/+32
* Remove QJSValue::isFunction() functionKent Hansen2012-02-022-18/+0
* Remove QJSValue::construct() and deprecated call() overloadKent Hansen2012-02-022-29/+1
* Remove QJSValue::toInt32() and toUInt32() functionsKent Hansen2012-02-022-30/+0
* Support inline images with <img> tag in StyledTextYann Bodson2012-02-0221-59/+620
* Debugger Test Case: Fix failuresAurindam Jana2012-02-021-10/+11
* Incorrect initial pos after resizing view with margins.Martin Jones2012-02-025-20/+123
* Revert "Mark tst_qdebugmessageservice as insignificant until it passes again"Alan Alpert2012-02-021-2/+1
* update .gitignoreCharles Yin2012-02-021-0/+2
* Fix unhandled touch events not being ignored.Simon Hausmann2012-02-022-12/+95
* Remove QJSEngine::nullValue() functionKent Hansen2012-02-024-41/+21
* Remove QJSValue constructors that take QJSEngine argumentKent Hansen2012-02-026-362/+220
* Remove QJSValue::propertyFlags() functionKent Hansen2012-02-0213-157/+32
* 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