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
/
bridge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak in QScriptEngine::newQObject
Olivier Goffart
2009-08-25
1
-0
/
+2
*
compile fix with namespaced Qt
hjk
2009-08-24
5
-10
/
+16
*
use QVarLengthArray instead of QVector for holding JS arguments
Kent Hansen
2009-08-24
1
-2
/
+1
*
Fix obsolete license headers.
Jason McDonald
2009-08-22
10
-10
/
+10
*
add recursion guard for GC marking
Kent Hansen
2009-08-20
3
-4
/
+10
*
Fix "fixme" in QtFunction::mark()
Jedrzej Nowacki
2009-08-20
1
-3
/
+1
*
Cleanups
Olivier Goffart
2009-08-19
2
-7
/
+4
*
implement getter/setter proxying for Global Object and activation object
Kent Hansen
2009-08-18
4
-0
/
+77
*
Clean up.
Jedrzej Nowacki
2009-08-18
1
-1
/
+1
*
Clean up.
Jedrzej Nowacki
2009-08-18
1
-0
/
+1
*
Clean up.
Jedrzej Nowacki
2009-08-18
3
-35
/
+35
*
port commit 8fca9052e72d1dc983443c3a8065f804bebf77e7 from qt/master
Kent Hansen
2009-08-18
1
-1
/
+1
*
adopt variant-to-string conversion of the original qtscript back-end
Kent Hansen
2009-08-17
1
-5
/
+8
*
remove unnecessary ifdefs
Kent Hansen
2009-08-17
1
-4
/
+2
*
use originalGlobalObject() instead of lexicalGlobalObject() where possible
Kent Hansen
2009-08-14
1
-1
/
+1
*
make it possible for any script object to serve as activation object
Kent Hansen
2009-08-14
2
-5
/
+75
*
Fix compilation on Windows
Simon Hausmann
2009-08-14
1
-0
/
+3
*
Fix compilation on Windows
Simon Hausmann
2009-08-14
7
-0
/
+7
*
implement GC marking of qobject sender JS wrapper
Kent Hansen
2009-08-14
1
-5
/
+5
*
Lazily construct the QScriptActivationObject
Olivier Goffart
2009-08-13
1
-4
/
+1
*
Push frames when needed for native getter or setters
Olivier Goffart
2009-08-12
1
-2
/
+6
*
Cantralize the place when we construct the default 'this' object that JSC doe...
Olivier Goffart
2009-08-12
2
-27
/
+3
*
Refactor the way the JS stack are created for native function
Olivier Goffart
2009-08-12
3
-30
/
+66
*
Merge branch 'master' of
[email protected]
:qt/qt into qtscript-jsc-b...
Kent Hansen
2009-08-12
4
-4
/
+4
*
Call to JSC::Debugger's new events that where created in
Jedrzej Nowacki
2009-08-11
1
-0
/
+11
*
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
14
-56
/
+0
*
fix regression in enumeration of QProperties
Kent Hansen
2009-08-06
1
-1
/
+1
*
port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/master
Kent Hansen
2009-08-06
2
-6
/
+10
*
finish implementation of QVariant.prototype.toString()
Kent Hansen
2009-08-06
1
-16
/
+24
*
make iteration work for the global object again
Kent Hansen
2009-08-06
2
-6
/
+8
*
Updates getPropertyNames() on all javascript object to use the flag
Benjamin Poulain
2009-08-05
6
-17
/
+17
*
make QScriptEngine::newQMetaObject() work
Kent Hansen
2009-08-05
2
-64
/
+106
*
add type info and attribute getters for function wrappers
Kent Hansen
2009-08-05
2
-0
/
+17
*
don't store QScriptEngine pointer in native function wrappers
Kent Hansen
2009-08-05
2
-26
/
+28
*
remove unused code
Olivier Goffart
2009-08-04
1
-1
/
+0
*
move Global Object to its own file
Kent Hansen
2009-08-04
3
-0
/
+266
*
adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdf
Kent Hansen
2009-08-04
6
-16
/
+26
*
Move the declaration on some function into qscriptengine_p.h
Olivier Goffart
2009-07-31
3
-11
/
+0
*
Small Refactoring of QScript
Olivier Goffart
2009-07-31
4
-52
/
+26
*
QScriptValueIterator: fix missing non-enumerable values
Tor Arne Vestbø
2009-07-31
6
-17
/
+23
*
Add missing file
Olivier Goffart
2009-07-30
1
-0
/
+88
*
Move QScriptActivationObject to his own file
Olivier Goffart
2009-07-30
3
-37
/
+100
*
set calledAsConstructor to true when function is called as constructor
Kent Hansen
2009-07-29
2
-0
/
+5
*
Fix license headers
Olivier Goffart
2009-07-29
10
-44
/
+344
*
Enter a scope when enterning a native function.
Olivier Goffart
2009-07-29
1
-1
/
+68
*
make QScriptEngine::setGlobalObject() work to some extent
Kent Hansen
2009-07-27
2
-8
/
+25
*
use engine's globalObject() instead of exec's lexicalGlobalObject()
Kent Hansen
2009-07-27
1
-7
/
+7
*
don't rely on custom global object to get GC callback
Kent Hansen
2009-07-27
1
-2
/
+2
*
Remove the uncaughtException, use the JSC exception instead
Benjamin Poulain
2009-07-27
1
-3
/
+1
[next]