aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/ftw
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2425-6840/+0
* Update ftw classesAaron Kennedy2012-02-205-9/+695
* Reduce the memory used by QStringHashAaron Kennedy2012-02-162-231/+517
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3022-22/+22
* Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-7/+2
* Allow JS API in modulesMatthew Vogt2012-01-241-0/+13
* Update obsolete contact address.Jason McDonald2012-01-2322-22/+22
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-201-1/+0
* Update copyright year in license headers.Jason McDonald2012-01-0522-22/+22
* Link against librt to make use of clock_gettimeKai Koehne2011-12-141-0/+1
* Add a tracing API for the QML engineAaron Kennedy2011-12-144-0/+461
* Fix default property preventing signals from being emitted.Glenn Watson2011-11-222-0/+183
* Fix MSVC warning about struct vs class declarationKai Koehne2011-11-211-1/+1
* Add missing includes.Jędrzej Nowacki2011-11-112-0/+2
* Make compile and pass CI tests.Michael Brasser2011-11-112-0/+3
* Don't crash if contexts are deleted during refreshExpressionsAaron Kennedy2011-11-042-0/+114
* Skip the captured properties step in bindingsAaron Kennedy2011-11-043-0/+222
* Clean up declarative includesKent Hansen2011-10-171-2/+0
* Remove QMetaObjectBuilder from declarative.Friedemann Kleint2011-10-143-2932/+0
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-3/+3
* Allow incubators to be driven recursivelyAaron Kennedy2011-10-062-0/+106
* Asynchronous component instantiationAaron Kennedy2011-09-297-77/+947
* Get rid of QDeclarativeUtilsKent Hansen2011-09-192-92/+0
* Merge branch 'master' into refactorGunnar Sletta2011-09-125-71/+75
|\
| * Fix missing and outdated license headers.Jason McDonald2011-09-094-68/+68
| * Allow reference to signals using 'on' handler syntax.Michael Brasser2011-09-011-3/+7
* | Fix export symbols for QtDeclarative and QtQuick1.Friedemann Kleint2011-08-313-4/+5
|/
* Fix wrong assertion in StringRef::load.Roberto Raggi2011-08-301-1/+1
* Fix comparison.Roberto Raggi2011-08-301-1/+1
* Reduce allocationsAaron Kennedy2011-08-301-0/+40
* Optimize default property resolution in compilerAaron Kennedy2011-08-303-0/+70
* Introduce QHashField for use in "contains" tests.Aaron Kennedy2011-08-302-0/+121
* Calculate the hash inside QHashedStringAaron Kennedy2011-08-301-3/+89
* Use strings more conservativelyAaron Kennedy2011-08-304-20/+330
* Add QFastMetaBuilderAaron Kennedy2011-08-303-1/+569
* Some lexer improvement, mostly by avoiding QChar::isWhatever()Martin Jones2011-08-302-1/+92
* Clearing a hash makes its length 0.Martin Jones2011-08-301-0/+1
* Remove invalid assertMartin Jones2011-08-301-1/+0
* QStringHash improvementsAaron Kennedy2011-08-302-165/+295
* Improve QStringHashAaron Kennedy2011-08-302-52/+334
* Use memory more conservatively during QML compilationAaron Kennedy2011-08-304-0/+505
* Move tools classes into their own directoryAaron Kennedy2011-08-3011-0/+4717