aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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