summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tslib plugin: remove debug print on old tslib versionsv5.14.0-beta1Rolf Eike Beer2019-10-011-0/+2
* Android: Turn off rpath support as the platform does not support itAndy Shaw2019-10-011-0/+1
* Android: Fix plugins namingBogDan Vatra2019-10-017-15/+23
* rhi: Speed up buffer and texture trackingLaszlo Agocs2019-09-304-32/+30
* Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-3012-49/+77
* 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-3035-3351/+4483
|\
| * 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
* | | Featurize support for signaling NaNEdward Welbourne2019-09-308-3/+47
|/ /
* | 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