summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-3035-3351/+4483
|\
| * QVarLengthArray: Avoid int vs. size_t warnings in operator=Laszlo Agocs2019-09-291-1/+1
| * Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-09-272-3/+7
| * Re-enable tst_QOpenGLWindow on Win32Friedemann Kleint2019-09-272-2/+6
| * Doc: Document CONFIG values that are worth documentingJoerg Bornemann2019-09-271-0/+18
| * I18N: Load qtbase_ translation catalogs in examplesLeena Miettinen2019-09-274-4/+4
| * Fix robustness detection for windowsAllan Sandfeld Jensen2019-09-272-32/+33
| * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-265-54/+91
| * iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-262-0/+28
| * QWidget::setFocusProxy: adjust focus widget properlyDavid Faure2019-09-251-1/+1
| * QWizard/Aerostyle: Fix "&Next" shortcutFriedemann Kleint2019-09-252-11/+20
| * Fix CVE-2019-16168 in SQLiteAndy Shaw2019-09-252-1/+46
| * sqlite: Update to v3.29.0Andy Shaw2019-09-253-3112/+4062
| * QFileInfo: clarify documentation about handling of symlink attributesThiago Macieira2019-09-251-11/+75
| * Doc: Q_FLAG should be applied to the enum, not the QFlagsThiago Macieira2019-09-241-1/+1
| * Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-09-241-1/+3
| * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-242-5/+27
| * Revert "BLACKLIST insert_remove_loop for msvc-2019"Friedemann Kleint2019-09-241-2/+0
| * QWizard: Use member initialization in private classesFriedemann Kleint2019-09-241-101/+57
| * Fix connection string code snippet for ODBC on WindowsAndy Shaw2019-09-241-1/+1
| * Skip tst_QDateTime::systemTimeZoneChange for UWP configurationsOliver Wolff2019-09-241-3/+3
| * Move DialogButtonBoxLayout case to be before MouseDoubleClickDistanceAndy Shaw2019-09-241-3/+2
| * Windows QPA: Fix close button not working on Windows 7Andre de la Rocha2019-09-231-3/+9
| * Do not pass nullptr as '%s'Allan Sandfeld Jensen2019-09-231-2/+5
| * tests: fix typo in commentRolf Eike Beer2019-09-231-1/+1
* | Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-299-100/+100
* | rhi: gl: Remove fake uniform buffer offset alignment requirementLaszlo Agocs2019-09-281-1/+3
* | rhi: Always enable debug info printing from manual testsLaszlo Agocs2019-09-291-1/+3
* | macOS: Avoid automatic resizing of layers by fixing them to top-leftTor Arne Vestbø2019-09-281-4/+12
* | macOS: Resolve layer contents scale based on DPRTor Arne Vestbø2019-09-281-2/+30
* | macOS: Improve layer delegate setupTor Arne Vestbø2019-09-281-1/+7
* | macOS: Flesh out and clarify layer setupTor Arne Vestbø2019-09-281-18/+50
* | macOS: Propagate drawRect: dirty bounding rect as fallbackTor Arne Vestbø2019-09-281-3/+4
* | macOS: Gather QNSView draw callbacks togetherTor Arne Vestbø2019-09-281-39/+51
* | QCommonStyle: Add SP_DialogNoButton case in standardIconKai Uwe Broulik2019-09-281-0/+1
* | Add an i.MX8 (aarch64) device specLaszlo Agocs2019-09-282-0/+81
* | rhi: d3d11: Make tdr header privateLaszlo Agocs2019-09-282-2/+18
* | Replace use of deprecated API in macOS event dispatchersTor Arne Vestbø2019-09-282-2/+2
* | doc: Fix variable name in QDBusArgument snippetAlexander Volkov2019-09-271-1/+1
* | Fix documentation of qfloat16Edward Welbourne2019-09-271-3/+44
* | Fix doc of QDateTime::YearRange; include its \since 5.14Edward Welbourne2019-09-271-0/+1
* | rhi: gl: Fix not resetting color write bits when switching pipelineLaszlo Agocs2019-09-261-0/+1
* | Move cache key calculation to QOpenGLProgramBinaryCacheLaszlo Agocs2019-09-263-6/+12
* | rhi: metal: Eliminate redundant setCullMode and setFrontFaceWinding callsLaszlo Agocs2019-09-262-2/+18
* | rhi: Add a --transparent option to manual testsLaszlo Agocs2019-09-2615-14/+30
* | rhi: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-267-21/+306
* | Fix QCalendar::isValid(): make it constEdward Welbourne2019-09-262-2/+11
* | Windows: QSysInfo::prettyProductName(): Improve version formattingFriedemann Kleint2019-09-251-13/+57
* | Fix rpath on UIKit systemsTor Arne Vestbø2019-09-251-1/+2
* | macOS: Prevent warnings about object files without any symbolsTor Arne Vestbø2019-09-252-0/+10