| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright headers | Akseli Salovaara | 2015-03-31 | 1 | -3/+3 |
| * | Updated year in copyright header | Kai Koehne | 2014-03-26 | 1 | -1/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-13 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-29 | 1 | -2/+2 |
| * | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 1 | -3/+3 |
| * | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 1 | -1/+1 |
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-air-staging into master... | Qt Continuous Integration System | 2011-03-14 | 1 | -2/+2 |
| |\ |
|
| | * | Deprecate QScriptValue::UserRange | Kent Hansen | 2011-03-11 | 1 | -1/+1 |
| | * | Deprecate QScriptValue::QObjectMember | Kent Hansen | 2011-03-11 | 1 | -1/+1 |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-air-staging into master... | Qt Continuous Integration System | 2011-03-02 | 1 | -2/+6 |
| |\| |
|
| | * | Don't allow non-Object values to be set as prototype | Kent Hansen | 2011-03-02 | 1 | -2/+6 |
| * | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-03-01 | 1 | -0/+5 |
| |\ \
| |/
|/| |
|
| | * | Add missing API shims to QScriptValue constructors | Kent Hansen | 2011-02-25 | 1 | -0/+5 |
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 1 | -1/+1 |
| * | | Fix QScriptValue::construct. | Jedrzej Nowacki | 2010-11-22 | 1 | -1/+14 |
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-12 | 1 | -0/+1 |
| |\| |
|
| | * | Fix GC-related crash in QScriptValue::setData() | Kent Hansen | 2010-11-09 | 1 | -0/+1 |
| * | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-10-29 | 1 | -5/+8 |
| |\| |
|
| | * | QScriptValue::construct(): Don't crash if function throws non-Object | Kent Hansen | 2010-10-28 | 1 | -5/+8 |
| * | | Remove obsolete code & workarounds for unsupported versions of MS Visual C++ | miniak | 2010-08-03 | 1 | -11/+1 |
| |/ |
|
| * | Add missing API shims | Kent Hansen | 2010-07-07 | 1 | -0/+6 |
| * | Usefully convert from QtScript object/array to QVariant | Kent Hansen | 2010-06-17 | 1 | -2/+2 |
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-09 | 1 | -2/+11 |
| |\ |
|
| | * | Regressions in Global Object prototype access | Kent Hansen | 2010-04-09 | 1 | -2/+11 |
| * | | QScript: more missing APIShim | Olivier Goffart | 2010-04-01 | 1 | -0/+2 |
| * | | QScriptEngine: Fix reentrency involving creation and desctructions of QScript... | Olivier Goffart | 2010-03-29 | 1 | -20/+58 |
| * | | QtScript: Add API for reporting additional memory costs | Kent Hansen | 2010-03-25 | 1 | -0/+2 |
| * | | QtScript: Add more missing API shims | Kent Hansen | 2010-03-24 | 1 | -4/+8 |
| * | | Merge branch '4.6-s60' into 4.7-s60 | axis | 2010-03-22 | 1 | -3/+2 |
| |\| |
|
| | * | Don't assert in QScriptValue::call() | Kent Hansen | 2010-03-18 | 1 | -3/+2 |
| * | | Add missing QtScript API shims | Kent Hansen | 2010-03-15 | 1 | -0/+3 |
| * | | Update src/3rdparty/javascriptcore and adapt src/script to the changes | Kent Hansen | 2010-03-10 | 1 | -4/+7 |
| * | | Avoid conversion between JavaScriptCore String type and QString | Kent Hansen | 2010-03-01 | 1 | -1/+1 |
| * | | Avoid calling out to public API in the QtScript implementation | Kent Hansen | 2010-02-18 | 1 | -89/+17 |
| * | | Move property helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 1 | -183/+28 |
| * | | Move more script value conversion code to helper functions | Kent Hansen | 2010-02-18 | 1 | -65/+21 |
| * | | Cleanup: Move value conversion code to helper functions | Kent Hansen | 2010-02-18 | 1 | -10/+10 |
| * | | Cleanup: Move number conversion functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 1 | -83/+5 |
| * | | Cleanup: Move exception helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 1 | -30/+30 |
| |/ |
|
| * | Don't crash when comparing JSCore value without engine to non-JSCore value | Kent Hansen | 2010-01-27 | 1 | -4/+9 |
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-01-11 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright year to 2010 | Jason McDonald | 2010-01-07 | 1 | -1/+1 |
| * | | Correctly determine QScriptValue::isQObject() for QObjects using the | Michael Brasser | 2010-01-11 | 1 | -4/+8 |
| |/ |
|
| * | Fixed the QtScript license information in the source files to refer | Simon Hausmann | 2009-11-17 | 1 | -19/+1 |
| * | Replace LGPL license tags with LGPL-ONLY | Simon Hausmann | 2009-11-17 | 1 | -1/+1 |
| * | Add QScriptDeclarativeClass | Aaron Kennedy | 2009-11-10 | 1 | -0/+5 |
| * | Inline QtScript exception helper functions | Kent Hansen | 2009-10-23 | 1 | -16/+0 |
| * | Avoid calls to public QScriptValue::engine() function | Kent Hansen | 2009-10-23 | 1 | -14/+22 |
| * | Inline internal property lookup function | Kent Hansen | 2009-10-23 | 1 | -26/+21 |