aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove pointless qmltest conditionalsOswald Buddenhagen2012-06-262-8/+15
* don't reference $$QT_BUILD_TREE - it's unavailable hereOswald Buddenhagen2012-06-261-1/+1
* don't rely on qtbase sourcesOswald Buddenhagen2012-06-261-1/+3
* Fix crash when dragging items outside visible area.Andrew den Exter2012-06-227-59/+59
* Fix build: include the necessary headers properly.Thiago Macieira2012-06-221-0/+2
* Make qmltest depend on gui-privateGirish Ramakrishnan2012-06-221-2/+2
* Pass the right signal index in visualadaptormodel proxy meta-objectKent Hansen2012-06-221-2/+2
* Remove the open and closeSofwareInputPanel functions.Andrew den Exter2012-06-224-184/+4
* Rename Flickable x/yOrigin to originX/YBea Lam2012-06-224-21/+24
* Remove properties related to highlight speedBea Lam2012-06-222-60/+6
* Handle enum values of -1 correctly.Michael Brasser2012-06-225-15/+22
* Clarify anchor error messages.Michael Brasser2012-06-221-3/+3
* Don't shadow member variable with argument.Andrew den Exter2012-06-222-3/+3
* Fix crash when selecting transformed text.Andrew den Exter2012-06-221-7/+9
* Support enum return types in Q_INVOKABLE functions.Matthew Vogt2012-06-223-3/+65
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-221-7/+33
* Create new documentation structureChris Adams2012-06-21184-6779/+7453
* Put basic language types into QtQml importChris Adams2012-06-216-26/+31
* Fix crash in QQuickPixmapData::release()Chris Adams2012-06-211-0/+4
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-212-2/+2
* Enable literal Qt enum assignment to enum properties.Michael Brasser2012-06-211-9/+9
* QtQuick: Fix warnings about deprecated QWeakPointer usage.Friedemann Kleint2012-06-202-4/+5
* Cleanup SG properly in QQuickCanvasAlan Alpert2012-06-201-0/+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-202-7/+11
* Align windowShown flag with qml renderer stateCharles Yin2012-06-141-3/+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-133-5/+14
* Add a version 2 import for FolderListModelAlan Alpert2012-06-121-0/+1
* Remove non-templated qobject module api registration functionChris Adams2012-06-123-26/+0
* Add pixel comparation support to qmltestCharles Yin2012-06-124-0/+98
* Allow setting horizontal and vertical tile modes in sci filesYann Bodson2012-06-121-5/+9
* Emit itemChanged when Loader fails to load a source.Alan Alpert2012-06-121-0/+1
* Fix view delegate parent binding regression.Martin Jones2012-06-122-1/+7
* Check for null ptr in qmlobject_cast definitionChris Adams2012-06-121-1/+1
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-1217-63/+184
* Emit currentFrameChanged signal when neededAlan Alpert2012-06-122-0/+10
* Allow Loader to load non-Item types.Martin Jones2012-06-123-38/+48
* 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
* 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
* Export QQuickListModel (marked private)Martin Jones2012-06-081-1/+1
* Fix handling of a direct child stealing focus from a parent-less item.Andrew den Exter2012-06-081-0/+14
* Performance should always be better with cacheBufferMartin Jones2012-06-086-23/+47
* Don't cache item indexes in VisualDataModel.Andrew den Exter2012-06-084-117/+144