summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativexmllistmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-041-1/+1
|\ \ | |/
| * Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-3/+5
|\ \ | |/
| * Fix QDeclarativeXmlQuery mutex locking and don't wait for new jobs if the que...Joona Petrell2010-09-171-3/+5
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-7/+0
|\ \ | |/
| * Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-271-5/+0
| * Remove dead code.Michael Brasser2010-08-261-2/+0
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-0/+2
|\ \ | |/
| * qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-161-0/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-1/+7
|\ \ | |/
| * XmlListModel doc fixesBea Lam2010-08-091-1/+7
* | Remove usage of deprecated QScriptValue* functionOlivier Goffart2010-08-061-1/+1
|/
* Doc error fixes.Martin Jones2010-07-191-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-141-1/+1
|\
| * Fixing merge conflicts.Martin Smith2010-07-131-2/+2
| |\
| * | doc: Fixed last of the declarative/QML qdoc warnings.Martin Smith2010-07-091-1/+1
* | | improvements to docs and examplesBea Lam2010-07-141-5/+12
| |/ |/|
* | doc improvementsBea Lam2010-07-061-2/+2
* | fix doc linksBea Lam2010-07-021-1/+1
|/
* Docs - add more links to relevant examplesBea Lam2010-06-301-0/+2
* XmlListModel: Don't lock while doing the slow bit.Martin Jones2010-06-171-30/+41
* Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-091-3/+7
* Add more examples of XPath expressions to XmlRole.Bea Lam2010-05-261-10/+23
* docWarwick Allison2010-05-211-2/+2
* Also show file/line numbers on XML query errors.Warwick Allison2010-05-211-1/+19
* Print warnings for xml query syntax errorsBea Lam2010-05-211-7/+10
* Clean upBea Lam2010-05-211-47/+37
* Add XmlListModel::get()Bea Lam2010-05-211-1/+37
* Add XmlListModel::errorString()Bea Lam2010-05-201-2/+26
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-1/+1
* Avoid warning (and possible future crash) upon reload.Warwick Allison2010-05-121-2/+5
* Doc improvementsBea Lam2010-05-111-18/+50
* Improve XmlListModel::namespaceDeclarations() docsBea Lam2010-05-111-2/+14
* docWarwick Allison2010-05-051-4/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-271-1/+1
|\
| * Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-161-1/+1
* | Docs Changes to start page. Minor change to Elements doc. See also added to s...Peter Yard2010-04-271-0/+4
|/
* Fix compile warningsmae2010-04-081-1/+1
* Revert "Add QListModelInterface::modelReset() signal and emit this in"Bea Lam2010-04-081-13/+12
* Add QListModelInterface::modelReset() signal and emit this inBea Lam2010-04-071-12/+13
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-1/+1
* Don't set status to Ready until model has been created (currently thisBea Lam2010-03-281-52/+95
* Fix where data() is called before xml is loaded. Also add status tests.Bea Lam2010-03-251-2/+4
* Clean upBea Lam2010-03-251-20/+0
* Compile with qtnamespaceMartin Jones2010-03-241-1/+2
* Properly use one thread for all instances of XmlListModel.Bea Lam2010-03-241-80/+110
* Revert "Use one thread for all instances."Michael Brasser2010-03-121-19/+15
* Implement URL redirection for types and XmlListModel.Warwick Allison2010-03-101-2/+19