summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-111-3/+1
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-112-2/+2
* Fix GC issues related to QObject connections and ownershipKent Hansen2012-08-096-38/+176
* Move test helper function to separate header fileKent Hansen2012-08-094-15/+64
* Add qtscriptglobal.h for the qtscript.git module EXPORT macrosThiago Macieira2012-08-0910-1/+80
* QScriptEngine::pushContext(): Don't inherit parent context's scopeKent Hansen2012-08-084-22/+36
* Fix JIT crash on x86-64 (avoid 32-bit branch offset overflow)Kent Hansen2012-08-068-39/+84
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0131-0/+31
* Fixed compile without QtWidgets, unify "is module available?" syntaxRohan McGovern2012-07-302-1/+7
* Test that the package configs for QtScript work.Stephen Kelly2012-07-195-0/+97
* Fix QScriptContextInfo::functionMetaIndex() for overloaded slotsKent Hansen2012-07-134-66/+130
* Check that property descriptor members are valid before using themKent Hansen2012-07-121-2/+2
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-111-21/+1
* Ensure QObject wrappers are garbage-collected if appropriateKent Hansen2012-07-035-10/+117
* 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
* calculator example: increase maximum length of result displayKent Hansen2012-06-281-1/+1
* Don't crash if queued signal handler no longer existsKent Hansen2012-06-262-1/+40
* build system cleanupsOswald Buddenhagen2012-06-255-31/+3
* auto-generate module prisOswald Buddenhagen2012-06-255-41/+4
* Compile with clang's libc++Bradley T. Hughes2012-06-232-2/+4
* Fix namespace compilation on macx clang developer build OSX 10.7Toby Tomkins2012-06-211-0/+5
* 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-153-142/+49
* Skip a test case that started failing after the upgrade to Unicode 6.1Lars Knoll2012-06-131-0/+1
* Disable these tests for nowLars Knoll2012-06-131-1/+1
* 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-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