index
:
~jbarnes/qt-wayland
4.5
4.6
4.6-stable
4.7
4.7-stable
master
master-stable
Patches to support Qt on Wayland
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
api
/
qscriptvalue_p.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-07
Update copyright year to 2010
Jason McDonald
1
-1
/
+1
2009-11-17
Fixed the QtScript license information in the source files to refer
Simon Hausmann
1
-19
/
+1
2009-11-17
Replace LGPL license tags with LGPL-ONLY
Simon Hausmann
1
-1
/
+1
2009-10-23
Inline QtScript exception helper functions
Kent Hansen
1
-2
/
+2
2009-10-23
Avoid calls to public QScriptValue::engine() function
Kent Hansen
1
-0
/
+7
2009-10-23
Inline internal property lookup function
Kent Hansen
1
-2
/
+4
2009-10-22
Use the qsreal type instead of double when working with QtScript numbers
Kent Hansen
1
-2
/
+2
2009-10-08
Fix "Warning: #381-D: extra ";" ignored" reported by RVCT
Janne Anttila
1
-1
/
+1
2009-10-07
Inline QScriptValuePrivate operator new and delete
Kent Hansen
1
-2
/
+2
2009-09-10
Fix compilation with winscw
Simon Hausmann
1
-3
/
+3
2009-09-09
Update license headers again.
Jason McDonald
1
-4
/
+4
2009-08-31
Update tech preview license header for files that are new in 4.6.
Jason McDonald
1
-13
/
+13
2009-08-26
don't crash when attempting to access properties of a JS Object that belonged...
Kent Hansen
1
-0
/
+6
2009-08-26
fix performance issue with QScriptValue::propertyFlags()
Kent Hansen
1
-0
/
+2
2009-08-24
fix performance issue with QScriptValue::setProperty()
Kent Hansen
1
-0
/
+2
2009-08-24
add an internal QScriptValue ctor to initialize from d-pointer
Kent Hansen
1
-3
/
+1
2009-08-24
make some internal qtscript functions inline
Kent Hansen
1
-9
/
+21
2009-08-24
compile fix with namespaced Qt
hjk
1
-2
/
+2
2009-08-24
pass engine pointer to QScriptValuePrivate
Kent Hansen
1
-1
/
+1
2009-08-24
handle memory management of QScriptValuePrivate in engine if possible
Kent Hansen
1
-0
/
+3
2009-08-24
fix memory leak
Kent Hansen
1
-1
/
+0
2009-08-22
Fix obsolete license headers.
Jason McDonald
1
-1
/
+1
2009-08-21
compile again after merge
Harald Fernengel
1
-1
/
+1
2009-08-20
implement registered script values as a doubly linked list
Kent Hansen
1
-0
/
+4
2009-08-20
use a list to keep track of registered script values
Kent Hansen
1
-46
/
+3
2009-08-20
store the engine's d-pointer in QScriptValuePrivate
Kent Hansen
1
-28
/
+27
2009-08-20
remove redundant variable
Kent Hansen
1
-5
/
+1
2009-08-19
invalidate wrapped JSC::JSValue when script engine is deleted
Kent Hansen
1
-2
/
+5
2009-08-19
Fix QScriptValue::objectId().
Jedrzej Nowacki
1
-1
/
+8
2009-08-19
Q_DISABLE_COPY were added to QScriptValuePrivate.
Jedrzej Nowacki
1
-0
/
+1
2009-08-19
Internal API clean up.
Jedrzej Nowacki
1
-4
/
+0
2009-08-19
Clean up.
Jedrzej Nowacki
1
-11
/
+16
2009-08-19
Fix potential building problem.
Jedrzej Nowacki
1
-7
/
+2
2009-08-12
Make simple function getters inline
Olivier Goffart
1
-1
/
+1
2009-08-07
add configure options for (not) building the QtScript module
Kent Hansen
1
-4
/
+0
2009-07-29
Fix license headers
Olivier Goffart
1
-4
/
+34
2009-07-23
Implement QScriptString as a wraper around the JSC::Identifier
Olivier Goffart
1
-1
/
+2
2009-07-17
make QScriptValue::toString() et al work when there's an exception
Kent Hansen
1
-0
/
+3
2009-07-16
Convert the strings or number value to jscvalue when they are used with an en...
Olivier Goffart
1
-1
/
+1
2009-07-09
Fix autotest checking QScriptValue::objectId method.
Jedrzej Nowacki
1
-1
/
+10
2009-07-08
Fix engineDelete autotest.
Jedrzej Nowacki
1
-2
/
+54
2009-06-24
make more qscriptengine tests run
Kent Hansen
1
-0
/
+1
2009-06-23
make most of the qscriptvalue tests pass
Kent Hansen
1
-0
/
+2
2009-06-16
Import JSC-based Qt Script from Kent's tree.
Simon Hausmann
1
-0
/
+78