summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* List only the QtCore module in the QScriptTools depends.qt-v5.0.0-alpha1Stephen Kelly2012-03-221-1/+1
* Disable qtscriptengineagent autotest for non-developer buildsKai Koehne2012-03-151-1/+1
* Make QScriptValue QObject handling consistent.Stephen Kelly2012-03-062-7/+18
* Fix compilation, use DefaultCodec.Friedemann Kleint2012-03-061-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-069-350/+350
* Remove use of QT_ASCII_CAST_WARN_CONSTRUCTOR.Stephen Kelly2012-02-231-2/+2
* Use new plugin system in QtScript.Friedemann Kleint2012-02-236-5/+16
* Windows: Mark two failing QtScript tests insignificantMiikka Heikkinen2012-02-232-1/+3
* Port QtScript autotests to QMetaObjectBuilderKent Hansen2012-02-224-113/+49
* Update QObjectConnectionManager meta-object to revision 6Kent Hansen2012-02-221-11/+28
* Fix link for QObject integration documentation in QScriptEngineTeemu Katajisto2012-02-211-1/+1
* Remove solaris-g++ SPARC workaroundBradley T. Hughes2012-02-211-5/+0
* Compile windowsJan-Arve Saether2012-02-201-0/+3
* Use new plugins system in Qt Script.Friedemann Kleint2012-02-174-7/+12
* Fixed tst_QScriptValue::toQObject for new QVariant cast behaviorRohan McGovern2012-02-091-2/+2
* Fixed compile of customclass exampleRohan McGovern2012-02-092-0/+6
* Fix compilation on QNX.Sean Harmer2012-02-072-2/+10
* Build fix for Windows.Friedemann Kleint2012-02-071-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30316-322/+327
* Update obsolete contact address.Jason McDonald2012-01-23316-385/+385
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-1914-14/+0
* Use QFINDTESTDATA in tst_qscriptextensionplugin.Friedemann Kleint2012-01-131-4/+10
* Improve tst_qscriptextqobject.Friedemann Kleint2012-01-101-6/+27
* Bypass autotests that currently fail on Ubuntu 11.10 x64.Toby Tomkins2012-01-103-1/+9
* Fix Qt IPC-test on Windows.Friedemann Kleint2012-01-098-148/+273
* Improve handling of QScriptEngine::ExcludeDeleteLater.Friedemann Kleint2012-01-091-3/+1
* Fix JS to QVariant type conversionKent Hansen2012-01-092-26/+3
* Fixed compile of tst_qscriptextensionplugin on some Windows configurationsRohan McGovern2012-01-091-0/+1
* Update copyright year in license headers.Jason McDonald2012-01-09318-322/+322
* Fix QScriptEngine::ExcludeDeleteLater and metaobject-related autotestsRohan McGovern2012-01-062-4/+13
* Fix compilation due to header changesSergio Ahumada2011-12-174-5/+5
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-0623-63/+0
* QtScript: Fix warnings about set/unused variables.Friedemann Kleint2011-11-103-6/+1
* Finalized moving qtipc autotest from qtbase to qtscriptJo Asplin2011-11-1026-1/+2883
* Fix warnings about deprecated assignments of QAtomicInt.Friedemann Kleint2011-10-311-2/+0
* QtScript: Remove qpa-sections from .profiles.Friedemann Kleint2011-10-261-5/+1
* Remove SkipMode parameter from QSKIP.Jason McDonald2011-10-217-14/+17
* Fix test failures when writing invalid enum/flag valueKent Hansen2011-10-211-4/+2
* Remove copy of tests/shared/util.h.Jason McDonald2011-10-192-71/+0
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-7/+7
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-1025-50/+66
* Fix typo in JavaScriptCore/runtime/Structure.cppKent Hansen2011-10-051-1/+1
* Remove Symbian-specific code from tests.Jason McDonald2011-09-301-4/+0
* Fixed compile for removal of Qt::escapeRohan McGovern2011-09-301-1/+1
* test: removed apparently useless use of QtGui in tst_qscriptvalueRohan McGovern2011-09-202-2/+1
* Disabled calculator, qstetrix to resolve impossible circular dependencyRohan McGovern2011-09-201-1/+0
* Merge branch 'refactor'Gunnar Sletta2011-09-1342-94/+98
|\
| * Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-2920-91/+37
| |\
| * | QtScripts: Widget library split.Friedemann Kleint2011-05-2442-94/+98
* | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-122-2/+2