aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-1/+1
|\
| * Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
* | Teach the QML engine to find static Qt Quick Controls 2 stylesJ-P Nurmi2016-05-111-10/+31
* | Merge remote-tracking branch 'origin/5.6.1' into 5.7Simon Hausmann2016-05-091-1/+1
|\|
| * Revert parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-091-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-2/+2
|\|
| * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-2/+2
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-261-8/+7
* | Allow target path version in a parent moduleJ-P Nurmi2016-04-211-32/+67
* | QQmlImportDatabase: Introduce utility message function.Friedemann Kleint2016-03-251-5/+7
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-6/+13
|\|
| * qml: preserve composite singleton types.Marco Benelli2015-12-171-6/+13
* | Rearrange the import paths so the qrc one is after the application pathAndy Shaw2015-12-171-1/+1
* | Utilize the resources when building statically.Andy Shaw2015-12-021-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-031-2/+2
|\|
| * QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-30/+3
|\|
| * Cleanup: remove HP-UX and AIX specific code pathsLars Knoll2015-09-221-30/+3
* | Return an error if QQmlImportsPrivate::importExtension() fails.Ulf Hermann2015-09-151-3/+11
|/
* 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