summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix fontconfig configure testJiang Jiang2011-08-291-1/+0
* Add QtV8 library to QtBaseKent Hansen2011-08-2934-10/+5789
* Optimized QMatrix4x4 by improving how 'flagBits' are used.Kim Motoyoshi Kalland2011-08-293-422/+666
* Remove the QTEST_NOEXITCODE define.Jason McDonald2011-08-291-6/+0
* Rename COMPARE_IMPL2 to TO_STRING_IMPL.Jason McDonald2011-08-291-15/+15
* Remove unused functionJason McDonald2011-08-291-6/+0
* Remove literal tabsJason McDonald2011-08-291-5/+5
* Remove default params from QTestData constructorJason McDonald2011-08-291-1/+1
* Remove obsolete ifdef.Jason McDonald2011-08-291-3/+1
* Remove debugging printf.Jason McDonald2011-08-291-1/+0
* Remove obsolete autotest command-line flag.Jason McDonald2011-08-291-2/+0
* Send error messages to stderr rather than stdoutJason McDonald2011-08-292-34/+34
* Remove unused members and methods from QTestLogger.Jason McDonald2011-08-292-86/+10
* Remove unused methods from QTestLogger.Jason McDonald2011-08-292-13/+0
* Remove QTestLog constructor/destructor definitionsJason McDonald2011-08-291-8/+0
* Add missing assertions.Jason McDonald2011-08-291-0/+3
* Be more consistent when including private headers.Jason McDonald2011-08-291-3/+1
* Remove mode parameter from QTestLog::addSkip().Jason McDonald2011-08-295-10/+6
* Fix broken header file guard.Jason McDonald2011-08-291-1/+1
* Fix typo in enum name.Jason McDonald2011-08-293-5/+5
* Fix minor formatting issues.Jason McDonald2011-08-291-7/+7
* Remove QTestFileLogger class.Jason McDonald2011-08-296-201/+5
* Remove ability to change XML logger during a test.Jason McDonald2011-08-299-23/+17
* Enable multiple instances of QAbstractTestLogger.Jason McDonald2011-08-296-164/+167
* Remove color logging feature from qtestlib.Jason McDonald2011-08-293-74/+12
* Remove circular dependency in testlib logging codeJason McDonald2011-08-299-19/+17
* Remove obsolete testlib files from .gitignoreJason McDonald2011-08-291-2/+0
* Fix typo for ifdef QT_NO_ACCESSIBILITYFrederik Gladhorn2011-08-261-1/+1
* Call QAccessible::updateAccessibility when a widget is deletedJosé Millán Soto2011-08-261-0/+4
* Call QAccessible::updateAccessibility when setText is called on QLabelJosé Millán Soto2011-08-261-0/+9
* Incorrect property name in QAccessibleAbstractSpinBox::setCurrentValueJosé Millán Soto2011-08-261-1/+1
* Check if bridge plugin vector is still valid.Frederik Gladhorn2011-08-261-1/+1
* Fix crash when fallback font is not #0 in multi font engineEskil Abrahamsen Blomfeldt2011-08-262-0/+7
* optimize parsing of templates like p{IsArabic}, etcRitt Konstantin2011-08-261-161/+160
* optimize parsing of templates like p{L}, p{Lu}, etcRitt Konstantin2011-08-261-98/+124
* don't build code related to CClass if QT_NO_REGEXP_CCLASS is definedRitt Konstantin2011-08-261-0/+6
* Remove duplicated code from QTestBasicStreamer.Jason McDonald2011-08-263-57/+4
* Don't use the // operator, since some versions of Perl don't have it.Michael Goddard2011-08-261-1/+1
* Fix justification of RTL textEskil Abrahamsen Blomfeldt2011-08-251-1/+2
* Add constants to QAccessible::Event enum.Frederik Gladhorn2011-08-251-34/+34
* test: marked tst_qfiledialog as insignificant for qpa, xcbRohan McGovern2011-08-251-0/+2
* test: marked tst_qmenu as insignificant (for qpa, xcb)Rohan McGovern2011-08-251-0/+2
* test: marked tst_qlistwidget as insignificantRohan McGovern2011-08-251-1/+1
* Mark QNetworkReply test as unstableEskil Abrahamsen Blomfeldt2011-08-251-0/+2
* Add a QApplication::queryKeyboardModifiers() method.David Faure2011-08-258-17/+60
* Make the DBus timeout configurable in QDBusAbstractInterface.David Faure2011-08-258-4/+149
* update .gitignoreCharles Yin2011-08-241-0/+44
* Add operator== and operator!= to qsqlerror classAntonis Tsiapaliokas2011-08-243-0/+38
* Do not expose text when echo mode is not Normal.José Millán Soto2011-08-231-0/+4
* Check validator when changing text using accessibility functions.José Millán Soto2011-08-232-1/+14