Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Fixed the QtScript license information in the source files to refer | Simon Hausmann | 2009-11-17 | 1 | -19/+1 |
| | | | | | | | | to the LGPL only. To do this I ran replace-licenses.zsh $QTDIR/src/script release Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> | ||||
* | Replace LGPL license tags with LGPL-ONLY | Simon Hausmann | 2009-11-17 | 1 | -1/+1 |
| | | | | Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> | ||||
* | Say hello to QScriptProgram :-) | Kent Hansen | 2009-10-28 | 1 | -0/+225 |
QScriptProgram encapsulates a Qt Script program (AKA a script). It retains the compiled representation of the script, so that repeated evaluation of the same script becomes faster. An overload of QScriptEngine::evaluate() that takes a QScriptProgram has been added. Reviewed-by: Olivier Goffart |