summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptvalue_p.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-07Update copyright year to 2010Jason McDonald1-1/+1
2009-11-17Fixed the QtScript license information in the source files to referSimon Hausmann1-19/+1
2009-11-17Replace LGPL license tags with LGPL-ONLYSimon Hausmann1-1/+1
2009-10-23Inline QtScript exception helper functionsKent Hansen1-2/+2
2009-10-23Avoid calls to public QScriptValue::engine() functionKent Hansen1-0/+7
2009-10-23Inline internal property lookup functionKent Hansen1-2/+4
2009-10-22Use the qsreal type instead of double when working with QtScript numbersKent Hansen1-2/+2
2009-10-08Fix "Warning: #381-D: extra ";" ignored" reported by RVCTJanne Anttila1-1/+1
2009-10-07Inline QScriptValuePrivate operator new and deleteKent Hansen1-2/+2
2009-09-10Fix compilation with winscwSimon Hausmann1-3/+3
2009-09-09Update license headers again.Jason McDonald1-4/+4
2009-08-31Update tech preview license header for files that are new in 4.6.Jason McDonald1-13/+13
2009-08-26don't crash when attempting to access properties of a JS Object that belonged...Kent Hansen1-0/+6
2009-08-26fix performance issue with QScriptValue::propertyFlags()Kent Hansen1-0/+2
2009-08-24fix performance issue with QScriptValue::setProperty()Kent Hansen1-0/+2
2009-08-24add an internal QScriptValue ctor to initialize from d-pointerKent Hansen1-3/+1
2009-08-24make some internal qtscript functions inlineKent Hansen1-9/+21
2009-08-24compile fix with namespaced Qthjk1-2/+2
2009-08-24pass engine pointer to QScriptValuePrivateKent Hansen1-1/+1
2009-08-24handle memory management of QScriptValuePrivate in engine if possibleKent Hansen1-0/+3
2009-08-24fix memory leakKent Hansen1-1/+0
2009-08-22Fix obsolete license headers.Jason McDonald1-1/+1
2009-08-21compile again after mergeHarald Fernengel1-1/+1
2009-08-20implement registered script values as a doubly linked listKent Hansen1-0/+4
2009-08-20use a list to keep track of registered script valuesKent Hansen1-46/+3
2009-08-20store the engine's d-pointer in QScriptValuePrivateKent Hansen1-28/+27
2009-08-20remove redundant variableKent Hansen1-5/+1
2009-08-19invalidate wrapped JSC::JSValue when script engine is deletedKent Hansen1-2/+5
2009-08-19Fix QScriptValue::objectId().Jedrzej Nowacki1-1/+8
2009-08-19Q_DISABLE_COPY were added to QScriptValuePrivate.Jedrzej Nowacki1-0/+1
2009-08-19Internal API clean up.Jedrzej Nowacki1-4/+0
2009-08-19Clean up.Jedrzej Nowacki1-11/+16
2009-08-19Fix potential building problem.Jedrzej Nowacki1-7/+2
2009-08-12Make simple function getters inlineOlivier Goffart1-1/+1
2009-08-07add configure options for (not) building the QtScript moduleKent Hansen1-4/+0
2009-07-29Fix license headersOlivier Goffart1-4/+34
2009-07-23Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart1-1/+2
2009-07-17make QScriptValue::toString() et al work when there's an exceptionKent Hansen1-0/+3
2009-07-16Convert the strings or number value to jscvalue when they are used with an en...Olivier Goffart1-1/+1
2009-07-09Fix autotest checking QScriptValue::objectId method.Jedrzej Nowacki1-1/+10
2009-07-08Fix engineDelete autotest.Jedrzej Nowacki1-2/+54
2009-06-24make more qscriptengine tests runKent Hansen1-0/+1
2009-06-23make most of the qscriptvalue tests passKent Hansen1-0/+2
2009-06-16Import JSC-based Qt Script from Kent's tree.Simon Hausmann1-0/+78