Do not automatically mark all text items as accessible.
[profile/ivi/qtdeclarative.git] / src /
2012-04-03 Frederik GladhornDo not automatically mark all text items as accessible.
2012-04-03 Samuel RødalProperly swizzle texture data before upload in QQuickPa...
2012-04-03 Thiago MacieiraFix the conversion of a colour from a string.
2012-04-03 Michael BrasserUse scope, not owner to look up enums in QQmlBoundSignal.
2012-04-03 Michael BrasserRevert "Add QQmlBoundSignalNoParams"
2012-04-03 Andrew den ExterFix visibility of trailing preedit text.
2012-04-03 Charles YinAdd init_data() function for default data driven testing
2012-04-03 Michael BrasserAllow objects created in QML with incubateObject to...
2012-04-02 Andrew den ExterSet cursorVisible to false when im cursor length is 0.
2012-04-02 Andrew den ExterFix crash when changing the grandparent of an item...
2012-03-30 Kai KoehneDebugger: Use "QML" also in macro names
2012-03-30 Simjees Abrahamirrelevant qDebug removed
2012-03-30 Friedemann KleintFix exit crash when running samegame-desktop in qmlscene.
2012-03-30 Charles YinAllocate QQuickView on heap instead of stack
2012-03-30 Matthew VogtImprove the documentation of clearComponentCache()
2012-03-30 Aaron KennedyAllow V8 bindings to be assigned to aliases
2012-03-30 Aaron KennedyLoosen shared binding tests
2012-03-30 Friedemann KleintFix warnings in qtdeclarative.
2012-03-30 Chris AdamsFix crash in QUrl-to-int conversion in v4
2012-03-30 Andrew den ExterFix forceActiveFocus() with multiple items having focus...
2012-03-30 Martin JonesSize loaded item before bindings are evaluated
2012-03-30 Martin JonesWhen async loading a view, ensure its delegates are...
2012-03-30 Charles YinFix context2d transform issues
2012-03-29 Michael BrasserUse metaObjectForType in the v4 compiler.
2012-03-29 Jerome LeclancheFix compiling qtdeclarative without accessibility
2012-03-29 Aurindam JanaQmlDebugging: Send parent debug id with object info
2012-03-28 Chris AdamsUse minimal javascript expression for bound signals
2012-03-28 Matthew VogtRe-order imports statements to import nested imports...
2012-03-28 Thiago MacieiraThe new QUrl has no need for the 0x100 special value.
2012-03-28 Kent HansenDon't qobject_cast an object being destructed
2012-03-28 Simjees AbrahamFixed the crash in Zoomtool when the app is exited...
2012-03-28 Michael BrasserReplace usage of QCursor, and update hoverVisible test.
2012-03-28 Alan AlpertUse pixmapCache in sprite assembly
2012-03-28 Matthew VogtWarn on incompatible v4 binding object type
2012-03-28 Martin JonesSection comparison should be case insensitive.
2012-03-27 Pekka VuorelaTextInput to use password mask delay if platform style...
2012-03-27 Kai KoehneDebugger: Allow enabling of qml debugger without startu...
2012-03-27 Bea LamBuffer changes received during layout()
2012-03-27 Kim Motoyoshi KallandRelease FBOs held by the shader effect source sooner.
2012-03-27 Michael BrasserAdd QQmlBoundSignalNoParams qt-v5.0.0-alpha1
2012-03-27 Alan AlpertUpdate documentation
2012-03-26 Simjees AbrahamInitial checkin for ZoomTool implementation
2012-03-26 Pekka VuorelaRemove tentative commit from editors
2012-03-26 Yann BodsonFix horizontal alignment bug with rich text
2012-03-26 Michael BrasserRemove QObject parenting from QQmlAbstractBoundSignal.
2012-03-26 Michael BrasserUse QQmlAbstractBoundSignal where appropriate.
2012-03-26 Charles YinMake sure window manager wakeup() can always wake up
2012-03-26 Martin JonesPathView was missing the maximumFlickVelocity property
2012-03-26 Chris AdamsAdd templated module api registration function
2012-03-26 Andrew den ExterUpdate item anchors when the baseline offset changes.
2012-03-26 Michael BrasserSupport registered QFlags in QML methods and signal...
2012-03-25 Laszlo AgocsCorrect double, triple click handling in canvas when...
2012-03-24 Frederik GladhornRemove QQuickItem::sendAccessibilityUpdate
2012-03-23 Frederik GladhornMake sure we get a valid accessibleInterface in child_h...
2012-03-23 Frederik GladhornFilter accessible objects.
2012-03-23 Frederik GladhornAdd active and invisible states for accessibility.
2012-03-23 Frederik GladhornAdd accessibility updates.
2012-03-23 Michael BrasserPrevent the root object from being garbage collected.
2012-03-23 Charles YinFix crash issue for path animation and path interpulator
2012-03-23 Alan AlpertFix Sprite Assembly
2012-03-22 Gunnar SlettaChange smooth to be true by default
2012-03-22 Kim Motoyoshi KallandShare depth-stencil buffers between ShaderEffectSources...
2012-03-22 Alan AlpertCheck for null pointer dereference
2012-03-22 Andrew den ExterFix text wrapping and eliding with implicitWidth.
2012-03-21 Frederik GladhornFix doAction with custom functions.
2012-03-21 Kim Motoyoshi KallandFree ShaderEffectSource FBOs when no longer needed.
2012-03-21 Laszlo AgocsAllow flick on press-move-release in Flickable.
2012-03-21 Bea LamFix margins for right-to-left mode
2012-03-21 Andrew den ExterDon't overwrite text selections made in focus handlers.
2012-03-21 Andrew den ExterContent size should not include trailing spaces.
2012-03-21 Chris AdamsAllow literal enum to int property assignments
2012-03-21 Andrew den ExterFix consistency of parsing ISO 8601 date strings.
2012-03-21 Michael BrasserDisable module api object support in v4.
2012-03-21 Michael BrasserSupport unregistered Qt namespace enums in QML methods.
2012-03-21 Michael BrasserSupport (registered) non-local enums for signal/slot...
2012-03-20 Yoann LopesDon't register sub distance field glyph nodes with...
2012-03-20 Andrew den ExterDecouple QSGDistanceFieldGlyphNode from it's cache...
2012-03-20 Gunnar SlettaAllow SG and GL resources to survive a releaseResources.
2012-03-20 Kai KoehneDebugger: Disable debugging for qmlprofiler, qmltest
2012-03-20 Tobias KoenigFix compilation on QNX.
2012-03-20 Bea LamUpdate item focus even if it doesn't have a canvas
2012-03-20 Kent HansenMake QVariant conversion for JS null type symmetric
2012-03-20 Andrew den ExterFix unused variable warning.
2012-03-20 Andrew den ExterMake TextEdit word selection behaviour consistent.
2012-03-20 Andrew den ExterRemove unused functions from QQuickTextControl.
2012-03-20 Andrew den ExterAdd additional key sequence tests.
2012-03-20 Alan AlpertSprite minor fixes
2012-03-20 Charles YinFix FolderListModel path issue on Windows
2012-03-20 Michael BrasserAlways enable value type support in v4.
2012-03-20 Michael BrasserSupport null -> QObject and QObject -> bool conversions...
2012-03-20 Andrew den ExterRemove warning about not explicitly initializing base...
2012-03-20 Bea LamPull out some duplicate focus-related code
2012-03-20 Martin JonesLoader could leak qml contexts if interrupted
2012-03-20 Martin JonesFix bitfield waste in QQmlContextData
2012-03-20 Martin JonesRestore view to sensible position if grab is cancelled.
2012-03-20 Matthew VogtAllow parent to be specified for Qt.createComponent
2012-03-19 Matthew VogtEnsure JS files imported inside modules work correctly
2012-03-19 Kent HansenFix compiler warnings in QQmlType
2012-03-19 Kent HansenFix typo in QQmlXMLHttpRequest::readEncoding()
2012-03-19 Lars KnollRemove refence to declarative in the docs
next