aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-202-11/+15
* Stabilize test.Michael Brasser2012-02-201-4/+4
* 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-173-0/+67
* Remove QAccessibleInterface::navigate()Jan-Arve Saether2012-02-174-19/+0
* Have input method hints on only classes using themPekka Vuorela2012-02-1711-38/+63
* 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-169-7/+11
* Ensure visibility changes are communicated through itemChange.Michael Brasser2012-02-164-6/+47
* Set the type for unary expressions in v4.Michael Brasser2012-02-164-1/+75
* Built-in transition support for ListView & GridViewBea Lam2012-02-1636-152/+6039
* Fix multi-length string substitution.Andrew den Exter2012-02-165-7/+123
* Allow binding the size of a Loader to its item.Martin Jones2012-02-163-1/+55
* 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-157-28/+146
* Fix warnings in sequence wrapper codeChris Adams2012-02-155-37/+219
* Improve test coverage for QQuickItem.Michael Brasser2012-02-154-0/+95
* Remove etcprovider plugin.Michael Brasser2012-02-157-472/+1
* Alter Clocks demoAlan Alpert2012-02-153-57/+105
* Remove pixmap text caching in TextEdit elementYann Bodson2012-02-153-92/+8
* Add string comparison test for v4.Michael Brasser2012-02-152-0/+66
* Fix typo in error string.Glenn Watson2012-02-141-1/+1
* Add slow animations mode to qmlsceneAaron Kennedy2012-02-142-1/+10
* Doc: Overhaul of doc/src/declarative and QtQuick2 docs.Jerome Pasion2012-02-1483-3666/+5589
* Preserve aspect ratio when setting Image.sourceSizeMartin Jones2012-02-145-9/+69
* Add new animation elements to element list.Michael Brasser2012-02-141-0/+7
* Cleanup auto.pro.Michael Brasser2012-02-141-5/+3
* Fix access to context properties within TextEdit.cursorDelegateAndrew den Exter2012-02-149-4/+95
* Fix and stabilise sectionsPositioning() testBea Lam2012-02-141-4/+13
* Remove missing image referenceAlan Alpert2012-02-141-1/+0
* Better document with examples how relative paths are resolved.Andrew den Exter2012-02-141-0/+14
* modify 'mousearea-example' to run with MANY MORE buttonsRick Stockton2012-02-131-13/+77
* 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
* Doc: Adding images from Qt 5 bundle to doc/src/images.Jerome Pasion2012-02-1358-0/+0
* 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-137-18/+122
* Remove non-standard canvas filter/mirror functionsCharles Yin2012-02-133-266/+1
* Add basic TouchCancel handling to canvas.Laszlo Agocs2012-02-132-1/+55
* 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