Qt Declarative (Quick 2)
Go to file
Simon Hausmann 6b5c964caa Fix file and line number reporting of QML/JS errors
* Replace QUrl with QString in V4 for the source location (we don't need URL parsing)
* Replace line number and file in QV4::Exception with the information we retrieve from
  the stack trace of the exception.

Fixes about five tst_qqmlecmascript tests that relied on correct file/line number information

Change-Id: I2a3daa72be6c5587fd965211ea8f6fb77142e7ee
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2013-05-27 20:35:25 +02:00
bin Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
dist Add change log file for Qt 5.1.0 2013-04-08 11:57:14 +02:00
examples Version new property and signal 2013-04-08 22:44:58 +02:00
src Fix file and line number reporting of QML/JS errors 2013-05-27 20:35:25 +02:00
tests Implement JS ownership policy for var and variant properties 2013-05-24 19:48:37 +02:00
tools Fix file and line number reporting of QML/JS errors 2013-05-27 20:35:25 +02:00
.gitattributes Update the git-archive export options 2012-09-10 14:24:05 +02:00
.gitignore Simplify JS bindings generation 2013-05-06 14:47:45 +02:00
.gitmodules Merge branch 'master' of ssh://codereview.qt-project.org:29418/playground/v4vm into v4 2013-04-15 12:47:53 +02:00
.qmake.conf Update module version to 5.2.0 2013-03-28 13:48:10 +01: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.GPL Add license files mandated by (L)GPL. 2013-02-15 00:03:10 +01:00
LICENSE.LGPL Add license files mandated by (L)GPL. 2013-02-15 00:03:10 +01:00
qtdeclarative.pro centralize and fixup example sources install targets 2012-12-10 18:16:48 +01:00
sync.profile Fix compilation with built-in v4vm JS engine 2013-04-15 13:03:20 +02:00