fix include style
[profile/ivi/qtdeclarative.git] / tests /
2012-06-23 Thiago MacieiraFix compilation with GCC 4.7 (C++11)
2012-06-22 Andrew den ExterFix crash when dragging items outside visible area.
2012-06-22 Girish RamakrishnanAdd gui-private to tests
2012-06-22 Kent HansenPass the right signal index in visualadaptormodel proxy...
2012-06-22 Andrew den ExterRemove insignificant_test from DropArea test.
2012-06-22 Andrew den ExterRemove the open and closeSofwareInputPanel functions.
2012-06-22 Bea LamRename Flickable x/yOrigin to originX/Y
2012-06-22 Bea LamRemove properties related to highlight speed
2012-06-22 Martin JonesAdd some tests for literal parsing
2012-06-22 Michael BrasserHandle enum values of -1 correctly.
2012-06-22 Michael BrasserClarify anchor error messages.
2012-06-22 Andrew den ExterAdd tests for clicking and dragging with right and...
2012-06-21 Glenn WatsonFix locale test on Linux and skip it on Windows.
2012-06-21 Matthew VogtSupport enum return types in Q_INVOKABLE functions.
2012-06-21 Matthew VogtReport clashing qmldir entries for components and scripts
2012-06-21 Chris AdamsPut basic language types into QtQml import
2012-06-21 Chris AdamsDisallow signal-handler-specification for non-signal...
2012-06-21 Michael BrasserEnable literal Qt enum assignment to enum properties.
2012-06-20 Friedemann KleintFix warnings in declarative tests.
2012-06-20 Friedemann KleintMark tst_qquicklistview insignificant for Mac.
2012-06-20 Alan AlpertDon't start running if a frame property is set
2012-06-14 Charles YinAlign windowShown flag with qml renderer state
2012-06-12 Martin JonesSet a non-zero default cacheBuffer.
2012-06-12 Kent Hansentst_qquicklistview: further increase test timeout
2012-06-12 Chris AdamsRemove non-templated qobject module api registration...
2012-06-12 Charles YinAdd pixel comparation support to qmltest
2012-06-12 Yann BodsonAllow setting horizontal and vertical tile modes in...
2012-06-12 Alan AlpertEmit itemChanged when Loader fails to load a source.
2012-06-12 Martin JonesFix view delegate parent binding regression.
2012-06-12 Chris AdamsCheck for null ptr in qmlobject_cast definition
2012-06-12 Kent HansenMark qquickanimatedsprite autotest as insignificant
2012-06-12 Kent HansenMark qquicklistview autotest as insignificant
2012-06-12 Alan AlpertEmit currentFrameChanged signal when needed
2012-06-12 Martin JonesAllow Loader to load non-Item types.
2012-06-08 Andrew den ExterFix handling of a direct child stealing focus from...
2012-06-08 Martin JonesPerformance should always be better with cacheBuffer
2012-06-08 Andrew den ExterDestroy incubated objects if they are not claimed when...
2012-06-07 Bea Lamrebound property for Flickable
2012-06-07 Aaron KennedyDon't double emit threaded signals
2012-06-06 Aaron KennedyDisallow parent changes for QML created objects
2012-06-06 Bea LamDon't emit moving and flicking signals unnecessarily
2012-06-06 Andrew den ExterRestart a drag when the item canvas changes.
2012-06-06 Alan AlpertFix affected signal and docs
2012-06-05 Yann BodsonMake sure we relayout on height change when onLineLaidO...
2012-06-05 Laszlo AgocsDo not lose timestamps in mouse press events
2012-06-05 Rohan McGoverntst_qquickgridview: further increase test timeout
2012-06-05 Matthew VogtAllow the global JS UTC offset to be invalidated
2012-06-05 Martin JonesAllow qtdeclarative to compile with -no-widgets
2012-06-05 Andrew den ExterEnsure the cursor delegate position is updated on text...
2012-06-05 Charles YinFix unstable test_paint test case
2012-06-04 Charles YinFix canvas item drawImage bug with FBO render target
2012-06-03 Aaron KennedyFix crash in lazy meta object generation.
2012-06-01 Chris AdamsFix another crash due to unregistered enum types
2012-06-01 Damian JansenUpdate system tests
2012-06-01 Bea LamSkip tst_complete test in qquickanimationcontroller
2012-05-31 Bea LamFix doc snippets paths and parsing errors
2012-05-31 Mitch CurtisClean up QJSEngine tests.
2012-05-31 Martin JonesClearing a view didn't reset content size.
2012-05-31 Andrew den ExterReset the PathView currentIndex to 0 when all items...
2012-05-30 Jiang JiangFix lineHeight test for QQuickText
2012-05-30 Mitch CurtisClean up QJSValue tests.
2012-05-30 Simjees AbrahamDebugger: Clearing the ObjectReferenceHash
2012-05-30 Damian JansenClean up visuals of elements test
2012-05-30 Chris AdamsEnsure that variant property references keep QObjects...
2012-05-29 Rohan McGovernSet explicit testcase.timeout for slow tests
2012-05-29 Kent HansenAdd internal API for accessing V8 handles of QJS types
2012-05-29 Andrew den ExterFix nested GridView key navigation with a single row...
2012-05-29 Andrew den ExterFix scaling of svgz images.
2012-05-29 Andrew den ExterUpdate the cursor rectangle when password echo timer...
2012-05-29 Alan AlpertAdd a test for using files stored as resources.
2012-05-28 Rohan McGovernAdd CONFIG+=parallel_test to suspected parallel-safe...
2012-05-28 Andrew den ExterFix flicker when changing ListView currentIndex with...
2012-05-28 Andrew den ExterFix PathView not updating after all items are removed...
2012-05-28 Andrew den ExterDon't parent (QObject) delegate items to views.
2012-05-28 Martin JonesFlickable containing MultiPointTouchArea is unresponsiv...
2012-05-28 Chris AdamsFix crash caused by unregistered enum types
2012-05-28 Bea LamDon't override "z" bindings for header and footer
2012-05-25 Andrew den ExterDon't deliver drag move events immediately.
2012-05-25 Aurindam JanaQQmlEngineDebugService: Property Data of type QVariant
2012-05-25 Andrew den ExterAdd an v8 object template for visual data model change...
2012-05-25 Roberto RaggiDon't rewrite the body of function expressions
2012-05-24 Gunnar SlettaReenable QQuickTextEdit::delegateLoading for Mac OS X
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Simjees AbrahamDebugger: Removing the deleted objects from objectRefer...
2012-05-24 Andrew den ExterMake qqmlmoduleplugin tests pass in shadow builds.
2012-05-24 Bea LamRemove duplicated doc files and images
2012-05-24 Andrew den ExterEnable binding to properties of type QJSValue.
2012-05-24 Andrew den ExterFix crash in VisualDataModel drag selection example.
2012-05-24 Andrew den ExterDon't construct VisualDataModel attached properties...
2012-05-23 Matthew VogtRemove default parenting in Qt.createComponent()
2012-05-23 Martin JonesOptimize QML type registration.
2012-05-23 Charles YinIntroduce a new constructor to QQuickView
2012-05-23 Charles YinAdd unit tests for SVG path
2012-05-23 Rohan McGovernRemoved CONFIG+=parallel_test from suspected parallel...
2012-05-23 Charles YinAdd completeToBeginning()/completeToEnd() to animation...
2012-05-22 Charles YinUse the default timeout for tryCompare
2012-05-22 Jan-Arve SaetherAccessibility: Implement invisible and checkable state
2012-05-21 Rohan McGovernRemoved CONFIG+=parallel_test from suspected parallel...
2012-05-21 Simjees AbrahamQml : Resetting binding corrected
2012-05-21 Andrew den ExterFix crash in QQuickVisualDataModel test.
next