index
:
{non-gerrit}/qt-labs/widgets-ng.git
4.5
master
master-stable
widgets-ng
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
script
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-8
/
+6
*
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
5
-12
/
+12
*
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
1
-4
/
+3
*
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
6
-6
/
+6
*
compile again after merge
Harald Fernengel
2009-08-21
8
-88
/
+14
*
Merge commit 'qt/master'
Jason Barron
2009-08-21
16
-58
/
+54
*
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
*
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
*
Do not pass JSValue per const reference
Olivier Goffart
2009-08-19
2
-4
/
+4
*
Cleanups
Olivier Goffart
2009-08-19
1
-17
/
+1
*
invalidate wrapped JSC::JSValue when script engine is deleted
Kent Hansen
2009-08-19
1
-2
/
+5
*
Fix QScriptValue::objectId().
Jedrzej Nowacki
2009-08-19
4
-8
/
+12
*
make QScriptEngine::isEvaluating() work for top-level evaluation
Kent Hansen
2009-08-19
2
-2
/
+21
*
Q_DISABLE_COPY were added to QScriptValuePrivate.
Jedrzej Nowacki
2009-08-19
1
-0
/
+1
*
Clean up
Jedrzej Nowacki
2009-08-19
1
-1
/
+0
*
Internal API clean up.
Jedrzej Nowacki
2009-08-19
3
-16
/
+0
*
Clean up.
Jedrzej Nowacki
2009-08-19
3
-49
/
+57
*
Fix potential building problem.
Jedrzej Nowacki
2009-08-19
1
-7
/
+2
*
Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...
Olivier Goffart
2009-08-18
1
-7
/
+14
*
Fix the line numbers on the backtrace
Olivier Goffart
2009-08-18
1
-1
/
+1
*
adopt same ownership relationship of scriptengine agents as in old back-end
Kent Hansen
2009-08-18
3
-8
/
+33
*
Clean up.
Jedrzej Nowacki
2009-08-18
1
-6
/
+28
*
Merge branch 'master' of
[email protected]
:qt/qt into qtscript-jsc-b...
Kent Hansen
2009-08-18
5
-5
/
+5
*
Clean up.
Jedrzej Nowacki
2009-08-18
8
-69
/
+46
*
remove unnecessary ifdefs
Kent Hansen
2009-08-17
1
-10
/
+7
*
push the right object when the argument is the Global Object
Kent Hansen
2009-08-14
1
-4
/
+13
*
Detect evaluation context in the backtrace
Olivier Goffart
2009-08-14
1
-0
/
+3
*
More polishing on the backtrace
Olivier Goffart
2009-08-14
1
-3
/
+7
*
Polish the QScriptContext::backtrace()
Olivier Goffart
2009-08-14
1
-21
/
+31
*
use originalGlobalObject() instead of lexicalGlobalObject() where possible
Kent Hansen
2009-08-14
1
-2
/
+2
*
make sure QScriptContext::scopeChain() returns the right object
Kent Hansen
2009-08-14
1
-2
/
+9
[next]