summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Add binary compatibility files for 5.12 for QtBaseMilla Pohjanheimo2018-12-2111-0/+101252
| | | * | | Fix build with Clang 3.8Thiago Macieira2018-12-191-0/+4
| | | * | | Update SQLite to 3.26.0Kai Koehne2018-12-183-661/+2149
| | | * | | Bump copyright year to 2019Kai Koehne2018-12-188-8/+8
| | | * | | Fix build in INTEGRITY: __mulh is not definedThiago Macieira2018-12-141-1/+1
| | | * | | Add "Mojave" to QSysInfo::prettyProductName()Thiago Macieira2018-12-141-0/+2
| | | * | | QWindowsLocalCodec::convertToUnicode(): Fix remaining char conversionDavid Schulz2018-12-131-1/+5
| | | * | | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-135-23/+106
| | | * | | Windows QPA: Fix touch message queue handlingAndre de la Rocha2018-12-121-0/+8
| | * | | | Fix change-of-sign warnings in ICC 19Thiago Macieira2019-01-231-1/+1
| | * | | | wasm: remove BINARYEN_METHOD from link lineLorn Potter2019-01-231-1/+0
| | * | | | Use requestUpdate instead of timer in a few GL examplesTor Arne Vestbø2019-01-224-10/+24
| | * | | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-225-8/+44
| | * | | | qtbearer networkmanager: fix whitespaceRolf Eike Beer2019-01-221-1/+1
| | * | | | fix crash if no screens are availableRolf Eike Beer2019-01-211-3/+6
| | * | | | Document that you shouldn't Q_ENUM() things outside the int rangeUlf Hermann2019-01-221-0/+12
| | * | | | Windows: Set opengl swap interval whenever we make a new window currentUlf Hermann2019-01-221-2/+2
| | * | | | tst_QGraphicsItem: stabilize cursor() testChristian Ehrlicher2019-01-221-5/+3
| | * | | | Use RAII to handle setting of default locale in tst_QStringEdward Welbourne2019-01-221-17/+16
| | * | | | qsimd: Fix compilation with trunk clang for mingwMartin Storsjö2019-01-221-1/+1
| | * | | | qfilesystemengine_win: Update LinkType whenever askedMårten Nordheim2019-01-221-2/+1
| | * | | | Fix license header for qprinterinfo.cppKai Koehne2019-01-221-9/+21
| | * | | | Doc: End sentence about Q_GADGET with dotKai Koehne2019-01-221-1/+1
| | * | | | eglfs_kms: Fix build with -no-openglGatis Paeglis2019-01-222-1/+5
| | * | | | configure: fix a bug where -no-xcb implied eglfs_x11=noGatis Paeglis2019-01-221-2/+1
* | | | | | Select single-name SSL certificate for test servers using host networkRyan Chu2019-01-287-6/+56
* | | | | | QSslSocket: Fix isMatchingHostname when the CN is an IP AddressMårten Nordheim2019-01-283-2/+27
| | | | | * QtNetwork: Fix some messages in OCSP staplingFriedemann Kleint2019-02-012-5/+5
| | | | | * QFileDialog: Fix deprecation warningFriedemann Kleint2019-01-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-282-2/+37
* | | | | QMdiSubWindow: Avoid potential shaking motion when moving windowChristian Andersen2019-01-281-2/+5
* | | | | tst_QTimer: relax time requirement on remaining timeChristian Andersen2019-01-272-6/+3
* | | | | QSslSocket - make ocsp response into ... ocsp responseSTimur Pocheptsov2019-01-277-55/+35
* | | | | Migrate QPlatformDialogHelper to QRegularExpressionSamuel Gaist2019-01-262-6/+8
* | | | | QMimeGlobPattern: update use of wildcardToRegularExpresionSamuel Gaist2019-01-261-1/+1
* | | | | Cleanup Widgets examples - signals/slotsChristian Ehrlicher2019-01-2617-130/+134
|/ / / /
* | | | Introduce QImage::convertToMikhail Svetkin2019-01-252-0/+25
* | | | Add QJsonArray::cbegin()/cend() methodsLars Knoll2019-01-252-0/+18
* | | | Add comment to a tr() callLars Knoll2019-01-251-2/+4
* | | | Update qxmlstream.g with changes from qxmlstream_p.hLars Knoll2019-01-251-3/+11
* | | | Fix inline ASM to use local labels for jump operationsDaniel Smith2019-01-251-2/+2
* | | | Cleanup EditableItemModel exampleChristian Ehrlicher2019-01-247-68/+66
* | | | Add libfuzzer test for QTextDocument::setHtml()Robert Loehning2019-01-242-0/+41
* | | | Add libfuzzer test for QXmlStreamReader::readNext()Robert Loehning2019-01-243-0/+78
* | | | Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-2462-1/+177
* | | | Add assorted tests to exercise more QTest functionsEdward Welbourne2019-01-2410-0/+275
* | | | Enable path conversion from Windows-style to Unix-style on WindowsRyan Chu2019-01-241-0/+5
* | | | tst_qsslsocket: Make an ALPN test available to other backendsMårten Nordheim2019-01-241-40/+41
* | | | Ssl: Add support for IP-address in alternate subject nameMårten Nordheim2019-01-248-10/+109
* | | | QMimeData: Prefer UTF-8 when multiple charsets are availableJohan Klokkhammer Helsing2019-01-231-0/+5