profile/ivi/qtdeclarative.git
2012-09-18 Rusty LynchUpdate to 5.0.0-beta1 84/1784/1 1.0 1.0_branch accepted/trunk/20120919.004235 submit/trunk/20120918.231616
2012-09-18 Rusty Lynchmove qmlscene from the devel to the main package
2012-09-18 Rusty Lynchupdating snapshot
2012-09-18 Rusty Lynchremove broken changeset
2012-09-18 Rusty LynchAdd packaging files for Tizen
2012-08-28 Matthew VogtFix property overriding lookup to exclude functions
2012-08-28 Thomas McGuireReduce memory usage of QV4Bindings::Subscription by...
2012-08-28 Bea LamDocs - add missing images and code, clean up sections
2012-08-28 Matthew VogtDocument the current behavior of overridden properties
2012-08-28 Thomas McGuireDoc: Clarify ownership semantics of objects returned...
2012-08-28 Bea LamFix various doc errors
2012-08-28 Martin JonesAdd cacheItemCount property to PathView
2012-08-28 Michael BrasserRefactor QQmlPropertyCacheMethodArguments creation.
2012-08-28 Michael BrasserFix leak introduced in 0853343c33e394f35c31c161b019b2ae...
2012-08-28 Chris AdamsRefactor singleton type registration code
2012-08-27 Michael BrasserUpdate usage of smooth and antialiasing.
2012-08-27 Bea LamImprove docs related to visual parent concept
2012-08-27 Bea LamClean up structure of JavaScript related docs
2012-08-27 Bea LamMove data ownership docs and improve docs
2012-08-27 Charles YinUse the new antialiasing property for canvas painting
2012-08-27 Jason BarronDocument QSGTexture.
2012-08-27 Michael BrasserFix potential memory leak in AnchorChanges.
2012-08-27 Chris AdamsMove the Property Modifier Type documentation
2012-08-27 Matthew VogtRestrict v8 property lookup to the execution context
2012-08-27 Andrew den... Remove unreachable code paths from QQuickChangeSet.
2012-08-26 Alan AlpertFix relative import path
2012-08-26 Bea LamAdd docs for "animation on property" syntax and fix...
2012-08-24 Kent HansenMake samegame work again
2012-08-24 Thomas McGuireImmediatley delete QV8QObjectResource objects to reduce...
2012-08-24 Thomas McGuireDon't put JavaScript-owned objects on the stack.
2012-08-24 Thomas McGuireDocument the vTable hack.
2012-08-24 Matthew VogtFix warnings in QtQml
2012-08-24 Bea LamFix doc links
2012-08-24 Bea LamImprovements for coding conventions docs
2012-08-24 Bea LamLink to Coding Conventions page
2012-08-24 Andrew den... Fix assert when a VisualDataModels context has been...
2012-08-23 Michael BrasserAvoid dynamic lookup of signal handler arguments
2012-08-23 Matthew VogtIncrease test coverage for V4
2012-08-23 Jerome PasionDoc: Tidied links, titles, and HTML pages.
2012-08-23 Alan AlpertFixes a reference in the Animation docs.
2012-08-23 Bea LamRemove some incorrect animation docs
2012-08-23 Bea LamDocument various undocumented attributes of QQuickItem
2012-08-22 Stephen KellyPort away from qWaitForWindowShown.
2012-08-22 Thomas McGuireMake connectNotify() work with QML
2012-08-22 Stephen KellyTrim trailing whitespace.
2012-08-22 Chris AdamsFix signal offset in dynamic sig param lookup
2012-08-22 Aaron McCarthyExport QV8ValueTypeWrapper.
2012-08-22 Bea LamFix snippets to compile to ensure they are valid
2012-08-22 Bea LamLink to "Deploying QML Applications"
2012-08-22 Joona PetrellRemove deprecated openSoftwareInputPanel function calls...
2012-08-21 Matthew VogtFix V4 calculations that vary from V8 results
2012-08-21 Sean HarmerFix compilation on Linux with gcc-4.6
2012-08-21 Sean HarmerFix compilation on OSX 10.6
2012-08-20 Kent HansenUse object identity to detect cycles in JS-to-C++ type...
2012-08-20 Kent HansenGet rid of engine-wide state of visited objects for...
2012-08-20 Andrew den... Add internal documentation and comments to QQuickListCo...
2012-08-20 Bea LamsetImplicitWidth/Height should be public
2012-08-17 Kent HansenAdd missing QT_{BEGIN,END}_NAMESPACE
2012-08-17 Gunnar SlettaStabilize QQuickWindow tests a bit
2012-08-17 Thomas HartmannFixing easing curve editor
2012-08-17 Matthew VogtReduce memory consumption in QV4Bindings::Binding
2012-08-16 Sean HarmerCompile on OpenGL ES2 when using Khronos headers
2012-08-16 Kent HansenDocument QJSEngine's lack of exception handling API
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.
next