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
/
src
/
qmltest
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-05
qttest: make findChild available only for QtTest 1.1
Fawzi Mohamed
1
-1
/
+1
2014-08-25
Update license headers and add new licenses
Jani Heikkinen
8
-152
/
+88
2014-07-26
Merge remote-tracking branch 'origin/5.3' into dev
Simon Hausmann
1
-1
/
+1
2014-07-21
Check for window != 0 in QuickTestResult::grabImage().
Friedemann Kleint
1
-1
/
+1
2014-07-04
Add findChild to TestCase.
Mitch Curtis
2
-0
/
+8
2014-06-18
Use the correct 'no-widgets' check
Gunnar Sletta
1
-1
/
+1
2014-04-03
QtQuick test: Do not complain about Qt specific arguments
Kai Koehne
1
-17
/
+23
2014-03-07
QML testlib: Do not modify the arguments passed into QGuiApplication.
Friedemann Kleint
1
-8
/
+6
2014-01-16
Make sure the test window has focus
Albert Astals Cid
1
-1
/
+2
2013-12-17
ensure that qmltest users have CONFIG+=console
Oswald Buddenhagen
1
-0
/
+4
2013-09-27
Update after changes to QTestResult API in qtbase
Tor Arne Vestbø
1
-1
/
+1
2013-09-26
Make parts of qv8engine_p.h GC safe
Lars Knoll
1
-1
/
+1
2013-09-26
Fix QQmlV4Function API to be GC safe
Lars Knoll
1
-8
/
+9
2013-09-13
Remove qSort usages from declarative
Giuseppe D'Angelo
1
-1
/
+3
2013-09-12
Use a ReturnedValue when converting to String or Object
Lars Knoll
1
-1
/
+1
2013-08-28
qmltest: Add QTestDefinedVariables
Caroline Chao
1
-1
/
+10
2013-08-28
qmltest: Register test object as a singleton
Caroline Chao
1
-9
/
+26
2013-06-24
Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...
Simon Hausmann
1
-1
/
+1
2013-06-03
Remove some more v8 usage
Lars Knoll
1
-10
/
+7
2013-05-08
Cleanup v8 dependencies from QQmlV8Function
Lars Knoll
2
-5
/
+5
2013-05-07
Replace v8::Null() with QV4::Value::nullValue()
Simon Hausmann
1
-1
/
+1
2013-05-06
Get rid of v8::Local
Lars Knoll
1
-2
/
+2
2013-05-01
Move QV8Engine::to/fromVariant over to a v4 based API
Lars Knoll
1
-1
/
+1
2013-04-29
Get rid of QV8Engine::toString()
Lars Knoll
1
-1
/
+1
2013-04-23
Doc: Fix module name format
Sze Howe Koh
1
-1
/
+1
2013-04-15
Fix compilation with built-in v4vm JS engine
Simon Hausmann
1
-1
/
+1
2013-04-05
Make keyClick/Press/Release work with a char
Albert Astals Cid
2
-0
/
+34
2013-01-28
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
3
-10
/
+0
2013-01-17
Merge branch 'release' into stable
Gunnar Sletta
1
-1
/
+2
2013-01-17
Avoid race condition in QQuickTests
Gunnar Sletta
1
-1
/
+2
2013-01-10
Update copyright year in Digia's license headers
Sergio Ahumada
8
-8
/
+8
2012-12-31
qmltest: Added the possibility to use QApplication
Liang Qi
2
-6
/
+30
2012-12-19
Compile with QT_NO_WHEELEVENT.
Volker Krause
2
-0
/
+6
2012-12-16
remove some unnecessary CONFIG additions
Oswald Buddenhagen
1
-1
/
+0
2012-11-30
Remove the remaining usages of deprecated QWindow accessors
Shawn Rutledge
1
-1
/
+1
2012-11-26
Enable mobule build with QT_NO_TRANSLATION
Tasuku Suzuki
1
-0
/
+2
2012-11-08
All QWindow properties that have "window" in them have been renamed.
Shawn Rutledge
1
-2
/
+2
2012-10-24
Fix crash in qtlocation tests.
Friedemann Kleint
1
-1
/
+1
2012-10-20
Fix qmltest library.
Friedemann Kleint
1
-4
/
+16
2012-10-16
Remove interim compatibility measures
Alan Alpert
1
-1
/
+1
2012-09-23
Add missing QT_{BEGIN,END}_{NAMESPACE,HEADER}
Sergio Ahumada
1
-0
/
+2
2012-09-23
Change copyrights from Nokia to Digia
Iikka Eklund
8
-193
/
+193
2012-09-11
centralize load(qt_build_config)s in .qmake.conf
Oswald Buddenhagen
1
-2
/
+0
2012-08-11
Fix the dependencies of QQuickTest.
Stephen Kelly
1
-1
/
+2
2012-08-11
follow rename of qt_module_config.prf to qt_module.prf
Oswald Buddenhagen
1
-1
/
+1
2012-07-25
Add waitForRendering() function for qmltest
Charles Yin
3
-1
/
+11
2012-07-23
Remove qtquick as a private dependency of qmltest.
Stephen Kelly
1
-3
/
+0
2012-07-18
Add fuzzyCompare() to qmltest
Charles Yin
3
-6
/
+98
2012-07-17
QQuickCanvas renames
Alan Alpert
2
-5
/
+5
2012-07-11
Update the export macros in qtdeclarative.git
Thiago Macieira
1
-21
/
+6
[next]