summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xcode: Take effective platform name into account for configuration build dirv5.9.6Tor Arne Vestbø2018-06-061-1/+1
* Add changes file for Qt 5.9.6Antti Kokko2018-06-011-0/+46
* QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-163-23/+20
* QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-162-2/+0
* QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-162-3/+3
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-164-1/+5
* macOS + FreeType: Properly distinguish memory fonts from file fontsTor Arne Vestbø2018-05-151-6/+5
* Fix build without features.timezoneTasuku Suzuki2018-05-151-0/+4
* Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-05-143-5/+13
* Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-05-044-9/+32
* qmake: Don't map Xcode SYMROOT to output directoryTor Arne Vestbø2018-05-031-1/+11
* Fix crash if QPixmap::defaultDepth() is called when no QGuiApplicationEirik Aavitsland2018-04-192-1/+9
* macOS: Fix standardLocations() returns invalid pathMasashi Fujimoto2018-04-161-20/+9
* QCoreTextFontEngine: Fix build with Xcode 9.3Gabriel de Dietrich2018-04-121-1/+1
* Merge remote-tracking branch 'origin/5.9.5' into 5.9Qt Forward Merge Bot2018-04-115-27/+130
|\
| * Add changes file for Qt 5.9.5v5.9.5Antti Kokko2018-04-041-0/+122
| * QFusionStyle: Fix compilation when qreal is floatAlexander Akulich2018-03-201-4/+4
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-202-23/+2
| * Merge 5.9 into 5.9.5Oswald Buddenhagen2018-03-1437-128/+166
| |\
| * | Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-121-0/+2
* | | Fix integer overflow (1 << (' ' - 1))Mikhail Svetkin2018-04-101-7/+7
* | | Fix integer overflow (1 << 31)Mikhail Svetkin2018-04-101-1/+1
* | | Fix typoed integrity conditionKari Oikarinen2018-04-041-1/+1
* | | macOS: Handle NaN mouse event positionsNathan Collins2018-03-281-2/+6
* | | qstringapisymmetry: Fix XML parsing failing on invalid encodingsFriedemann Kleint2018-03-281-4/+18
* | | DBus: merge calls to set_source_files_properties() in CMake functionsRolf Eike Beer2018-03-261-4/+2
* | | Cocoa: Fix isChildNSWindow() for embedded QWindowsMorten Johan Sørvig2018-03-261-1/+1
* | | Avoid of bounds memory reads when scaling and mirroring imagesAllan Sandfeld Jensen2018-03-232-0/+30
* | | Fix subpixel rendering on Windows/FreeTypeSergio Martins2018-03-231-4/+0
* | | Fix restoring geometry of dockwidgetAnna Wojciechowska2018-03-232-2/+19
* | | Windows QPA: Fix potential crash in leave event handlingFriedemann Kleint2018-03-201-1/+1
* | | Bump versionOswald Buddenhagen2018-03-191-1/+1
* | | Revert "Blacklist tst_QWindow::testInputEvents on Windows"Liang Qi2018-03-161-2/+0
* | | Revert "Blacklist tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109 on wind...Liang Qi2018-03-161-1/+0
* | | sub-attaq example: Fix crash with software Open GLFriedemann Kleint2018-03-151-2/+7
* | | testlib: Silence all Qt logging in selftestsTor Arne Vestbø2018-03-142-1/+11
* | | moc: Don't error our when parsing "using namespace __identifier(...)"Andy Shaw2018-03-142-0/+4
| |/ |/|
* | QHeaderView: fix inconsistent saved state, ignored during restoreDavid Faure2018-03-092-1/+58
* | Blacklist tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109 on windows ciLiang Qi2018-03-051-0/+1
* | QHeaderView: Fix crash in layout about to changeThorbjørn Lund Martsum2018-03-022-2/+5
* | Blacklist tst_QWindow::testInputEvents on WindowsKari Oikarinen2018-03-021-0/+2
* | Modernize use of 'http' featureUlf Hermann2018-03-0133-126/+101
|/
* Fix build when ftp feature is disabledPasi Petäjäjärvi2018-02-281-0/+1
* unify windows mkspecs: define c++ flags explicitlyAlexander Shevchenko2018-02-274-6/+12
* Bump copyright yearJani Heikkinen2018-02-271-1/+1
* Update Unicode CLDR third party documentationKai Koehne2018-02-261-7/+11
* Document use of Unicode Character DatabaseKai Koehne2018-02-262-1/+19
* fix installation of resources for example sourcesAlexander Volkov2018-02-221-1/+1
* QHeaderView: Preserve settings on layoutChange with empty modelChristian Ehrlicher2018-02-222-0/+95
* QHeaderView: properly restore hidden section size on layoutChanged()Christian Ehrlicher2018-02-222-3/+12