Don't skip autotest and export needed symbol
[profile/ivi/qtdeclarative.git] / src /
2011-08-19 Gunnar SlettaDon't skip autotest and export needed symbol
2011-08-18 Chris AdamsAdd support for a vector4d type in QML
2011-08-18 Chris AdamsMake QColor a value type
2011-08-17 Glenn WatsonAdd attached properties to the positioners.
2011-08-17 Kim Motoyoshi KallandUse scissor clip if element is rotated a multiple of...
2011-08-17 Aurindam JanaEnable v8 debugging
2011-08-17 Kim Motoyoshi KallandFixed mirrored distance-field text.
2011-08-17 Kim Motoyoshi KallandImplemented minimum FBO size on the ShaderEffectSource.
2011-08-17 Simon HausmannFix repeated compiler warning about unused engine parameter
2011-08-17 Kent HansenRevert "Set IsDirect flag of property cache data if...
2011-08-17 Chris AdamsAllow borderimage .sci source to be a quoted filename
2011-08-17 Alan AlpertAdd module qualifier to \qmlattachedproperty docs
2011-08-16 Kim Motoyoshi KallandFixed clipping on perspective transformed QML2 elements.
2011-08-16 Kim Motoyoshi KallandFixed clip on QML2 rectangles to include the borders.
2011-08-15 Kent HansenImprove the Qt/JavaScript (QJS) documentation
2011-08-15 Alan AlpertAdd noCap and startTime properties to Emitter
2011-08-15 Andrew den ExterFix VisualDataModel auto test failure.
2011-08-15 Alan AlpertRemove \since tags
2011-08-15 Alan AlpertRefactor BasicEmitter into Emitter
2011-08-12 Bea LamFix race condition in processJobs()
2011-08-12 Kim Motoyoshi KallandFixed QSGNode leak.
2011-08-11 Lars KnollUse the correct export macros
2011-08-11 Bjørn Erik NilsenCompile.
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 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 ExterRevise QDeclarativeChangeSet.
2011-08-08 Charles Yinparse args earlier
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 McDonaldFix outdated license headers.
2011-08-05 Andrew den ExterDon't cache model data in VisualDataModel.
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 Michael BrasserPrevent Binding from crashing when its target object...
2011-08-02 Caio Marcelo de... qmltest: Fix SignalSpy to use TestUtil helper functions
2011-08-02 Thorbjørn LindeijerIntroduced a CONFIG option that enables declarative...
2011-08-02 Andrew den ExterAdd 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 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 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 Gunnar Slettadefine for timing
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 Michael BrasserEnsure bindings on pause work correctly.
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 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 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 KallandRenamed 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
next