summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QScriptEngine::pushContext(): Don't inherit parent context's scopeKent Hansen2012-08-083-22/+9
* Fix JIT crash on x86-64 (avoid 32-bit branch offset overflow)Kent Hansen2012-08-068-39/+84
* Fixed compile without QtWidgets, unify "is module available?" syntaxRohan McGovern2012-07-301-1/+1
* Fix QScriptContextInfo::functionMetaIndex() for overloaded slotsKent Hansen2012-07-133-60/+130
* Check that property descriptor members are valid before using themKent Hansen2012-07-121-2/+2
* Ensure QObject wrappers are garbage-collected if appropriateKent Hansen2012-07-034-10/+41
* Use the new function QMetaMethod::name() instead of methodSignature()Kent Hansen2012-06-291-56/+12
* doc: add a few missing properties to the ECMAScript referenceKent Hansen2012-06-291-0/+26
* doc: remove wrong information about Error object stack propertyKent Hansen2012-06-291-7/+0
* Don't crash if queued signal handler no longer existsKent Hansen2012-06-261-1/+7
* build system cleanupsOswald Buddenhagen2012-06-253-19/+3
* auto-generate module prisOswald Buddenhagen2012-06-252-3/+4
* Compile with clang's libc++Bradley T. Hughes2012-06-232-2/+4
* Fix possible type collision with ICUKonstantin Ritt2012-06-151-1/+1
* Skip a test case that started failing after the upgrade to Unicode 6.1Konstantin Ritt2012-06-151-141/+47
* Don't build scripttools when Qt is configured with -no-widgetsKent Hansen2012-06-061-1/+2
* don't reference $$QT_SOURCE/BUILD_TREE - they're unavailable hereOswald Buddenhagen2012-06-062-3/+3
* Doc: Modularize QtScript documentation.Casper van Donderen2012-06-0532-48/+5041
* Disable C++11 support when building QtScriptBradley T. Hughes2012-06-041-0/+1
* 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