aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend QQuickSprite docsAlan Alpert2012-01-271-0/+14
* Implement randomStart for spritesAlan Alpert2012-01-274-5/+54
* Implement proper sprite sheet functionalityAlan Alpert2012-01-2710-7/+17
* Update Sprite APIAlan Alpert2012-01-276-77/+321
* Elaborate on engine changeAlan Alpert2012-01-271-1/+1
* Svelte new form for dynamic scene exampleAlan Alpert2012-01-274-24/+61
* Fix updating of QML Text elementEskil Abrahamsen Blomfeldt2012-01-261-1/+1
* Fix breakage due to meta-type id reordering in qtbaseKent Hansen2012-01-262-2/+8
* reimplement QWindow::focusObject() on QQuickCanvasPekka Vuorela2012-01-254-0/+48
* Remove the work-around for avoiding possible deadlock.Xizhi Zhu (Steven)2012-01-251-6/+0
* Remove QT_LICENSED_MODULE macroLars Knoll2012-01-251-1/+0
* Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-255-43/+29
* Add a locale property to IntValidator and DoubleValidator.Andrew den Exter2012-01-254-8/+207
* Fix segfault now that the signature of roleNames is changed.Stephen Kelly2012-01-251-2/+3
* Fix docs: wrong types of Positioner attached propertiesLeonardo Sobral Cunha2012-01-251-3/+3
* tst_qdeclarativedebugjs: Use new QJSValue::call() overloadKent Hansen2012-01-251-66/+65
* tst_qdeclarativedebugjs: Don't use QJSValue::isValid()Kent Hansen2012-01-251-16/+16
* Add dummy test column for data driven test in qmltestCharles Yin2012-01-251-0/+3
* Move sqldatabase into a module API pluginCharles Yin2012-01-2533-171/+916
* Allow JS API in modulesMatthew Vogt2012-01-2442-83/+580
* Fixed crash in QDeclarativeGridViewMartin Jones2012-01-241-1/+1
* Update for glyphMargin() migration in qtbaseJiang Jiang2012-01-241-1/+1
* Adapted QQuickScreenAttached to orientation API changes in QScreen.Samuel Rødal2012-01-246-20/+25
* Add missing include.Stephen Kelly2012-01-241-0/+1
* Console API: Add console.exceptionAurindam Jana2012-01-246-0/+96
* Console API: Add console.assertAurindam Jana2012-01-246-13/+136
* Add support for shared glyph cacheEskil Abrahamsen Blomfeldt2012-01-2420-21/+913
* Don't hang the worker script engineCharles Yin2012-01-243-1/+12
* Remove Symbian specific code.Xizhi Zhu (Steven)2012-01-2419-106/+18
* Remove deprecated QtDeclarative (now QtQuick) headersKent Hansen2012-01-241-79/+0
* TextInput documentation fixDamian Jansen2012-01-241-6/+6
* Call new pass/fail/skip count function in QTestLog.Jason McDonald2012-01-241-4/+4
* Avoid using QTestResult::ignoreMessage().Jason McDonald2012-01-241-1/+1
* Doc fixesAlan Alpert2012-01-242-3/+4
* Console API: Add console.countKai Koehne2012-01-249-23/+125
* Stabalize SpriteImage test.Andrew den Exter2012-01-241-1/+1
* Avoid compiler warningsPekka Vuorela2012-01-241-1/+2
* QQuickCanvas::event should return true if the touch event was acceptedAndras Becsi2012-01-242-3/+42