summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-0145-3839/+5170
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-0145-3839/+5170
| |\| |
| | * | rhi: Speed up buffer and texture trackingLaszlo Agocs2019-09-304-32/+30
| | * | Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-308-27/+58
| | * | De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-307-190/+118
| | * | Share and enable shader disk cache in QRhi OpenGL backendLaszlo Agocs2019-09-305-120/+271
| | * | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-3022-3329/+4425
| | |\ \
| | | * | 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
| | * | | 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