| Commit message (Expand) | Author | Age | Files | Lines |
* | Add default argument values for QScriptValuePrivate property functions | Kent Hansen | 2010-03-10 | 1 | -3/+3 |
|
|
* | Move method implementation to private class | Kent Hansen | 2010-03-10 | 1 | -0/+1 |
|
|
* | Update src/3rdparty/javascriptcore and adapt src/script to the changes | Kent Hansen | 2010-03-10 | 1 | -0/+18 |
|
|
* | Perform latin1 conversion directly on JSC::UString | Kent Hansen | 2010-03-01 | 1 | -0/+18 |
|
|
* | Avoid conversion between JavaScriptCore String type and QString | Kent Hansen | 2010-03-01 | 1 | -10/+10 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60 | axis | 2010-02-26 | 1 | -2/+10 |
|\ |
|
| * | Fix memory leak when lazily binding QScriptValue to an engine | Kent Hansen | 2010-02-22 | 1 | -2/+10 |
|
|
* | | QScriptValue::isQMetaObject crash fix. | Jedrzej Nowacki | 2010-02-24 | 1 | -1/+1 |
|
|
* | | Work around MSVC2008 compiler crash | Kent Hansen | 2010-02-19 | 1 | -1/+12 |
|
|
* | | Avoid calling out to public API in the QtScript implementation | Kent Hansen | 2010-02-18 | 1 | -16/+134 |
|
|
* | | Move property helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 1 | -15/+84 |
|
|
* | | Move more script value conversion code to helper functions | Kent Hansen | 2010-02-18 | 1 | -0/+131 |
|
|
* | | Cleanup: Move value conversion code to helper functions | Kent Hansen | 2010-02-18 | 1 | -0/+50 |
|
|
* | | Move implementation of QScriptValue construction functions to private class | Kent Hansen | 2010-02-18 | 1 | -0/+39 |
|
|
* | | Cleanup: Move number conversion functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 1 | -0/+5 |
|
|
* | | Move some helper function declarations outside QT_NO_QOBJECT guard | Kent Hansen | 2010-02-18 | 1 | -13/+14 |
|
|
* | | Cleanup: Move exception helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 1 | -2/+5 |
|/ |
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | 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 | -1/+1 |
|
|
* | Say hello to QScriptProgram :-) | Kent Hansen | 2009-10-28 | 1 | -0/+5 |
|
|
* | Inline QtScript exception helper functions | Kent Hansen | 2009-10-23 | 1 | -0/+16 |
|
|
* | Inline internal property lookup function | Kent Hansen | 2009-10-23 | 1 | -0/+22 |
|
|
* | Inline scriptEngineFromExec() function | Kent Hansen | 2009-10-23 | 1 | -2/+18 |
|
|
* | Inline internal QtScript functions (frameForContext()) | Kent Hansen | 2009-10-23 | 1 | -2/+12 |
|
|
* | Inline two internal QtScript functions (contextForFrame() and globalExec()) | Kent Hansen | 2009-10-23 | 1 | -2/+17 |
|
|
* | Use the qsreal type instead of double when working with QtScript numbers | Kent Hansen | 2009-10-22 | 1 | -1/+1 |
|
|
* | Regression fix. Fix the hasUncaughtException() flag in debugger's event. | Jedrzej Nowacki | 2009-10-19 | 1 | -0/+5 |
|
|
* | Inline QScriptValuePrivate operator new and delete | Kent Hansen | 2009-10-07 | 1 | -0/+16 |
|
|
* | Fix column number provided to QScriptEngineAgent | Kent Hansen | 2009-10-01 | 1 | -1/+72 |
|
|
* | QScript: Fix strange bugs and crashes. | Olivier Goffart | 2009-09-28 | 1 | -1/+2 |
|
|
* | Update src/3rdparty/javascriptcore and adapt src/script to the changes. | Kent Hansen | 2009-09-24 | 1 | -1/+5 |
|
|
* | make sure the engine's currentFrame is in sync when calling out to public API | Kent Hansen | 2009-09-22 | 1 | -0/+23 |
|
|
* | put the this-register calculation into a function | Kent Hansen | 2009-09-18 | 1 | -0/+1 |
|
|
* | Fix compilation with winscw | Simon Hausmann | 2009-09-10 | 1 | -2/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | improve memory management scheme of QScriptString(Private) | Kent Hansen | 2009-09-02 | 1 | -5/+24 |
|
|
* | Optimize QScriptClass | Olivier Goffart | 2009-09-02 | 1 | -0/+10 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | make some internal qtscript functions inline | Kent Hansen | 2009-08-24 | 1 | -7/+111 |
|
|
* | compile fix with namespaced Qt | hjk | 2009-08-24 | 1 | -2/+2 |
|
|
* | handle memory management of QScriptValuePrivate in engine if possible | Kent Hansen | 2009-08-24 | 1 | -0/+4 |
|
|
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -1/+1 |
|
|
* | implement registered script values as a doubly linked list | Kent Hansen | 2009-08-20 | 1 | -1/+1 |
|
|
* | use a list to keep track of registered script values | Kent Hansen | 2009-08-20 | 1 | -8/+2 |
|
|
* | provide line number information for innermost call frame | Kent Hansen | 2009-08-20 | 1 | -0/+1 |
|
|
* | Do not pass JSValue per const reference | Olivier Goffart | 2009-08-19 | 1 | -2/+2 |
|
|
* | Fix QScriptValue::objectId(). | Jedrzej Nowacki | 2009-08-19 | 1 | -2/+0 |
|
|
* | make QScriptEngine::isEvaluating() work for top-level evaluation | Kent Hansen | 2009-08-19 | 1 | -0/+1 |
|
|