profile/ivi/qtdeclarative.git
2011-08-11 Yoann LopesAdded a faster subpixel antialiasing material for dista...
2011-08-11 Kent HansenReplace QScriptBagContainer by QIntrusiveList
2011-08-11 Kent HansenSet IsDirect flag of property cache data if appropriate
2011-08-11 Kent HansenGuard QML-specific handling of value type property...
2011-08-11 Gunnar SlettaRemove initialization warnings
2011-08-10 Rohan McGovernRespect $$QT.declarative.bins
2011-08-10 Jedrzej NowackiMigrate part of QtScript benchmarks to QtDeclarative
2011-08-10 Jedrzej NowackiCode cleanup: unify QRegExp conversion.
2011-08-10 Jedrzej NowackiAdd missing check in QJSValue::property
2011-08-10 Jedrzej NowackiCode cleanup: unify string conversions.
2011-08-10 Jedrzej NowackiCode cleanup.
2011-08-10 Jedrzej NowackiReplace duplicated code by a function call.
2011-08-10 Yoann LopesQSGDistanceFieldGlyphCache code refactoring.
2011-08-10 Glenn WatsonAdd support for individual row and column spacing to...
2011-08-09 Yoann LopesMake distance field text more easily configurable.
2011-08-09 Alan AlpertAdd documentation
2011-08-09 Alan AlpertCopy the docs for QtQuick 1
2011-08-08 Andrew den... Revise QDeclarativeChangeSet.
2011-08-08 Alan AlpertAdd combustion to examples launcher
2011-08-08 Charles Yinparse args earlier
2011-08-08 Charles Yinremove app bundle config for mac
2011-08-08 Bea LamFix broken test (view did not have focus set)
2011-08-08 Charles Yinadd dummy notify signals to remove warnings
2011-08-08 Charles Yindon't create QApplication if there is already one there
2011-08-05 Bea LamShow header/footer if current index is set to first...
2011-08-05 Martin JonesListView with StrictlyEnforceRange skips over items
2011-08-05 Jason McDonaldAdd missing license headers.
2011-08-05 Jason McDonaldFix outdated license headers.
2011-08-05 Andrew den... Don't cache model data in VisualDataModel.
2011-08-04 Jedrzej NowackiMove shell example from QtScript to QtDeclarative.
2011-08-04 Kent HansenRemove dead code from QJSValuePrivate
2011-08-04 Kent HansenMove QJSValue InvalidValue definition to "inline" header
2011-08-04 Kent HansenAdd QIntrusiveList::contains() function
2011-08-04 Jedrzej NowackiRemove dead code.
2011-08-04 Bea LamFix ListView refill() where delegate size == 0
2011-08-04 Michael BrasserImproved support for multiple to/from values in Transition.
2011-08-04 Bea LamRework threading internals in XmlListModel to avoid...
2011-08-04 Chris AdamsImprove error messages from compiler for signals and...
2011-08-04 Chris AdamsHonour the resettable flag of aliased properties
2011-08-04 Michael BrasserAdd enabled property to Transition.
2011-08-04 Chris AdamsFix crash in QDeclarativeProperty
2011-08-04 Aaron KennedyTypo
2011-08-03 Jedrzej NowackiImprove QJSValueIterator implementation.
2011-08-03 Peter VargaRemove FIXME from the v8base.pri
2011-08-03 Andrew den... Add some guidelines for declaring objects as properties...
2011-08-03 Michael BrasserPrevent Binding from crashing when its target object...
2011-08-02 Caio Marcelo... qmltest: Fix SignalSpy to use TestUtil helper functions
2011-08-02 Jedrzej NowackiEnable tst_QJSEngine::stacktrace test.
2011-08-02 Jedrzej NowackiEnable globalObjectProperties_enumerate test.
2011-08-02 Thorbjørn LindeijerIntroduced a CONFIG option that enables declarative...
2011-08-02 Andrew den... Add a currentItem property to PathView.
2011-08-02 Charles YinCancel mousearea pressed state when window is deactivated
2011-08-02 Chris AdamsEnsure that the prototype chain is checked in property Get
2011-08-02 Chris AdamsAdd support for comparing value-type properties
2011-08-02 Bea LamFix content position for key navigation with StrictlyEn...
2011-08-02 Rohan McGovernsync.profile: remove dependency on qtscript
2011-08-02 Martin JonesViews with no delegate crash when items are inserted.
2011-08-02 Alan AlpertAllow descendant chains to simultaneously be hovered.
2011-08-02 Bea LamCall base class init() from QSGListViewPrivate
2011-08-02 Bea LamFix broken GridView moved() test
2011-08-02 Martin JonesNesting PathView and Flickable causes PathView to stop...
2011-08-02 Martin JonesView highlight could stop tracking currentItem.
2011-08-02 Alan AlpertAllow custom parser types to still get signal handlers...
2011-08-01 Andrew den... Don't enable qmlscene compability mode for commented...
2011-08-01 Gunnar Slettadefine for timing
2011-08-01 Yann BodsonAdd Image changes to whatsnew.qdoc
2011-08-01 Michael BrasserFix Binding to correctly restore bindings even when...
2011-08-01 Michael BrasserCorrectly pause animation when paused in starting Scrip...
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...
2011-07-29 Andrew den... Bump the XmlListModel get test import to QtQuick 2.0.
2011-07-29 Michael BrasserDocument (lack of) support for sharing animation instances.
2011-07-29 Michael BrasserEnsure bindings on pause work correctly.
2011-07-29 Aaron KennedyDoc
2011-07-29 Aaron KennedyMark objects from Component.createObject() as destructible
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeCompiler
2011-07-29 Aaron KennedyFix alias warnings in QV8QObjectWrapper
2011-07-29 Aaron KennedyFix alias warnings in V4
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeVME
2011-07-29 Yann BodsonAdd sourceComponentChanged signal to Loader
2011-07-29 Michael BrasserDocument state fast-forwarding.
2011-07-29 Michael BrasserDocument how to have two MouseAreas simultaneously...
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeV8Handle
2011-07-29 Aaron KennedyFix alias warnings in QDeclarativeGuard
2011-07-29 Michael BrasserCorrectly set ending path percent if none is provided.
2011-07-29 Martin JonesClicking on a disabled ListView's delegate breaks mouse...
2011-07-29 Alan AlpertCode cleanup
2011-07-29 Charles YinAdd .arg() for Javascript String type
2011-07-29 Charles YinXmlListModel.status is Ready right after creation ...
2011-07-29 Charles Yinremove motionchart demo (uncompleted)
2011-07-29 Alan AlpertJump to same model index (if it exists) when the model...
2011-07-29 Alan AlpertAugment SpringAnimation::damping documentation
2011-07-28 Alan AlpertDocument stops as default property of Gradient
2011-07-28 Kim Motoyoshi... Renamed ShaderEffectItem to ShaderEffect and some API...
2011-07-28 Gunnar Slettacompile when qreal is a float
2011-07-28 Alan AlpertClip to bounding rect
2011-07-28 Alan AlpertAdd some more properties to JS particle type
2011-07-28 Alan AlpertInitial CustomEmitter and CustomAffector implementation
2011-07-28 Michael BrasserAllow Qt enum values in ListElement.
2011-07-28 Michael BrasserSupport QT_TRANSLATE_NOOP in ListElement.
2011-07-28 Michael BrasserFix translation context for QML files.
next