aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings reported by clang.Michael Brasser2012-02-094-8/+9
* Rewrite multiline strings properlyAlan Alpert2012-02-097-13/+136
* qmltest: Perform extra checks after each data row is executed.Jason McDonald2012-02-094-1/+11
* Add missing interface declarationCharles Yin2012-02-081-0/+2
* Update documentation on QJSEngine::newQObject to match implementation.Jamey Hicks2012-02-081-1/+1
* Use a singleton for the plugin.Gunnar Sletta2012-02-081-8/+8
* CodeCoverage: Fix wrong type passed to saveCoverageTool.Caroline Chao2012-02-081-1/+1
* Switch to QMetaType::TypeAlan Alpert2012-02-081-12/+15
* Provide determinant accessor in render state structure.Glenn Watson2012-02-086-1/+28
* Added QQuickCanvas::setRenderTarget(uint fbo, const QSize &size)Gunnar Sletta2012-02-087-7/+85
* Accept default targets for transitionsBea Lam2012-02-088-39/+76
* Don't hide virtual method.Michael Brasser2012-02-082-6/+6
* Let Item.layer.samplerName be a QByteArray instead of QString.Kim Motoyoshi Kalland2012-02-072-10/+10
* Allow Item components to be assigned to Item.layer.effect.Kim Motoyoshi Kalland2012-02-072-4/+5
* Initialize value.Michael Brasser2012-02-071-1/+1
* Resolve StyledText img tags relative to baseUrl.Andrew den Exter2012-02-073-8/+22
* Fixed some Item.layer bugs and added auto-tests.Kim Motoyoshi Kalland2012-02-072-41/+103
* Mark constructor of QJSValue as deletable.Jędrzej Nowacki2012-02-072-11/+2
* Avoid recursive parent chains in QQuickItemGunnar Sletta2012-02-071-0/+11
* Add contentWidth and contentHeight properties to Text elements.Andrew den Exter2012-02-078-34/+76
* Add and use new animation backend.Michael Brasser2012-02-0741-759/+3363
* Remove warnings with clangYann Bodson2012-02-0712-16/+22
* 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-071-6/+15
* Section header is not made visible when changing currentIndex.Martin Jones2012-02-071-3/+5
* 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
* Fix acceptance of unhandled mouse events.Simon Hausmann2012-02-061-1/+5
* 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-061-3/+5
* Fix TextEdit vertical alignment.Andrew den Exter2012-02-062-3/+3
* Add support for resizing fonts to fit Text dimensions.Andrew den Exter2012-02-063-156/+393
* 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
* Cleanup: remove some debugging and use QQuickTextNode::addImageYann Bodson2012-02-061-17/+2
* Fix crash bug related to QDeclarativeListModelCharles Yin2012-02-034-44/+60
* Ensure || expressions in v4 will always exit.Michael Brasser2012-02-031-0/+1
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-03230-70744/+41
* 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-023-21/+8
* Remove QAccessible::FocusChild, add focusChild()Jan-Arve Saether2012-02-022-23/+18
* Remove QJSEngine::undefinedValue() functionKent Hansen2012-02-023-21/+0
* 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