build system cleanups
[profile/ivi/qtdeclarative.git] / src / plugins / accessible /
2012-06-09 Tasuku SuzukiFix compilation for QT_NO_ACCESSIBILITY
2012-06-05 Anselmo L. S. MeloAccessible plugin build: Do not install before make...
2012-05-22 Jan-Arve SaetherReplace (un)checkAction with toggleAction (2/3)
2012-05-22 Jan-Arve SaetherAccessibility: Implement invisible and checkable state
2012-05-16 Jan-Arve SaetherAccessibility: Do not look for the "text" property...
2012-05-04 Thiago MacieiraChange uses of {to,from}Ascii to {to,from}Latin1
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-10 Frederik GladhornCreate accessible interfaces only for items with attach...
2012-03-27 Kent HansenMerge master into api_changes
2012-03-23 Frederik GladhornMake sure we get a valid accessibleInterface in child_h...
2012-03-23 Frederik GladhornFilter accessible objects.
2012-03-23 Kent HansenMerge master into api_changes
2012-03-23 Frederik GladhornAdd active and invisible states for accessibility.
2012-03-21 Frederik GladhornFix doAction with custom functions.
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-12 Frederik GladhornCheck that canvas is valid.
2012-03-12 Morten Johan SorvigAccessibility: childAt_helper descends too far.
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Morten Johan SorvigImprove accessibility action support for Qt Quick
2012-03-06 Frederik GladhornCheck for parent item before calling functions on it.
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-23 Friedemann KleintUse new plugin system in QtDeclarative.
2012-02-17 Jan-Arve SaetherRemove QAccessibleInterface::navigate()
2012-02-16 Friedemann KleintQtDeclarative/Quick: Fix warnings.
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
2012-02-02 Jan-Arve SaetherRemove QAccessible::FocusChild, add focusChild()
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-20 Jan-Arve SaetherUse queryAccessibleInterface instead of new QAccessible...
2012-01-16 Jan-Arve SaetherRemove all reimplementations of relationTo() returning...
2012-01-12 Frederik GladhornAccessibility: indexOfChild is 0-based.
2012-01-12 Jan-Arve SaetherRemove unnecessary reimplementation of invokeMethod()
2012-01-12 Jan-Arve SaetherMake QAccessibleQuickView::childAt() work properly...
2012-01-10 Frederik GladhornAccessibility: Checked state for check boxes and radio...
2012-01-06 Frederik GladhornMake accessibility interface functions const.
2012-01-06 Jan-Arve SaetherReuse the OObject* in QAccessibleObject
2012-01-06 Frederik GladhornCreate a value interface for qml accessibles.
2012-01-06 Frederik GladhornHide more children of accessible objects.
2012-01-05 Jan-Arve SaetherRemove all references to QAccessible:: {Child|Ancestor...
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-03 Jan-Arve SaetherDo not leak interfaces during hit testing (QDA::childAt())
2012-01-02 Frederik GladhornAdd accessibility to qml