aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix potential null pointer dereferencingFrederik Gladhorn2014-05-301-6/+10
* Fix cached compilation units for file importsSimon Hausmann2014-05-261-0/+2
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-2/+3
* CleanupSimon Hausmann2014-03-191-5/+5
* Fix QmldirCache object leakLiang Jian2014-03-141-3/+18
* Static plugins: support loading static plugins from several enginesRichard Moe Gustavsen2014-03-131-12/+52
* Make QML import thread safe.Ulf Hermann2014-01-301-7/+14
* fix whitespaceOswald Buddenhagen2014-01-221-2/+2
* QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-031-2/+1
* Check that the pathlist is not empty before calling sort() on itLars Knoll2013-11-201-1/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-3/+5
* qqmlimport: avoid deadlock by scoping the usage of QWriteLockerRichard Moe Gustavsen2013-10-161-31/+34
* Support statically linked module pluginsRichard Moe Gustavsen2013-10-111-109/+241
* Add Singleton support for QMLAntti Piira2013-09-211-16/+85
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+3
* Merge branch 'stable' into devSergio Ahumada2013-09-061-16/+38
|\
| * Fix qmlClearEnginePlugins() to clear engine plugins.Dominik Holland2013-09-051-16/+38
* | Remove an overoptimisation that was only used (wrongly) in one placeLars Knoll2013-06-281-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-281-0/+8
|\|
| * Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-071-0/+8
* | Adjust ifdefs to accommodate WinRTAndrew Knight2013-05-031-1/+1
|/
* Delay loading implicit importAlan Alpert2013-03-271-4/+10
* Compile fix.Samuel Rødal2013-03-131-1/+1
* Make the base URL available to QQmlExtensionPluginShawn Rutledge2013-02-191-0/+6
* Add Composite Types to QQmlTypeAlan Alpert2013-02-181-42/+65
* Fix lupdate-warnings in qqmlimport.cpp.Friedemann Kleint2013-02-061-13/+9
* Fix memory leakAlan Alpert2013-01-291-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-231-0/+1
* Use the new QLibraryInfo::Qml2ImportsPath path for QML 2.Thiago Macieira2012-11-191-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Refactor singleton type registration codeChris Adams2012-08-281-20/+2
* Change error messages to reflect new module terminologyChris Adams2012-08-091-3/+3
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-4/+15
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-311-4/+49
* Fix QML import paths in Qt resources.Aaron McCarthy2012-07-271-0/+5
* Select appropriate version for located module componentsMatthew Vogt2012-07-171-26/+28
* Improved error message wordingMatthew Vogt2012-07-171-2/+2
* Support remote import pathsMatthew Vogt2012-07-161-351/+578
* load plugins properly when QT_NO_SETTINGS is definedTasuku Suzuki2012-07-101-2/+0
* Report clashing qmldir entries for components and scriptsMatthew Vogt2012-06-221-7/+33
* Optimize type resolutionMartin Jones2012-05-171-28/+33
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-4/+4
* Enable QML_IMPORT_TRACE for setImportPathList and setPluginPathListDenis Mingulov2012-05-091-0/+6
* Minor optimizations and cleanupAaron Kennedy2012-05-041-37/+59
* Initial bundle supportAaron Kennedy2012-05-041-402/+567
* Remove relative directory elements in import pathsMatthew Vogt2012-04-261-7/+34
* Make QML work with the new QUrl implementation.Martin Jones2012-04-191-0/+3
* Re-order imports statements to import nested imports laterMatthew Vogt2012-03-291-18/+18