summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-3022-3329/+4425
|\
| * 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
| * Fix robustness detection for windowsAllan Sandfeld Jensen2019-09-272-32/+33
| * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-264-51/+88
| * 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-251-4/+18
| * 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-241-5/+6
| * 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
| * 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
* | Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-295-75/+89
* | rhi: gl: Remove fake uniform buffer offset alignment requirementLaszlo Agocs2019-09-281-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
* | 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: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-263-21/+49
* | Fix QCalendar::isValid(): make it constEdward Welbourne2019-09-262-2/+11
* | Windows: QSysInfo::prettyProductName(): Improve version formattingFriedemann Kleint2019-09-251-13/+57
* | Handle returned bitmap glyph when not requestedAllan Sandfeld Jensen2019-09-251-7/+23
* | QAbstractSpinBox css: properly honor spincontrol-disable-on-boundsChristian Ehrlicher2019-09-231-1/+1
* | doc: add a note to QFileSystemWatcher about files saved by re-creationShawn Rutledge2019-09-231-0/+6
* | Follow platform plugin change wrt layer sizeLaszlo Agocs2019-09-231-1/+4
* | Avoid unused parameter 'grab' warningsLiang Qi2019-09-231-2/+2
* | macOS: Don't update Metal layer's drawableSize automaticallyTor Arne Vestbø2019-09-231-21/+2
* | macOS: Handle backing property changes in a single placeTor Arne Vestbø2019-09-233-20/+12
* | Fix crash with gamma-corrected text blending disabledAllan Sandfeld Jensen2019-09-231-4/+10
* | Fix crash when using signaldumper and sender is deletedMårten Nordheim2019-09-231-3/+4
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-234-9/+18
|\|
| * Add SQLite specific documentation when specifying a database nameAndy Shaw2019-09-211-0/+8