summaryrefslogtreecommitdiff
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
* Make more ctors explicitMarc Mutz2016-03-061-1/+1
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-063-5/+5
* Doc: corrected invalid qdoc \relates statementNico Vertriest2016-01-251-2/+0
* doc: Remove uses of \mainclassMartin Smith2015-06-054-5/+0
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-131-1/+1
|\
| * Doc: Moved the example documentation to correct locationsNico Vertriest2015-01-191-1/+1
* | Update copyright headersJani Heikkinen2015-02-1233-134/+134
|/
* Update license headers and add new license filesAntti Kokko2014-08-241-18/+10
* Fix recursive calling of QScriptProgramv5.3.0-rc1v5.3.0-beta1v5.3.0release5.3.0Lars Knoll2014-03-111-1/+1
* WS fix in qscriptcontext.cppv5.2.0-beta1Jerome Pasion2013-10-081-1/+1
* Doc: Adding "\inmodule QtScript" to Qt Script classes.Jerome Pasion2013-10-0812-9/+13
* Remove QtAlgorithms usage from QtScript.Friedemann Kleint2013-09-261-2/+3
* Remove deprecation of QScriptContextInfo::columnNumber().Friedemann Kleint2013-03-071-3/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-057-33/+33
|\
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-1/+1
| |\
| | * Fix QtScript crash on 64bit with JIT.v5.0.1Friedemann Kleint2013-01-281-1/+1
| * | Doc: Fix module name formatSze Howe Koh2013-01-266-32/+32
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2814-56/+0
|/ /
* | Update copyright year in Digia's license headersSergio Ahumada2013-01-1032-32/+32
|/
* Doc: Replace outdated macroChristian Stenger2012-12-071-2/+2
* Fix header guardLars Knoll2012-09-251-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2433-87/+87
* 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-151-9/+5
* Make QScriptEngine::uncaughtExceptionBacktrace() work againKent Hansen2012-08-154-21/+80
* Add default conversion for types long and ulongKent Hansen2012-08-141-0/+22
* Fix GC issues related to QObject connections and ownershipKent Hansen2012-08-092-8/+33
* 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-082-8/+3
* Fix QScriptContextInfo::functionMetaIndex() for overloaded slotsKent Hansen2012-07-131-2/+1
* Ensure QObject wrappers are garbage-collected if appropriateKent Hansen2012-07-031-0/+3
* Doc: Modularize QtScript documentation.Casper van Donderen2012-06-057-43/+43
* Fix crash when converting invalid JSValue to stringKent Hansen2012-06-011-0/+2
* Fix crash when accessing QObject properties through activation objectKent Hansen2012-06-011-0/+4
* Deprecate the Encoding argument of qsTranslateLars Knoll2012-05-211-19/+19
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-211-2/+2
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-031-2/+2
* Fix some deprecation warnings in QtScript.Friedemann Kleint2012-04-302-5/+9
* Add missing case in QScriptEnginePrivate::createJędrzej Nowacki2012-04-171-0/+1
* Adapt qtscript to QMetaMethod::signature() renamingKent Hansen2012-04-171-6/+6
* 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
* Fix link for QObject integration documentation in QScriptEngineTeemu Katajisto2012-02-211-1/+1
* Use new plugins system in Qt Script.Friedemann Kleint2012-02-171-2/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3032-32/+32
* Update obsolete contact address.Jason McDonald2012-01-2332-64/+64
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-1913-13/+0
* Fix JS to QVariant type conversionKent Hansen2012-01-091-2/+2