summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.pro
Commit message (Collapse)AuthorAgeFilesLines
* Make connectNotify() work with QMLThomas McGuire2012-08-311-0/+1
| | | | | | | | | | | | | Call connectNotify() and disconnectNotify() in QML signal handlers and in QML bindings. This is a backport of Qt5's QtDeclarative commit 26ea8e01e9ee2a8c8c09266147b94c9ac92d09f9. Task-number: QTBUG-11284 Change-Id: If5c3701426208875f3b775040c4e7bcbaac2b0a9 Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Add qdeclarativedebugjs autotests to declarative.proKai Koehne2011-08-241-0/+1
| | | | | | | We forgot about this in the original commit. Change-Id: Ic88c6155e0f95bb8d93629489ab6c95b1844bca7 Reviewed-by: TrustMe
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-311-0/+2
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/gui/text/qtextengine.cpp src/gui/text/qtextengine_p.h src/gui/text/qtextlayout.cpp src/plugins/phonon/mmf/mmf.pro src/plugins/s60/5_0/5_0.pro tests/auto/qtextlayout/tst_qtextlayout.cpp
| * Backported QML ShaderEffectItem from QML2.0 into Qt Quick 1.1Marko Niemelä2011-05-251-0/+2
| | | | | | | | | | | | | | | | This issue is about backporting Scenegraph's ShaderEffectItem and ShaderEffectSource elements into Qt Quick 1.1 as a Qt labs plugin. Purpose of these elements is to provide an interface for utilizing OpenGL shaders in QML applications. Task-number: QTBUG-18346 Reviewed-by: Kim Gronholm
* | Remove the qdeclarativewebview autotest.Olivier Goffart2011-03-231-5/+0
| | | | | | | | | | | | This does not belongs inside Qt, but inside the webkit repository. Acknowledged-by: Alan Alpert and Andreas Kling
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-041-0/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/samegame/SamegameCore/samegame.js mkspecs/features/symbian/default_post.prf src/declarative/qml/qdeclarativeengine.cpp src/gui/text/qtextdocumentlayout.cpp src/plugins/plugins.pro src/s60installs/bwins/QtCoreu.def src/s60installs/bwins/QtGuiu.def src/s60installs/eabi/QtCoreu.def src/s60installs/eabi/QtGuiu.def src/s60installs/s60installs.pro tests/auto/declarative/declarative.pro tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp tests/auto/declarative/qdeclarativepixmapcache/tst_qdeclarativepixmapcache.cpp tests/auto/declarative/qmlvisual/qmlvisual.pro
| * Introduce Qt.application.active propertyJoona Petrell2011-01-071-0/+1
| | | | | | | | | | | | | | Replaces qmlviewer's runtime.activeWindow property. Task-number: QTBUG-13351 Reviewed-by: Martin Jones
| * Add PinchArea autotests.Martin Jones2011-01-071-0/+1
| | | | | | | | Task-number: QTBUG-15491
* | QtDeclarative: make autotests compile on symbianShane Kearns2010-11-301-20/+24
|/ | | | | | | | | | | | Move tests for private classes inside private_tests scope Add missing libraries Add QT_NO_CONCURRENT ifdef around a test case Define Q_DECLARATIVE_PRIVATE_EXPORT as Q_AUTOTEST_EXPORT, so the classes are exported for autotests, previously they were exported on every OS except symbian. (this doesn't affect exports for production builds) Reviewed-by: Miikka Heikkinen
* Add test for Qt 4.7 moduleAaron Kennedy2010-09-291-1/+2
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Fix .pro file after class/test rename.Michael Brasser2010-07-111-1/+1
|
* Remove autotests of depracted element SmoothedFollowJoona Petrell2010-07-091-1/+0
|
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-081-1/+1
| | | | | Task-number: Reviewed-by: Martin Jones
* Fix FolderListModel parentFolder property's file drive handlingJoona Petrell2010-05-211-0/+1
| | | | | Task-number: QT-3315 Reviewed-by: Martin Jones
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-4/+7
| | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones
* Add missing test, qdeclarativelayoutitem, to declarative.proLeonardo Sobral Cunha2010-05-121-0/+1
|
* Sorted the tests list in declarative.proLeonardo Sobral Cunha2010-05-121-65/+65
| | | | Also removed the #Cover tag, which is not used anymore.
* Fix autotestsAaron Kennedy2010-05-071-1/+0
|
* Resize qmlruntime window to new dimensions when orientation changesJoona Petrell2010-05-071-0/+1
| | | | | Task-number: Reviewed-by: Warwick Allison
* CompileAaron Kennedy2010-05-061-1/+0
|
* Add hasModelChildren property to delegates with QAbstractItemModel model type.Martin Jones2010-04-211-0/+1
| | | | | | | | Also add some helper function to VisualDataModel: - VisualDataModel::modelIndex(int) returns a QModelIndex which can be assigned to VisualDataModel::rootIndex - VisualDataModel::parentModelIndex() returns a QModelIndex which can be assigned to VisualDataModel::rootIndex
* ResizeMode support for QGraphicsWidgets created with QDeclarativeViewJoona Petrell2010-04-161-0/+1
| | | | | Task-number: QTBUG-8814 Reviewed-by: alexis
* Rename "sql" test so autotester doesn't get confused.Warwick Allison2010-04-151-1/+1
|
* Add running of examples to quality gate.Warwick Allison2010-04-081-1/+2
| | | | Fix broken examples too.
* Add SmoothedFollow element to qmlLeonardo Sobral Cunha2010-04-081-1/+2
| | | | | | | | | | | | | | | | | | | | | The SmoothedFollow is the same as the old EaseFollow, so it's not an animation, but its main use case is to be used as a property value source to automatically follow the 'to' property, as in the example below. Rectangle { color: "green" width: 60; height: 60; SmoothedFollow on x { to: rect1.x - 5; velocity: 200 } SmoothedFollow on y { to: rect1.y - 5; velocity: 200 } } This element shares the internal implementation with SmoothedAnimation, both providing the same easing function, but with SmoothedFollow it's easier to set a start value to animate intially and then start to follow, while SmoothedAnimation is still convenient for using inside Behaviors and Transitions. Reviewed-by: Michael Brasser
* Move basic focusscope examples into auto tests.Yann Bodson2010-03-301-0/+1
|
* Finished file rename of qdeclarative easefollow to smoothedanimationLeonardo Sobral Cunha2010-03-301-1/+1
|
* Run a subset of 'stable' visual tests.Michael Brasser2010-03-281-1/+2
|
* Fixed inconsistent test naming.Rohan McGovern2010-03-221-1/+1
| | | | TARGET and test class name should always match.
* Remove test in .pro file alsoAlan Alpert2010-03-161-1/+0
|
* Remove NumberFormatter and DateTimeFormatter.Michael Brasser2010-03-051-2/+0
| | | | | | | Functions have been added to QML's global Qt object for date/time formatting. Number formatting will not be supported for 4.7. Task-number: QT-2821
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-031-0/+1
|\
| * Empty URL testAaron Kennedy2010-03-021-0/+1
| |
* | Add WorkerScript docs and tests.Bea Lam2010-03-031-0/+1
| | | | | | | | Task-number: QT-2807
* | Forgot to add qworkerlistmodel test dir to declarative.proBea Lam2010-03-021-0/+1
|/
* Fixed qdeclarativeconnection test.Rohan McGovern2010-02-261-1/+1
| | | | .pro file name must match directory name.
* Rename files to follow class name.Warwick Allison2010-02-261-1/+1
| | | | Task-number: QT-2822
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-1/+1
| | | | There's nothing meta about our properties.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-55/+55
| | | | QDeclarativeXXX.
* Fix illegal access in QmlStyledText and add auto testsMartin Jones2010-02-231-0/+1
|
* Rename qmllist autotest to qmllistreferenceAaron Kennedy2010-02-231-1/+1
|
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-2/+1
|\
| * Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-1/+0
| | | | | | | | | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
| * Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
| |
* | run qmlmoduleplugin testWarwick Allison2010-02-231-0/+1
|/
* Add missing NOTIFY signals to various QML item class propertiesJoona Petrell2010-02-171-0/+1
| | | | Reviewed-by: Aaron Kennedy
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-161-1/+4
|\
| * Make tests compile without webkitAaron Kennedy2010-02-151-1/+4
| |
* | Add QmlImageProvider to allow asynchronous access to images.Martin Jones2010-02-161-0/+1
|/ | | | | | | | | Setting an image source to image://providerid/imageid will pass the request for imageid to the provider registered for providerid. QmlImageProvider::request() is run in a low priority thread, so the main thread is not blocked while the image is loaded/rendered. Reviewed-by: Aaron Kennedy
* Adds qml prefix to all declarative autotestsLeonardo Sobral Cunha2010-02-111-10/+10
|