aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimport.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-7/+7
* QML: Cleanup prefix/suffixes for plug-in resolvingErik Verbruggen2016-09-191-15/+18
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-1/+1
|\
| * 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
* | | Qml: optimize string usageAnton Kudryavtsev2016-08-091-15/+8
* | | QQmlImports: optimize excludeBaseUrlAnton Kudryavtsev2016-08-091-3/+1
* | | Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-05-181-10/+31
|\| |
| * | Teach the QML engine to find static Qt Quick Controls 2 stylesJ-P Nurmi2016-05-111-10/+31
* | | Re-apply the cast part of commit 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-171-1/+1
* | | Avoid QHash::values()Frank Meerkoetter2016-05-131-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-39/+73
|\| |
| * | 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
* | | Scrape off a few allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-4/+1
|/ /
* | 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