summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* don't reference $$QT_SOURCE/BUILD_TREE - they're unavailable hereOswald Buddenhagen2012-06-064-5/+5
* Doc: Modularize QtScript documentation.Casper van Donderen2012-06-0532-144/+408
* Disable C++11 support when building QtScriptBradley T. Hughes2012-06-041-0/+1
* Fix crash when converting invalid JSValue to stringKent Hansen2012-06-012-0/+11
* Fix crash when accessing QObject properties through activation objectKent Hansen2012-06-013-0/+23
* Fix scripttools compilation when some features are disabledKent Hansen2012-06-015-0/+50
* Don't crash in debugger if QScriptEngine is deletedKent Hansen2012-06-013-1/+21
* Remove trailing semi-colonKent Hansen2012-05-311-1/+1
* Add missing staticMetaObject member initializationKent Hansen2012-05-291-1/+1
* Fix race condition in tst_qsharedmemory autotestKent Hansen2012-05-281-1/+2
* Deprecate the Encoding argument of qsTranslateLars Knoll2012-05-213-32/+28
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-212-4/+4
* qMalloc, qFree and qRealloc are deprecated.Debao Zhang2012-05-203-10/+10
* Update the includes after QIcon was moved back to QtGuiOlivier Goffart2012-05-203-3/+3
* Skip tst_QScriptEngine::collectGarbageOlivier Goffart2012-05-201-0/+1
* Remove the test generator for the test qscriptvaluegenerated.Friedemann Kleint2012-05-1611-1401/+0
* Fixed MSVC2011 buildAndreas Holzammer2012-05-165-10/+10
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-101-1/+1
* Revert "JSCore build fix for WEC7"Andreas Holzammer2012-05-101-11/+0
* Remove large, static QString[] arrays from test qscriptvaluegenerated.Friedemann Kleint2012-05-105-263/+173
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-034-18/+18
* Port qtscript to QMetaMethod-based connectNotify()Kent Hansen2012-05-012-55/+45
* Fix some deprecation warnings in QtScript.Friedemann Kleint2012-04-306-14/+24
* Fixed compile for removal of const from QRegExp::indexInRohan McGovern2012-04-301-1/+1
* Remove insignification from qscriptjstestsuite test.Jason McDonald2012-04-261-2/+0
* Remove insignification from qscriptv8testsuite test.Jason McDonald2012-04-261-2/+0
* Addapt QtScript to the new moc outputOlivier Goffart2012-04-251-5/+1
* Don't use the QRegExp methods that modify the objectThiago Macieira2012-04-241-2/+4
* JSCore build fix for WEC7Janne Anttila2012-04-191-0/+11
* WEC7 build fix - use ptrdiff_t from std namespace.Janne Anttila2012-04-191-1/+1
* Fixes to JSCore for WinCE.Janne Anttila2012-04-191-9/+9
* Update implementation of callQtMethod after QMetaType::UnknownType introductionJędrzej Nowacki2012-04-171-8/+10
* Add missing case in QScriptEnginePrivate::createJędrzej Nowacki2012-04-171-0/+1
* Update QObjectConnectionManager to meta-object revision 7Kent Hansen2012-04-171-10/+28
* Adapt qtscript to QMetaMethod::signature() renamingKent Hansen2012-04-174-25/+25
* Fix the build with gcc 4.7.Andras Becsi2012-04-122-5/+2
* 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