summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | doc: Fix some "Cannot tie this..." errorsMartin Smith2017-11-173-5/+4
* | | QNetworkInterface - fix iOS/tvOS/watchOS buildsTimur Pocheptsov2017-11-163-1/+247
* | | doc: Ensure GUID is declared for clangqdocMartin Smith2017-11-161-6/+6
* | | Avoid duplicate rules in QWinTimeZonePrivate::init()Edward Welbourne2017-11-151-2/+22
* | | Restructure Dynamic TZ query to same form as Registry variantEdward Welbourne2017-11-151-17/+39
* | | Replace ruleForYear() method with a local index-based functionEdward Welbourne2017-11-152-16/+35
* | | DRY: eliminate code duplication in calculateTransitionsForYear()Edward Welbourne2017-11-151-49/+50
* | | Fix accessibility info for tri-state checkboxesAndre de la Rocha2017-11-142-1/+16
* | | Add support for Windows UI AutomationAndre de la Rocha2017-11-1460-3978/+6318
* | | Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-144-26/+163
* | | QSslSocketPrivate (SecureTransport) - add ALPN supportTimur Pocheptsov2017-11-141-1/+63
* | | QDirIterator: Skip inconvertible file names on UnixAlexander Volkov2017-11-141-5/+12
* | | Add support for flatpak portalsJan Grulich2017-11-142-1/+108
* | | QLockFile/Unix: save the boot and machine IDs in the lock file tooThiago Macieira2017-11-144-6/+47
* | | QSysInfo: Remove the caches in {boot,machine}UniqueId()Thiago Macieira2017-11-141-62/+54
* | | QAbstractSocket: Add socketOption for the Path MTUThiago Macieira2017-11-146-6/+60
* | | QNetworkInterface/Win: fix MTU of Windows loopback interfacesThiago Macieira2017-11-141-1/+1
* | | Make qsimd_p.h compile in C mode tooThiago Macieira2017-11-141-4/+7
* | | Allow to override resource file dateBernhard M. Wiedemann2017-11-131-1/+5
* | | macOS: Remove unused method QCocoaWindow::nativeWindowGeometryTor Arne Vestbø2017-11-132-15/+0
* | | Fix spelling issues in qhighdpiscaling.cppTor Arne Vestbø2017-11-131-3/+3
* | | Add a missing semicolon in painting/qdrawhelper_neon.cppLiang Qi2017-11-111-1/+1
* | | Add a feature for DNS lookup supportUlf Hermann2017-11-084-9/+23
* | | macOS: Simplify helpers for flipping between quadrant I and IVTor Arne Vestbø2017-11-089-122/+81
* | | Expand ARGB32ToARGB32PM to also work on 32-bit ARM neonAllan Sandfeld Jensen2017-11-082-7/+35
* | | Deprecate QDesktopWidget in favor of QScreenTor Arne Vestbø2017-11-087-40/+126
* | | Remove obsolete DBus dispatch lockAndreas Hartmetz2017-11-083-64/+7
* | | macOS: Replace deprecated CGDisplayIOServicePort functionTor Arne Vestbø2017-11-083-6/+61
* | | macOS: Disable CUPS PPD deprecation warnings for QCocoaPrintDeviceTor Arne Vestbø2017-11-081-0/+11
* | | QNetworkInterface: add MTUThiago Macieira2017-11-076-1/+50
* | | QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-079-29/+139
* | | QNetworkInterface: add support for extracting address lifetimeThiago Macieira2017-11-076-2/+209
* | | QNetworkInterface: Add type()Thiago Macieira2017-11-076-4/+265
* | | QNetworkInterface: add a Linux backend directly using AF_NETLINKThiago Macieira2017-11-075-38/+495
* | | QSsl: use QT_CONFIG(feature) instead of hardcoded constantTimur Pocheptsov2017-11-072-4/+6
* | | macOS: Replace deprecated use of qSort with std::sortTor Arne Vestbø2017-11-071-1/+1
* | | Fix narrowing warning on MSVCAllan Sandfeld Jensen2017-11-071-2/+2
* | | Remove some unnecessary namespace prefixingEdward Welbourne2017-11-061-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-0640-6030/+10236
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-0540-6030/+10236
| |\| |
| | * | QFileSystemEngine: Fix renameat2() failures on non-local filesystemsThiago Macieira2017-10-291-1/+2
| | * | Fix GCC -Wfloat-conversion warnings (available since GCC 4.9)Thiago Macieira2017-10-297-13/+14
| | * | Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-296-132/+115
| | * | QRandomGenerator: add system() and global()Thiago Macieira2017-10-295-8/+10
| | * | Move the minimum Linux version declarations to a headerThiago Macieira2017-10-283-29/+103
| | * | Fix -no-opengl buildTimur Pocheptsov2017-10-281-0/+4
| | * | uic: Fix clazy warnings clazy-qstring-left, clazy-unused-non-trivial-variableFriedemann Kleint2017-10-272-2/+1
| | * | Add a comment about the weird refcount for adopted QThreadDataThiago Macieira2017-10-271-0/+7
| | * | Update bundled sqlite to 3.20.1André Klitzing2017-10-274-5777/+9718
| | * | HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-2610-68/+262