summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-12-151-2/+2
|\
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-141-2/+2
| |\
| | * Clarify that XmlListModel is read onlyBea Lam2010-12-141-2/+2
| | |
* | | Doc: Used div elements for floats, updated the style sheet.David Boddie2010-12-141-2/+6
| | |
* | | Doc: Changed floating images to use the new float qdoc macros.David Boddie2010-12-131-6/+2
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-12-061-1/+1
|\ \
| * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-271-1/+1
| |\ \ | | |/
| | * Fix silly "will be initialised after" warning.Thiago Macieira2010-11-261-1/+1
| | |
* | | Fixed incorrect angle values in the RotationAnimation description.David Boddie2010-11-301-4/+4
|/ / | | | | | | Task-number: QTBUG-15696
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-231-0/+2
|\ \ | |/
| * Fix parent bug for QDeclarativeOpenMetaObjectMarco Bubke2010-11-181-0/+2
| | | | | | | | | | | | The dynamic meta object was not called because no parent meta object was called. Reviewed-By: Aaron Kennedy
* | Doc: Fixed broken link by referring to the errors() method instead.David Boddie2010-11-221-3/+4
|/ | | | Task-number: QTBUG-15506
* Document that Transitions are exclusive.Michael Brasser2010-11-101-1/+5
| | | | Task-number: QTBUG-15183
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-045-23/+26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix errors in example code. Also reverts the example code to the old Largely rewrite the Using QML in C++ Applications documentation. It Document list type operations Fix regression in 648eb76c and update visual tests. Don't emit xChanged()/yChanged() twice. Add testcase for QTBUG-13719. highlightranges.qml example and visual test contained binding loop. Combining ListView.StrictlyEnforceRange and resizing currentItem stalls. Regression: QDeclarativeText does not update when text turns empty Qml Debugging: Only enable if explicitly requested Regression: Text element breaks when using \n for separating lines Removing a binding while it is being applied caused a crash.
| * Fix errors in example code. Also reverts the example code to the oldBea Lam2010-11-041-7/+9
| | | | | | | | | | | | list format. Task-number: QTBUG-14871
| * Removing a binding while it is being applied caused a crash.Martin Jones2010-11-024-16/+17
| | | | | | | | | | | | | | | | Use a weak pointer to the binding in case applying the binding (while fast forwarding) causes it to be removed. Task-number: QTBUG-14830 Reviewed-by: Michael Brasser
* | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-294-4/+12
|\ \ | |/
| * Regression: QML fonts look bad on Mac with font smoothing onYann Bodson2010-10-291-0/+8
| | | | | | | | Task-number: QTBUG-14840
| * Export private QtDeclarative classes needed by Qt3d on SymbianJoona Petrell2010-10-283-4/+4
| | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-14789 Reviewed-by: Rhys Weatherley * QDeclarativeState * QDeclarativeStateGroup * QDeclarativeStateOperation * QDeclarativeTransition
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-272-5/+5
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-261-4/+4
| |\ | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Run util/normalize on src/declarative.
| | * Run util/normalize on src/declarative.Yann Bodson2010-10-261-4/+4
| | |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-10-251-6/+2
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/doc-staging: Fixed case of a library file name to enable MinGW builds on Fedora. Doc: Made Qt::TextLongestVariant internal again. Doc: Fixed minor documentation issues. Doc: Reorganized the platform and compiler notes pages. Doc: Removed non-ASCII characters and reformatted the text. Doc: Fixed documentation style and qdoc warnings. Doc: Fixed qdoc warnings. Doc: Fixed qdoc warnings. Doc: Fixed snippet reference for the Getting Started QML guide. Doc: Fixed warnings caused by an earlier change. Made docs consistent. Doc: Fixed warnings caused by an earlier change. Made docs consistent. Doc: Renamed an external reference to work around an auto-linking issue. Doc: Fixed qdoc warnings. Doc: Fixed links to the online BSD license information. Doc: Fixed qdoc warnings. Doc: Re-added a link to the Qt site related to testing tools. Doc: Marked some new properties as internal for now. Doc: Renamed a project file. Doc: Added missing examples and snippets.
| * | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| | |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-2511-17/+24
|\ \ \ | | |/ | |/|
| * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-211-2/+3
| |\ \ | | |/
| | * Fix network request completion crashing on a canceled pixmap requestJoona Petrell2010-10-211-2/+3
| | | | | | | | | | | | | | | Task-number: QT-3957 reviewed-by: Aaron Kennedy
| * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-2010-15/+21
| |\ \ | | |/
| | * Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-1910-15/+21
| | | | | | | | | | | | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy
* | | Doc: Corrected the name property as it was incorrectly declared.David Boddie2010-10-211-1/+1
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-142-2/+1
|\ \ | |/
| * Fix worker ListModels to property emit countChanged()Bea Lam2010-10-131-1/+1
| | | | | | | | Task-number: QT-4094
| * Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-081-1/+0
| |
* | Doc: Fixed qdoc warnings.David Boddie2010-10-071-6/+2
|/
* Prevent crash in XmlListModel when appending an empty role.Michael Brasser2010-10-041-1/+1
|
* Doc clarification.Michael Brasser2010-09-301-0/+2
| | | | Task-number: QTBUG-14053
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-293-3/+3
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Register QtQuick 1.0 module.Aaron Kennedy2010-09-291-4/+50
| | | | | | | Qt 4.7 is still supported, but deprecated. Reviewed-by: Martin Jones Task-number: QTBUG-13799
* Document PropertyAnimation::targets propertyBea Lam2010-09-271-1/+8
|
* Various declarative autotest additions.Michael Brasser2010-09-231-1/+1
|
* Fix ListModel::set() so the implementation and docs areBea Lam2010-09-231-2/+3
| | | | | consistent. If index == count() the item should be appended. Also, this should happen regardless of whether the list is empty.
* Remove dead code paths in declarative list model code.Michael Brasser2010-09-234-44/+0
| | | | Reviewed-by: Bea Lam
* Add exports for BauhausThomas Hartmann2010-09-212-2/+2
| | | | | | The QmlDesigner(Bauhaus) should not rely on -nokia-developer Reviewed-by: Marco Bubke
* Make build on SymbianBea Lam2010-09-202-29/+33
|
* Autotest and small fix for QDeclarativeFontLoader.Yann Bodson2010-09-171-5/+1
|
* Improve error messagesBea Lam2010-09-171-3/+3
|
* Changes to objects returned from get() should emit itemsChanged() soBea Lam2010-09-175-38/+411
| | | | | | | | | | | that the view is updated (currently the model data changes but the view does not). In flat-model mode, get() now returns a QScriptClass-type object so that changes to the returned object are received, and for nested-model mode, the fix adds a QDeclarativeOpenMetaObject subclass and ModelNode::listIndex so that itemsChanged() can be emitted when the node data changes. Task-number: QTBUG-12363
* Make it clear that private ListModel constructor is only for workerBea Lam2010-09-174-20/+33
| | | | | agent. Also set up the worker list copy in the ListModel implementation instead of the agent.
* Remove duplicated move() implementationsBea Lam2010-09-171-34/+26
|
* Doc changesBea Lam2010-09-171-4/+4
|