summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-126-24/+31
|\
| * Document that Transitions are exclusive.Michael Brasser2010-11-101-1/+5
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-045-23/+26
| |\
| | * Fix errors in example code. Also reverts the example code to the oldBea Lam2010-11-041-7/+9
| | * Removing a binding while it is being applied caused a crash.Martin Jones2010-11-024-16/+17
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-041-1/+1
|\ \ \ | |/ /
| * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-294-4/+12
| |\ \ | | |/
| * | 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-doc-team into 4.7David Boddie2010-10-2511-17/+24
| |\ \ \
| * | | | Doc: Corrected the name property as it was incorrectly declared.David Boddie2010-10-211-1/+1
* | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-294-4/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Regression: QML fonts look bad on Mac with font smoothing onYann Bodson2010-10-291-0/+8
| * | | | Export private QtDeclarative classes needed by Qt3d on SymbianJoona Petrell2010-10-283-4/+4
| | |_|/ | |/| |
* | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-261-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-261-4/+4
| |\ \ \
| | * | | Run util/normalize on src/declarative.Yann Bodson2010-10-261-4/+4
* | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-6/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-10-251-6/+2
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-211-2/+3
| | |\ \
| | * \ \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-2010-15/+21
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-142-2/+1
| | |\ \ \
| | * | | | Doc: Fixed qdoc warnings.David Boddie2010-10-071-6/+2
* | | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-2511-17/+24
|\ \ \ \ \ | |/ / / /
| * | | | Fix network request completion crashing on a canceled pixmap requestJoona Petrell2010-10-211-2/+3
| | |_|/ | |/| |
| * | | Don't export QtDeclarative symbols needed by QtCreator on SymbianJoona Petrell2010-10-1910-15/+21
| | |/ | |/|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-152-2/+1
|\ \ \ | |/ /
| * | Fix worker ListModels to property emit countChanged()Bea Lam2010-10-131-1/+1
| * | Remove some unnecessary includes in cpp filesAaron Kennedy2010-10-081-1/+0
| |/
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-051-1/+1
|\ \ | |/
| * Prevent crash in XmlListModel when appending an empty role.Michael Brasser2010-10-041-1/+1
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-045-7/+55
|\ \ | |/
| * Doc clarification.Michael Brasser2010-09-301-0/+2
| * Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-293-3/+3
| * Register QtQuick 1.0 module.Aaron Kennedy2010-09-291-4/+50
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-287-49/+13
|\ \ | |/
| * 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
| * Remove dead code paths in declarative list model code.Michael Brasser2010-09-234-44/+0
| * Add exports for BauhausThomas Hartmann2010-09-212-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-2117-271/+1417
|\ \ | |/
| * 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
| * Make it clear that private ListModel constructor is only for workerBea Lam2010-09-174-20/+33
| * Remove duplicated move() implementationsBea Lam2010-09-171-34/+26
| * Doc changesBea Lam2010-09-171-4/+4