summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | Update SQLite to 3.26.0Kai Koehne2018-12-183-661/+2149
| | | | * | Bump copyright year to 2019Kai Koehne2018-12-183-3/+3
| | | | * | 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-133-14/+70
| | | | * | 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
| | | * | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-223-6/+29
| | | * | | 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
| | | * | | 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
| * | | | | QSslSocket: Fix isMatchingHostname when the CN is an IP AddressMårten Nordheim2019-01-281-2/+0
* | | | | | 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-281-2/+8
* | | | | QMdiSubWindow: Avoid potential shaking motion when moving windowChristian Andersen2019-01-281-2/+5
* | | | | 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
|/ / / /
* | | | 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
* | | | Add a feature to enable CodeCoverage analysis of testlibEdward Welbourne2019-01-246-1/+66
* | | | Ssl: Add support for IP-address in alternate subject nameMårten Nordheim2019-01-246-10/+78
* | | | QMimeData: Prefer UTF-8 when multiple charsets are availableJohan Klokkhammer Helsing2019-01-231-0/+5
* | | | Always escape the table names when creating the SQL statementAndy Shaw2019-01-236-29/+53
* | | | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-234-6/+32
* | | | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-232-2/+15
* | | | QDrag: mark QDrag::start() as deprecatedChristian Ehrlicher2019-01-234-3/+8
* | | | QtCore: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-238-6/+31
* | | | Use VPMASKMOV in the epilogue ARGB->ARGB{32,64} AVX2 epiloguesThiago Macieira2019-01-231-97/+47
* | | | uic: Fix broken icon code generationFriedemann Kleint2019-01-231-8/+9
* | | | Add class QOcspResponse, providing a bit more detailsTimur Pocheptsov2019-01-238-5/+484
* | | | Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-4/+54
* | | | Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-7/+47
* | | | Add convenience enum for QDebug's verbosity levelsTor Arne Vestbø2019-01-232-5/+19
* | | | Add QDebug convenience for changing the verbosity levelTor Arne Vestbø2019-01-232-0/+13
* | | | Android: Set minimum supported version to android-21Eskil Abrahamsen Blomfeldt2019-01-2311-119/+25
* | | | Schannel supportMårten Nordheim2019-01-2215-7/+2371
* | | | Add QStringList::indexOf/lastIndexOf for QStringView and QLatin1StringAlbert Astals Cid2019-01-223-12/+117
* | | | OCSP - simplify feature testTimur Pocheptsov2019-01-221-4/+0