Doc: Enabling Qt QML linking to Qt Quick.
[profile/ivi/qtdeclarative.git] / src / imports / testlib /
2012-09-23 Iikka EklundChange copyrights from Nokia to Digia
2012-09-12 Kai KoehneAdd .qmltypes files
2012-09-06 Sergio Ahumadadoc: fix some typos in .qml files
2012-07-30 Matthew VogtImplement strict mode for qmldir modules
2012-07-30 Jerome PasionDoc: Changed \qmlclass to \qmltype and added \instantiates.
2012-07-25 Charles YinAdd waitForRendering() function for qmltest
2012-07-25 Alan AlpertEmpty JSON files are not needed for the plugin system
2012-07-18 Charles YinAdd fuzzyCompare() to qmltest
2012-07-11 Oswald Buddenhagenuse centralized qml plugin project handling
2012-07-04 Charles YinImprove mouseWheel() function
2012-06-12 Charles YinAdd pixel comparation support to qmltest
2012-06-06 Jerome PasionDoc: Grouped Qt Quick types into several groups
2012-05-24 Nico VertriestDoc: Sanitized QML types
2012-05-01 Charles YinConsolidate SignalSpy item
2012-04-19 Charles YinClean up qmltest code
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-05 Charles YinFix some issues with init_data() for qmltest
2012-04-03 Charles YinAdd init_data() function for default data driven testing
2012-03-19 Kent HansenMerge master into api_changes
2012-03-13 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-13 Charles YinImplement mouseDrag
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-13 Charles YinFix SignalSpy disconnect issue
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml
2012-02-23 Friedemann KleintUse new plugin system in QtDeclarative.
2012-02-13 Justin McPhersonChange variant properties to var properties.
2012-02-13 Jason McDonaldqmltest: Remove obsolete skipAll function.
2012-02-13 Jason McDonaldqmltest: Count passes, fails and skips consistently.
2012-02-09 Jason McDonaldRemove code related to test location.
2012-02-08 Jason McDonaldqmltest: Perform extra checks after each data row is...
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-19 Jason McDonaldChange testlib skipAll function to failure.
2012-01-17 Jason McDonaldUpdate copyright year in Nokia copyright headers.
2011-12-02 Kent HansenSay hello to QtQuick module
2011-11-28 Charles Yinqmltestrunner reports wrong LOC for failed test cases
2011-11-09 Charles YinFix qmltestrunner crash bug when report filename and...
2011-11-07 Friedemann KleintDeclarative: Fix compiler warnings.
2011-10-26 Damian JansenRemove Q_WS_*, symbian and maemo code in QtDeclarative
2011-10-25 Charles YinRemove warning messages from TestCase.qml
2011-10-24 Charles YinFix qmltestrunner hang bug when no TestCase item
2011-10-21 Kent HansenRename Qt Quick-specific classes to QQuick*
2011-10-21 Charles YinAdd file and lineno parameters to warn() method
2011-10-21 Jason McDonaldRemove SkipMode from qtestlib API.
2011-09-28 Kent HansenBuild with qt-in-namespace
2011-09-22 juhvuWheel event support in qmltestlib + few fixes.
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-07 Charles Yinremove useless debug log
2011-08-31 Gunnar SlettaMerge branch 'master' into refactor
2011-08-29 Kent HansenRemove V8 submodule from QtDeclarative
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-23 Julian de BhalQML Autotests: Use fuzzy compare for real numbers
2011-08-11 Gunnar SlettaMerge branch 'master' into refactor
2011-08-08 Charles Yinadd dummy notify signals to remove warnings
2011-08-02 Caio Marcelo de... qmltest: Fix SignalSpy to use TestUtil helper functions
2011-07-29 Simon HausmannMerge the QJSEngine and QJSValue development branch...
2011-07-20 Charles Yinfix qmltest bugs
2011-07-20 Rohan McGovernFixed compile (for certain configurations)
2011-07-08 Aaron KennedyMerge branch 'v8'
2011-07-08 Jyri TahtelaUpdate licenseheader text in source files for qtdeclara...
2011-07-01 Aaron KennedyMerge branch 'master' into v8-clean
2011-06-23 Charles YinwindowShown is a property of qtest, not util.
2011-06-23 Charles Yinget the caller file & line number from v8 stack trace.
2011-06-06 Alan AlpertMerge branch 'master' into qtquick2
2011-05-31 Martin JonesMerge branch 'master' of git://scm.dev.nokia.troll...
2011-05-31 Martin JonesMerge branch 'qtquick2'
2011-05-30 Charles Yinfix shadow build error
2011-05-30 Kim Motoyoshi KallandCompile fix.
2011-05-30 Charles Yincopy other .qml .js files during build time
2011-05-20 Charles YinIntegrate QtQuickTest into Qt