summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | eglfs: Show error details when JSON parsing failedRainer Keller2017-04-061-1/+3
| | * | | Replace last occurrences of LGPL3, LGPL3-COMM headersKai Koehne2017-04-064-43/+63
| | |/ /
| | * | Fix detection of F16C for the Intel compiler (again) and Visual StudioThiago Macieira2017-04-065-5/+7
| | * | f16c: Use the packed intrinsics instead of scalar onesThiago Macieira2017-04-062-9/+10
| | * | Fix GCC warning about dereferencing type-punned pointersThiago Macieira2017-04-061-1/+2
| | * | QSysInfo: update the ICC warning that needs to be suppressedThiago Macieira2017-04-061-14/+9
| | * | Fix build when SCTP is enabledThiago Macieira2017-04-061-0/+4
| | * | Consider ENXIO (No such device or address) reason to check isatty()Tor Arne Vestbø2017-04-051-1/+1
| | * | Extend blacklisting of a tst_QMenuBar's test to cover Ubuntu 16.04Tony Sarajärvi2017-04-051-0/+1
| | * | qnx: make alloca config test pass on QNX 7Samuli Piippo2017-04-051-0/+3
| | * | QNetworkRequest - do not set ManualRedirectPolicyTimur Pocheptsov2017-04-041-4/+2
| | * | macOS: Remove un-needed fontDef assignment in QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+0
| | * | macOS: Use NSURL to resolve FreeType font names instead of CoreFoundationTor Arne Vestbø2017-04-041-28/+9
| | * | macOS: Use shared code path for creating FreeType font engine for QRawFontTor Arne Vestbø2017-04-041-21/+1
| | * | Move FreeType font engine creation for QRawFont into factory functionTor Arne Vestbø2017-04-043-48/+52
| | * | macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-045-72/+101
| | * | Skip testing of QOpenGLWidget on platforms that don't support itSami Nurmenniemi2017-04-041-0/+10
| | * | Fix warning for -no-feature-draganddrop -no-feature-clipboardStephan Binner2017-04-041-0/+2
| | * | Fix several unused warnings for misc disabled featuresStephan Binner2017-04-045-0/+41
| | * | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
| | * | Fix warnings for -no-feature-settingsStephan Binner2017-04-042-0/+4
| | * | Fix warning for -no-feature-textcodecStephan Binner2017-04-041-0/+2
| | * | Fix warning for -no-feature-texthtmlparserStephan Binner2017-04-041-2/+2
| | * | Fix warning for -no-feature-graphicsviewStephan Binner2017-04-041-1/+1
| | * | Fix warning for -no-feature-wheeleventStephan Binner2017-04-041-0/+2
| | * | Fix warning for -no-feature-menubarStephan Binner2017-04-041-1/+1
| | * | Doc: Move $$files() documentation to "Built-in Replace Functions"Joerg Bornemann2017-04-041-5/+5
| | * | Skip OpenGL tests on platforms that don't support OpenGLSami Nurmenniemi2017-04-043-0/+21
| | * | Allow Secure Transport backend to use a temporary keychainTimur Pocheptsov2017-04-042-6/+125
| | * | Delete QRasterWindow backingstore while window is still aliveTor Arne Vestbø2017-04-042-0/+9
| | * | Share FreeType font engine creation code between platformsTor Arne Vestbø2017-04-048-68/+51
| | * | Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-0418-46/+46
| | * | Extend blacklisting of tst_QMenuBar::check_menuPosition to Ubuntu 16.04Tony Sarajärvi2017-04-041-0/+1
| | * | No divide by zero if all imageformat features are disabledStephan Binner2017-04-041-1/+2
| | * | QFusionStyle::drawPrimitive(): Use color in cache key of PE_PanelButtonCommandFriedemann Kleint2017-04-041-2/+3
| | * | xcb: Get rid of qCInfo in the GLX backendLaszlo Agocs2017-04-041-3/+3
| | * | CMAKE: Fix EGL link extensionsAndreas Holzammer2017-04-041-4/+4
| | * | Fix build without features.qeventtransitionTasuku Suzuki2017-04-041-0/+2
| | * | Fix build without features.networkinterfaceTasuku Suzuki2017-04-042-0/+6
| | * | macOS: Replace deprecated NSOpenSavePanelDelegate methodPavol Markovic2017-04-041-24/+28
| | * | Add -bigswitch on INTEGRITYKimmo Ollila2017-04-031-0/+2
| | * | tests: Unify license to GPL-EXCEPTKai Koehne2017-04-0352-1296/+561
| | * | Extend blacklisting of tst_QWidget to cover Ubuntu 16.04Tony Sarajärvi2017-04-031-0/+1
| | * | QMenu: Do not unnecessarily call QPlatformMenu::menuItemForTag()Friedemann Kleint2017-04-031-1/+3
| | * | qfloat16: suppress warning caused by Clang macro we usedThiago Macieira2017-04-021-0/+3
| | * | x86: Detect F16C with the Intel compiler tooThiago Macieira2017-04-023-0/+3
* | | | tst_QStringApiSymmetry: Add tests for truncate() and chop()Marc Mutz2017-04-071-0/+90
* | | | Optimize comparisons of QChar with QLatin1String, QString, and QStringRefMarc Mutz2017-04-071-3/+3
* | | | Add a test for container API symmetryMarc Mutz2017-04-074-0/+93
* | | | Add a test for consistency of hash values between QString{,Ref,View}Marc Mutz2017-04-071-0/+12