aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Separate out some of the common test codeBea Lam2012-02-0725-1205/+858
* Add additional animation autotests.Michael Brasser2012-02-074-1/+279
* Avoid recursive parent chains in QQuickItemGunnar Sletta2012-02-071-0/+11
* Fix example to clear rect before painting.Michael Brasser2012-02-071-0/+1
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-0711-145/+289
* Add and use new animation backend.Michael Brasser2012-02-0765-802/+7407
* Remove warnings with clangYann Bodson2012-02-0712-16/+22
* Update test files to API changesAlan Alpert2012-02-073-4/+4
* More fixes for QDeclarativeListModelWorkerAgent cleanupCharles Yin2012-02-071-1/+2
* Fix symbol clashAlan Alpert2012-02-072-16/+15
* Ensure Flickable moving and flicking properties are correct.Martin Jones2012-02-072-7/+58
* Section header is not made visible when changing currentIndex.Martin Jones2012-02-072-3/+12
* Remove pixmap text caching in QML text elementYann Bodson2012-02-073-333/+35
* Fix truncation and incorrect formatting of RichText.Andrew den Exter2012-02-071-1/+1
* Homogenize examplesAlan Alpert2012-02-0627-5/+431
* Fix acceptance of unhandled mouse events.Simon Hausmann2012-02-062-1/+44
* Warnings in the before/afterRender docsGunnar Sletta2012-02-061-4/+11
* Don't start timers in the QDeclarativePixmapStore destructorTor Arne Vestbø2012-02-061-0/+5
* Fix updating text color in Text elementEskil Abrahamsen Blomfeldt2012-02-061-1/+3
* Fix vertical offset of TextInput.positionToRectangle.Andrew den Exter2012-02-062-4/+58
* Fix TextEdit vertical alignment.Andrew den Exter2012-02-063-3/+28
* Add support for resizing fonts to fit Text dimensions.Andrew den Exter2012-02-066-166/+1000
* Fix some QJSValue test failures.Glenn Watson2012-02-061-2/+10
* Fix incorrect ref count with dynamic roles on worker thread.Glenn Watson2012-02-061-0/+3
* Add a grouping examples launcher for animation examplesAlan Alpert2012-02-066-0/+286
* Remove SVG use from exampleAlan Alpert2012-02-064-136/+2
* Update BearWhack spritesAlan Alpert2012-02-061-3/+3
* Teach build system tst_qdeclarativepixmapcache needs QtConcurrentAlan Alpert2012-02-061-0/+3
* 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