| Commit message (Expand) | Author | Age | Files | Lines |
* | Add default argument values for QScriptValuePrivate property functions | Kent Hansen | 2010-03-10 | 1 | -7/+8 |
|
|
* | Avoid conversion between JavaScriptCore String type and QString | Kent Hansen | 2010-03-01 | 1 | -2/+2 |
|
|
* | Avoid calling out to public API in the QtScript implementation | Kent Hansen | 2010-02-18 | 1 | -3/+0 |
|
|
* | Move property helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 1 | -8/+10 |
|
|
* | Cleanup: Move exception helper functions to QScriptEnginePrivate | Kent Hansen | 2010-02-18 | 1 | -3/+0 |
|
|
* | 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 |
|
|
* | Inline QtScript exception helper functions | Kent Hansen | 2009-10-23 | 1 | -2/+2 |
|
|
* | Avoid calls to public QScriptValue::engine() function | Kent Hansen | 2009-10-23 | 1 | -0/+7 |
|
|
* | Inline internal property lookup function | Kent Hansen | 2009-10-23 | 1 | -2/+4 |
|
|
* | Use the qsreal type instead of double when working with QtScript numbers | Kent Hansen | 2009-10-22 | 1 | -2/+2 |
|
|
* | Fix "Warning: #381-D: extra ";" ignored" reported by RVCT | Janne Anttila | 2009-10-08 | 1 | -1/+1 |
|
|
* | Inline QScriptValuePrivate operator new and delete | Kent Hansen | 2009-10-07 | 1 | -2/+2 |
|
|
* | Fix compilation with winscw | Simon Hausmann | 2009-09-10 | 1 | -3/+3 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | don't crash when attempting to access properties of a JS Object that belonged... | Kent Hansen | 2009-08-26 | 1 | -0/+6 |
|
|
* | fix performance issue with QScriptValue::propertyFlags() | Kent Hansen | 2009-08-26 | 1 | -0/+2 |
|
|
* | fix performance issue with QScriptValue::setProperty() | Kent Hansen | 2009-08-24 | 1 | -0/+2 |
|
|
* | add an internal QScriptValue ctor to initialize from d-pointer | Kent Hansen | 2009-08-24 | 1 | -3/+1 |
|
|
* | make some internal qtscript functions inline | Kent Hansen | 2009-08-24 | 1 | -9/+21 |
|
|
* | compile fix with namespaced Qt | hjk | 2009-08-24 | 1 | -2/+2 |
|
|
* | pass engine pointer to QScriptValuePrivate | Kent Hansen | 2009-08-24 | 1 | -1/+1 |
|
|
* | handle memory management of QScriptValuePrivate in engine if possible | Kent Hansen | 2009-08-24 | 1 | -0/+3 |
|
|
* | fix memory leak | Kent Hansen | 2009-08-24 | 1 | -1/+0 |
|
|
* | Fix obsolete license headers. | Jason McDonald | 2009-08-21 | 1 | -1/+1 |
|
|
* | compile again after merge | Harald Fernengel | 2009-08-21 | 1 | -1/+1 |
|
|
* | implement registered script values as a doubly linked list | Kent Hansen | 2009-08-20 | 1 | -0/+4 |
|
|
* | use a list to keep track of registered script values | Kent Hansen | 2009-08-20 | 1 | -46/+3 |
|
|
* | store the engine's d-pointer in QScriptValuePrivate | Kent Hansen | 2009-08-20 | 1 | -28/+27 |
|
|
* | remove redundant variable | Kent Hansen | 2009-08-20 | 1 | -5/+1 |
|
|
* | invalidate wrapped JSC::JSValue when script engine is deleted | Kent Hansen | 2009-08-19 | 1 | -2/+5 |
|
|
* | Fix QScriptValue::objectId(). | Jedrzej Nowacki | 2009-08-19 | 1 | -1/+8 |
|
|
* | Q_DISABLE_COPY were added to QScriptValuePrivate. | Jedrzej Nowacki | 2009-08-19 | 1 | -0/+1 |
|
|
* | Internal API clean up. | Jedrzej Nowacki | 2009-08-19 | 1 | -4/+0 |
|
|
* | Clean up. | Jedrzej Nowacki | 2009-08-19 | 1 | -11/+16 |
|
|
* | Fix potential building problem. | Jedrzej Nowacki | 2009-08-19 | 1 | -7/+2 |
|
|
* | Make simple function getters inline | Olivier Goffart | 2009-08-12 | 1 | -1/+1 |
|
|
* | add configure options for (not) building the QtScript module | Kent Hansen | 2009-08-07 | 1 | -4/+0 |
|
|
* | Fix license headers | Olivier Goffart | 2009-07-29 | 1 | -4/+34 |
|
|
* | Implement QScriptString as a wraper around the JSC::Identifier | Olivier Goffart | 2009-07-23 | 1 | -1/+2 |
|
|
* | make QScriptValue::toString() et al work when there's an exception | Kent Hansen | 2009-07-17 | 1 | -0/+3 |
|
|
* | Convert the strings or number value to jscvalue when they are used with an en... | Olivier Goffart | 2009-07-16 | 1 | -1/+1 |
|
|
* | Fix autotest checking QScriptValue::objectId method. | Jedrzej Nowacki | 2009-07-09 | 1 | -1/+10 |
|
|
* | Fix engineDelete autotest. | Jedrzej Nowacki | 2009-07-08 | 1 | -2/+54 |
|
|
* | make more qscriptengine tests run | Kent Hansen | 2009-06-24 | 1 | -0/+1 |
|
|
* | make most of the qscriptvalue tests pass | Kent Hansen | 2009-06-23 | 1 | -0/+2 |
|
|
* | Import JSC-based Qt Script from Kent's tree. | Simon Hausmann | 2009-06-16 | 1 | -0/+78 |
|
|