aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Update ftw classesAaron Kennedy2012-02-205-9/+695
* Fix Screen::AngleBetweenAlan Alpert2012-02-202-3/+6
* Added QSGRenderNode class.Kim Motoyoshi Kalland2012-02-2011-164/+576
* Use Utf8 for javascript source codeAaron Kennedy2012-02-2015-41/+170
* Use the existing endpoint object to connect alias notify signalsAaron Kennedy2012-02-201-17/+17
* Reduce size of QDeclarativePropertyDataAaron Kennedy2012-02-202-23/+29
* Use an enum rather than a string to represent state event types.Michael Brasser2012-02-2010-27/+23
* Improve test coverage for AnchorChanges.Michael Brasser2012-02-201-7/+0
* Take QDeclarativeTransition::enabled() into accountBea Lam2012-02-174-51/+61
* Add velocity data to TouchPointMichael Brasser2012-02-172-0/+20
* Make QLocale::uiLanguages() available in Qt.locale() objectMartin Jones2012-02-171-0/+25
* Remove QAccessibleInterface::navigate()Jan-Arve Saether2012-02-174-19/+0
* Have input method hints on only classes using themPekka Vuorela2012-02-179-34/+40
* Avoid an unnecessary layout when eliding text.Andrew den Exter2012-02-172-22/+62
* Check pending changes before they are reset, not afterBea Lam2012-02-171-3/+3
* Provide visual debugging for MouseArea and TouchAreaYann Bodson2012-02-174-0/+48
* Reduce the memory used by QStringHashAaron Kennedy2012-02-164-232/+533
* QtDeclarative/Quick: Fix warnings.Friedemann Kleint2012-02-168-6/+10
* Ensure visibility changes are communicated through itemChange.Michael Brasser2012-02-162-6/+2
* Set the type for unary expressions in v4.Michael Brasser2012-02-161-1/+1
* Built-in transition support for ListView & GridViewBea Lam2012-02-166-139/+2046
* Fix multi-length string substitution.Andrew den Exter2012-02-162-7/+27
* Allow binding the size of a Loader to its item.Martin Jones2012-02-161-1/+3
* Add basic plugin metadata for QtQuick2 import plugin.Michael Brasser2012-02-162-7/+3
* QmlProfiler: sending start profiling messageChristiaan Janssen2012-02-152-1/+17
* Introduced QQuickCanvas::releaseResources().Gunnar Sletta2012-02-156-27/+143
* Fix warnings in sequence wrapper codeChris Adams2012-02-151-36/+83
* Remove etcprovider plugin.Michael Brasser2012-02-157-472/+1
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-153-92/+8
* Fix typo in error string.Glenn Watson2012-02-141-1/+1
* Preserve aspect ratio when setting Image.sourceSizeMartin Jones2012-02-142-9/+15
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-141-2/+3
* Better document with examples how relative paths are resolved.Andrew den Exter2012-02-141-0/+14
* Qt.application.inputPanel to make deprecation warning only oncePekka Vuorela2012-02-131-1/+5
* Fixed QML Item updates after reparenting.Kim Motoyoshi Kalland2012-02-131-4/+6
* Change variant properties to var properties.Justin McPherson2012-02-132-5/+5
* Don't crash when an animation update causes it to delete itself.Michael Brasser2012-02-135-18/+76
* Remove non-standard canvas filter/mirror functionsCharles Yin2012-02-132-183/+1
* Add basic TouchCancel handling to canvas.Laszlo Agocs2012-02-131-0/+21
* qmltest: Remove obsolete skipAll function.Jason McDonald2012-02-131-6/+0
* qmltest: Count passes, fails and skips consistently.Jason McDonald2012-02-134-21/+19
* QML Text: make sure that the bounding rect has a y position of 0.Yann Bodson2012-02-131-0/+1
* Change linkage of datafunction in V8_DEFINE_EXTENSION to static.Justin McPherson2012-02-132-2/+2
* Make sure polish() is reentrant.Justin McPherson2012-02-131-4/+5
* Fix anchor jitters that could occur during animation.Michael Brasser2012-02-131-14/+4
* Track the animationRunning flag correctly in QQuickRenderThreadSingleContextW...Charles Yin2012-02-111-0/+1
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-1014-109/+109
* Debugger: Consistenly use 'state' instead of 'status'Kai Koehne2012-02-1018-101/+101
* Use QInputMethod instead of deprecated QInputPanelPekka Vuorela2012-02-1013-35/+48
* Flickable containing PinchArea is unresponsive following pinch.Martin Jones2012-02-101-3/+0