summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix blacklisting of tst_QOpenGL in WindowsTony Sarajärvi2017-10-101-1/+1
* Extend blacklisting of tst_gestures in RHELTony Sarajärvi2017-10-101-0/+2
* Add support for HTTP status 308 Permanent RedirectMårten Nordheim2017-10-105-3/+45
* Fix typo in QKeyEvent docsFlorian Bruhin2017-10-101-1/+1
* Windows font database: Remove clamping of default font sizeFriedemann Kleint2017-10-091-6/+0
* Documentation: Add missing event type for non-client mouse eventsKrzysztof Kawa2017-10-071-4/+4
* QUdpSocket: make sure receiveDatagram() returns empty on errorThiago Macieira2017-10-071-3/+5
* Fix deprecated API usageJake Petroules2017-10-071-1/+1
* Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-064-3/+274
|\
| * Revert "Qmake: Introduce and use QMAKE_NULL_DEVICE variable"v5.9.2Jani Heikkinen2017-10-025-12/+35
| * Add changes file for Qt 5.9.2Jani Heikkinen2017-09-291-0/+259
| * regularexpression example: Fix compilation with clipboard disabledFriedemann Kleint2017-09-281-2/+10
| * Fix crash with clips entirely outside glyph mapAllan Sandfeld Jensen2017-09-261-0/+4
| * Cups: Check the created QPrintDevice is valid before using itAndy Shaw2017-09-261-1/+1
| * Qmake: Introduce and use QMAKE_NULL_DEVICE variableOrgad Shaneh2017-09-255-35/+12
* | Bump versionOswald Buddenhagen2017-10-061-1/+1
* | Fix zero-length lines with scalingAllan Sandfeld Jensen2017-10-061-1/+1
* | Prevent changing the width for layout item's rectMika Salmela2017-10-061-2/+4
* | XCB platform: Fix crash on X servers with BGR888 displayEirik Aavitsland2017-10-061-3/+14
* | Windows: Let topmost and bottom windows use raise and lower respectivelyMårten Nordheim2017-10-061-2/+2
* | QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-062-12/+36
* | Doc: Remove unsupported systems out of QNetworkDatagram's listThiago Macieira2017-10-061-3/+1
* | Increase timeout for tst_QXmlSimpleReader::inputFromSocket() testMilla Pohjanheimo2017-10-051-1/+1
* | Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-043-31/+204
* | tests: un-blacklist tst_QMenuBar::taskQTBUG4965_escapeEatenGatis Paeglis2017-10-042-4/+1
* | Remove // from license textKai Koehne2017-10-041-32/+32
* | tst_QSsl(longlongnamefollows) - fix a flakey auto-testTimur Pocheptsov2017-10-031-21/+43
* | OCI: Clear the cache in the result for a forward only queryAndy Shaw2017-10-031-0/+9
* | Fix strict-prototypes warning with qVersion functionJake Petroules2017-10-021-1/+1
* | Fix cookies not being applied on redirectMårten Nordheim2017-09-292-0/+36
* | HTTP/2 protocol handler: set redirect URL on replyTimur Pocheptsov2017-09-291-1/+20
* | Add support for ICC in toolchain.prfTony Sarajärvi2017-09-291-2/+2
* | QWindowsMouseHandler: Add documentation link for bitmask magicGabriel de Dietrich2017-09-281-0/+1
* | macOS: Bail out early when handling shortcut event results in closing windowAnders Hafreager2017-09-281-0/+4
* | Fix crash when reparenting window containerPaul Olav Tvete2017-09-282-2/+30
* | Blacklist tst_QWindow:testInputEvents on RHEL 7.4Tony Sarajärvi2017-09-271-0/+2
* | Reorder defines to respect alphabetic order in bootstrap configEdward Welbourne2017-09-271-7/+8
* | Do not define _HAS_EXCEPTIONS=0 in MSVC buildsJoerg Bornemann2017-09-272-2/+2
* | QAbstractSocket: fix handling of successful connectToHostByName()Alex Trotsenko2017-09-271-4/+8
* | qglxconvenience: Avoid null pointer dereferenceKai Uwe Broulik2017-09-271-1/+4
* | moc: remove useless cast in qt_static_metacall generated codeEric Lemanissier2017-09-271-3/+2
* | Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
* | Return focus to correct widget after showing menuPaul Olav Tvete2017-09-262-1/+50
* | Windows QPA: Call raise() also for SubWindows with WindowStaysOnTopHintFriedemann Kleint2017-09-261-1/+3
* | Windows QPA: Detect screen by mouse position when dragging a windowFriedemann Kleint2017-09-264-11/+39
|/
* Fix docs about QMAKESPEC in INCLUDEPATHMichal Klocek2017-09-251-2/+2
* Windows QPA: Move function to find screen by HWND to QWindowsScreenManagerFriedemann Kleint2017-09-253-8/+24