summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-269-97/+280
|\
| * Fix test for targets without process supportMaurice Kalinowski2016-09-231-0/+2
| * Fix test for WinRTMaurice Kalinowski2016-09-231-1/+1
| * QColor: provide QLatin1String overloads of functions taking QStringMarc Mutz2016-09-231-14/+38
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-222-62/+101
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-212-62/+101
| | |\
| | | * Add missing test for QReguarExpression for QTextDocument::findMultipleSamuel Gaist2016-09-201-0/+18
| | | * multiwindow: Base vsync debug output on actual surface formatTor Arne Vestbø2016-09-191-12/+18
| | | * multiwindow: Replace per window fps timers with unified approachTor Arne Vestbø2016-09-191-18/+46
| | | * multiwindow: Call update() after swapTor Arne Vestbø2016-09-191-2/+2
| | | * multiwindow: React to mouse press to allow debugging UI responsivenessTor Arne Vestbø2016-09-191-33/+20
| | | * multiwindow: Use showNormal() instead of show() to ensure normal geometryTor Arne Vestbø2016-09-191-1/+1
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-214-20/+138
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-163-20/+135
| | |\|
| | | * QtWidgets: Fix enter/leave events on popup menusBłażej Szczygieł2016-09-151-1/+4
| | | * QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-0/+57
| | | * Never return char variants when reading prepared MySQL statementsMilian Wolff2016-09-121-14/+31
| | | * QtWidgets: Send show/hide event to children on restore/minimizeBłażej Szczygieł2016-09-121-5/+43
| | * | Blacklist modalWindowModallity on macOS aka “osx”Morten Johan Sørvig2016-09-151-0/+2
| | * | Blacklist selftest runSubTestTony Sarajärvi2016-09-121-0/+3
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-218-12/+32
|\| | |
| * | | Blacklist modalWindowModallity on macOS aka “osx”Morten Johan Sørvig2016-09-181-0/+2
| * | | Add QStringList::join(QLatin1String) overloadMarc Mutz2016-09-181-0/+1
| * | | tests/auto/corelib/mimetypes: use local QThreadPoolMarc Mutz2016-09-171-12/+11
| * | | HTTP/2 tests: Remove execute permissions from source filesEdward Welbourne2016-09-062-0/+0
| * | | moc: Fix asserts on moc on empty token preceding ## operatorOlivier Goffart2016-09-162-0/+6
| * | | Fix test for sandboxed targetsMaurice Kalinowski2016-09-151-0/+12
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-202-9/+4
* | | | Deprecate QSysInfo::MacVersion, QSysInfo::WindowsVersion, etcJake Petroules2016-09-201-1/+12
* | | | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devJake Petroules2016-09-15129-1134/+1322
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-15129-1134/+1322
| |\| | |
| | * | | Check the context of Q_ENUM[_NS] and Q_FLAG[_NS]BogDan Vatra2016-09-151-0/+28
| | * | | Convert the old feature systemLars Knoll2016-09-152-4/+2
| | * | | Modularize configure.json/.priLars Knoll2016-09-1511-3/+15
| | * | | winrt: Add tests to blacklistMaurice Kalinowski2016-09-071-0/+8
| | * | | Parse namespaces only for current file, add Q_NAMESPACE support to qmakeBogDan Vatra2016-09-063-1/+10
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-05106-1072/+1191
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-05105-1071/+1177
| | | |\|
| | | | * qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+4
| | | | * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+11
| | | | * uic: generate translate calls with Q_NULLPTR instead of 0Dyami Caliri2016-09-03102-985/+985
| | | | * Major re-write of generate_expected_output.pyEdward Welbourne2016-08-291-82/+178
| | | * | Run tst_QFiledialog::widgetlessNativeDialog() lastJ-P Nurmi2016-09-041-1/+14
| | * | | Fix output location for generated filesMaurice Kalinowski2016-09-021-3/+3
| | * | | Make test work for sandboxed targetsv5.8.0-alpha1Maurice Kalinowski2016-08-311-50/+60
| | * | | winrt: Update search location for testdataMaurice Kalinowski2016-08-311-1/+1
| | * | | update testdataMaurice Kalinowski2016-08-313-0/+4
* | | | | QLocale: Add option to pad numbers with trailing zeroesUlf Hermann2016-09-151-0/+24
|/ / / /
* | | | Add QArrayData::reallocateUnaligned for QString and QByteArrayThiago Macieira2016-09-071-0/+50
* | | | QObject::dumpObject*: enable them also for non-debug buildsGiuseppe D'Angelo2016-09-061-2/+0