summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-294-60/+7
|\ \
| * | Don't call qRegisterMetaType() in global scopeBea Lam2010-04-292-1/+1
| * | Remove Component's isReady, isLoading, isError and isNull properties.Bea Lam2010-04-292-58/+5
| * | Return enum property values as numbers, not QVariant valuesBea Lam2010-04-291-1/+1
* | | Ensure filenames are correctly resolvedWarwick Allison2010-04-291-1/+1
|/ /
* | Suppress transient errors from bindingsAaron Kennedy2010-04-291-1/+3
* | Cleanup: Move import stuff out of the QDeclarativeEngineAaron Kennedy2010-04-2911-919/+1129
* | Prevent Behavior from being triggered on initialization.Michael Brasser2010-04-294-0/+22
* | Bunch of doc fixes.Alexis Menard2010-04-281-1/+5
* | Code cleanupAaron Kennedy2010-04-281-235/+238
* | Remove unused variableAaron Kennedy2010-04-282-4/+1
* | Don't unnecessarily regenerate property cacheAaron Kennedy2010-04-284-28/+75
* | Small cleanupsAaron Kennedy2010-04-282-59/+19
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-278-77/+243
|\
| * Plugins documentation.Bea Lam2010-04-271-4/+11
| * Disallow "Qt" as namespace importAaron Kennedy2010-04-271-0/+8
| * Correctly inherit extension propertiesAaron Kennedy2010-04-271-1/+1
| * AutotestsAaron Kennedy2010-04-271-9/+8
| * More QDeclarativeNetworkAccessManagerFactory doc clarification.Martin Jones2010-04-271-1/+3
| * Fix QDeclarativeNetworkAccessManagerFactory docs.Martin Jones2010-04-271-4/+1
| * Improved error messages for type resolving, new debug optionmae2010-04-263-55/+133
| * Return null if creation fails.Michael Brasser2010-04-231-3/+5
| * Basic Component doc.Michael Brasser2010-04-231-1/+74
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Peter Yard2010-04-2760-622/+1048
|\ \ | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-2311-40/+44
| |\
| | * Add missing Q_DISABLE_COPYs.Michael Brasser2010-04-224-0/+6
| | * Use Q_DECLARE_PRIVATE for private slot.Michael Brasser2010-04-223-7/+7
| | * Rename QDeclarativeExpression::value() to evaluate().Michael Brasser2010-04-225-15/+11
| | * Doc.Michael Brasser2010-04-221-18/+20
| * | Don't crash if Connections::target is changed by one of its signal handlersMartin Jones2010-04-232-3/+8
| |/
| * Autotests and docAaron Kennedy2010-04-221-34/+36
| * Give error on attempt to import types from too-early version number.Warwick Allison2010-04-222-8/+26
| * AutotestAaron Kennedy2010-04-221-0/+6
| * Remove dead codeAaron Kennedy2010-04-222-20/+0
| * Compile on Windows (export decl fix).Warwick Allison2010-04-211-3/+3
| * Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-213-5/+5
| * Fix parsing of regular expression literals.Roberto Raggi2010-04-211-29/+79
| * Compile without Qt3 support.Yann Bodson2010-04-211-25/+25
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-2119-97/+360
| |\
| | * Don't allow properties in Component elementsAaron Kennedy2010-04-211-0/+7
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-212-3/+7
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-04-211-2/+4
| | | |\
| | | | * Remove \internal from QDeclarativePropertyValueSource. It should beBea Lam2010-04-211-2/+4
| | | * | Fix crash.Warwick Allison2010-04-211-1/+3
| | | |/
| | * | Fix crash when QDeclarativeInfo objects are copiedAaron Kennedy2010-04-212-81/+78
| | |/
| | * docWarwick Allison2010-04-202-1/+10
| | * Allow null to be assigned to object propertiesAaron Kennedy2010-04-202-1/+11
| | * Improve error messages, especially on embedded.Warwick Allison2010-04-2011-7/+170
| | * Handle overrides correctly in extension objectsAaron Kennedy2010-04-201-2/+73
| | * Doc clarification.Michael Brasser2010-04-191-2/+4