| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use QDateTime(QDate) ctor | Ivan Komissarov | 2021-02-08 | 1 | -1/+1 |
* | Fix using QT_DEPRECATED macro | Ivan Komissarov | 2021-02-08 | 1 | -2/+2 |
* | qt6: remove QStringList forward-declaration | Ivan Komissarov | 2021-02-08 | 1 | -1/+0 |
* | Fix QRegExp usages | Ivan Komissarov | 2021-02-07 | 2 | -14/+23 |
* | Add createVariant function | Ivan Komissarov | 2021-02-07 | 1 | -3/+4 |
* | Use QAtomicInt::load/storeRelaxed intead of load/store() | Ivan Komissarov | 2021-02-07 | 1 | -7/+7 |
* | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-02-18 | 32 | -256/+768 |
|\ |
|
| * | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1 | Qt Forward Merge Bot | 2020-02-15 | 32 | -256/+768 |
| |\ |
|
| | * | Fix license headers in src/script | Kai Koehne | 2020-02-12 | 32 | -256/+768 |
* | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-11-30 | 5 | -8/+8 |
|\| | |
|
| * | | Avoid initializing QFlags with 0 or nullptr | Friedemann Kleint | 2019-11-26 | 5 | -8/+8 |
* | | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-10-12 | 1 | -1/+3 |
|\| | |
|
| * | | Fix crash in QScriptEngine::reportAdditionalMemoryCost | Lars Knoll | 2019-10-08 | 1 | -1/+3 |
| |/ |
|
* / | Bump Qt version to Qt 6 | Alexandru Croitor | 2019-07-11 | 1 | -2/+2 |
|/ |
|
* | QScriptValueIterator: replace a QLinkedList with a std::list | Marc Mutz | 2019-06-06 | 1 | -6/+6 |
* | Fix thisObject() of QScriptable argument for String(), etc | Alexandra Cherdantseva | 2019-04-17 | 1 | -1/+1 |
* | Doc: Fix documentation warningsv5.11.0-beta4 | Topi Reinio | 2018-04-13 | 3 | -24/+21 |
* | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-01-18 | 1 | -14/+20 |
|\ |
|
| * | Fix license headers | Jani Heikkinen | 2018-01-15 | 1 | -14/+20 |
* | | Replace Q_NULLPTR with nullptr | Kevin Funk | 2017-09-27 | 3 | -3/+3 |
|/ |
|
* | Make more ctors explicit | Marc Mutz | 2016-03-06 | 1 | -1/+1 |
* | Make public headers compile with -Wzero-as-null-pointer-constant | Marc Mutz | 2016-03-06 | 3 | -5/+5 |
* | Doc: corrected invalid qdoc \relates statement | Nico Vertriest | 2016-01-25 | 1 | -2/+0 |
* | doc: Remove uses of \mainclass | Martin Smith | 2015-06-05 | 4 | -5/+0 |
* | Merge remote-tracking branch 'origin/5.4' into dev | Frederik Gladhorn | 2015-02-13 | 1 | -1/+1 |
|\ |
|
| * | Doc: Moved the example documentation to correct locations | Nico Vertriest | 2015-01-19 | 1 | -1/+1 |
* | | Update copyright headers | Jani Heikkinen | 2015-02-12 | 33 | -134/+134 |
|/ |
|
* | Update license headers and add new license files | Antti Kokko | 2014-08-24 | 1 | -18/+10 |
* | Fix recursive calling of QScriptProgramv5.3.0-rc1v5.3.0-beta1v5.3.0 | Lars Knoll | 2014-03-11 | 1 | -1/+1 |
* | WS fix in qscriptcontext.cppv5.2.0-beta1 | Jerome Pasion | 2013-10-08 | 1 | -1/+1 |
* | Doc: Adding "\inmodule QtScript" to Qt Script classes. | Jerome Pasion | 2013-10-08 | 12 | -9/+13 |
* | Remove QtAlgorithms usage from QtScript. | Friedemann Kleint | 2013-09-26 | 1 | -2/+3 |
* | Remove deprecation of QScriptContextInfo::columnNumber(). | Friedemann Kleint | 2013-03-07 | 1 | -3/+1 |
* | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2013-02-05 | 7 | -33/+33 |
|\ |
|
| * | Merge branch 'release' into stable | Sergio Ahumada | 2013-01-31 | 1 | -1/+1 |
| |\ |
|
| | * | Fix QtScript crash on 64bit with JIT.v5.0.1 | Friedemann Kleint | 2013-01-28 | 1 | -1/+1 |
| * | | Doc: Fix module name format | Sze Howe Koh | 2013-01-26 | 6 | -32/+32 |
* | | | Remove QT_{BEGIN,END}_HEADER macro usage | Sergio Ahumada | 2013-01-28 | 14 | -56/+0 |
|/ / |
|
* / | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-10 | 32 | -32/+32 |
|/ |
|
* | Doc: Replace outdated macro | Christian Stenger | 2012-12-07 | 1 | -2/+2 |
* | Fix header guard | Lars Knoll | 2012-09-25 | 1 | -0/+1 |
* | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-24 | 33 | -87/+87 |
* | Capture full backtrace when a native function calls back into JS | Kent Hansen | 2012-08-22 | 1 | -2/+10 |
* | Remove the use of the QWidgetStar metatypeid. | Stephen Kelly | 2012-08-15 | 1 | -9/+5 |
* | Make QScriptEngine::uncaughtExceptionBacktrace() work again | Kent Hansen | 2012-08-15 | 4 | -21/+80 |
* | Add default conversion for types long and ulong | Kent Hansen | 2012-08-14 | 1 | -0/+22 |
* | Fix GC issues related to QObject connections and ownership | Kent Hansen | 2012-08-09 | 2 | -8/+33 |
* | Add qtscriptglobal.h for the qtscript.git module EXPORT macros | Thiago Macieira | 2012-08-09 | 9 | -1/+79 |
* | QScriptEngine::pushContext(): Don't inherit parent context's scope | Kent Hansen | 2012-08-08 | 2 | -8/+3 |
* | Fix QScriptContextInfo::functionMetaIndex() for overloaded slots | Kent Hansen | 2012-07-13 | 1 | -2/+1 |