aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix missing content in installed calculator demo.Andrew den Exter2012-06-201-1/+1
* Resolve example qml file paths relative to the executable path.Andrew den Exter2012-06-201-1/+1
* Fix compile of Same Game demo.Andrew den Exter2012-06-202-1/+2
* Fix some of the bundle test failures on Windows.Glenn Watson2012-06-202-12/+12
* Update example in a doc.Sukhyun Kim2012-06-201-2/+3
* Don't start running if a frame property is setAlan Alpert2012-06-203-8/+11
* Remove hardcoded qdoc3 command from qtdeclarative_doc.priChris Adams2012-06-201-3/+15
* qmlscene: add --transparent argumentGirish Ramakrishnan2012-06-191-0/+14
* Small cleanup: remove braces from single line conditionals.Robin Burchell2012-06-191-9/+5
* Align windowShown flag with qml renderer stateCharles Yin2012-06-142-4/+24
* QtQuick: Fix warnings about unused variables.Friedemann Kleint2012-06-133-5/+0
* Update Flickable velocity/overbound for each axis independentlyMartin Jones2012-06-137-78/+66
* Set a non-zero default cacheBuffer.Martin Jones2012-06-1333-6/+52
* tst_qquicklistview: further increase test timeoutKent Hansen2012-06-131-2/+1
* Add a version 2 import for FolderListModelAlan Alpert2012-06-121-0/+1
* Remove non-templated qobject module api registration functionChris Adams2012-06-128-66/+11
* Add pixel comparation support to qmltestCharles Yin2012-06-125-0/+172
* Allow setting horizontal and vertical tile modes in sci filesYann Bodson2012-06-126-5/+66
* Emit itemChanged when Loader fails to load a source.Alan Alpert2012-06-122-1/+2
* Fix view delegate parent binding regression.Martin Jones2012-06-124-1/+63
* Check for null ptr in qmlobject_cast definitionChris Adams2012-06-122-1/+21
* Remove qtbase pinKent Hansen2012-06-121-1/+1
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-1217-63/+184
* Mark qquickanimatedsprite autotest as insignificantKent Hansen2012-06-121-0/+1
* Mark qquicklistview autotest as insignificantKent Hansen2012-06-121-0/+1
* Emit currentFrameChanged signal when neededAlan Alpert2012-06-124-0/+103
* Allow Loader to load non-Item types.Martin Jones2012-06-124-41/+56
* Pin the qtbase SHA1Kent Hansen2012-06-111-1/+1
* Add support for using atlas textures directly in ShaderEffects.Kim Motoyoshi Kalland2012-06-114-39/+65
* Avoid string-based lookup in IS_SIGNAL_CONNECTEDKent Hansen2012-06-1010-23/+23
* Fix compilation for QT_NO_ACCESSIBILITYTasuku Suzuki2012-06-091-1/+3
* Fix compilation for QT_NO_FILEDIALOGTasuku Suzuki2012-06-091-1/+1
* Fixed glyph margin in QSGDistanceFieldGlyphNode.Yoann Lopes2012-06-081-10/+17
* Support for variable glyph width in QSGDefaultDistanceFieldGlyphCache.Yoann Lopes2012-06-084-71/+69
* Improve on scenegraph documentation.Gunnar Sletta2012-06-0816-136/+821
* Remove particles examples launcherAlan Alpert2012-06-0841-275/+0
* Export QQuickListModel (marked private)Martin Jones2012-06-081-1/+1
* Update Affector folder of examples to guidelinesAlan Alpert2012-06-0816-82/+317
* Fix handling of a direct child stealing focus from a parent-less item.Andrew den Exter2012-06-082-1/+41
* Performance should always be better with cacheBufferMartin Jones2012-06-0810-132/+162
* Don't cache item indexes in VisualDataModel.Andrew den Exter2012-06-084-117/+144
* Destroy incubated objects if they are not claimed when ready.Andrew den Exter2012-06-083-27/+334
* rebound property for FlickableBea Lam2012-06-087-69/+446
* put private Qt dependencies below load(qt_module_config)Oswald Buddenhagen2012-06-074-4/+16
* Don't double emit threaded signalsAaron Kennedy2012-06-074-1/+47
* Fix alpha being ignored in Text elementGlenn Watson2012-06-071-1/+1
* Fixing MouseArea::onWheel event docLuís Gabriel Lima2012-06-071-1/+1
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-069-75/+36
* QQmlXmlHttpRequest - use readyread signal not downloadProgressShane Kearns2012-06-061-5/+4
* Don't emit moving and flicking signals unnecessarilyBea Lam2012-06-067-186/+473