aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Destroy incubated objects if they are not claimed when ready.Andrew den Exter2012-06-082-27/+52
* rebound property for FlickableBea Lam2012-06-084-55/+261
* put private Qt dependencies below load(qt_module_config)Oswald Buddenhagen2012-06-074-4/+16
* Don't double emit threaded signalsAaron Kennedy2012-06-072-1/+28
* 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-066-27/+36
* QQmlXmlHttpRequest - use readyread signal not downloadProgressShane Kearns2012-06-061-5/+4
* Don't emit moving and flicking signals unnecessarilyBea Lam2012-06-065-115/+108
* Fixed compile error in qqmlscript.cpp due to narrowing conversion.Samuel Rødal2012-06-061-3/+3
* Fix filesystem case sensitivity of QML directory cacheMartin Jones2012-06-061-101/+45
* Utilize StartDragVelocity style hint in FlickableLaszlo Agocs2012-06-064-9/+29
* Restart a drag when the item canvas changes.Andrew den Exter2012-06-061-46/+126
* Fix affected signal and docsAlan Alpert2012-06-063-36/+45
* Better documentation for subclassing QQuickItemAlan Alpert2012-06-061-0/+12
* Doc: Grouped Qt Quick types into several groupsJerome Pasion2012-06-06113-172/+903
* Remove unused performance flags.Michael Brasser2012-06-069-148/+7
* Make sure we relayout on height change when onLineLaidOut is usedYann Bodson2012-06-061-1/+1
* Avoid unnecessary QByteArray creationKent Hansen2012-06-051-1/+1
* Changes for "App on Top"Simjees Abraham2012-06-054-13/+24
* Accessible plugin build: Do not install before make installAnselmo L. S. Melo2012-06-051-1/+3
* Introduce QQuickCanvasPixmapCharles Yin2012-06-057-108/+271
* Do not lose timestamps in mouse press eventsLaszlo Agocs2012-06-051-0/+1
* Allow the global JS UTC offset to be invalidatedMatthew Vogt2012-06-053-0/+45
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-0512-52/+106
* Use the texture coordinates provided by QSGTextureAlan Alpert2012-06-052-16/+18
* Hide the default cursor if a cursor item is available.Andrew den Exter2012-06-051-1/+1
* Ensure the cursor delegate position is updated on text changes.Andrew den Exter2012-06-051-3/+3
* Fix canvas item drawImage bug with FBO render targetCharles Yin2012-06-051-0/+4
* Send valueTypeIndex to setBindingNoEnable in the expected format.Michael Brasser2012-06-041-2/+3
* Fix crash in lazy meta object generation.Aaron Kennedy2012-06-041-1/+1
* Fix resizing of Canvas item that use FBO as renderTargets.Charles Yin2012-06-041-0/+5
* Fix resizing of QQuickPaintedItems that use FBOs.Kim Motoyoshi Kalland2012-06-011-0/+4
* Don't swap buffers before the window is exposed.Morten Johan Sorvig2012-06-011-1/+1
* doc: Fix typoGirish Ramakrishnan2012-06-011-1/+1
* Remove dead codeKent Hansen2012-06-011-28/+0
* Avoid copy-and-paste of property cache resolution codeKent Hansen2012-06-012-24/+15