summaryrefslogtreecommitdiff
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up the Qt Script docsLars Knoll2012-11-293-92/+48
* Change copyright holder from Nokia to DigiaSergio Ahumada2012-11-271-1/+1
* Updated the module overviewLars Knoll2012-11-271-26/+36
* Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-291-1/+0
* Update docs after modularization of docsTor Arne Vestbø2012-10-112-5/+4
* Doc: Updated include statements to point to the doc/global templatesVenugopal Shivashankar2012-09-281-2/+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-2489-402/+402
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* Capture full backtrace when a native function calls back into JSKent Hansen2012-08-221-2/+10
* Remove the use of the QWidgetStar metatypeid.Stephen Kelly2012-08-152-12/+7
* Make QScriptEngine::uncaughtExceptionBacktrace() work againKent Hansen2012-08-154-21/+80
* Add default conversion for types long and ulongKent Hansen2012-08-142-0/+30
* Suppress JavaScriptCore 'LEAK' messages at application exitKent Hansen2012-08-131-0/+3
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Fix GC issues related to QObject connections and ownershipKent Hansen2012-08-094-38/+108
* Add qtscriptglobal.h for the qtscript.git module EXPORT macrosThiago Macieira2012-08-099-1/+79
* QScriptEngine::pushContext(): Don't inherit parent context's scopeKent Hansen2012-08-083-22/+9
* Fix QScriptContextInfo::functionMetaIndex() for overloaded slotsKent Hansen2012-07-133-60/+130
* Ensure QObject wrappers are garbage-collected if appropriateKent Hansen2012-07-033-5/+36
* 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-251-9/+1
* auto-generate module prisOswald Buddenhagen2012-06-251-1/+0
* Doc: Modularize QtScript documentation.Casper van Donderen2012-06-0531-43/+5036
* 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
* 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
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-031-2/+2
* Port qtscript to QMetaMethod-based connectNotify()Kent Hansen2012-05-011-23/+2
* Fix some deprecation warnings in QtScript.Friedemann Kleint2012-04-305-10/+20
* Addapt QtScript to the new moc outputOlivier Goffart2012-04-251-5/+1
* 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-172-22/+22
* 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-063-35/+35
* Remove use of QT_ASCII_CAST_WARN_CONSTRUCTOR.Stephen Kelly2012-02-231-2/+2
* 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