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
/
bridge
/
qscriptclassobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Bring back "classic" iteration order of QScriptClass properties
Kent Hansen
2011-02-03
1
-1
/
+4
*
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
*
|
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2010-11-12
1
-0
/
+12
|
\
\
|
|
/
|
*
Don't crash if QScriptClass property getter returns an invalid value
Kent Hansen
2010-11-08
1
-0
/
+12
*
|
Remove the use of deprecated qVariant*
Olivier Goffart
2010-08-06
1
-3
/
+3
|
/
*
Merge branch '4.6-s60' into 4.7-s60
axis
2010-03-22
1
-1
/
+3
|
\
|
*
QScriptClass-implemented constructors lead to application crash
Kent Hansen
2010-03-19
1
-1
/
+3
*
|
Update src/3rdparty/javascriptcore and adapt src/script to the changes
Kent Hansen
2010-03-10
1
-37
/
+45
*
|
Avoid calling out to public API in the QtScript implementation
Kent Hansen
2010-02-18
1
-1
/
+1
|
/
*
Update copyright year to 2010
Jason McDonald
2010-01-07
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 internal QtScript object delegate functions
Kent Hansen
2009-10-23
1
-11
/
+0
*
Update src/3rdparty/javascriptcore and adapt src/script to the changes.
Kent Hansen
2009-09-24
1
-4
/
+4
*
don't crash in property access after script class has been set to 0
Kent Hansen
2009-09-22
1
-0
/
+1
*
make sure the engine's currentFrame is in sync when calling out to public API
Kent Hansen
2009-09-22
1
-1
/
+7
*
use JSObject::inherits() instead of JSObject::isObject()
Kent Hansen
2009-09-21
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
-4
/
+12
*
Optimize QScriptClass
Olivier Goffart
2009-09-02
1
-8
/
+4
*
Update tech preview license header for files that are new in 4.6.
Jason McDonald
2009-08-31
1
-13
/
+13
*
Fix obsolete license headers.
Jason McDonald
2009-08-22
1
-1
/
+1
*
Clean up.
Jedrzej Nowacki
2009-08-18
1
-1
/
+1
*
Clean up.
Jedrzej Nowacki
2009-08-18
1
-5
/
+5
*
Fix compilation on Windows
Simon Hausmann
2009-08-14
1
-0
/
+1
*
Cantralize the place when we construct the default 'this' object that JSC doe...
Olivier Goffart
2009-08-12
1
-9
/
+1
*
Refactor the way the JS stack are created for native function
Olivier Goffart
2009-08-12
1
-7
/
+17
*
implement QScriptClass property query semantics of old back-end
Kent Hansen
2009-08-10
1
-1
/
+6
*
add configure options for (not) building the QtScript module
Kent Hansen
2009-08-07
1
-4
/
+0
*
Updates getPropertyNames() on all javascript object to use the flag
Benjamin Poulain
2009-08-05
1
-2
/
+2
*
adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdf
Kent Hansen
2009-08-04
1
-2
/
+3
*
Move the declaration on some function into qscriptengine_p.h
Olivier Goffart
2009-07-31
1
-4
/
+0
*
Small Refactoring of QScript
Olivier Goffart
2009-07-31
1
-9
/
+8
*
QScriptValueIterator: fix missing non-enumerable values
Tor Arne Vestbø
2009-07-31
1
-2
/
+3
*
set calledAsConstructor to true when function is called as constructor
Kent Hansen
2009-07-29
1
-0
/
+3
*
Fix license headers
Olivier Goffart
2009-07-29
1
-4
/
+34
*
introduce scriptEngineFromExec() helper function
Kent Hansen
2009-07-27
1
-8
/
+9
*
implement enumeration of custom script classes
Kent Hansen
2009-07-15
1
-1
/
+14
*
implement ability to dynamically change class of script objects
Kent Hansen
2009-07-10
1
-0
/
+225