aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativetypeloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1928/+0
* Don't store source after script data is createdAaron Kennedy2012-02-201-5/+1
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-201-5/+18
* Use Utf8 for javascript source codeAaron Kennedy2012-02-201-1/+1
* Debugger: Rename QDeclarativeDebugTrace to QDeclarativeProfilerServiceKai Koehne2012-02-101-5/+5
* QmlProfiler: add filename to "Compiling" events locationChristiaan Janssen2012-02-091-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Allow JS API in modulesMatthew Vogt2012-01-241-0/+26
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-6/+6
* Asynchronous component instantiationAaron Kennedy2011-09-291-71/+510
* Fix the directory cache for case insensitive file systems.Roberto Raggi2011-08-301-2/+28
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-20/+20
* Remove some QString <-> utf8 conversions.Martin Jones2011-08-301-3/+1
* CompileRoberto Raggi2011-08-301-1/+1
* Optimizations to imports.Martin Jones2011-08-301-4/+55
* Cache QML import directories and qmldir files.Martin Jones2011-08-301-3/+122
* Use memory more conservatively during QML compilationAaron Kennedy2011-08-301-1/+1
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-291-1/+1
* Reference resources to prevent crash (on some platforms)Aaron Kennedy2011-07-261-0/+2
* Remove unused fieldsAaron Kennedy2011-07-071-5/+0
* Minor XXX fixupsAaron Kennedy2011-06-091-1/+1
* Implement global handle trackingAaron Kennedy2011-06-081-3/+3
* Merge branch 'master' into v8Michael Brasser2011-06-071-23/+33
|\
| * Merge branch 'qtquick2'Martin Jones2011-05-311-45/+199
| |\
| * | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
| * | Doc: Fixed qdoc warnings.David Boddie2011-05-231-7/+17
* | | Initial V8 integrationAaron Kennedy2011-06-061-1/+10
| |/ |/|
* | Initial import from qtquick2.Qt by Nokia2011-04-271-45/+199
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1089