summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Modernize use of 'http' featureUlf Hermann2017-11-0633-126/+101
* | | mouse handling: fix issue when mixing QTest::mouse* APIsGatis Paeglis2017-11-051-6/+6
* | | QSysInfo: add a function that returns the boot IDThiago Macieira2017-11-052-2/+43
* | | QSysInfo: add a function that returns a somewhat permanent unique IDThiago Macieira2017-11-052-2/+89
* | | Cleanup of qcompositionfunctionsAllan Sandfeld Jensen2017-11-052-177/+60
|/ /
* | Remove references to obsolete platformsJake Petroules2017-11-0515-142/+7
* | QSemaphore: Fix futexMultiWaiterBit for 32bit systemsUlf Hermann2017-11-041-1/+2
* | Accessibility docs: remove wrong statementFrederik Gladhorn2017-10-291-1/+0
* | qwidgetwindow: remove seemingly stray QApplicationPrivate::mouse_buttonsGatis Paeglis2017-10-271-5/+2
* | QWidgetTextControl: allow context menu to open for a QTextEdit with Qt::NoFoc...Richard Moe Gustavsen2017-10-271-2/+0
* | Windows Font Database: Remove usage of deprecated QSysInfo::WindowsVersionFriedemann Kleint2017-10-271-7/+2
* | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-10-2683-522/+581
|\ \
| * | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-2483-522/+581
| |\|
| | * QHstsStore - use qAsConst in a range-loopTimur Pocheptsov2017-10-231-1/+1
| | * Fix build on Integrity: the compiler doesn't understand this constructThiago Macieira2017-10-231-1/+5
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-2319-81/+149
| | |\
| | | * xcb: Convert synthetic mouse enter event position to native pixelsBłażej Szczygieł2017-10-201-1/+3
| | | * Windows QPA: Fix build with -no-feature-tableteventFriedemann Kleint2017-10-201-1/+3
| | | * Windows/Direct2D QPA: Fix build with -no-accessibilityFriedemann Kleint2017-10-202-2/+6
| | | * winrt: Fully initialize CREATEFILE2_EXTENDED_PARAMETERS structOliver Wolff2017-10-201-0/+3
| | | * QCocoaSystemTrayIcon: Remove unused classesGabriel de Dietrich2017-10-201-31/+0
| | | * iOS: add support for adding mimetypes other than text on the clipboardRichard Moe Gustavsen2017-10-191-1/+13
| | | * Fix cookie path matching for empty url pathMårten Nordheim2017-10-191-1/+1
| | | * Cocoa QPA: Remove usage of OBJECTIVE_SOURCESGabriel de Dietrich2017-10-191-6/+5
| | | * QTableGenerator: Fix handling of illegal characters in fromBase8 againRobert Loehning2017-10-191-1/+1
| | | * QTabletEvent: Add doc note about Windows driversFriedemann Kleint2017-10-181-0/+7
| | | * network: add a QT_CONFIG(bearermanagement) guardLiang Qi2017-10-182-0/+4
| | | * Fix redirecting POST for HTTP 307 and 308Mårten Nordheim2017-10-173-2/+15
| | | * Open a session during redirects when neededMårten Nordheim2017-10-172-21/+59