summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-281-15/+17
* Add support for IPv6 parsing and reconstructing the addressThiago Macieira2012-03-281-0/+285
* Add a function to parse IPv4 addresses in QtCoreThiago Macieira2012-03-283-1/+225
* Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-282-42/+0
* Allow auto tests to stay away from the user's configuration.David Faure2012-03-281-2/+55
* Improve output on test failuresJoão Abecasis2012-03-281-16/+14
* Silence unused comparison result warnings (clang)João Abecasis2012-03-281-4/+4
* Fix loop conditions, after warnings from clangJoão Abecasis2012-03-281-2/+4
* Don't hardcode the order of elements in QHashesThiago Macieira2012-03-282-32/+15
* Unit-test the additional QBasicAtomicXXX expansionsThiago Macieira2012-03-282-6/+114
* Remove workaround for QComboBox not having a USER property.Stephen Kelly2012-03-281-0/+31
* Add USER properties to QDateEdit and QTimeEdit.Stephen Kelly2012-03-281-0/+10
* Make QTranslator testcase independent of WidgetsJoão Abecasis2012-03-282-9/+7
* Merge master into api_changesKent Hansen2012-03-2714-41/+415
|\
| * Mark tst_qdialog as insignificant on mac.Rohan McGovern2012-03-271-0/+1
| * Cocoa: don't show window when calling raise()Bradley T. Hughes2012-03-261-3/+0
| * Fix measurement system for the UKLars Knoll2012-03-261-0/+17
| * Password editor mask delay stylable by platform pluginPekka Vuorela2012-03-261-6/+4
| * Test mouse events more thoroughly in QWindow autotestLaszlo Agocs2012-03-261-5/+118
| * Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-261-0/+75
| * Fixed qthreadstorage unittest to work from install directoryKurt Korbatits2012-03-261-0/+4
| * Work around what apparently is a GCC 4.6.0 bugThiago Macieira2012-03-251-1/+1
| * Improve accessibility test to handle more text events.Frederik Gladhorn2012-03-251-9/+36
| * Restore Qt4 compat in QDesktopServices::DataLocationDavid Faure2012-03-241-2/+33
| * QPrinterInfo: remove a test that is too earlyThiago Macieira2012-03-241-1/+1
| * Fix compilation of tst_QSqlThread: no need to use QBasicAtomicInt hereThiago Macieira2012-03-241-1/+1
| * Make sure windows send accessibility activated updates.Frederik Gladhorn2012-03-241-4/+44
| * Added QAccessibleGroupBoxFrederik Gladhorn2012-03-241-0/+67
| * API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-241-4/+5
| * Implement QSystemTrayIcon for X11.Friedemann Kleint2012-03-231-2/+5
| * Remove #if 0 sections from QRegExp autotestGiuseppe D'Angelo2012-03-231-3/+3
* | Enable endianness conversions on q(u)int8João Abecasis2012-03-253-1/+152
* | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-241-1/+1
* | Add the Q_CORE_EXPORT macros to unit-test-exported codeThiago Macieira2012-03-231-2/+2
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-232-30/+115
* | Add test cases to tst_QByteArrayJędrzej Nowacki2012-03-231-0/+137
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-23186-833678/+529
|\ \
| * | Merge master into api_changesKent Hansen2012-03-23186-833678/+529
| |\|
| | * Fixed QLineEdit to emit selectionChangedPekka Vuorela2012-03-231-4/+17
| | * Fix QPrinter test in WindowsMiikka Heikkinen2012-03-231-11/+30
| | * More UTF8 fix of raster autotestaavit2012-03-221-2/+1
| | * Allow autobound UDP sockets to send to IPv4 and IPv6Shane Kearns2012-03-221-0/+79
| | * Significantly speed up insertion into QJsonObject/ArrayLars Knoll2012-03-221-0/+28
| | * Make tst_qmovie work in shadow buildsThiago Macieira2012-03-221-2/+2
| | * Fix QSysInfo::WindowsVersion checking (QSysInfo::WV_NT_based is a mask)Joerg Bornemann2012-03-221-2/+2
| | * Fixed QInputMethod API to use isVisible() instead of visible().Samuel Rødal2012-03-221-7/+7
| | * FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-222-21/+77
| | * Make comment() work in the C locale too.David Faure2012-03-221-1/+1
| | * Return all expected paths in QStandardPaths::standardLocationsDavid Faure2012-03-221-31/+77
| | * Cocoa: fix setting color with alpha channel value for color dialogTeemu Katajisto2012-03-221-3/+0