aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtDeclarative fixes and workarounds for NaClwip/naclMorten Johan Sørvig2016-05-131-0/+11
* qml: preserve composite singleton types.Marco Benelli2015-12-171-6/+13
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-2/+2
* Cleanup: remove HP-UX and AIX specific code pathsLars Knoll2015-09-221-30/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\
| * Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
* | qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-201-2/+2
* | Don't try to load (or unload) QML plugins if QT_NO_LIBRARYUlf Hermann2015-06-191-1/+6
* | Mark unused parameters as Q_UNUSEDUlf Hermann2015-06-141-0/+18
|/
* Fix null pointer dereference in QQmlImportNamespaceVishesh Handa2015-05-201-4/+6
* Changed QML type lockingSimon Hausmann2015-04-161-1/+1
* Fixing yet another memory leakRobert Griebl2015-03-251-2/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Typeloader cleanupSimon Hausmann2015-01-231-4/+0
* Allow importing protected modules with different major versionsJ-P Nurmi2015-01-081-8/+8
* Remove QML bundle codeSimon Hausmann2014-12-121-42/+9
* Fix loading of .ui.qml form files with cached compilation unitsSimon Hausmann2014-12-021-15/+21
* introduce *.ui.qml file types as new forms file typeTim Jenssen2014-08-291-0/+7
* Add new property "designersupported" to qmldirTim Jenssen2014-08-281-0/+16
* 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