summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Collapse)AuthorAgeFilesLines
* Add Q_AUTOTEST_EXPORTAaron Kennedy2010-06-031-1/+1
|
* Add some Q_AUTOTEST_EXPORTsAaron Kennedy2010-06-034-7/+7
|
* Doc fixes and improvements - fix some example code, link toBea Lam2010-06-025-25/+56
| | | | examples from class docs and improve assorted docs
* Documentation.Michael Brasser2010-06-011-1/+16
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-05-312-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (21 commits) Doc: Fixed an off-by-one error in an example. Fix QT_NO_TEXTHTMLPARSER Fix QT_NO_DOM Fix QT_NO_TEXTSTREAM compilation errors. Fix QT_NO_VALIDATOR compilation. Doc: Removed a misleading sentence about a class constructor. Doc: correcting docs in QDrag::exec Doc: Adding note about QDrag::exec() Revert behavior of QTextLayout::boundingRect() when line width is set Fix unreasonably large width of QTextLayout::boundingRect() Doc: replacing old image Fix compilation with stricts compilers. Fix QT_NO_DIRMODEL build error in QtDeclarative. Revert "Added native key support to QSharedMemory API." Revert "Improved documentation for QSharedMemory's key/setKey functions." Fix a simple mistake in QXmlStreamReader::atEnd() docs. Improved documentation for QSharedMemory's key/setKey functions. Added native key support to QSharedMemory API. Make test work with shadow builds again. Doc: Corrected the documentation about the compression threshold. ...
| * Fix QT_NO_TEXTSTREAM compilation errors.Tasuku Suzuki2010-05-312-0/+4
| | | | | | | | | | Merge-request: 647 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
* | Rename QDeclarativeDebugTiming -> QDeclarativeDebugTraceAaron Kennedy2010-05-271-9/+9
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-271-10/+23
|\
| * Add more examples of XPath expressions to XmlRole.Bea Lam2010-05-261-10/+23
| | | | | | | | Task-number: QTBUG-10852
* | Improve QML framerate debuggingAaron Kennedy2010-05-271-47/+51
|/
* Replace QTime with QElapsedTimerAaron Kennedy2010-05-261-2/+2
|
* DocAaron Kennedy2010-05-251-2/+2
|
* Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivateBea Lam2010-05-242-20/+4
|
* docWarwick Allison2010-05-211-2/+2
|
* Also show file/line numbers on XML query errors.Warwick Allison2010-05-212-1/+20
| | | | | | Task-number: QTBUG-10797 Reviewed-by: Bea Lam
* Print warnings for xml query syntax errorsBea Lam2010-05-211-7/+10
| | | | Task-number: QTBUG-10797
* Clean upBea Lam2010-05-211-47/+37
|
* Add XmlListModel::get()Bea Lam2010-05-212-1/+40
| | | | Task-number: QTBUG-10761
* Update docs with correct property nameAlan Alpert2010-05-201-1/+1
|
* Remove warnings.Warwick Allison2010-05-201-1/+0
| | | | Task-number: QTBUG-10816
* Add XmlListModel::errorString()Bea Lam2010-05-202-2/+28
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-191-1/+1
|\ | | | | | | | | | | Conflicts: doc/src/snippets/declarative/listview/highlight.qml doc/src/snippets/declarative/listview/listview.qml
| * Don't crash if the target parent is destroyed.Martin Jones2010-05-191-1/+1
| | | | | | | | Task-number: QTBUG-10755
* | Doc improvementsBea Lam2010-05-191-0/+3
|/
* Add parent parameter to QDeclarativeExpression constructor.Michael Brasser2010-05-184-5/+5
| | | | Also rearrange the parameter order to be more clear.
* Use QDeclarativeScriptString for ParentChange.Michael Brasser2010-05-182-72/+156
| | | | | | | So that scope resolution is correct, e.g. "width: parent.width-10;" in a ParentChange works correctly. Task-number: QTBUG-10675
* ListModel::get() shouldn't print warnings for invalid indices since itBea Lam2010-05-171-4/+1
| | | | returns undefined items for these cases anywyay.
* Restructure the examples. They are now organized into variousBea Lam2010-05-163-5/+5
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-147-28/+44
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Qt.include() support in worker scripts Only add "include" property in non-workerscript threads Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89 Reduce the chance of AnchorAnimation animating geometry changes it Add Qt.include() method for scoped inclusion of JavaScript files Fix crash in ParentAnimation. Revert "Fix crash in ParentAnimation." Symbian build fix to declarative auto and benchmark tests Revert "Use raster graphicssystem for qml.app on OS X." Fix crash in ParentAnimation. Minor declarative webview tweaks Removed dependency of QDeclarativeWebView to private Qt (Declarative) API Note that you need to unset a flag to create a visual item Follow-up on Flickable changes. ListModel::get() should return undefined if bad index specified Add an example spinner. Fix crash on remote content. Dates and variants are not considered nested objects
| * Reduce the chance of AnchorAnimation animating geometry changes itMichael Brasser2010-05-141-4/+8
| | | | | | | | isn't responsible for.
| * Fix crash in ParentAnimation.Michael Brasser2010-05-146-13/+16
| | | | | | | | | | | | | | | | | | | | | | copyOriginals plays with the order of the revertList, which messes up the assumptions of ParentAnimation. The full fix will require some rearchitecting of how the states and transitions handle "related" actions, but for now this fixes the crash. Reverting to the base state has also been fixed. Task-number: QTBUG-10671, QTBUG-10676
| * Revert "Fix crash in ParentAnimation."Michael Brasser2010-05-141-9/+8
| | | | | | | | This reverts commit 8f800ea5611be333ae15f932dfea50bc80852c03.
| * Fix crash in ParentAnimation.Michael Brasser2010-05-141-8/+9
| | | | | | | | | | | | When rolling-back a parent change, the actions are in reverse order. Task-number: QTBUG-10671
| * ListModel::get() should return undefined if bad index specifiedBea Lam2010-05-131-10/+18
| |
| * Dates and variants are not considered nested objectsAaron Kennedy2010-05-131-1/+2
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-05-134-4/+4
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (159 commits) Doc: Adding loading image to search textbox qdoc: Yet another revision of the top doc page. Doc: Update on web template Added QDateTime::msecsTo() Doc: Fixed tables and images for the new docs qdoc: Yet another revision of the top doc page. Revert "Improve QUrl handling of local file paths" Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively" Revert "QUrl::fromLocalFile: fix silly mistake: it's fromNativeSeparators, not to" Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs." qdoc: Another revision of the top doc page. Doc correction to css Doc: Updates to the html template and javascript tst_SuiteTest: Fix a meaningless switch statement My 4.7.0 changelog entries. qdoc: Fixed annotated list generation to use <td>, not <th>. Doc: Tuning search script qdoc: Reorganized examples panel. Doc: Chages to search feature, css and table order QtDeclarative: avoid waiting for a network load on URIs with empty schemes. ...
| * Merge remote branch 'mainline/4.7' into 4.7Morten Johan Sørvig2010-05-1223-164/+276
| |\ | | | | | | | | | | | | | | | Conflicts: src/declarative/qml/qdeclarativeengine.cpp tools/qdoc3/htmlgenerator.cpp
| * | QtDeclarative: remove spurious semi-colons from the source codeThiago Macieira2010-05-044-4/+4
| | |
* | | Avoid warning (and possible future crash) upon reload.Warwick Allison2010-05-121-2/+5
| | | | | | | | | | | | Task-number: QTBUG-10555
* | | Don't pass sequential (QNetworkReply) to image reader, it doesn't work well ↵Warwick Allison2010-05-121-1/+5
| | | | | | | | | | | | | | | | | | enough. Work around QTBUG-10622
* | | Bail out early if the same target value is reassigned to a Behavior.Michael Brasser2010-05-121-0/+6
| | | | | | | | | | | | | | | Task-number: QTBUG-10586 Reviewed-by: leo
* | | Apply signal handler changes immediately.Michael Brasser2010-05-121-8/+3
| | | | | | | | | | | | | | | Fix regression in bindinganimation visual test introduced in 129940723d9145a4380f7e44c06cbaa88ee4053b.
* | | Doc improvementsBea Lam2010-05-111-18/+50
| | |
* | | Improve XmlListModel::namespaceDeclarations() docsBea Lam2010-05-111-2/+14
| | | | | | | | | | | | Task-number: QTBUG-10522
* | | QDeclarativeViewPrivate should subclass QGraphicsViewPrivateBea Lam2010-05-112-15/+33
| |/ |/| | | | | Task-number: QTBUG-10528
* | Correct ownership of signal handlers in state changes.Michael Brasser2010-05-111-7/+28
| | | | | | | | | | | | | | When a state uses override, we may apply the same replacesignalhandler on top of itself. Make sure we update ownership accordingly. Task-number: QTBUG-10523
* | Add some test assertsAaron Kennedy2010-05-101-0/+3
| |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-072-16/+12
|\ \ | | | | | | | | | | | | Conflicts: examples/declarative/dynamic/qml/PerspectiveItem.qml
| * | Resize qmlruntime window to new dimensions when orientation changesJoona Petrell2010-05-071-10/+6
| | | | | | | | | | | | | | | Task-number: Reviewed-by: Warwick Allison
| * | qdoc fixesYann Bodson2010-05-061-6/+6
| | |