summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-2610-68/+262
* 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
| * QNAM (redirects) - clear 'raw' headers before sending the next requestTimur Pocheptsov2017-10-171-0/+1
| * Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-172-0/+12
| * Android Accessibility: protect from accessing invalid interfacesFrederik Gladhorn2017-10-171-8/+12
| * Windows QPA: Fix reporting of TabletLeaveProximity eventsFriedemann Kleint2017-10-171-6/+16
| * QShortcut: Fall back to cross platform code in absence of QPA menuGabriel de Dietrich2017-10-171-1/+3
* | Fix implementation of spell check underline stylesDmitry Shachnev2017-10-214-7/+9
* | QRandomGenerator: improve floating-point random generationThiago Macieira2017-10-201-2/+10
* | QRandomGenerator: fix the timing of the closing of the Unix random fdThiago Macieira2017-10-201-2/+2
* | QNativeGestureEvent: Fix qdoc warningFriedemann Kleint2017-10-201-2/+2
* | QBasicMutex: mark the bootstrap constructor constexprThiago Macieira2017-10-191-1/+1
* | MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-1910-16/+14
* | QAbstractItemView: Make it easier to drop above and below itemsThorbjørn Lund Martsum2017-10-181-1/+1
* | Doc: qtwidgets index page: wrong name for image fileNico Vertriest2017-10-181-1/+1
* | Doc: correct filename png filesNico Vertriest2017-10-182-2/+2
* | Doc: replace screenshot widgets tutorial with more updated versionNico Vertriest2017-10-181-0/+0
* | QHostInfo: Make getaddrinfo() mandatoryThiago Macieira2017-10-184-210/+43
* | Windows: Fix inability to have two topmost windowsMårten Nordheim2017-10-171-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-1738-170/+332
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-1638-170/+332
| |\|
| | * ANGLE: Fix compilation with MinGWOrgad Shaneh2017-10-161-1/+1
| | * Attach Qt main c++ thread to jvm at the early beginningVyacheslav Koscheev2017-10-161-0/+11
| | * QSystemTrayIcon/Windows: Fix position of context menu with High DPI scalingFriedemann Kleint2017-10-161-0/+9
| | * Remove some unused, local variablesJędrzej Nowacki2017-10-146-7/+1
| | * QHostAddress::setAddress - fix an overload taking SpecialAddressTimur Pocheptsov2017-10-131-43/+43
| | * QPainter: fix invalid pen style when drawing misspelled wordsDavid Faure2017-10-121-0/+2
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-113-3/+3
| | * QCocoaWindow: Toggle titlebar transparency to support unified toolbarGabriel de Dietrich2017-10-111-0/+2
| | * Fix CVE-2017-10989 in sqliteAndy Shaw2017-10-112-0/+19
| | * Revert "Do not include qfloat16 tables in arm64 builds"Allan Sandfeld Jensen2017-10-101-13/+10
| | * QDockWidget - improve resizeThorbjørn Lund Martsum2017-10-101-1/+3
| | * Add support for HTTP status 308 Permanent RedirectMårten Nordheim2017-10-104-3/+5
| | * Fix typo in QKeyEvent docsFlorian Bruhin2017-10-101-1/+1
| | * Windows font database: Remove clamping of default font sizeFriedemann Kleint2017-10-091-6/+0