summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fixed path in qobject unittestKurt Korbatits2012-03-221-1/+1
| | * Added extra tests to json benchmarkKurt Korbatits2012-03-221-0/+32
| | * Fix directories never being unwatched after deletion on Windows.Robin Burchell2012-03-211-0/+27
| | * Remove hardcoded font names in QFont::defaultFamily()Jiang Jiang2012-03-211-7/+6
| | * EGLFS: Integrate building into configure.Donald Carr2012-03-215-13/+0
| | * Remove old bic test dataMarius Storm-Olsen2012-03-20159-833539/+0
| | * QHeaderView - minor fix to setDefaultSectionSizeThorbjørn Lund Martsum2012-03-201-0/+27
| | * Fix raster autotest: consistently assume scripts in UTF8, not latin1aavit2012-03-202-2/+2
| | * Remove QAccessibleEvent child parameter.Frederik Gladhorn2012-03-191-33/+39
| | * Disable some tests and examples when --no-widgets is specifiedJędrzej Nowacki2012-03-191-0/+1
| | * Accessibility: add text update eventsFrederik Gladhorn2012-03-191-9/+84
| | * Fix infinite recursion crash in QPrinterInfo::supportedPaperSizes()Miikka Heikkinen2012-03-191-1/+0
* | | Remove QWorkspace.Debao Zhang2012-03-238-716/+5
* | | Cleanup Q3* itemsDebao Zhang2012-03-231-3/+0
|/ /
* | Move the UTF-8 data into a separate .cpp so I can use laterThiago Macieira2012-03-233-114/+168
* | tst_qsslsocket*: don't inherit from QSharedPointerMarc Mutz2012-03-233-66/+42
* | tst_qsharedpointer: don't inherit from QSharedPointerMarc Mutz2012-03-231-8/+12
* | tst_qnetworkreply: don't inherit from QSharedPointerMarc Mutz2012-03-232-163/+162
* | Rewrite QMap to use a RB treeLars Knoll2012-03-234-4/+333
* | Reserve more space for built-in types in id space.Jędrzej Nowacki2012-03-221-1/+1
* | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-227-37/+182
* | Remove support for meta-object revisions < 7Kent Hansen2012-03-224-305/+0
* | QMetaMethod::typeName() should return "void" if the return type is voidKent Hansen2012-03-212-27/+28
* | Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-213-0/+27
* | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-211-0/+21
* | QRegularExpression: support for QStringList overloadsGiuseppe D'Angelo2012-03-211-18/+78
* | Crash fix in ~QVariantJędrzej Nowacki2012-03-211-0/+28
* | Fix qDebug stream for an invalid QVariant.Jędrzej Nowacki2012-03-211-5/+52
* | Add QtJson types to meta-type systemKent Hansen2012-03-202-2/+36
* | Merge master into api_changesKent Hansen2012-03-1924-75/+192
|\|
| * Fixed benchmarks to work from install directoryKurt Korbatits2012-03-1918-32/+104
| * Make copy and assign private for QAccessibleEvent.Frederik Gladhorn2012-03-181-21/+40
| * Add new test cases to tst_QMetaType.Jędrzej Nowacki2012-03-181-6/+14
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-173-13/+33