Debugger: Fix RAII usage of ReadWriteLocker
[profile/ivi/qtdeclarative.git] / tests /
2012-04-24 Kai KoehneDebugger: Make sure stateChanged is called from debugge...
2012-04-24 Thiago MacieiraMark all Latin 1 strings with QString::fromLatin1 or...
2012-04-23 Matthew VogtVerify that QML can reliably receive datetime info...
2012-04-23 Matthew VogtRecord current status of date conversion from QML
2012-04-23 Matthew VogtAdd support for var properties in V4
2012-04-23 Frederik GladhornImprove test to use actual double click timeout.
2012-04-23 Andrew den ExterReduce memory usage of QQuickPath for simple paths.
2012-04-23 Bea LamOnly run populate for items in model at creation
2012-04-23 Chris AdamsAdd some component path canonicalization tests
2012-04-20 Jason McDonaldRe-enable QQuickPixmapCache test on most platforms.
2012-04-20 Kai KoehneDebugger: Improve autotest output on failure
2012-04-20 Charles YinDisable local storage if the standard data location...
2012-04-20 Andrew den ExterFix eliding when text width is reset by an implicitWidt...
2012-04-20 Bea LamClean up test
2012-04-20 Matthew VogtMove data file to correct location
2012-04-20 Michael BrasserProvide receivers count from QQmlData.
2012-04-20 Girish RamakrishnanUse QInputMethod::isVisible instead of QInputMethod...
2012-04-19 Friedemann KleintQtDeclarative: No longer use QDeclarative compatibility...
2012-04-19 Girish Ramakrishnaninclude QWindowSystemInterface explicity when needed
2012-04-19 Adriano RezendeAdd contains method to QQuickItem public API
2012-04-19 Andrew den ExterEnsure the cursor delegate position is correct when...
2012-04-18 Matthew VogtSplit qquicklistmodel test into two parts
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-17 Charles YinSet rootItem'ownership as CppOwnerShip
2012-04-17 Aurindam JanaQV8DebugService: v8::AfterCompile Events
2012-04-17 Andrew den ExterDon't crash when calculating the implicit width of...
2012-04-17 Yann BodsonImprove StyledText tests
2012-04-17 Bea LamVertical layout direction for ListView and GridView
2012-04-17 Girish RamakrishnanCompile fix for qqmldebugservice test
2012-04-17 Charles YinFine-tune animation's pause()/resume() behaviors
2012-04-16 Andrew den ExterFix Text baselineOffset caclulations.
2012-04-16 Girish RamakrishnanDon't use QWindow::visible
2012-04-16 Kent HansenAdd QJson support to QV8Engine
2012-04-16 Charles YinAdd a new running property to QQuickTransition
2012-04-16 Jason McDonaldAdd bug numbers for insignificant tests.
2012-04-15 Matthew VogtAdd support for variant properties in V4
2012-04-15 Matthew VogtExtract Particles code to an independent library
2012-04-13 Alan AlpertExtra tests for ShaderEffect and CustomParticle
2012-04-13 Rohan McGoverntest: marked tst_qv8profilerservice as insignificant...
2012-04-13 Andrew den ExterDon't ignore model changes when the ListView scroll...
2012-04-12 Bea LamMeasure offsets by rows instead of pixels
2012-04-12 Pekka VuorelaQQuickTextEdit to trigger input method updates on selec...
2012-04-12 Thiago MacieiraUpdate test after QUrl minor behaviour change
2012-04-12 Thiago MacieiraStop stuffing the URL "<Unknown File>" in QML errors
2012-04-12 Alan AlpertGet SpriteGoal and GroupGoal tests running again
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-11 Matthew VogtSimplify date conversion functions
2012-04-10 Frederik GladhornCreate accessible interfaces only for items with attach...
2012-04-05 Chris AdamsFix erroneous signal emission in Loader
2012-04-05 Laszlo AgocsProperly copy all event parameters in deliverMouseEvent()
2012-04-05 Matthew VogtCreate plugins for Particles and Window submodules
2012-04-05 Charles YinFix some issues with init_data() for qmltest
2012-04-04 Roberto RaggiRemove sharing of V4 subscriptions
2012-04-04 Aaron KennedyDo not execute overwritten bindings
2012-04-04 Aaron KennedyRevert "Do not execute overwritten bindings"
2012-04-04 Matthew VogtDo not crash on invalid binding diagnostic
2012-04-04 Matthew VogtDo not execute overwritten bindings
2012-04-04 Martin JonesSupport snapMode in PathView
2012-04-04 Kim Motoyoshi KallandFixed crash when using 'var' property in ShaderEffect.
2012-04-03 Aaron KennedyDon't crash if calling a method on a QObject that has...
2012-04-03 Roberto RaggiFix QML_BINDINGS_TEST and the V4 auto tests
2012-04-03 Roberto RaggiAdd support for floating conversions.
2012-04-03 Frederik GladhornDo not automatically mark all text items as accessible.
2012-04-03 Michael BrasserAllow objects created in QML with incubateObject to...
2012-04-03 Andrew den ExterFix QQuickTextInput test instability.
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 Simjees Abrahamirrelevant qDebug removed
2012-03-30 Simjees Abrahamirrelevant qDebug removed
2012-03-30 Aaron KennedyLoosen shared binding tests
2012-03-30 Friedemann KleintFix warnings in qtdeclarative.
2012-03-30 Kai KoehneDebugger: Fix v8profiler failures on mac
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 Chris AdamsImprove Flipable element unit tests
2012-03-30 Charles YinFix context2d transform issues
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 Kurt KorbatitsFixed unittests skipping for cross_compile option
2012-03-28 Michael BrasserReplace usage of QCursor, and update hoverVisible test.
2012-03-28 Matthew VogtWarn on incompatible v4 binding object type
2012-03-28 Martin JonesFix imports in GridView test
2012-03-28 Martin JonesSection comparison should be case insensitive.
2012-03-27 Julian de BhalFix qquicktext tests to use QQmlComponent not QDeclarat...
2012-03-27 Kent HansenMerge master into api_changes
2012-03-27 Pekka VuorelaTextInput to use password mask delay if platform style...
2012-03-27 Bea LamBuffer changes received during layout()
2012-03-26 Miikka HeikkinenRemove insignification from some fixed tests
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 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-26 Damian JansenBasic system tests for ListView sections
2012-03-23 Kent HansenMark tst_qquickimage as insignificant
next