summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when converting invalid JSValue to stringKent Hansen2012-06-011-0/+2
* Fix crash when accessing QObject properties through activation objectKent Hansen2012-06-012-0/+5
* Fix scripttools compilation when some features are disabledKent Hansen2012-06-014-0/+44
* Don't crash in debugger if QScriptEngine is deletedKent Hansen2012-06-012-1/+3
* Add missing staticMetaObject member initializationKent Hansen2012-05-291-1/+1
* Deprecate the Encoding argument of qsTranslateLars Knoll2012-05-211-19/+19
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-212-4/+4
* qMalloc, qFree and qRealloc are deprecated.Debao Zhang2012-05-202-9/+9
* Update the includes after QIcon was moved back to QtGuiOlivier Goffart2012-05-203-3/+3
* 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
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-033-4/+4
* Port qtscript to QMetaMethod-based connectNotify()Kent Hansen2012-05-011-23/+2
* Fix some deprecation warnings in QtScript.Friedemann Kleint2012-04-306-14/+24
* Addapt QtScript to the new moc outputOlivier Goffart2012-04-251-5/+1
* 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-173-23/+23
* Fix the build with gcc 4.7.Andras Becsi2012-04-122-5/+2
* Make QScriptValue QObject handling consistent.Stephen Kelly2012-03-061-6/+16
* Fix compilation, use DefaultCodec.Friedemann Kleint2012-03-061-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-064-36/+36
* Remove use of QT_ASCII_CAST_WARN_CONSTRUCTOR.Stephen Kelly2012-02-231-2/+2
* Use new plugin system in QtScript.Friedemann Kleint2012-02-232-3/+7
* 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
* Use new plugins system in Qt Script.Friedemann Kleint2012-02-171-2/+3
* 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-30211-213/+213
* Update obsolete contact address.Jason McDonald2012-01-23211-279/+279
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-1914-14/+0
* Improve handling of QScriptEngine::ExcludeDeleteLater.Friedemann Kleint2012-01-091-3/+1
* Fix JS to QVariant type conversionKent Hansen2012-01-092-26/+3
* Update copyright year in license headers.Jason McDonald2012-01-09214-216/+216
* Fix QScriptEngine::ExcludeDeleteLater and metaobject-related autotestsRohan McGovern2012-01-061-1/+4
* Fix compilation due to header changesSergio Ahumada2011-12-171-2/+2
* QtScript: Fix warnings about set/unused variables.Friedemann Kleint2011-11-103-6/+1
* 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
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-7/+7
* Fix typo in JavaScriptCore/runtime/Structure.cppKent Hansen2011-10-051-1/+1
* Fixed compile for removal of Qt::escapeRohan McGovern2011-09-301-1/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-1326-77/+77
|\