summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: add squeeze functionPeter Kümmel2013-01-281-0/+24
* Fix MinGW-Warnings in tst_qwinoverlappedionotifier.Friedemann Kleint2013-01-281-5/+8
* Fix warning about redefinition of _WIN32_WINNT.Friedemann Kleint2013-01-281-1/+0
* tst_qfilesystemmodel: Avoid commonly used folders.Friedemann Kleint2013-01-281-23/+32
* Fix warning about redefinition of M_PI in tst_qwmatrix.Friedemann Kleint2013-01-281-1/+1
* Fix warning about unhandled enumeration values in tst_sqldriver.Friedemann Kleint2013-01-281-0/+2
* Don't emit activated on clicking disabled itemview item.Mitch Curtis2013-01-261-0/+24
* Add toJson() formatting argument to QJsonDocument interfaceJean-Paul Delimat2013-01-261-40/+96
* Add static dotProduct methods to the QPoint(F) classesLaszlo Papp2013-01-262-0/+51
* Introducing QWidget::createWindowContainer()Gunnar Sletta2013-01-254-0/+234
* Improve QAccessibleApplicationFrederik Gladhorn2013-01-251-2/+30
* Add an umbrella cmake config file for Qt 5.Stephen Kelly2013-01-244-1/+58
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-246-5/+139
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-246-5/+139
| |\
| | * Make sure QGraphicsItem notifies changes to focusScopeItem.Andreas Aardal Hanssen2013-01-241-0/+57
| | * QSslConfiguration: toggle on demand loading of root certs properlyPeter Hartmann2013-01-233-4/+69
| | * Add autotests for Indonisian and Catalan localesMehdi Fekari2013-01-231-0/+12
| | * Disable only accessibility bridge without dbus on linuxFrederik Gladhorn2013-01-231-1/+1
* | | Manual file dialog test: Add showModal().Friedemann Kleint2013-01-242-18/+58
|/ /
* | Extend lance-tests for text/statictext to check flipped/negative scaleTor Arne Vestbø2013-01-242-16/+52
* | Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-243-0/+82
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231126-1157/+5210
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221126-1157/+5210
| |\|
| | * Accessibility Linux: Make dbus registration asyncFrederik Gladhorn2013-01-221-22/+8
| | * Make hierarchy of actions in menubars more consistent.Jan Arve Saether2013-01-211-2/+9
| | * Accessibility: Test for do not crash if the column count is 0Jan Arve Saether2013-01-211-1/+6
| | * QNetworkReply auto test: also test uploading data via HTTPSPeter Hartmann2013-01-181-0/+216
| | * Fix a crash when minimizing a QQuickWindow.Friedemann Kleint2013-01-182-5/+0
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-181124-1126/+1126
| | * QDateTime auto test: stabilize currentDateTimeUtc2 testPeter Hartmann2013-01-171-1/+1
| | * tst_bic: Add linux-gcc-ia32 bic data for QtXmlSergio Ahumada2013-01-162-0/+3844
* | | QImage plugins should report supported mime typesAllan Sandfeld Jensen2013-01-232-0/+42
* | | Fix qstring-literals test for MinGW.Friedemann Kleint2013-01-231-2/+2
* | | Implement focus handling of child windows for cocoa.Gunnar Sletta2013-01-231-3/+5
* | | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-2311-8/+49
* | | Make the QtDBus object tree keep a count of active childrenThiago Macieira2013-01-231-0/+13
* | | Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-223-0/+236
* | | Fix testlib-selftest for MinGW.Friedemann Kleint2013-01-221-2/+5
|/ /
* | Don't build lance as application bundle on Mac OSTor Arne Vestbø2013-01-222-0/+2
* | QTestLib: improve output when comparing lists fails.David Faure2013-01-225-22/+84
* | Fix cleanup of temporary files in test of QFileInfo.Friedemann Kleint2013-01-221-25/+24
* | MinGW: Disable tests in tst_qstring that use unsupported formats.Friedemann Kleint2013-01-221-0/+6
* | Reduce invocations of QFINDTESTDATA in tst_qfileinfo.Friedemann Kleint2013-01-211-31/+47
* | Fix temporary file leak in tst_qfileinfo.Friedemann Kleint2013-01-211-4/+3
* | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-191-6/+117
* | Fix crashes in tst_qthreadpool on Windows.Friedemann Kleint2013-01-181-6/+28
* | Output std error from qmake/make when the test fails.David Faure2013-01-171-1/+1
* | QSaveFile autotest: restore permissions using RAIIDavid Faure2013-01-171-8/+25
* | QSaveFile: test the case of an existing, but readonly, target file.David Faure2013-01-171-2/+23
* | Add class QSaveFile.David Faure2013-01-173-0/+240