Qt Declarative (Quick 2)
Go to file
Simon Hausmann 9d7b27f5bf Clean up JS .import/.pragma directive scanning
There's a scanner in QQmlJS::Lexer::scanDirectives that can parse those, so
let's get rid of extra parser that operates on a string. Instead this way we
can do the scanning all in one shot, avoid detaching a copy of the source code
string and (most importantly) bring the parser closer to the copy in Qt
Creator, which uses the directives approach to extract imports and pragma.

Change-Id: Iff6eb8d91a45d8a70f383f953115692be48259de
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
2015-01-08 22:08:19 +01:00
bin Update license headers and add new licenses 2014-08-25 11:28:46 +02:00
dist Added change log for 5.4.0 2014-12-02 09:56:19 +01:00
examples Prevent windows outside the gui thread in rendercontrol example 2015-01-07 13:21:00 +01:00
src Clean up JS .import/.pragma directive scanning 2015-01-08 22:08:19 +01:00
tests Clean up JS .import/.pragma directive scanning 2015-01-08 22:08:19 +01:00
tools Clean up JS .import/.pragma directive scanning 2015-01-08 22:08:19 +01:00
.gitattributes Update the git-archive export options 2012-09-10 14:24:05 +02:00
.gitignore Add files generated by tests to gitignore 2014-12-20 20:24:25 +01:00
.gitmodules Prospective fix for builds in the CI system on Windows machines 2013-08-07 11:51:25 +02:00
.qmake.conf Bump version 2014-08-09 21:30:08 +02:00
.tag Update the git-archive export options 2012-09-10 14:24:05 +02:00
LGPL_EXCEPTION.txt Add license files mandated by (L)GPL. 2013-02-15 00:03:10 +01:00
LICENSE.FDL Add license files mandated by (L)GPL. 2013-02-15 00:03:10 +01:00
LICENSE.GPLv2 Update license headers and add new licenses 2014-08-25 11:28:46 +02:00
LICENSE.LGPLv3 Update license headers and add new licenses 2014-08-25 11:28:46 +02:00
LICENSE.LGPLv21 Update license headers and add new licenses 2014-08-25 11:28:46 +02:00
qtdeclarative.pro Prospective build fix in the CI system for iOS 2014-02-16 16:06:17 +01:00
sync.profile Pin qtbase in order to allow for the qtbase stable -> dev merge to go through 2014-02-28 11:39:09 +01:00