Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' into qdoc-simplified | David Boddie | 2010-12-15 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-14 | 1 | -2/+2 |
| |\ | |||||
| | * | Clarify that XmlListModel is read only | Bea Lam | 2010-12-14 | 1 | -2/+2 |
| | | | |||||
* | | | Doc: Used div elements for floats, updated the style sheet. | David Boddie | 2010-12-14 | 1 | -2/+6 |
| | | | |||||
* | | | Doc: Changed floating images to use the new float qdoc macros. | David Boddie | 2010-12-13 | 1 | -6/+2 |
|/ / | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-12-06 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-27 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix silly "will be initialised after" warning. | Thiago Macieira | 2010-11-26 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed incorrect angle values in the RotationAnimation description. | David Boddie | 2010-11-30 | 1 | -4/+4 |
|/ / | | | | | | | Task-number: QTBUG-15696 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-11-23 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix parent bug for QDeclarativeOpenMetaObject | Marco Bubke | 2010-11-18 | 1 | -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 Boddie | 2010-11-22 | 1 | -3/+4 |
|/ | | | | Task-number: QTBUG-15506 | ||||
* | Document that Transitions are exclusive. | Michael Brasser | 2010-11-10 | 1 | -1/+5 |
| | | | | Task-number: QTBUG-15183 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-11-04 | 5 | -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 old | Bea Lam | 2010-11-04 | 1 | -7/+9 |
| | | | | | | | | | | | | list format. Task-number: QTBUG-14871 | ||||
| * | Removing a binding while it is being applied caused a crash. | Martin Jones | 2010-11-02 | 4 | -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-doc | A-Team | 2010-10-29 | 4 | -4/+12 |
|\ \ | |/ | |||||
| * | Regression: QML fonts look bad on Mac with font smoothing on | Yann Bodson | 2010-10-29 | 1 | -0/+8 |
| | | | | | | | | Task-number: QTBUG-14840 | ||||
| * | Export private QtDeclarative classes needed by Qt3d on Symbian | Joona Petrell | 2010-10-28 | 3 | -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.7 | David Boddie | 2010-10-27 | 2 | -5/+5 |
|\ \ | |/ | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-10-26 | 1 | -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 Bodson | 2010-10-26 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integration | Qt Continuous Integration System | 2010-10-25 | 1 | -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 McGovern | 2010-10-25 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-10-25 | 11 | -17/+24 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-10-21 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | Fix network request completion crashing on a canceled pixmap request | Joona Petrell | 2010-10-21 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | Task-number: QT-3957 reviewed-by: Aaron Kennedy | ||||
| * | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-10-20 | 10 | -15/+21 |
| |\ \ | | |/ | |||||
| | * | Don't export QtDeclarative symbols needed by QtCreator on Symbian | Joona Petrell | 2010-10-19 | 10 | -15/+21 |
| | | | | | | | | | | | | | | | Task-number: QTBUG-14041 Reviewed-by: Aaron Kennedy | ||||
* | | | Doc: Corrected the name property as it was incorrectly declared. | David Boddie | 2010-10-21 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-10-14 | 2 | -2/+1 |
|\ \ | |/ | |||||
| * | Fix worker ListModels to property emit countChanged() | Bea Lam | 2010-10-13 | 1 | -1/+1 |
| | | | | | | | | Task-number: QT-4094 | ||||
| * | Remove some unnecessary includes in cpp files | Aaron Kennedy | 2010-10-08 | 1 | -1/+0 |
| | | |||||
* | | Doc: Fixed qdoc warnings. | David Boddie | 2010-10-07 | 1 | -6/+2 |
|/ | |||||
* | Prevent crash in XmlListModel when appending an empty role. | Michael Brasser | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | Doc clarification. | Michael Brasser | 2010-09-30 | 1 | -0/+2 |
| | | | | Task-number: QTBUG-14053 | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 3 | -3/+3 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Register QtQuick 1.0 module. | Aaron Kennedy | 2010-09-29 | 1 | -4/+50 |
| | | | | | | | Qt 4.7 is still supported, but deprecated. Reviewed-by: Martin Jones Task-number: QTBUG-13799 | ||||
* | Document PropertyAnimation::targets property | Bea Lam | 2010-09-27 | 1 | -1/+8 |
| | |||||
* | Various declarative autotest additions. | Michael Brasser | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Fix ListModel::set() so the implementation and docs are | Bea Lam | 2010-09-23 | 1 | -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 Brasser | 2010-09-23 | 4 | -44/+0 |
| | | | | Reviewed-by: Bea Lam | ||||
* | Add exports for Bauhaus | Thomas Hartmann | 2010-09-21 | 2 | -2/+2 |
| | | | | | | The QmlDesigner(Bauhaus) should not rely on -nokia-developer Reviewed-by: Marco Bubke | ||||
* | Make build on Symbian | Bea Lam | 2010-09-20 | 2 | -29/+33 |
| | |||||
* | Autotest and small fix for QDeclarativeFontLoader. | Yann Bodson | 2010-09-17 | 1 | -5/+1 |
| | |||||
* | Improve error messages | Bea Lam | 2010-09-17 | 1 | -3/+3 |
| | |||||
* | Changes to objects returned from get() should emit itemsChanged() so | Bea Lam | 2010-09-17 | 5 | -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 worker | Bea Lam | 2010-09-17 | 4 | -20/+33 |
| | | | | | agent. Also set up the worker list copy in the ListModel implementation instead of the agent. | ||||
* | Remove duplicated move() implementations | Bea Lam | 2010-09-17 | 1 | -34/+26 |
| | |||||
* | Doc changes | Bea Lam | 2010-09-17 | 1 | -4/+4 |
| |