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
*
Use RefPtr to store QScriptProgram's EvalExecutable
Kent Hansen
2010-02-01
2
-6
/
+7
*
Don't crash when comparing JSCore value without engine to non-JSCore value
Kent Hansen
2010-01-27
1
-4
/
+9
*
Remove QtScript connection when receiver QObject has been deleted
Kent Hansen
2010-01-19
1
-1
/
+8
*
don't assert when calling QtScript-wrapped method of deleted QObject
Kent Hansen
2010-01-18
1
-1
/
+2
*
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
67
-69
/
+69
|
\
|
*
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...
Qt Continuous Integration System
2010-01-07
67
-69
/
+69
|
|
\
|
|
*
Update copyright year to 2010
Jason McDonald
2010-01-07
67
-69
/
+69
*
|
|
Correctly determine QScriptValue::isQObject() for QObjects using the
Michael Brasser
2010-01-11
3
-4
/
+14
|
/
/
*
|
Implement QScript::QObjectDelegate::getOwnPropertyDescriptor
Olivier Goffart
2010-01-05
4
-1
/
+164
|
/
*
Fix translation context for qsTr.
Michael Brasser
2009-12-10
1
-3
/
+4
*
Fix garbage collection issue with script-owned objects with connections
Kent Hansen
2009-11-30
2
-23
/
+25
*
Fix miracously exported WTF symbols in QtScript with the Maemo 5 toolchain.
Lars Knoll
2009-11-27
1
-1
/
+1
*
Don't crash in eval() function when QtScript debugger is attached
Kent Hansen
2009-11-23
1
-2
/
+8
*
Merge branch '4.6' of oslo-staging-1 into 4.6
Simon Hausmann
2009-11-19
1
-1
/
+5
|
\
|
*
Application object must be constructed before QScriptEngine
Kent Hansen
2009-11-18
1
-1
/
+5
*
|
Ran the script utils/normalize
Olivier Goffart
2009-11-18
1
-1
/
+1
|
/
*
Merge remote branch 'staging/4.6' into 4.6
Simon Hausmann
2009-11-17
6
-56
/
+126
|
\
|
*
Merge commit 'coreteam/4.6' into oslo1-4.6
Marius Storm-Olsen
2009-11-13
6
-56
/
+126
|
|
\
|
|
*
utils/qlalr generator: adapt changes to xmlstream and script files
Peter Hartmann
2009-11-11
6
-56
/
+126
*
|
|
Fixed the QtScript license information in the source files to refer
Simon Hausmann
2009-11-17
66
-1254
/
+66
*
|
|
Replace LGPL license tags with LGPL-ONLY
Simon Hausmann
2009-11-17
66
-66
/
+66
*
|
|
Compile in namespace
Aaron Kennedy
2009-11-17
1
-0
/
+1
|
/
/
*
|
Add QScriptDeclarativeClass
Aaron Kennedy
2009-11-10
9
-6
/
+826
*
|
added missing include for template instantiation (in qDeleteAll)
mae
2009-11-10
1
-1
/
+1
*
|
During a GC mark the scope chain of QScriptContexts
Aaron Kennedy
2009-11-10
1
-0
/
+18
|
/
*
Merge commit 'origin/4.6' into feature
Jørgen Lind
2009-11-02
2
-0
/
+31
|
\
|
*
Add QScriptString::toArrayIndex() function
Kent Hansen
2009-10-30
2
-0
/
+31
*
|
Fix QT_NO_PROPERTIES
Jørgen Lind
2009-10-29
1
-0
/
+16
|
/
*
Say hello to QScriptProgram :-)
Kent Hansen
2009-10-28
7
-58
/
+510
*
Inline QtScript exception helper functions
Kent Hansen
2009-10-23
3
-18
/
+18
*
Avoid calls to public QScriptValue::engine() function
Kent Hansen
2009-10-23
3
-16
/
+31
*
Speed up QScriptValue creation by avoiding operator= to be called
Kent Hansen
2009-10-23
1
-32
/
+18
*
Bind QScriptValue to engine when the value is created internally
Kent Hansen
2009-10-23
1
-26
/
+27
*
Inline internal property lookup function
Kent Hansen
2009-10-23
3
-28
/
+47
*
Use an inline helper function to check if a QScriptString is valid
Kent Hansen
2009-10-23
3
-5
/
+11
*
Inline internal QtScript object data() functions
Kent Hansen
2009-10-23
2
-16
/
+16
*
Inline internal QtScript object delegate functions
Kent Hansen
2009-10-23
4
-31
/
+31
*
Inline scriptEngineFromExec() function
Kent Hansen
2009-10-23
2
-15
/
+21
*
Inline internal QtScript functions (frameForContext())
Kent Hansen
2009-10-23
2
-12
/
+12
*
Inline two internal QtScript functions (contextForFrame() and globalExec())
Kent Hansen
2009-10-23
2
-17
/
+17
*
Use the qsreal type instead of double when working with QtScript numbers
Kent Hansen
2009-10-22
4
-7
/
+7
*
QtScript: Compatibility with 4.5
Olivier Goffart
2009-10-22
1
-0
/
+4
*
Regression fix. Fix the hasUncaughtException() flag in debugger's event.
Jedrzej Nowacki
2009-10-19
4
-3
/
+19
*
Fix "Warning: #381-D: extra ";" ignored" reported by RVCT
Janne Anttila
2009-10-08
1
-1
/
+1
*
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
3
-18
/
+18
*
Get rid of some superfluous checks in QScriptString::operator==()
Kent Hansen
2009-10-07
1
-6
/
+0
*
implement qHash function for QScriptString
Kent Hansen
2009-10-07
3
-0
/
+17
*
QScriptContext::parentContext: don't skip unessecary frames
Olivier Goffart
2009-10-06
1
-1
/
+1
*
implement property getters&setters for setProperty(quint32) overload
Kent Hansen
2009-10-06
1
-2
/
+4
[next]