index
:
delta/qt5/qtscript.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.10
5.15.11
5.15.12
5.15.13
5.15.14
5.15.2
5.15.3
5.15.4
5.15.5
5.15.6
5.15.7
5.15.8
5.15.9
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
baserock/morph
baserock/v5.3.0
dev
old/5.0
old/5.1
old/5.2
release
stable
v8
wip/android
wip/qt6
wip/v8
code.qt.io: qt/qtscript.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Test module includes
Stephen Kelly
2012-10-31
1
-0
/
+7
*
Fixed compile with -no-widgets
Rohan McGovern
2012-10-26
2
-1
/
+12
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-24
50
-1202
/
+1202
*
Tests: Use qInstallMessageHandler
Kai Koehne
2012-09-14
1
-4
/
+4
*
Capture full backtrace when a native function calls back into JS
Kent Hansen
2012-08-22
1
-0
/
+41
*
Remove the use of the QWidgetStar metatypeid.
Stephen Kelly
2012-08-15
4
-2
/
+158
*
Make QScriptEngine::uncaughtExceptionBacktrace() work again
Kent Hansen
2012-08-15
1
-8
/
+7
*
Remove dead code from backtrace autotest
Kent Hansen
2012-08-15
1
-35
/
+0
*
Add default conversion for types long and ulong
Kent Hansen
2012-08-14
2
-0
/
+64
*
Fix GC issues related to QObject connections and ownership
Kent Hansen
2012-08-09
2
-0
/
+68
*
Move test helper function to separate header file
Kent Hansen
2012-08-09
4
-15
/
+64
*
QScriptEngine::pushContext(): Don't inherit parent context's scope
Kent Hansen
2012-08-08
1
-0
/
+27
*
Set the Qt API level to compatibility mode in all tests.
Thiago Macieira
2012-08-01
31
-0
/
+31
*
Test that the package configs for QtScript work.
Stephen Kelly
2012-07-19
5
-0
/
+97
*
Fix QScriptContextInfo::functionMetaIndex() for overloaded slots
Kent Hansen
2012-07-13
1
-6
/
+0
*
Ensure QObject wrappers are garbage-collected if appropriate
Kent Hansen
2012-07-03
1
-0
/
+76
*
Don't crash if queued signal handler no longer exists
Kent Hansen
2012-06-26
1
-0
/
+33
*
Fix namespace compilation on macx clang developer build OSX 10.7
Toby Tomkins
2012-06-21
1
-0
/
+5
*
Skip a test case that started failing after the upgrade to Unicode 6.1
Konstantin Ritt
2012-06-15
2
-1
/
+2
*
Skip a test case that started failing after the upgrade to Unicode 6.1
Lars Knoll
2012-06-13
1
-0
/
+1
*
Disable these tests for now
Lars Knoll
2012-06-13
1
-1
/
+1
*
don't reference $$QT_SOURCE/BUILD_TREE - they're unavailable here
Oswald Buddenhagen
2012-06-06
2
-2
/
+2
*
Fix crash when converting invalid JSValue to string
Kent Hansen
2012-06-01
1
-0
/
+9
*
Fix crash when accessing QObject properties through activation object
Kent Hansen
2012-06-01
1
-0
/
+18
*
Fix scripttools compilation when some features are disabled
Kent Hansen
2012-06-01
1
-0
/
+6
*
Don't crash in debugger if QScriptEngine is deleted
Kent Hansen
2012-06-01
1
-0
/
+18
*
Remove trailing semi-colon
Kent Hansen
2012-05-31
1
-1
/
+1
*
Fix race condition in tst_qsharedmemory autotest
Kent Hansen
2012-05-28
1
-1
/
+2
*
Deprecate the Encoding argument of qsTranslate
Lars Knoll
2012-05-21
2
-13
/
+9
*
qMalloc, qFree and qRealloc are deprecated.
Debao Zhang
2012-05-20
1
-1
/
+1
*
Skip tst_QScriptEngine::collectGarbage
Olivier Goffart
2012-05-20
1
-0
/
+1
*
Remove the test generator for the test qscriptvaluegenerated.
Friedemann Kleint
2012-05-16
11
-1401
/
+0
*
Remove large, static QString[] arrays from test qscriptvaluegenerated.
Friedemann Kleint
2012-05-10
5
-263
/
+173
*
Change uses of {to,from}Ascii to {to,from}Latin1
Thiago Macieira
2012-05-03
1
-14
/
+14
*
Port qtscript to QMetaMethod-based connectNotify()
Kent Hansen
2012-05-01
1
-32
/
+43
*
Fixed compile for removal of const from QRegExp::indexIn
Rohan McGovern
2012-04-30
1
-1
/
+1
*
Remove insignification from qscriptjstestsuite test.
Jason McDonald
2012-04-26
1
-2
/
+0
*
Remove insignification from qscriptv8testsuite test.
Jason McDonald
2012-04-26
1
-2
/
+0
*
Don't use the QRegExp methods that modify the object
Thiago Macieira
2012-04-24
1
-2
/
+4
*
Adapt qtscript to QMetaMethod::signature() renaming
Kent Hansen
2012-04-17
1
-2
/
+2
*
Disable qtscriptengineagent autotest for non-developer builds
Kai Koehne
2012-03-15
1
-1
/
+1
*
Make QScriptValue QObject handling consistent.
Stephen Kelly
2012-03-06
1
-1
/
+2
*
Use new plugin system in QtScript.
Friedemann Kleint
2012-02-23
4
-2
/
+9
*
Windows: Mark two failing QtScript tests insignificant
Miikka Heikkinen
2012-02-23
2
-1
/
+3
*
Port QtScript autotests to QMetaObjectBuilder
Kent Hansen
2012-02-22
4
-113
/
+49
*
Compile windows
Jan-Arve Saether
2012-02-20
1
-0
/
+3
*
Use new plugins system in Qt Script.
Friedemann Kleint
2012-02-17
3
-5
/
+9
*
Fixed tst_QScriptValue::toQObject for new QVariant cast behavior
Rohan McGovern
2012-02-09
1
-2
/
+2
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
51
-55
/
+60
*
Update obsolete contact address.
Jason McDonald
2012-01-23
51
-52
/
+52
[next]