QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qtquick2 /
2012-02-22 Alan AlpertPositioners cleanup
2012-02-21 Martin JonesFlicking a pathview with large delegate spacing is...
2012-02-21 Bea LamStabilise ListView and GridView tests
2012-02-21 Bea LamSkip tst_QQuickListView::sectionsDelegate() for now
2012-02-21 Andrew den ExterReduce the size of QTextPrivate.
2012-02-21 Martin JonescacheBuffer makes delegates appear briefly in wrong...
2012-02-20 Kim Motoyoshi KallandAdded QSGRenderNode class.
2012-02-20 Michael BrasserImprove test coverage for AnchorChanges.
2012-02-17 Pekka VuorelaHave input method hints on only classes using them
2012-02-16 Friedemann KleintQtDeclarative/Quick: Fix warnings.
2012-02-16 Michael BrasserEnsure visibility changes are communicated through...
2012-02-16 Bea LamBuilt-in transition support for ListView & GridView
2012-02-16 Andrew den ExterFix multi-length string substitution.
2012-02-16 Martin JonesAllow binding the size of a Loader to its item.
2012-02-15 Gunnar SlettaIntroduced QQuickCanvas::releaseResources().
2012-02-15 Michael BrasserImprove test coverage for QQuickItem.
2012-02-14 Martin JonesPreserve aspect ratio when setting Image.sourceSize
2012-02-14 Andrew den ExterFix access to context properties within TextEdit.curso...
2012-02-14 Bea LamFix and stabilise sectionsPositioning() test
2012-02-13 Michael BrasserDon't crash when an animation update causes it to delet...
2012-02-13 Laszlo AgocsAdd basic TouchCancel handling to canvas.
2012-02-13 Michael BrasserFix anchor jitters that could occur during animation.
2012-02-10 Pekka VuorelaUse QInputMethod instead of deprecated QInputPanel
2012-02-10 Justin McPhersonRefactor Canvas rendering paths.
2012-02-09 Mathias MalmqvistAdded new convenience readonly visibleChildren property...
2012-02-09 Andrew den ExterAdd linkColor property to Text.
2012-02-09 Alan AlpertDon't crash if focus issues arise.
2012-02-08 Michael BrasserDon't hide virtual method.
2012-02-07 Kim Motoyoshi KallandAllow Item components to be assigned to Item.layer...
2012-02-07 Andrew den ExterResolve StyledText img tags relative to baseUrl.
2012-02-07 Kim Motoyoshi KallandFixed some Item.layer bugs and added auto-tests.
2012-02-07 Bea LamSeparate out some of the common test code
2012-02-07 Michael BrasserAdd additional animation autotests.
2012-02-07 Andrew den ExterAdd contentWidth and contentHeight properties to Text...
2012-02-07 Michael BrasserAdd and use new animation backend.
2012-02-07 Alan AlpertUpdate test files to API changes
2012-02-07 Martin JonesEnsure Flickable moving and flicking properties are...
2012-02-07 Martin JonesSection header is not made visible when changing curren...
2012-02-06 Simon HausmannFix acceptance of unhandled mouse events.
2012-02-06 Andrew den ExterFix vertical offset of TextInput.positionToRectangle.
2012-02-06 Andrew den ExterFix TextEdit vertical alignment.
2012-02-06 Andrew den ExterAdd support for resizing fonts to fit Text dimensions.
2012-02-06 Alan AlpertTeach build system tst_qdeclarativepixmapcache needs...
2012-02-06 Alex WilsonAdd "QT += concurrent" to a test that needs it
2012-02-06 Yann BodsonSkip tst_qquickitem::simpleFocus on Mac OS X 10.7
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
2012-02-02 Pekka VuorelaAdapt to QGuiApplication::focusObject() for notifying...
2012-02-02 Yann BodsonSupport inline images with <img> tag in StyledText
2012-02-02 Martin JonesIncorrect initial pos after resizing view with margins.
2012-02-02 Simon HausmannFix unhandled touch events not being ignored.
2012-02-02 Bea LamMust update columns when GridView geometry changes
2012-02-02 Martin JonesMultiple fast flicks with large content moves faster
2012-02-02 Yann BodsonMore StyledText autotests
2012-02-02 Andrew den ExterCompress consective StyledText whitespaces into a singl...
2012-02-02 Andrew den ExterAdd a persistentSelection property to TextInput.
2012-02-01 Yann BodsonAdd autotests for StyledText list tags (<ol> and <ul>)
2012-02-01 Gunnar SlettaDon't leave windows hanging outside test functions
2012-02-01 Jason McDonaldFix outdated license headers.
2012-02-01 Andrew den ExterGuard against event recursion in QQuickDrag.
2012-02-01 Bea LamFixes for removing before visible
2012-02-01 Andrew den ExterUpdate item focus when the enabled property is changed.
2012-02-01 Gunnar SlettaStabilize tests
2012-02-01 Alan AlpertSkip unstable test
2012-02-01 Alan AlpertSkip failing test row for now
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-27 Pekka VuorelaEnhance editors notifying input panel for input method...
2012-01-27 Michael BrasserUpdate PathAnimation API and document.
2012-01-27 Michael BrasserPathInterpolator should report angle in clockwise direc...
2012-01-27 Michael BrasserPrevent PathAnimation from hanging when jumping backwar...
2012-01-25 Pekka Vuorelareimplement QWindow::focusObject() on QQuickCanvas
2012-01-25 Andrew den ExterAdd a locale property to IntValidator and DoubleValidator.
2012-01-24 Samuel RødalAdapted QQuickScreenAttached to orientation API changes...
2012-01-24 Andrew den ExterStabalize SpriteImage test.
2012-01-24 Andras BecsiQQuickCanvas::event should return true if the touch...
2012-01-24 Rohan McGovernFixed compile.
2012-01-23 Alan AlpertPer-frame Sprites patch two
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-23 Alan AlpertAvoid anchor/positioning loops
2012-01-20 Anselmo L. S. MeloQtDeclarative Tests build fix
2012-01-20 Andrew den ExterUpdate TextInput.acceptableInput on component complete.
2012-01-20 Alan AlpertAdd quick module to .pro file
2012-01-19 Martin JonesFix lockup in views due to endless polish loop.
2012-01-19 Andrew den ExterAdd a baseUrl property to Text and TextEdit.
2012-01-19 Andrew den ExterDon't load embedded images from the current working...
2012-01-18 Frederik GladhornMove accessibility test to QtQuick 2.
2012-01-17 Bea LamInsertions were calculating wrong insertion pos
2012-01-17 Pekka VuorelaMade QQuickTextInput follow input direction changes
2012-01-17 Pekka VuorelaQQuickTextEdit to follow input method direction changes
2012-01-17 Jason McDonaldUpdate copyright year in Nokia copyright headers.
2012-01-16 Kim Motoyoshi KallandAdded log and status properties to ShaderEffect.
2012-01-16 Andrew den ExterAvoid creating unnecessary copies of TextEdit's text...
2012-01-16 Alan AlpertWait for polish at the start of addOrRemoveBeforeVisible
2012-01-15 Martin JonesHandle views with negative width/height
2012-01-13 Samuel RødalStabilized tst_qquickcanvas
2012-01-13 Bea LamAdd tests for item polish bug on Mac
2012-01-13 Damian JansenUse QGuiApplication, not QApplication, in tests
2012-01-12 Gunnar SlettaDisable an unstable test.
2012-01-12 Pekka VuorelaAdapt to QInputPanel::inputDirection() API
2012-01-12 Andrew den ExterFix validators not allowing backspace or delete.
2012-01-12 Andrew den ExterAdd undo and redo functions to TextInput and TextEdit.
next