summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
* qt6: remove QStringList forward-declarationIvan Komissarov2021-02-081-1/+0
* Fix QRegExp usagesIvan Komissarov2021-02-072-14/+23
* Add createVariant functionIvan Komissarov2021-02-071-3/+4
* Use QAtomicInt::load/storeRelaxed intead of load/store()Ivan Komissarov2021-02-071-7/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-1832-256/+768
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-1532-256/+768
| |\
| | * Fix license headers in src/scriptKai Koehne2020-02-1232-256/+768
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-305-8/+8
|\| |
| * | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-265-8/+8
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-121-1/+3
|\| |
| * | Fix crash in QScriptEngine::reportAdditionalMemoryCostLars Knoll2019-10-081-1/+3
| |/
* / Bump Qt version to Qt 6Alexandru Croitor2019-07-111-2/+2
|/
* QScriptValueIterator: replace a QLinkedList with a std::listMarc Mutz2019-06-061-6/+6
* Fix thisObject() of QScriptable argument for String(), etcAlexandra Cherdantseva2019-04-171-1/+1
* Doc: Fix documentation warningsv5.11.0-beta4Topi Reinio2018-04-133-24/+21
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-181-14/+20
|\
| * Fix license headersJani Heikkinen2018-01-151-14/+20
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-273-3/+3
|/
* 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.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