summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QMetaType benchmark.Jędrzej Nowacki2013-05-131-1/+2
* test: Remove XFAIL from tst_qwidgetSergio Ahumada2013-05-131-4/+0
* Build manual test for widgets from toplevel.Friedemann Kleint2013-05-134-1/+7
* Disabling some concurrency in widget testsSimo Fält2013-05-102-2/+0
* Rename Numpad to Num, ensure Numpad is translated in all cases on Mac.Mitch Curtis2013-05-101-4/+4
* Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-0/+116
* Stabilize QGraphicsWidget test.Friedemann Kleint2013-05-091-15/+12
* Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-0/+25
* Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-082-4/+19
* Fix tabFocusFirst when that item is removed from QGraphicsSceneMiikka Heikkinen2013-05-081-0/+18
* QLocale: add autotest for French_Morocco localeEl Mehdi Fekari2013-05-081-0/+1
* moc: use fprintf instead of qWarningOlivier Goffart2013-05-081-0/+5
* Only expect EGL libraries in the cmake files if Qt is configured to use it.Stephen Kelly2013-05-071-1/+1
* Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-071-0/+22
* Fixed applying invalid data from QLineEdit to modelIvan Komissarov2013-05-071-0/+131
* Add QSKIP to hoverenter-test in tst_qgraphicsproxywidget.Friedemann Kleint2013-05-071-0/+1
* Fix XPASS in tst_qgraphicswidget (Windows).Friedemann Kleint2013-05-071-1/+1
* QProcess/Win: drain output pipes on process finishJoerg Bornemann2013-05-071-0/+34
* Autotest: Use the new test zone in all name-lookup unit testsThiago Macieira2013-05-073-61/+107
* Add some extra tests for QString::argThiago Macieira2013-04-291-0/+22
* test: Mark tst_menubar::task256322_highlight as XFAILSergio Ahumada2013-04-291-1/+6
* Get rid of this hack where QAccessible inherits from QObject.Jan Arve Saether2013-04-268-224/+24
* Cleanup the SQL testsAndy Shaw2013-04-258-340/+342
* Do not include the treeview header if its hiddenJan Arve Saether2013-04-251-0/+6
* Fix windows expose logicGunnar Sletta2013-04-251-11/+19
* Run the CMake tests with QPrinter, not QPrintDialog.Stephen Kelly2013-04-241-1/+1
* Enable OpenGL library detection for mac.Stephen Kelly2013-04-241-5/+3
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-231-1/+2
* Fix retrieving of the generic system proxy via environment variablesThomas McGuire2013-04-231-0/+41
* Remove QLocalePrivate::m_localeIDhjk2013-04-233-0/+89
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-231-0/+21
* File dialog manual test: Remove dot from default suffix.Friedemann Kleint2013-04-231-1/+1
* Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-0/+4
* Fix QKeySequence::toString() returning gibberish for Qt::KeypadModifierMitch Curtis2013-04-231-0/+5
* Add IMPORTED targets for the GL libraries used by Qt.Stephen Kelly2013-04-225-0/+157
* Fix QTableView::doItemsLayout()J-P Nurmi2013-04-221-0/+34
* test: Disable tst_uic when -no-widgets is usedSergio Ahumada2013-04-221-0/+1
* Ensure the QLineEdit::returnPressed() signal is still emittedAndy Shaw2013-04-211-1/+10
* Let platform plugin decide if accessibility is activeFrederik Gladhorn2013-04-193-2/+13
* Fusion & GTK styles need to check direction from style option not qappShawn Rutledge2013-04-181-20/+1
* An RTL submenu should be right-alignedShawn Rutledge2013-04-181-0/+36
* Update test exclusion following bug fix in recent cmake versions.Stephen Kelly2013-04-171-2/+2
* Fix qgraphicsview autotest build for WEC7.Janne Anttila2013-04-171-1/+1
* Fix qsqlquery benchmark test build for WEC7.Janne Anttila2013-04-171-1/+1
* Fix qprocess benchmark test build for WEC7.Janne Anttila2013-04-171-5/+3
* Fix tst_qstyle autotest build for WEC7.Janne Anttila2013-04-171-2/+2
* Fix tst_networkselftest build for WEC7.Janne Anttila2013-04-171-12/+7
* Reduce qmetatype autotest build time for Windows CE.Janne Anttila2013-04-171-2/+2
* Fix tst_qfile build for WEC7.Janne Anttila2013-04-171-1/+3
* Make QBuffer::bytesAvailable() workThiago Macieira2013-04-161-1/+22