aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsplugindumper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | qmljs: use QRegularExpression to parse imports.Marco Benelli2016-09-121-9/+9
* | Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-311-2/+10
|\|
| * QmlJs: circular dependencies handlingMarco Benelli2016-08-261-2/+10
* | Remove uses of deprecated QProcess::error signalOrgad Shaneh2016-08-091-2/+1
|/
* QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-281-4/+6
* qmljs: coding style.Marco Benelli2016-04-211-3/+3
* Qml code model: handle modules dependencies.Marco Benelli2016-04-191-19/+114
* qmljs: move running qmldump process to a methodTim Jenssen2016-01-211-14/+13
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Update LicenseEike Ziller2015-01-161-6/+6
* qmljs: fix library path for builtinsFawzi Mohamed2014-11-261-3/+3
* qmljs:reduce warnings for private pluginsFawzi Mohamed2014-11-251-11/+12
* qmljs: ignore dump errors on initial scanFawzi Mohamed2014-11-251-2/+3
* qmljs: phase out qtImportPathsFawzi Mohamed2014-11-251-9/+10
* qmljs: make dumping nonrelocatable by defaultFawzi Mohamed2014-11-251-1/+1
* qmljs: cleanupFawzi Mohamed2014-11-251-6/+4
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Remove Qt version checks.Christian Kandeler2014-09-081-6/+0
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-1/+1
|\|
| * QmlJS: Don't use QDir::separator() for internal pathsKai Koehne2014-09-031-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-3/+3
|/
* qmljs: do not try to dump without uriFawzi Mohamed2014-08-011-12/+7
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-1/+1
* QML JS: fix messagesLeena Miettinen2014-03-101-2/+2
* qml: moving most of ModelManager logic to ModelManageInterfaceFawzi Mohamed2014-02-191-0/+589