aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw
Commit message (Expand)AuthorAgeFilesLines
* Fix deadlock when QQmlEngine is destroyed during compilation.Andrew den Exter2013-12-191-14/+27
* Remove unused function isUnicodeNonCharacterThiago Macieira2013-12-081-14/+0
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-131/+0
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-111-0/+2
* Remove some more QV4::Value usagesLars Knoll2013-09-301-3/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-222-7/+5
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-221-0/+1
|\
| * QQmlTrace: getpid() requires unistd.hShawn Rutledge2013-06-251-0/+1
* | Don't convert to a temporary QString just to compute it's hashLars Knoll2013-06-281-2/+1
* | Get rid of QHashedV4StringLars Knoll2013-06-281-76/+20
* | Remove the symbol optimisation from hashed stringLars Knoll2013-06-281-30/+1
* | Remove an overoptimisation that was only used (wrongly) in one placeLars Knoll2013-06-282-56/+7
* | More correct assertion in QHasheV4StringLars Knoll2013-06-281-1/+1
* | Don't use a PersistentValue in QHashedV4StringLars Knoll2013-06-281-7/+7
* | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-3/+3
|\|
| * Remove use of 'register' from QtQml.Stephen Kelly2013-06-181-3/+3
* | Fix memory corruptionLars Knoll2013-05-221-0/+1
* | Build fix for testsSimon Hausmann2013-05-221-0/+2
* | Remove v8 dependencies in qhashedstringLars Knoll2013-05-222-64/+51
* | Get rid of v8::String::(Ascii)ValueLars Knoll2013-05-221-10/+1
* | Get rid of v8::LocalLars Knoll2013-05-061-1/+1
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-151-1/+1
* | Fix compilation with v4vm's v8 compatibility headersSimon Hausmann2013-04-152-2/+3
|/
* Use official V8 string manipulation methods in QMLPeter Varga2013-03-121-3/+7
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-281-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1022-22/+22
* Docs: Fix some reference errorsChristian Stenger2012-11-281-1/+1
* Declare type information for some internal qml types.Jędrzej Nowacki2012-11-271-0/+3
* Remove calculateHash functionPeter Varga2012-10-101-79/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2322-528/+528
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-071-1/+1
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-273-303/+298
* Support remote import pathsMatthew Vogt2012-07-162-0/+6
* Merge branch 'buildsystem'Oswald Buddenhagen2012-06-261-1/+3
|\
| * don't rely on qtbase sourcesOswald Buddenhagen2012-06-261-1/+3
* | Remove default allocation size for PODVector.Glenn Watson2012-06-261-6/+6
|/
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-1/+1
* Lazily create QMetaObjectsAaron Kennedy2012-05-244-579/+9
* Remove unnecessary exportsMatthew Vogt2012-05-181-3/+2
* Optimize type resolutionMartin Jones2012-05-172-0/+22
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-0/+6
* Use macro for QByteArrayData initialization.Jędrzej Nowacki2012-04-261-1/+1
* Adapt qtdeclarative to the change in QMetaObjectOlivier Goffart2012-04-251-0/+2
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-232-4/+4
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-173-84/+140
|\
| * Merge master into api_changesKent Hansen2012-03-232-0/+8
| |\
| * | Make QFastMetaBuilder generate revision 7 meta-objectsKent Hansen2012-03-133-83/+139
| * | Adapt to Qt5 meta-object changesKent Hansen2012-03-131-1/+1
* | | Add missing #include <stdlib.h>Thiago Macieira2012-04-121-0/+1
| |/ |/|