summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * 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
| | * | | Featurize support for signaling NaNEdward Welbourne2019-09-304-3/+10
| | |/ /
| | * | 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
* | | | Revert "Windows QPA: Preferably use DXGI to obtain adapter info"Simon Hausmann2019-10-012-235/+23
|/ / /
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-2815-55/+217
|\| |
| * | 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
* | | Short live QtPrivate::{condition_variable,mutex}!Marc Mutz2019-09-273-8/+163
* | | QSslSocket: Deprecate add[Default]CaCertificate[s]Mårten Nordheim2019-09-252-12/+51
* | | QSslConfiguration: Add functions for adding CA certificatesMårten Nordheim2019-09-252-6/+77
* | | QVulkanWindow: Allow to change queues to createFrank Richter2019-09-243-12/+87
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-2423-163/+260
|\| |
| * | 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