Remove QtQuick1 elements from qtdeclarative
[profile/ivi/qtdeclarative.git] / tests /
2012-02-02 Matthew VogtRemove QtQuick1 elements from qtdeclarative
2012-02-02 Pekka VuorelaAdapt to QGuiApplication::focusObject() for notifying...
2012-02-02 Kent HansenRemove QJSEngine::undefinedValue() function
2012-02-02 Yann BodsonSupport inline images with <img> tag in StyledText
2012-02-02 Aurindam JanaDebugger Test Case: Fix failures
2012-02-02 Martin JonesIncorrect initial pos after resizing view with margins.
2012-02-02 Alan AlpertRevert "Mark tst_qdebugmessageservice as insignificant...
2012-02-02 Simon HausmannFix unhandled touch events not being ignored.
2012-02-02 Kent HansenRemove QJSEngine::nullValue() function
2012-02-02 Kent HansenRemove QJSValue constructors that take QJSEngine argument
2012-02-02 Kent HansenRemove QJSValue::propertyFlags() function
2012-02-02 Kent HansenRemove invalid QJSValue type
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-02 Christiaan JanssenQmlProfiling: don't send v8 data if not profiling
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 Kent HansenRemove QJSEngine::newVariant() function
2012-02-01 Kent HansenRemove QJSEngine::newDate() functions
2012-02-01 Kent HansenRemove QJSValue::instanceOf() function
2012-02-01 Kent HansenQJS{Engine,Value}: Remove QRegExp-specific functions
2012-02-01 Kent HansenRemove QJSValue::toUInt16() function
2012-02-01 Kent HansenRemove QJSValue::toInteger() function
2012-02-01 Kent HansenRemove QJSEngine::toObject() and QJSValue::toObject()
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 AlpertMark tst_qdebugmessageservice as insignificant until...
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 Chris AdamsImprove QRegExp property literal assignment error message
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-26 Kent HansenFix breakage due to meta-type id reordering in qtbase
2012-01-25 Pekka Vuorelareimplement QWindow::focusObject() on QQuickCanvas
2012-01-25 Andrew den ExterAdd a locale property to IntValidator and DoubleValidator.
2012-01-25 Kent Hansentst_qdeclarativedebugjs: Use new QJSValue::call() overload
2012-01-25 Kent Hansentst_qdeclarativedebugjs: Don't use QJSValue::isValid()
2012-01-25 Charles YinMove sqldatabase into a module API plugin
2012-01-24 Matthew VogtAllow JS API in modules
2012-01-24 Samuel RødalAdapted QQuickScreenAttached to orientation API changes...
2012-01-24 Aurindam JanaConsole API: Add console.exception
2012-01-24 Aurindam JanaConsole API: Add console.assert
2012-01-24 Kai KoehneConsole API: Add console.count
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 Kent HansenDon't use deprecated functions in QJS benchmarks
2012-01-20 Kent HansenAdd QJSValue::callAsConstructor() function
2012-01-20 Kent HansenAdd QJSValue::callWithInstance() function
2012-01-20 Kent HansenAdd QJSValue::call() overload
2012-01-20 Kent HansenAdd QJSValue::isCallable() function
2012-01-20 Kent HansenAdd QJSValue::toInt() and toUInt()
2012-01-20 Kent HansenAdd QJSValue::deleteProperty() function
2012-01-20 Kent HansenAdd QJSValue::hasProperty() and hasOwnProperty() functions
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 Matthew VogtAssigning empty object to Q_PROPERTY(QVariantMap)
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-18 Matthew VogtAllow QML URLs to contain pre-encoded octets
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 Kai KoehneDebugger: Simplify protocol of QDebugMessageService
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 Kai KoehneConsole API: Add console.info
2012-01-16 Kai KoehneConsole API: Autotest reshuffling
2012-01-16 Andrew den ExterAvoid creating unnecessary copies of TextEdit's text...
2012-01-16 Alan AlpertTest more of QQuickImageParticle
2012-01-16 Alan AlpertWait for polish at the start of addOrRemoveBeforeVisible
2012-01-15 Martin JonesHandle views with negative width/height
2012-01-15 Matthew Vogtlower case QML components are accepted when used with...
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 Frederik GladhornAccessibility: indexOfChild is 0-based.
2012-01-12 Jan-Arve SaetherMake QAccessibleQuickView::childAt() work properly...
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.
2012-01-12 Andrew den ExterRemove QEXPECT_FAIL from TextEdit test.
2012-01-12 Andrew den ExterFix restarting timer from onTriggered handler.
2012-01-12 Andrew den ExterFix failing tst_qquicktextinput::horizontalAlignment_Ri...
next