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
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Fixed several qdoc errors.
Martin Smith
2009-08-31
1
-2
/
+2
*
Update tech preview license header for files that are new in 4.6.
Jason McDonald
2009-08-31
26
-338
/
+338
*
Merge branch '4.5' into 4.6
Thiago Macieira
2009-08-31
33
-442
/
+455
|
\
|
*
Update tech preview license header.
Jason McDonald
2009-08-31
114
-1508
/
+1508
|
*
Update license headers.
Jason McDonald
2009-08-11
114
-116
/
+116
*
|
fix crash due to double deletion
Kent Hansen
2009-08-31
1
-1
/
+0
*
|
don't disable the JIT for qtscript
Kent Hansen
2009-08-31
1
-2
/
+0
*
|
make sure hasInstance() is always invoked for custom script objects
Kent Hansen
2009-08-31
1
-1
/
+1
*
|
implement functionExit() callbacks on the JIT
Kent Hansen
2009-08-31
2
-6
/
+12
*
|
Make it possible for autotests to check if JIT is enabled or not
Kent Hansen
2009-08-28
1
-0
/
+11
*
|
doc: Fixed several qdoc errors.
Martin Smith
2009-08-28
1
-1
/
+1
*
|
QScriptContextInfo: fix the line numbers with JIT
Olivier Goffart
2009-08-28
1
-3
/
+11
*
|
QScriptEngine: Remove one superflous stackframe for native call made by JIT
Olivier Goffart
2009-08-28
1
-1
/
+7
*
|
fix compiler warnings on Windows
Kent Hansen
2009-08-27
1
-2
/
+2
*
|
disable a few compiler warnings for qtscript/JavaScriptCore on Windows
Kent Hansen
2009-08-27
1
-0
/
+3
*
|
fix whacky behavior of QScriptValue::toString() for QVariant
Kent Hansen
2009-08-27
1
-1
/
+1
*
|
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
2
-24
/
+29
*
|
fix performance issue with QScriptValue::propertyFlags()
Kent Hansen
2009-08-26
2
-28
/
+39
*
|
implement proxying of JSObject::putWithAttributes() on Global Object
Kent Hansen
2009-08-26
2
-0
/
+13
*
|
Another memoryleak in QScriptEngine
Olivier Goffart
2009-08-25
1
-5
/
+5
*
|
Memory leak in QScriptEngineAgent.
Olivier Goffart
2009-08-25
2
-3
/
+1
*
|
Fix memory leak in QScriptEngine::newQObject
Olivier Goffart
2009-08-25
2
-8
/
+8
*
|
fix performance issue with QScriptValue::setProperty()
Kent Hansen
2009-08-24
2
-75
/
+83
*
|
pass engine and identifier to QScriptStringPrivate constructor
Kent Hansen
2009-08-24
2
-7
/
+7
*
|
add an internal QScriptValue ctor to initialize from d-pointer
Kent Hansen
2009-08-24
3
-3
/
+11
*
|
make some internal qtscript functions inline
Kent Hansen
2009-08-24
4
-133
/
+132
*
|
compile fix with namespaced Qt
hjk
2009-08-24
10
-22
/
+28
*
|
pass engine pointer to QScriptValuePrivate
Kent Hansen
2009-08-24
3
-34
/
+19
*
|
handle memory management of QScriptValuePrivate in engine if possible
Kent Hansen
2009-08-24
4
-17
/
+61
*
|
fix memory leak
Kent Hansen
2009-08-24
1
-1
/
+0
*
|
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
2
-6
/
+4
*
|
Fix QScriptContext::argumentObjects for function called with QScriptValue::call
Olivier Goffart
2009-08-24
1
-2
/
+7
*
|
QScriptValue: No need to create the activation object for call or construct
Olivier Goffart
2009-08-24
1
-4
/
+0
*
|
Trivial: Remove uneeded #include
Harald Fernengel
2009-08-24
1
-1
/
+0
*
|
Fix obsolete license headers.
Jason McDonald
2009-08-22
17
-17
/
+17
*
|
Merge commit 'qt/master'
Jason Barron
2009-08-21
1
-0
/
+9
|
\
\
|
*
|
get rid of qmake warnings when parsing script.pro (JavaScriptCore.pri)
Kent Hansen
2009-08-21
1
-0
/
+9
*
|
|
compile again after merge
Harald Fernengel
2009-08-21
8
-88
/
+14
*
|
|
Merge commit 'qt/master'
Jason Barron
2009-08-21
138
-34071
/
+12810
|
\
\
\
|
|
/
/
|
*
|
implement registered script values as a doubly linked list
Kent Hansen
2009-08-20
4
-13
/
+33
|
*
|
use a list to keep track of registered script values
Kent Hansen
2009-08-20
4
-116
/
+41
|
*
|
store the engine's d-pointer in QScriptValuePrivate
Kent Hansen
2009-08-20
3
-150
/
+115
|
*
|
remove redundant variable
Kent Hansen
2009-08-20
2
-10
/
+3
|
*
|
remove unused variable
Kent Hansen
2009-08-20
1
-1
/
+0
|
*
|
add recursion guard for GC marking
Kent Hansen
2009-08-20
3
-4
/
+10
|
*
|
provide line number information for innermost call frame
Kent Hansen
2009-08-20
4
-0
/
+11
|
*
|
set the current frame when getting callbacks in JSC Debugger
Kent Hansen
2009-08-20
2
-30
/
+39
|
*
|
make QScriptEngine::objectById() work
Kent Hansen
2009-08-20
1
-7
/
+2
[next]