index
:
platform/upstream/qtdeclarative
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
master
sandbox/pcoval/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_release
upstream
Domain: UI Framework / Qt;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auto
/
qml
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-03
Temporarily blacklist importsPath change on Windows
v5.5.90+alpha1
upstream
Simon Hausmann
1
-0
/
+2
2015-09-02
Merge remote-tracking branch 'origin/5.5' into 5.6
Simon Hausmann
2
-0
/
+60
2015-09-02
Don't consider QLocale a value type.
Mitch Curtis
2
-0
/
+60
2015-08-27
XHR: Server side errors are not network errors
Julien Brianceau
2
-0
/
+4
2015-08-25
Fix autotest
Lars Knoll
1
-7
/
+5
2015-08-24
Fix use of function expressions with signal handlers
Simon Hausmann
2
-0
/
+17
2015-08-20
Cleanup qmlcontextwrapper usage in XHR
Lars Knoll
1
-3
/
+3
2015-08-19
Hold a pointer to the QV4::ExecutionEngine in the property cache
Lars Knoll
1
-6
/
+13
2015-08-19
Clean up data format for V4 debug connection
Ulf Hermann
1
-12
/
+6
2015-08-18
Fix test case
Lars Knoll
1
-2
/
+3
2015-08-18
Get rid of special handling of var properties
Lars Knoll
1
-0
/
+6
2015-08-18
Merge remote-tracking branch 'origin/5.5' into 5.6
Ulf Hermann
7
-1
/
+258
2015-08-13
Allow specification of loadable debug services via command line
Ulf Hermann
6
-125
/
+161
2015-08-10
Move DataCollector into debugger plugin
Ulf Hermann
2
-15
/
+33
2015-08-10
Move V4 debugger agent into the debugger plugin
Ulf Hermann
1
-30
/
+34
2015-08-10
Change data collection for debugging to use QV4::Value.
Ulf Hermann
1
-131
/
+162
2015-08-09
Don't call the test method assert
Lars Knoll
1
-2
/
+2
2015-08-09
Prospective build fix for autotest on mac os x
Lars Knoll
1
-0
/
+4
2015-08-04
Periodically flush profiling data to client.
Ulf Hermann
3
-2
/
+38
2015-07-31
Use signal/slot for passing messages through QQmlDebugServer
Ulf Hermann
3
-10
/
+2
2015-07-30
Make QQmlDebugService::registerService() private and part of ctor
Ulf Hermann
4
-97
/
+59
2015-07-30
Extract minimal interface from QQmlDebugServer and use it.
Ulf Hermann
4
-6
/
+0
2015-07-29
Use QVector rather than QList for storing QQmlProfilerData
Ulf Hermann
1
-6
/
+6
2015-07-29
Remove QQmlDebugService::objectToString()
Ulf Hermann
1
-13
/
+0
2015-07-29
Remove some methods from QQmlDebugServer
Ulf Hermann
4
-6
/
+0
2015-07-29
Remove static proxy methods from QQmlDebugService
Ulf Hermann
4
-5
/
+11
2015-07-29
tests/qml: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).
Friedemann Kleint
29
-367
/
+368
2015-07-27
Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).
Friedemann Kleint
7
-128
/
+128
2015-07-22
Make tst_QQmlInspector::reloadQmlWindow() fail more quickly
Ulf Hermann
1
-2
/
+2
2015-07-21
Fix possible stack overflow with many property bindings
Eskil Abrahamsen Blomfeldt
1
-0
/
+34
2015-07-21
fix readonly metaproperties (revealed by compiler warning)
Shawn Rutledge
2
-0
/
+23
2015-07-18
With -no-qml-debug, don't compile debug plugins and tests
Ulf Hermann
1
-1
/
+1
2015-07-18
QML Engine: Support for "PROPFIND" method for XMLHTTPRequest
Valery Kotov
9
-0
/
+657
2015-07-15
Test if the state machine reacts to a QObject signal.
BogDan Vatra
4
-1
/
+201
2015-07-15
Adapt to deprecation of QProcess::error(...) signal
Ulf Hermann
1
-1
/
+1
2015-07-10
Fix tst_qqmldebuglocal on QNX.
Rafael Roquetto
1
-1
/
+1
2015-06-30
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
11
-15
/
+23
2015-06-26
Add option to use a local socket for QML debugging
Ulf Hermann
6
-8
/
+232
2015-06-26
Merge remote-tracking branch 'origin/5.5.0' into 5.5
Liang Qi
6
-10
/
+18
2015-06-26
Make QQmlDebugService ctor protected
Ulf Hermann
1
-2
/
+2
2015-06-25
Clear stringCache explicitly instead of asserting its emptiness.
Dmitry Volosnykh
3
-0
/
+79
2015-06-23
Force completion of asynchronously loaded components.
Robert Griebl
1
-0
/
+30
2015-06-18
Fix some function signatures and remove an unused function
Lars Knoll
1
-17
/
+17
2015-06-18
Get rid of QQmlBoundSignalExpression::ExtraData
Lars Knoll
1
-1
/
+1
2015-06-16
Verify that debug client exists before interacting with it.
Ulf Hermann
2
-2
/
+6
2015-06-15
Don't wait forever in QQmlDebugClient test
Ulf Hermann
1
-2
/
+1
2015-06-15
Initialize members of tst_QQmlEngineDebugService
Ulf Hermann
1
-0
/
+2
2015-06-10
Improve qml error message "invalid alias location"
Aleix Pol
5
-5
/
+5
2015-06-10
Make argument to QQmlDebuggingEnabler::startTcpServer an enum
Ulf Hermann
1
-2
/
+2
2015-06-10
Make bindings refcounted
Lars Knoll
1
-39
/
+39
[next]