index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
api
/
qscriptvalue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change copyrights from Nokia to Digia
4.6
Sergio Ahumada
2012-11-27
1
-4
/
+4
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
*
Regressions in Global Object prototype access
Kent Hansen
2010-04-09
1
-2
/
+11
*
Don't assert in QScriptValue::call()
Kent Hansen
2010-03-18
1
-3
/
+2
*
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
*
Use an inline helper function to check if a QScriptString is valid
Kent Hansen
2009-10-23
1
-3
/
+3
*
Use the qsreal type instead of double when working with QtScript numbers
Kent Hansen
2009-10-22
1
-3
/
+3
*
Use JSC::asObject() when we know that the value is an object
Kent Hansen
2009-10-07
1
-2
/
+2
*
Inline QScriptValuePrivate operator new and delete
Kent Hansen
2009-10-07
1
-16
/
+0
*
implement property getters&setters for setProperty(quint32) overload
Kent Hansen
2009-10-06
1
-2
/
+4
*
Update src/3rdparty/javascriptcore and adapt src/script to the changes.
Kent Hansen
2009-09-24
1
-18
/
+16
*
don't crash in property access after script class has been set to 0
Kent Hansen
2009-09-22
1
-5
/
+9
*
Fix QScriptValue::strictlyEquals
Simon Hausmann
2009-09-22
1
-1
/
+8
*
Fix QScriptValue constructors without a QScriptEngine
Simon Hausmann
2009-09-22
1
-36
/
+9
*
use JSObject::inherits() instead of JSObject::isObject()
Kent Hansen
2009-09-21
1
-1
/
+1
*
Fix compilation with winscw
Simon Hausmann
2009-09-10
1
-12
/
+12
*
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
*
fix crash due to double deletion
Kent Hansen
2009-08-31
1
-1
/
+0
*
warn if QScriptValue::setScriptClass() is called on incompatible object
Kent Hansen
2009-08-26
1
-1
/
+6
*
don't crash when attempting to access properties of a JS Object that belonged...
Kent Hansen
2009-08-26
1
-24
/
+23
*
fix performance issue with QScriptValue::propertyFlags()
Kent Hansen
2009-08-26
1
-28
/
+37
*
fix performance issue with QScriptValue::setProperty()
Kent Hansen
2009-08-24
1
-75
/
+81
*
add an internal QScriptValue ctor to initialize from d-pointer
Kent Hansen
2009-08-24
1
-0
/
+8
*
make some internal qtscript functions inline
Kent Hansen
2009-08-24
1
-53
/
+0
*
compile fix with namespaced Qt
hjk
2009-08-24
1
-2
/
+2
*
pass engine pointer to QScriptValuePrivate
Kent Hansen
2009-08-24
1
-31
/
+17
*
handle memory management of QScriptValuePrivate in engine if possible
Kent Hansen
2009-08-24
1
-15
/
+31
*
avoid calling QScriptValue::isFunction() inside call() and construct()
Kent Hansen
2009-08-24
1
-16
/
+26
*
use QVarLengthArray instead of QVector for holding JS arguments
Kent Hansen
2009-08-24
1
-4
/
+3
*
QScriptValue: No need to create the activation object for call or construct
Olivier Goffart
2009-08-24
1
-4
/
+0
*
Fix obsolete license headers.
Jason McDonald
2009-08-22
1
-1
/
+1
*
compile again after merge
Harald Fernengel
2009-08-21
1
-33
/
+4
*
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
-36
/
+20
*
store the engine's d-pointer in QScriptValuePrivate
Kent Hansen
2009-08-20
1
-117
/
+85
*
remove redundant variable
Kent Hansen
2009-08-20
1
-5
/
+2
*
Fix QScriptValue::objectId().
Jedrzej Nowacki
2009-08-19
1
-2
/
+2
*
Clean up
Jedrzej Nowacki
2009-08-19
1
-1
/
+0
*
Internal API clean up.
Jedrzej Nowacki
2009-08-19
1
-11
/
+0
*
Clean up.
Jedrzej Nowacki
2009-08-19
1
-32
/
+32
[next]