summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | adjust to qt_plugin.prf changesv5.0.0-beta2Oswald Buddenhagen2012-11-011-4/+3
* | CMake: Remove obsolete test_modules testStephen Kelly2012-11-013-81/+0
* | CONFIG+=uitools is deprecated. Use QT+=uitools insteadSergio Ahumada2012-10-312-4/+2
* | CMake: Test module includesStephen Kelly2012-10-311-0/+7
* | Fixed compile with -no-widgetsRohan McGovern2012-10-262-1/+12
* | Fix mmap usage.Jędrzej Nowacki2012-10-221-2/+2
|/
* Update docs after modularization of docsTor Arne Vestbø2012-10-115-756/+4
* Doc: Updated include statements to point to the doc/global templatesVenugopal Shivashankar2012-09-281-2/+2
* HTML template: Updated copyright notice from Nokia to Digia PlcJerome Pasion2012-09-262-27/+2
* Fix header guardLars Knoll2012-09-251-0/+1
* Doc: Changed title of Qt Script module pageGeir Vattekar2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-24320-5302/+5302
* Doc:Adding documentation templates from qtbaseJerome Pasion2012-09-213-0/+776
* fix examples/script/qscript for MSVCJoerg Bornemann2012-09-141-1/+1
* Tests: Use qInstallMessageHandlerKai Koehne2012-09-141-4/+4
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-114-6/+1
* Fix MinGW-w64 compilationJonathan Liu2012-09-041-1/+1
* Update the git-archive export optionsThiago Macieira2012-09-032-2/+4
* Add doc/qtscript to .gitignorev5.0.0-beta1Yuchen Deng2012-08-271-0/+1
* Capture full backtrace when a native function calls back into JSKent Hansen2012-08-222-2/+51
* Remove the use of the QWidgetStar metatypeid.Stephen Kelly2012-08-156-14/+165
* Make QScriptEngine::uncaughtExceptionBacktrace() work againKent Hansen2012-08-157-29/+90
* Remove dead code from backtrace autotestKent Hansen2012-08-151-35/+0
* Add default conversion for types long and ulongKent Hansen2012-08-144-0/+94
* Suppress JavaScriptCore 'LEAK' messages at application exitKent Hansen2012-08-132-0/+5
* 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