Add the CMake directory created during unit testing to .gitignore.
[profile/ivi/qtbase.git] / tests /
2012-07-23 Stephen KellyExclude the delayed resource file test on Windows.
2012-07-23 Stephen KellyAdd a test for all QtBase modules.
2012-07-20 Stephen KellyFix typo: delyed -> delayed
2012-07-20 David FaureProvide public API for native event filtering, moved...
2012-07-20 Friedemann KleintTests: Replace deprecated QPixmap::grabWidget() by...
2012-07-20 Friedemann KleintActivate native window tests of QMdiArea.
2012-07-20 Friedemann KleintImplement waitForWindowExposed and friends for widget...
2012-07-19 Joerg BornemannQWidget/Win: fix restoreGeometry() from fullscreen...
2012-07-19 Friedemann KleintRemove the test tst_qdialog::throwInExec().
2012-07-19 Stephen KellyAdd another directory to the private INCLUDE_DIRS list.
2012-07-19 Stephen KellyDereference so we can be sure the type is not forward...
2012-07-18 Friedemann KleintTrack window state in manual test windowflags.
2012-07-18 Miikka HeikkinenFix rendering glitches when using native widgets in...
2012-07-17 Friedemann KleintWindows: Do not return short path names for QDir::tempP...
2012-07-16 Thiago A. CorreaFix error when inserting to tables with datetime fields...
2012-07-16 Friedemann KleintReplace Q_WS_ in tests by Q_OS_ or check platform names.
2012-07-16 Joerg Bornemanntst_qwidget: check widget geometry in fullscreen mode
2012-07-16 Friedemann KleintRemove #ifdef Q_WS_ / include / #endif conditionals.
2012-07-16 David FaureFix applicationName() being empty in QApplication.
2012-07-16 Kent Hansenstatemachine: Move RestorePolicy enum to QState class
2012-07-16 Kent HansenAdd QStateMachine constructor that takes a ChildMode
2012-07-15 Oswald Buddenhagenfix object file name clash
2012-07-14 Stephen KellyTest QVariant copy with a user type instead of a QtNetw...
2012-07-14 Stephen KellyRun QIcon related crash test with the other QtGui types.
2012-07-14 Stephen KellyDon't declare built-in metatypes as metatypes again.
2012-07-13 Stephen KellyAdd some tests to note that private signals can't be...
2012-07-13 Jan-Arve SaetherRelax the reqirement in which order events are delivered.
2012-07-13 Kent Hansenstatemachine: Make signal transition registration threa...
2012-07-13 Kent Hansenstatemachine: Fix signal transition handling in multi...
2012-07-13 Kent Hansenstatemachine: Fix dynamic transition registration edge...
2012-07-13 Kent Hansenstatemachine: Set correct signal index when signal...
2012-07-12 Stephen KellyMake it possible to connect to QAbstract{State,Transtio...
2012-07-12 Stephen KellyMake it possible to use new syntax to connect to model...
2012-07-12 Stephen KellyCreate a way to inform moc about private signals.
2012-07-12 Jędrzej NowackiTest for QMetaType binary breakage.
2012-07-12 Marc Mutztst_QMimeDatabase: use QFutureSynchronizer
2012-07-12 Kent Hansenstatemachine: Fix state entry bug for parallel state...
2012-07-12 Thiago MacieiraFix small problems with tst_QProcess
2012-07-12 Jan-Arve SaetherEnable modularization of translation files.
2012-07-12 Eskil Abrahamsen... Fix crash when column is inserted before rowspanned...
2012-07-12 Oswald Buddenhagentest behavior of $${absolute,relative}_path() with...
2012-07-12 Friedemann KleintImplement qWaitForWindowShown using qWaitForWindowExposed.
2012-07-12 Friedemann KleintTests: Fix printsupport profiles.
2012-07-11 Mitch CurtisWrite qHash functions for QDate, QTime and QDateTime.
2012-07-11 Mitch CurtisAdd unary operator+ to QPoint and QPointF.
2012-07-11 Friedemann KleintImprove windowflags, windowgeometry manual tests.
2012-07-11 Sergio AhumadaFix some spelling errors
2012-07-11 Mitch CurtisImprove QPoint and QPointF auto tests.
2012-07-11 Oswald Buddenhagenfix build with namespaced qt
2012-07-11 Stephen KellyFix unit tests when CMAKE_PREFIX_PATH env var is not...
2012-07-11 Kent Hansenstatemachine: Support parallel root state
2012-07-11 Kent Hansenstatemachine: Emit finished() signal when the initial...
2012-07-11 Kent Hansenstatemachine: Revamp property assignments implementation
2012-07-11 Jan-Arve SaetherRemove clipboard operations from QAccessibleEditableTex...
2012-07-10 Sergio Ahumadatest: subtract qurlinternal.pro when private_tests...
2012-07-10 Kent Hansenstatemachine: Don't assign properties for transitions...
2012-07-10 Kent Hansenstatemachine: Purge restorable properties when they...
2012-07-10 Kent HansenSet compound state's initial state to 0 if it is remove...
2012-07-10 Kent Hansenstatemachine: Don't crash if property assignment target...
2012-07-10 Alexey ChernovColor transparency support in html import/export
2012-07-10 Marc Mutzfix compilation with conforming compilers (e.g. GCC...
2012-07-09 Sergio AhumadaChange deprecated use of CONFIG+=qdbus to QT+=dbus
2012-07-09 Stephen KellyUpdate the moc no-keywords test for the signals replace...
2012-07-09 Thorbjørn Lund MartsumQItemDelegate - add a more comprehensive test
2012-07-09 Joerg Bornemannremove QEXPECT_FAILS from tst_qwidget
2012-07-08 David FaureQMimeType: document preferredSuffix()/suffixes() better
2012-07-08 David FaureFix QMimeType::operator== to only compare mimetype...
2012-07-06 Bjoern Breitmeyerfixed unittest builds for wince
2012-07-06 Joerg Bornemannmake tst_qwidget significant again on Windows and Linux
2012-07-06 Kim Motoyoshi KallandFix division by zero in triangulating stroker.
2012-07-06 Mitch CurtisImprove QDate, QTime, QDateTime auto tests.
2012-07-06 Martin Peterssontst_qudpsocket: Interface fix for Windows Xp
2012-07-05 Martin Peterssontst_QTcpServer::linkLocal fix for Windows Xp
2012-07-05 Thorbjørn Lund MartsumQHeaderView - adding an auto test with saveState and...
2012-07-05 Thorbjørn Lund MartsumQHeaderView - resizeSection improvement
2012-07-05 Toby TomkinsReplace insignificant test with QEXPECT_FAIL.
2012-07-04 Thorbjørn Lund MartsumQHeaderView - prevent negative default+minimum section...
2012-07-04 Stephen KellyUppercase the CONFIG for verbatim mode.
2012-07-04 Stephen KellyAdd a Q_PROPERTY for the sourceModel of a proxy model.
2012-07-04 Joerg Bornemanntst_qwidget: remove QEXPECT_FAIL for QTBUG-8911
2012-07-04 Toby TomkinsReplace insignificant test with QEXPECT_FAIL.
2012-07-04 Rohan McGovernAvoid load(testcase) for installing test helper apps
2012-07-03 Matthew VogtRevert "Allow moc to handle symbols that have been...
2012-07-03 Friedemann KleintFix QWidget/widgetAt() test.
2012-07-03 Friedemann KleintRemove Unicode escape sequence, which MSVC does not...
2012-07-03 Christoph Schleife... Platform-plugin support for QSystemTrayIcon.
2012-07-03 Miikka HeikkinenFix focus handling when the application has QAxWidgets.
2012-07-03 Martin Peterssontst_QTcpServer::clientServerLoop fix for Windows Xp
2012-07-03 Konstantin RittAdd QChar::SoftHyphen enum value
2012-07-03 Joerg Bornemannremoved ancient left-over test from tst_qwidget
2012-07-03 Joerg Bornemanntst_QWidget::gdiPainting fixed
2012-07-03 Kurt KorbatitsFixed warnings in qnetworkreply unit test
2012-07-02 João AbecasisAdd erase operation to QArrayDataOps
2012-07-02 Martin PeterssonQSslCertificate::fromPath fix wildcard handling
2012-07-02 Yann BodsonFix capitalization with newline bug
2012-07-02 Stephen KellyMove the macros for invoking ctest to a shared location.
2012-07-02 Stephen KellyAdd constexpr template specializations for built in...
2012-07-02 Kalle Juhani LehtonenMark qgl autotest as significant for Windows
2012-07-02 Kalle Juhani LehtonenChange qglfunctions autotest to insignificant on Windows
2012-07-01 Stephen KellyImplement QVariant conversions for QObject derived...
next