aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Ensure QQuickView's engine outlives the root componentMatthew Vogt2012-05-241-2/+5
* Remove deprectated MultiPointTouchArea signals.Michael Brasser2012-05-232-16/+3
* Introduce a new constructor to QQuickViewCharles Yin2012-05-233-15/+66
* Add completeToBeginning()/completeToEnd() to animation controllerCharles Yin2012-05-232-1/+93
* Add QQuickCanvas::update()Gunnar Sletta2012-05-225-1/+33
* Reexport the shader effect textureGunnar Sletta2012-05-221-1/+1
* Quick/QQuickFontLoader: Output warning on failure.Friedemann Kleint2012-05-221-0/+2
* doc fixCharles Yin2012-05-221-2/+2
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-211-2/+2
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-213-5/+8
* Null out the d pointer in QQuickMouseEventEx dtorLaszlo Agocs2012-05-211-0/+5
* Always emit signal after ShaderEffectSource::scheduleUpdate().Kim Motoyoshi Kalland2012-05-211-10/+6
* Remove unused variable.Kim Motoyoshi Kalland2012-05-212-2/+0
* Doc: Moved and added Qt Quick and Qt QML documentation.Jerome Pasion2012-05-214-135/+140
* Fixed missing repaints with threaded renderer.Samuel Rødal2012-05-211-0/+3
* Improve detection of deleted VisualDataModel items.Andrew den Exter2012-05-212-64/+54
* Initialize VisualDataModel v8 object constructor on demand.Andrew den Exter2012-05-212-19/+39
* Refactor QQuickVisualAdaptorModel to reduce memory consumption.Andrew den Exter2012-05-215-966/+1006
* Improve memory usage of Connections and signal handlers.Michael Brasser2012-05-181-2/+2
* Remove unnecessary exportsMatthew Vogt2012-05-1843-75/+80
* Add optional width and height arguments to mapToItem()/mapFromItem()Yann Bodson2012-05-181-26/+52
* Fix incorrect text alignment in TextEdit.Andrew den Exter2012-05-171-1/+1
* Only genereate new texture if texture id is 0Charles Yin2012-05-171-1/+1
* Using QStringLiteral or QLatin1String instead of QLatin1LiteralDebao Zhang2012-05-161-15/+15
* Removed ### from scenegraphGunnar Sletta2012-05-164-50/+5
* Local Storage: Moving local storage documentation from doc to srcJerome Pasion2012-05-161-0/+138
* Fix documentation for QSGGeometry::allocate()Glenn Watson2012-05-161-0/+3
* Optimize cross-thread calls into the shared graphics cacheEskil Abrahamsen Blomfeldt2012-05-151-18/+119
* Remove usage of deprecated plugin loader functionality.Friedemann Kleint2012-05-151-1/+3
* Add hooks for declarative memory profiler.Glenn Watson2012-05-152-0/+5
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-148-35/+34
* Calculate vertex positions on CPUAlan Alpert2012-05-144-32/+71
* PathView was moving view too soon on dragMartin Jones2012-05-141-4/+2
* Print sprite errors only onceAlan Alpert2012-05-142-1/+5
* Flesh out the sprite documentationAlan Alpert2012-05-147-11/+192
* Avoid accessing sprites until they finish loadingAlan Alpert2012-05-142-5/+22
* Reload image on source changedAlan Alpert2012-05-141-0/+1
* End the deprecation period of SpriteImageAlan Alpert2012-05-145-633/+3
* Fix setting drag properties in mousePress.Andrew den Exter2012-05-141-5/+5
* Fix xOrigin and yOrigin to always be top-left posBea Lam2012-05-141-8/+12
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-149-114/+266
* Fix case where visible wasn't marked as dirty.Alan Alpert2012-05-121-0/+2
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-1/+1
* Allow image providers to force their loading to be asynchronousTor Arne Vestbø2012-05-113-7/+25
* Improve variable nameFrederik Gladhorn2012-05-111-4/+4
* Fix axis locking for AutoFlickDirectionAndras Becsi2012-05-111-2/+2
* Make unaligned centered alignment optional.Martin Jones2012-05-114-3/+58
* AnimatedSprite framespeed properties now restart animation.Alan Alpert2012-05-112-3/+18
* Keep m_states and m_sprites synchronizedAlan Alpert2012-05-111-2/+9
* Debug mode for SpriteEngineAlan Alpert2012-05-111-1/+17