Got rid of Map / Unmap events in favor of Expose event.
[profile/ivi/qtbase.git] / tests /
2012-03-22 Samuel RødalGot rid of Map / Unmap events in favor of Expose event.
2012-03-22 Kent HansenRemove support for meta-object revisions < 7
2012-03-21 Kent HansenQMetaMethod::typeName() should return "void" if the...
2012-03-21 Kent HansenFix QMetaObject::normalizedType() for "void" argument
2012-03-21 Giuseppe D'AngeloQRegularExpression: add QObject::findChildren overload
2012-03-21 Giuseppe D'AngeloQRegularExpression: support for QStringList overloads
2012-03-21 Jędrzej NowackiCrash fix in ~QVariant
2012-03-21 Jędrzej NowackiFix qDebug stream for an invalid QVariant.
2012-03-20 Kent HansenAdd QtJson types to meta-type system
2012-03-19 Kent HansenMerge master into api_changes
2012-03-19 Kurt KorbatitsFixed benchmarks to work from install directory
2012-03-18 Frederik GladhornMake copy and assign private for QAccessibleEvent.
2012-03-18 Kent HansenAdd autotests for QMetaType::load() and save()
2012-03-18 Stephen KellyMove CMake macros and tests for dbus tools from qttools.
2012-03-18 Stephen KellyBootstrap qdbuscpp2xml.
2012-03-18 Jędrzej NowackiAdd new test cases to tst_QMetaType.
2012-03-17 Marc Mutzcontainers: add C++11-style c{begin,end}() as alias...
2012-03-16 Olivier Goffartmoc: test signature with (void)
2012-03-16 Miikka HeikkinenFix font cache check in QFontEngineFT::recalcAdvances()
2012-03-16 Kent HansenMerge master into api_changes
2012-03-15 João AbecasisFix invalid read, detected by valgrind
2012-03-15 Shane KearnsRevert "Disable 'check' target generation for network...
2012-03-15 Shane KearnsFix QDnsLookup autotest failure in CI environment
2012-03-15 Mark BrandQSqlTableModel::removeRows() enforce edit strategy
2012-03-15 Mark BrandQSqlTableModel::setData(): no longer autosubmit for...
2012-03-15 Mark BrandQSqlTableModel: disallow insert if changes are pending
2012-03-15 Mark BrandQSqlTableModel::setData()/setRecord(): fix incorrect row
2012-03-15 Friedemann KleintUTF8-Codec test: Fix compilation with g++/C++0X.
2012-03-15 Debao Zhangtst_qsharedpointer: Fix auto test fail under Windows 7
2012-03-15 Jason McDonaldVerify expected warnings in QSettings autotest.
2012-03-15 Johannes ZellnerRemove unmaintained and broken VNC platform plugin
2012-03-14 Rohan McGovernheadersclean: omit -Wcast-align also on MIPS
2012-03-14 Rohan McGovernMark tst_qtimeline as insignificant on Windows
2012-03-14 Mark BrandQTableView: call model->submit() on row change
2012-03-14 Giuseppe D'AngeloQRegularExpression: support for QString overloads
2012-03-14 Morten Johan SorvigCocoa: Improve basic window handling.
2012-03-14 Thorbjørn Lund MartsumQHeaderView - renaming functions in Qt5
2012-03-14 Giuseppe D'AngeloQRegularExpression: QMetaType and QVariant support
2012-03-14 Jędrzej NowackiUnify QMetaType::TypeFlags detection.
2012-03-14 Jason McDonaldUncomment disabled code in QResourceEngine autotest.
2012-03-14 Jason McDonaldTidy the QSettings autotest.
2012-03-14 Jason McDonaldRemove commented code from qtconcurrentmap autotest.
2012-03-13 João AbecasisSilence 'narrowing conversion' warning in test
2012-03-13 Frederik GladhornPrint all accessibility event strings.
2012-03-13 Frederik GladhornClean up test, check radio button and checkbox.
2012-03-13 Frederik GladhornAutotest details of QAccessibleEvent.
2012-03-12 João AbecasisMerge "Merge remote-tracking branch 'origin/master...
2012-03-12 Mark BrandQSqlTableModel::isDirty(): new overloaded method
2012-03-12 Alexei RousskikhTrailing comma should result in an error during JSON...
2012-03-12 Debao ZhangMove tst_qshortcut.cpp to QtWidgets
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-12 João AbecasisFix QString:mid and midRef, again
2012-03-12 Friedemann KleintImplement QSystemTrayIcon for Windows.
2012-03-12 Debao ZhangMove the auto test of QPixmap::grabWidget() from QPixma...
2012-03-12 Marc Mutztst_exceptionsafety_objects: add virtual ~AbstractTester
2012-03-12 Frederik GladhornUse QAccessibleEvent in test.
2012-03-12 Marc MutzQtDBus: make some constructors explicit
2012-03-12 Jason McDonaldFix indentation of QWaitCondition autotest.
2012-03-12 Jason McDonaldRemove gcc 3.x-specific code from QtConcurrent and...
2012-03-12 Debao ZhangMove tst_qprinter.cpp to QtPrintSupport
2012-03-12 Debao ZhangClean up some auto tests of gui
2012-03-12 Frederik GladhornUpdate accessibility StateChange by custom event.
2012-03-12 Debao ZhangMove tst_qicon.cpp and tst_qpixmapfilter.cpp to QtWidgets
2012-03-12 Jason McDonaldRemove outdated assumption from QVariant autotest.
2012-03-12 Jason McDonaldFix compile warnings in QCoreApplication autotest.
2012-03-12 Jason McDonaldRemove redundant and incorrect comment from QList autotest.
2012-03-12 Jason McDonaldtestlib: Improve formatting of QCOMPARE failure messages.
2012-03-11 Glenn WatsonAdd Q_IS_ENUM(), and provide as flag in QMetaType:...
2012-03-11 Jędrzej NowackiCrash fix in QMetaType::typeFlags.
2012-03-10 Debao ZhangMake tst_qsql.cpp independent of QtWidgets
2012-03-09 Kevin KrammerMake tst_qapplication build when QT_NO_SHAREDMEMORY...
2012-03-09 Miikka HeikkinenWindows: Fix QStyleSheetStyle autotest antialiasing...
2012-03-09 Sergio AhumadaMark tst_qtimeline as insignificant on Windows
2012-03-09 Friedemann KleintMerge "Merge remote-tracking branch 'origin/containers...
2012-03-09 Debao ZhangMake tst_qmouseevent.cpp independent of QtWidgets
2012-03-09 Debao ZhangClean up for some auto tests of the gui/kernel.
2012-03-09 Debao Zhangtst_qimagereader: does not depend on QtWidgets
2012-03-09 Marc Mutz{QTouchEvent,QWindowSystemInterface}::TouchPoint: repla...
2012-03-08 Giuseppe D'AngeloQRegularExpression: minor fix to captureIndexForName
2012-03-08 Giuseppe D'AngeloQRegularExpression: improve JIT memory handling
2012-03-08 Oswald Buddenhagenuse $$QT_BUILD_TREE instead of $$(QTDIR)
2012-03-08 Oswald Buddenhagenremove strange .qmake.cache hacks
2012-03-08 Miikka HeikkinenWindows: Removing insignification from QTextEdit test
2012-03-08 Lars KnollFix a bug in the assignment operators for QJsonObject...
2012-03-08 Jędrzej NowackiCrash fix in QMetaType::typeName.
2012-03-08 Jędrzej NowackiFix crash in QVariant::canConvert.
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/containers' into...
2012-03-08 João AbecasisSkip test when implicit move operators not available
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-08 Debao ZhangWindows: Make QMenuBar autotest significant again
2012-03-08 Giuseppe D'AngeloRemove usage of QtXml from rcc, add test
2012-03-08 Frederik GladhornCall updateAccessibility with the right index.
2012-03-08 Jason McDonaldselftests: Improve reporting of problems with loading...
2012-03-08 Jason McDonaldtestlib: Improve verbose and XPASS output
2012-03-08 Shane KearnsMark unstable windows network tests
2012-03-08 Shane KearnsRework QNetworkProxyFactory::systemProxyForQuery autotest
2012-03-08 Shane KearnsMark tst_QNetworkReply::getThenDeleteObject as unstable
2012-03-08 Shane Kearnstst_qnetworkreply - remove qRegisterMetaType duplicates
2012-03-08 Shane KearnsAdd windows XFAIL to qnetworkreply autotest
2012-03-08 Marc Mutzchiptester benchmark: compile
next