aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add completeToBeginning()/completeToEnd() to animation controllerCharles Yin2012-05-234-6/+131
* Add QQuickCanvas::update()Gunnar Sletta2012-05-225-1/+33
* Reexport the shader effect textureGunnar Sletta2012-05-221-1/+1
* Replace (un)checkAction with toggleAction (2/3)Jan-Arve Saether2012-05-221-8/+2
* QtDeclarative: Fix warnings about deprecated QCoreApplication::translate().Friedemann Kleint2012-05-222-3/+2
* Quick/QQuickFontLoader: Output warning on failure.Friedemann Kleint2012-05-221-0/+2
* Doc: Added two new articles for the QML documentationJerome Pasion2012-05-222-0/+89
* Accessibility: Implement invisible and checkable stateJan-Arve Saether2012-05-221-1/+4
* doc fixCharles Yin2012-05-221-2/+2
* Debugger: Response for DESTROY_OBJECT request sent correctlySimjees Abraham2012-05-212-2/+25
* Simplify a type name query.Jędrzej Nowacki2012-05-211-1/+1
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-215-9/+9
* QtDeclarative: Fix warning about construction of a QString from ASCII.Friedemann Kleint2012-05-211-1/+2
* QtDeclarative: Fix warnings about uninitialized variables.Friedemann Kleint2012-05-214-6/+9
* doc: Added missing qdoc textMartin Smith2012-05-211-0/+4
* Null out the d pointer in QQuickMouseEventEx dtorLaszlo Agocs2012-05-211-0/+5
* Qml : Resetting binding correctedSimjees Abraham2012-05-211-7/+20
* Always emit signal after ShaderEffectSource::scheduleUpdate().Kim Motoyoshi Kalland2012-05-211-10/+6
* Remove unused variable.Kim Motoyoshi Kalland2012-05-212-2/+0
* Ensure repeated compilation does not failMatthew Vogt2012-05-212-4/+12
* Detect and abort if an object is deleted during signal handlingKent Hansen2012-05-212-0/+30
* Doc: Moved and added Qt Quick and Qt QML documentation.Jerome Pasion2012-05-2136-471/+740
* 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
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-218-15/+39
* Remove dead code from QQmlNotifierEndpointChris Adams2012-05-182-35/+0
* Improve memory usage of Connections and signal handlers.Michael Brasser2012-05-183-15/+40
* Remove unnecessary exportsMatthew Vogt2012-05-1878-136/+131
* Add optional width and height arguments to mapToItem()/mapFromItem()Yann Bodson2012-05-181-26/+52
* Optimize type resolutionMartin Jones2012-05-179-119/+147
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-1719-141/+304
* Fix signal handlers for signals with default arguments.Michael Brasser2012-05-171-0/+12
* More defense programming in animation codeCharles Yin2012-05-171-2/+5
* 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
* Accessibility: Do not look for the "text" property as a last resort.Jan-Arve Saether2012-05-161-5/+0
* Local Storage: Moving local storage documentation from doc to srcJerome Pasion2012-05-161-0/+138
* Document the dangers of executing the event loop in QML APIMartin Jones2012-05-161-0/+8
* Fix documentation for QSGGeometry::allocate()Glenn Watson2012-05-161-0/+3
* Ensure that we don't attempt to dispose handle twiceChris Adams2012-05-162-9/+18
* Fix composite type property supportChris Adams2012-05-161-19/+16
* Document inconsistency with JS-to-Qt date/time conversionMatthew Vogt2012-05-161-0/+10
* Enable memory profiler symbol lookup.Glenn Watson2012-05-161-1/+1
* More efficient property interceptor implementationAaron Kennedy2012-05-153-15/+22
* 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