summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
* | | | xcb_egl: fix clang error due to m_connection now being unusedDavid Faure2017-04-072-6/+1
|/ / /
* | | Disable MSVC warning 4577 in headerscleanThiago Macieira2017-04-071-0/+5
* | | Extend the check for null and empty QString hashing to QString{Ref,View}Marc Mutz2017-04-061-0/+8
* | | Improve pair-like class handling in testsSamuel Gaist2017-04-0611-0/+202
* | | Port internal class QXmlUtils to QStringViewMarc Mutz2017-04-064-28/+23
* | | QString: add QStringView/QLatin1String overload of (non-multi) arg()Marc Mutz2017-04-065-22/+109
* | | QText{En,De}coder: mark ctors explicitMarc Mutz2017-04-061-2/+2
* | | QTextCodec: add QStringView overloadsMarc Mutz2017-04-063-3/+55
* | | QStringView: fix ambiguity between f(QString)/f(QStringView) with QString::nu...Marc Mutz2017-04-061-4/+0
* | | qmltestcase: Allow a QML-only testcase to not require a C++ harnessRobin Burchell2017-04-061-7/+13
* | | QStringView: use qssize_t as size_typeMarc Mutz2017-04-065-32/+33
* | | Remove unused function qt_mac_secure_keyboardGabriel de Dietrich2017-04-052-24/+0
* | | Remove superfluous handle assignment in QLocalSocket::connectToServer()Benjamin Terrier2017-04-051-3/+1
* | | QTextLayout optimization: avoid calling [] when at() will doDavid Faure2017-04-051-29/+29
* | | doc: Prevent overwrite of qbytearray.htmlMartin Smith2017-04-051-0/+2
* | | Docs: add platform notes to QSystemTrayIconRichard Moe Gustavsen2017-04-051-1/+3
* | | QVulkan{Layer,Extension}: various fixesMarc Mutz2017-04-052-16/+84