summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add template text to \fn commands in qmap.cppMartin Smith2017-11-191-134/+146
* Remove a few more uses of deprecated QDesktopWidget APIsTor Arne Vestbø2017-11-172-2/+4
* 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-1463-4183/+6400
* Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-145-28/+165
* 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-146-14/+148
* QSysInfo: Remove the caches in {boot,machine}UniqueId()Thiago Macieira2017-11-141-62/+54
* QAbstractSocket: Add socketOption for the Path MTUThiago Macieira2017-11-148-12/+118
* QNetworkInterface/Win: fix MTU of Windows loopback interfacesThiago Macieira2017-11-142-1/+3
* 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
* Enable deprecation warnings for Qt plugins, just like for modulesTor Arne Vestbø2017-11-081-0/+2
* QNetworkInterface: add MTUThiago Macieira2017-11-077-1/+51
* QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-0710-29/+143
* QNetworkInterface: add support for extracting address lifetimeThiago Macieira2017-11-077-2/+225
* QNetworkInterface: Add type()Thiago Macieira2017-11-077-4/+266
* 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 qml-debug configure flag and featureUlf Hermann2017-11-062-10/+0
* Remove some unnecessary namespace prefixingEdward Welbourne2017-11-061-1/+1
* Fix typo in tst_QTimeZone::testEpochTranPrivate()Edward Welbourne2017-11-061-1/+2
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-0650-6173/+10312
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-0550-6173/+10312
| |\
| | * 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-298-13/+15
| | * Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-297-162/+116
| | * QRandomGenerator: add system() and global()Thiago Macieira2017-10-296-13/+13
| | * Move the minimum Linux version declarations to a headerThiago Macieira2017-10-283-29/+103