profile/ivi/qtdeclarative.git
2012-08-16 Frederik GladhornRemove redundant QT_NO_ACCESSIBILTY.
2012-08-16 Chris AdamsFix crash in signal change notification override
2012-08-16 Alan AlpertAvoid overriding changed signal
2012-08-16 Bea LamMove docs closer to the members that they document
2012-08-15 Matthew VogtReduce memory consumption of source coordinates
2012-08-15 Stephen KellyRemove the use of QWidgetStar from QtQml.
2012-08-13 Frederik GladhornFix build with QT_NO_ACCESSIBILITY.
2012-08-13 Frederik GladhornOnly build accessibility test when a11y is enabled.
2012-08-13 Gunnar SlettaThree scene graph examples with docs.
2012-08-11 Stephen KellyFix the dependencies of QQuickTest.
2012-08-11 Oswald Buddenhagenmake use of QT_PRIVATE to specify private Qt dependencies
2012-08-11 Oswald Buddenhagenfollow rename of qt_module_config.prf to qt_module.prf
2012-08-10 Alan AlpertMore consistent examples directory structure
2012-08-10 Matthew VogtPermit value types with metatype IDs >= QMetaType:...
2012-08-09 Kent HansenRemove remnants of QQmlImageProvider
2012-08-09 Chris AdamsAdd unit test for concatenated property name access
2012-08-09 Bea LamImprove main QtQml and QtQuick doc pages
2012-08-09 Bea LamFix default property docs
2012-08-09 Chris AdamsChange error messages to reflect new module terminology
2012-08-09 Chris AdamsAllow invokable functions of value-type classes to...
2012-08-09 Chris AdamsEnsure that copy sequences can be passed as arguments
2012-08-09 Glenn WatsonFix test failures in Qt Location with string lists.
2012-08-09 Bea Lamcanvas-related doc fixes
2012-08-09 Bea LamDocument some undocumented AnimatedSprite functions
2012-08-09 Bea LamVarious small doc fixes and improvements
2012-08-08 Alan AlpertUncomment examples in pro file
2012-08-08 Bea LamFix uses of \inmodule, \inqqmlmodule and \since
2012-08-08 Bea LamAdd more to visual parent docs
2012-08-08 Bea LamRename "JavaScript" section title
2012-08-08 Chris AdamsUpdate imports and module documentation
2012-08-08 Andrew den... Add missing VisualDataGroup documentation.
2012-08-08 Alan AlpertProvide features/use-case docs in QML AppDevGuide
2012-08-08 Glenn WatsonAdd type name to singleton (module api) implementations.
2012-08-08 Chris AdamsAllow signal parameters which are custom QML object...
2012-08-08 Bea LamFix uses of various qml doc commands
2012-08-07 Glenn WatsonSupport JS Array.sort() function for sequence wrappers.
2012-08-07 Andrew den... Explicitly initialize base class.
2012-08-07 Andrew den... Add tests for copying QQuickChangeSets and debug output.
2012-08-07 Bea LamRestore QML/C++ extensions tutorial and fix plugin...
2012-08-07 Bea LamUpdate porting guide for positioner handling of item...
2012-08-07 Bea LamMinor update for release notes
2012-08-07 Bea LamMouseArea doc improvements
2012-08-07 Bea LamRename QQuickShaderEffect culling -> cullMode
2012-08-06 Sean HarmerProperly check for ability to use GL_REPEAT with npot...
2012-08-06 Berthold KrevertFixes a crash in QQuickImageParticle
2012-08-06 Andrew den... Fix pasting with the middle button in TextInput and...
2012-08-06 Andrew den... Add tests for copy and paste using keyboard shortcuts.
2012-08-03 Paul Olav TveteDon't use compatibility headers
2012-08-03 Gary Aishdoc: expanded Qt Quick internationalization guide
2012-08-03 stocktonDoc: QQuickMouseArea::acceptedButtons() accepts ALL...
2012-08-03 Bea LamAdd specifics of attached property syntax
2012-08-03 Bea LamDocument that add transitions should not animate item...
2012-08-03 Bea LamParticle doc fixes
2012-08-03 Bea LamFix various broken links in documentation
2012-08-03 Bea LamFix docs for FormatType enum
2012-08-03 Andrew den... Refactor and document QQuickChangeSet.
2012-08-03 Michael BrasserMake QQmlScriptString opaque.
2012-08-02 Casper van... Doc: fix typo in qtquick.qdocconf
2012-08-02 Bea LamParticles module doc fixes
2012-08-02 Bea LamMove QtQuick.Window module docs
2012-08-02 Bea LamUse \b instead of \bold
2012-08-02 Bea LamAdd missing types for canvas related properties
2012-08-02 Bea LamMark QQmlFile \internal
2012-08-02 Bea LamThese docs should use \ingroup not \group
2012-08-02 Bea LamUpdate docs now that all basic types can also be proper...
2012-08-02 Bea LamSkip failing test
2012-08-02 Alan AlpertVisual coordinates documentation
2012-08-02 Chris AdamsMinor restructuring of application developer resources
2012-08-02 Andrew den... Add tests for writing to model role properties.
2012-08-02 Andrew den... Test the VisualDataModel hasModelChildren property
2012-08-02 Andrew den... Add tests for VisualDataModel watched roles.
2012-08-02 Andrew den... Fix handling of changes to the root index of a VisualDa...
2012-08-01 Thiago MacieiraSet the Qt API level to compatibility mode in all tests.
2012-08-01 Paul Olav TveteAdd includes for QWindowSystemInterface
2012-08-01 Bea LamDocument readonly property syntax
2012-08-01 Bea LamDocument qmlAttachedPropertiesObject()
2012-08-01 Bea LamSkip tst_qquickfolderlistmodel::changeDrive()
2012-07-31 Charles YinRefactor context2d thread logic
2012-07-31 Glenn WatsonFix folder list model when changing drives on Windows.
2012-07-31 Alan AlpertVisual hierarchy documentation
2012-07-31 Bea LamDocs - fix referenced class names
2012-07-31 Andrew den... Reset Styled/PlainText specific state when switching...
2012-07-30 Matthew VogtImplement strict mode for qmldir modules
2012-07-30 Bea LamSome autotests which failed on OSX don't fail anymore...
2012-07-30 Jerome PasionDoc: Changed \qmlclass to \qmltype and added \instantiates.
2012-07-30 Chris AdamsImprove QML basic types documentation
2012-07-30 Rohan McGovernqmlscene: fixed dependency on QtWidgets
2012-07-30 Andrew den... Add tests for Text(*) default property values and notif...
2012-07-30 Andrew den... Add tests for an object instance as model data.
2012-07-30 Bea LamDelete created objects in tests and fix warnings
2012-07-30 Friedemann... Remove default parameter from protected QmlPropertyMap CT.
2012-07-30 Matthew VogtStabilize tst_qquickloader test case
2012-07-27 Bea LamClarify use of enumeration type from QML code
2012-07-27 Andrew den... Remove unused notify signal.
2012-07-27 Martin JonesPixmap loader adds images to unreferenced list when...
2012-07-27 Chris AdamsUpdate whatsnew documentation with value-type improvements
2012-07-27 Matthew VogtAllow access to signals and slots in QQmlPropertyMap...
2012-07-27 Aaron McCarthyFix QML import paths in Qt resources.
2012-07-27 Martin JonesAdd SnapPosition mode to positionViewAtIndex() in List...
2012-07-26 Stephen KellyRemove obsolete Q_WS_QWS.
next