Cancel mousearea pressed state when window is deactivated
[profile/ivi/qtdeclarative.git] / src /
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
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.
2011-07-28 Michael BrasserRemove reference to deleted file.
2011-07-28 Yann BodsonBorderImage inner rect should have a positive size
2011-07-28 Aaron KennedyDon't jump around when maximumEasingTime is specified
2011-07-28 Charles YinFix bug 20505: Offline Storage API: wrong types of...
2011-07-28 Bea LamFix auto-repeat key navigation for GridView
2011-07-28 Martin JonesListView doesn't show new 1st item currentItem is removed.
2011-07-28 Martin JonesAdd dragging properties to Flickable
2011-07-28 Alan AlpertManage m_activeCount centrally
2011-07-28 Alan AlpertRemove forwardTo code
2011-07-28 Alan AlpertDrive ParticleSystem with an animation instead
2011-07-28 Bea LamFix moving of multiple items, and moving items backwards
2011-07-28 Charles YinFix XmlHttpRequest setHeader bug
2011-07-28 Alan AlpertDelete scene if you aren't going to use it.
2011-07-28 Martin JonesA change in ListView's header height can cause it to...
2011-07-28 Martin JonesFix insertion of one item in ListView.
2011-07-28 Martin JonesThe views have many +/- 1 which are causing errors.
2011-07-28 Martin JonesView highlight flickers with highlightRangeMode: ApplyRange
2011-07-28 Andrew den ExterFix crash when a model defines its own modelData role.
2011-07-28 Andrew den ExterUpdate ListModel's internal indexes when items are...
2011-07-28 Andrew den ExterDon't clip the cursor at the far right of a TextInput.
2011-07-28 Bea LamFix positioning of items after move
2011-07-28 Bea LamDon't move view content position item 0 is being replaced
2011-07-26 Charles Yinfix canvas arc drawing bug
2011-07-26 Charles Yinput all context2d code into context2d directory
2011-07-26 Alan AlpertFix Column/Row size when no items being positioned
2011-07-26 Kent HansenDon't build V8 as a static library
2011-07-26 Martin JonesA long press should allow onClicked if there is no...
2011-07-26 Michael BrasserFix crash when assigning a list property to transitions.
2011-07-26 Martin JonesAdd headerItem and footerItem properties to views.
2011-07-26 Martin Jonesqmlviewer resizes the root object multiple times.
2011-07-26 Martin JonesQDeclarativeView/QSGView SizeRootObjectToView still...
2011-07-26 Alan AlpertUse visible only, and not opacity, in positioners
2011-07-26 Michael BrasserRemove onMousePositionChanged signal.
2011-07-26 Aaron KennedyReference resources to prevent crash (on some platforms)
2011-07-26 Aaron KennedyOuptut non-NOTIFYable warnings again
2011-07-26 Aaron KennedyUpdate polish even when animations aren't running
2011-07-26 Andrew den ExterMove the cursor position to the end when TextInput...
2011-07-26 Yann BodsonBounding rectangle for image is wrong for PreserveAspec...
2011-07-26 Yann BodsonFixes AnimatedImage documentation
2011-07-26 Alan AlpertCrash even less
2011-07-25 Bea LamDon't error if response results in UnknownContentError
2011-07-25 Andrew den ExterCorrect TextInput.PasswordEchoOnEdit documentation.
2011-07-25 Aaron KennedySet classname for cloned extension meta objects
2011-07-25 Aaron KennedyReverse lookup ids by object pointer
2011-07-25 Andrew den ExterScroll correctly when cursorPosition is changed within...
2011-07-25 Aaron KennedyUse engine where appropriate in QDeclarativeProperty
2011-07-25 Alan AlpertOnly manage opacity when m_fade is true
2011-07-25 Aaron KennedyAllow object to be accessed by multiple QDeclarativeEngines
2011-07-25 Aaron KennedyAllow static alias to composite type
2011-07-25 Martin JonesHandle pinch correctly when one point is released and...
2011-07-25 Aaron KennedySupport better boolean conversion semantics
2011-07-25 Aaron KennedyCorrectly load flags for binding properties
2011-07-25 Andrew den ExterNotify when the TextInput cursorRectangle property...
2011-07-25 Aaron KennedyDon't assert on incorrect file url
2011-07-25 Aaron KennedyEnter context scope
2011-07-22 Casper van DonderenDocumentation fix.
2011-07-22 Bea LamFix layout bug from view refactoring
2011-07-21 Aaron KennedyUpdate V8
2011-07-21 Kim Motoyoshi KallandCompile fix.
2011-07-21 Christiaan JanssenQml Debugging: only read properties that can be display...
next