summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: corrected invalid qdoc \relates statementNico Vertriest2016-01-251-2/+0
* doc: Remove uses of \mainclassMartin Smith2015-06-051-2/+0
* Update copyright headersJani Heikkinen2015-02-121-4/+4
* Fix recursive calling of QScriptProgramv5.3.0-rc1v5.3.0-beta1v5.3.0release5.3.0Lars Knoll2014-03-111-1/+1
* Doc: Adding "\inmodule QtScript" to Qt Script classes.Jerome Pasion2013-10-081-0/+2
* Remove QtAlgorithms usage from QtScript.Friedemann Kleint2013-09-261-2/+3
* Doc: Fix module name formatSze Howe Koh2013-01-261-26/+26
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-2/+2
* 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-151-14/+52
* Add default conversion for types long and ulongKent Hansen2012-08-141-0/+22
* Fix GC issues related to QObject connections and ownershipKent Hansen2012-08-091-8/+32
* QScriptEngine::pushContext(): Don't inherit parent context's scopeKent Hansen2012-08-081-7/+2
* Ensure QObject wrappers are garbage-collected if appropriateKent Hansen2012-07-031-0/+3
* Doc: Modularize QtScript documentation.Casper van Donderen2012-06-051-28/+28
* 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
* Fix some deprecation warnings in QtScript.Friedemann Kleint2012-04-301-1/+3
* Add missing case in QScriptEnginePrivate::createJędrzej Nowacki2012-04-171-0/+1
* Adapt qtscript to QMetaMethod::signature() renamingKent Hansen2012-04-171-6/+6
* Fix compilation, use DefaultCodec.Friedemann Kleint2012-03-061-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-061-15/+15
* Fix link for QObject integration documentation in QScriptEngineTeemu Katajisto2012-02-211-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-2/+2
* Fix JS to QVariant type conversionKent Hansen2012-01-091-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-091-1/+1
* Fix translation context for QML files in a QRC.Michael Brasser2011-07-291-1/+6
* Replace all QAtomicInt ref variables by QSharedData inheritance.Jedrzej Nowacki2011-07-111-2/+2
* Use QAtomicInt instead of QBasicAtomicIntThiago Macieira2011-07-081-2/+2
* Doc: Fixed qdoc warnings.David Boddie2011-05-201-1/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+4456