..
examples
Skip svg related test that is ASSERTing through no fault of declarative.
2012-07-16 04:47:29 +02:00
geometry
Remove unneeded dependencies to QtWidgets and QtOpenGL
2012-03-12 17:04:36 +01:00
nodes
Rename QDeclarative symbols to QQuick and QQml
2012-02-24 04:51:31 +01:00
qquickaccessible
don't reference $$QT_BUILD_TREE - it's unavailable here
2012-06-26 14:58:22 +02:00
qquickanchors
Allow all explicit margins to override margins.
2012-07-06 05:24:45 +02:00
qquickanimatedimage
Fix signal emission for the Image based items when loading.
2012-07-13 13:17:12 +02:00
qquickanimatedsprite
Don't start running if a frame property is set
2012-06-20 06:04:01 +02:00
qquickanimationcontroller
Skip tst_complete test in qquickanimationcontroller
2012-06-01 02:06:30 +02:00
qquickanimations
Fix, test and document animation started/stopped signals.
2012-07-11 17:37:55 +02:00
qquickapplication
Fix QQuickApplication::activate test.
2012-07-05 05:25:11 +02:00
qquickbehaviors
Update multiple value type properties despite interceptor
2012-07-13 08:06:06 +02:00
qquickborderimage
Fix signal emission for the Image based items when loading.
2012-07-13 13:17:12 +02:00
qquickcanvas
Remove unneeded qpa/qwindowsysteminterface.h includes
2012-07-13 17:01:28 +02:00
qquickcanvasitem
Fix unstable test_paint test case
2012-06-05 02:00:30 +02:00
qquickdrag
Allow mouse interaction with 0 opacity items.
2012-07-04 02:45:03 +02:00
qquickdroparea
Remove unneeded qpa/qwindowsysteminterface.h includes
2012-07-13 17:01:28 +02:00
qquickflickable
Adjust Flickable autotest to check mouse events with transformation
2012-07-14 15:07:19 +02:00
qquickflipable
Improve Flipable element unit tests
2012-03-30 05:53:48 +02:00
qquickfocusscope
Use qWaitForWindowActive() where it is required.
2012-07-09 17:36:35 +02:00
qquickfontloader
Use unique port numbers for http servers in auto tests.
2012-07-05 07:14:07 +02:00
qquickgridview
Use qWaitForWindowActive() where it is required.
2012-07-09 17:36:35 +02:00
qquickimage
Fix auto test for tiling image.
2012-07-16 00:36:19 +02:00
qquickimageprovider
Allow image providers to force their loading to be asynchronous
2012-05-11 15:12:15 +02:00
qquickitem
Remove unneeded qpa/qwindowsysteminterface.h includes
2012-07-13 17:01:28 +02:00
qquickitem2
Add nativeScanCode to KeyEvent.
2012-07-03 06:42:36 +02:00
qquickitemlayer
Use qWaitForWindowActive() where it is required.
2012-07-09 17:36:35 +02:00
qquicklistview
Use qWaitForWindowActive() where it is required.
2012-07-09 17:36:35 +02:00
qquickloader
Stabilize Loader test.
2012-07-10 07:18:05 +02:00
qquickmousearea
MouseArea: use current value of drag.axis
2012-07-16 02:30:52 +02:00
qquickmultipointtoucharea
Remove unneeded qpa/qwindowsysteminterface.h includes
2012-07-13 17:01:28 +02:00
qquickpath
Reduce memory usage of QQuickPath for simple paths.
2012-04-23 09:52:33 +02:00
qquickpathview
PathView needs drag events similar to Flickable
2012-07-04 10:12:10 +02:00
qquickpincharea
Remove unneeded qpa/qwindowsysteminterface.h includes
2012-07-13 17:01:28 +02:00
qquickpixmapcache
Work around test failure for pixmap cache.
2012-07-02 00:08:23 +02:00
qquickpositioners
Remove insignificant flag because test is passing reliably.
2012-07-11 07:14:25 +02:00
qquickrectangle
Allow resetting a Rectangle gradient.
2012-07-03 07:27:22 +02:00
qquickrepeater
Change repeater item to handle model being deleted.
2012-03-13 02:02:49 +01:00
qquickscreen
Rename QDeclarative symbols to QQuick and QQml
2012-02-24 04:51:31 +01:00
qquickshadereffect
Port tst_qquickshadereffect to QMetaMethod-based connectNotify()
2012-05-01 08:50:57 +02:00
qquicksmoothedanimation
Changed quick tests to work from install directory
2012-03-07 06:24:24 +01:00
qquickspringanimation
Changed quick tests to work from install directory
2012-03-07 06:24:24 +01:00
qquickspritesequence
Avoid accessing sprites until they finish loading
2012-05-14 05:36:33 +02:00
qquickstates
More robust tracking of signal handler expression ownership.
2012-05-01 06:07:00 +02:00
qquickstyledtext
Improve StyledText tests
2012-04-17 11:06:15 +02:00
qquicksystempalette
Allow qtdeclarative to compile with -no-widgets
2012-06-05 04:35:50 +02:00
qquicktext
Remove unneeded mac specific code in QQuickText
2012-07-16 04:47:44 +02:00
qquicktextedit
Fix horizontal alignment of unwrapped text in TextEdit.
2012-07-16 02:30:52 +02:00
qquicktextinput
Fix TextEdit and TextInput test failures.
2012-07-13 08:24:36 +02:00
qquicktimer
Rename QDeclarative symbols to QQuick and QQml
2012-02-24 04:51:31 +01:00
qquickview
Add CONFIG+=parallel_test to suspected parallel-safe tests.
2012-05-28 09:10:30 +02:00
qquickvisualdatamodel
Re-enable tests dependent on QStandardItemModel.
2012-07-12 06:33:07 +02:00
qquickxmllistmodel
Changed quick tests to work from install directory
2012-03-07 06:24:24 +01:00
rendernode
Change test size so there is enough detail on each platform.
2012-05-04 01:12:45 +02:00
shared
Performance should always be better with cacheBuffer
2012-06-08 06:17:54 +02:00
touchmouse
Propagate synthesized mouse events in parallel with touch.
2012-06-28 16:47:42 +02:00
quick.pro
Allow resetting a Rectangle gradient.
2012-07-03 07:27:22 +02:00