summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-1/+4
| * | | | uic: Avoid use of Q_UNUSED in the generated codehjk2019-07-301-2/+3
| |/ / /
| * | | Revert "Fontconfig font database: Short-circuit matching by filename"Eskil Abrahamsen Blomfeldt2019-07-301-50/+22
| * | | QTestLib: Fix various clang warningsFriedemann Kleint2019-07-298-36/+24
| * | | QStringView: clean up storage_typeMarc Mutz2019-07-292-11/+3
| * | | qstringalgorithms.h: add pure, noexcept, constexprMarc Mutz2019-07-293-7/+8
| * | | QStandardPaths: don't build a QHash just to look up one keyMarc Mutz2019-07-291-41/+34
| * | | QPNGImageWriter: fix compilation with libpng 1.4Marc Mutz2019-07-291-3/+12
| * | | Fix CC_Slider rendering on macOSSamuel Gaist2019-07-291-9/+14
| * | | kms: Try to preserve existing output routing as weston would doYuya Nishihara2019-07-291-3/+16
| * | | Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-291-3/+1
| * | | QEasingCurve: fix missing copy() overrideMarc Mutz2019-07-291-0/+4
| * | | QStringView: two fixes for newly-added toWCharArray()Marc Mutz2019-07-293-14/+16
| * | | Port from QStringViewLiteral to u""Marc Mutz2019-07-299-18/+18
| * | | QGraphicsWidget: replace manual memory management with unique_ptrMarc Mutz2019-07-292-4/+3
| * | | Standardize on unique_ptr to hold QAbstractFileEngineMarc Mutz2019-07-285-22/+28
| * | | QGradientCache: fix use of deprecated QHash::iterator::operator+Marc Mutz2019-07-281-1/+1
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-2711-48/+148
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-2610-35/+135
| | |\|
| | | * QMacStyle: workaround NSSliderCell's cached/stale geometryTimur Pocheptsov2019-07-251-0/+35
| | | * Enable shader cache for ES2 when GL_OES_get_program_binary is presentMichael Brasser2019-07-253-3/+42
| | | * Implement 'preconnect-https' and 'preconnect-http' for H2Timur Pocheptsov2019-07-243-18/+52
| | | * winrt: Remove QWinrtScreen::pixelDensity so that the default of 1.0 is usedOliver Wolff2019-07-242-7/+0
| | | * Make the warning in QBackingStore::endPaint() a little more helpfulShawn Rutledge2019-07-221-1/+1
| | | * macOS: Properly unpolish font and paletteTor Arne Vestbø2019-07-201-6/+5
| | * | wasm: fix international dead keysLorn Potter2019-07-231-13/+13
| * | | Fix typo: s/QLocal/QLocale/Edward Welbourne2019-07-261-1/+1
| * | | Revert "eglfs: Add vsync support when using NVIDIA eglstreams"Dominik Holland2019-07-263-63/+0
| * | | Tidy up some messy code in QLocaleEdward Welbourne2019-07-261-24/+8
| * | | Split all the over-long lines in qlocale.cppEdward Welbourne2019-07-251-56/+110
| * | | QObject: replace QScopedPointer with std::unique_ptr in the implementationMarc Mutz2019-07-241-14/+14
| * | | Extend QString::arg(QString, ..., QString) to more than 9 argumentsMarc Mutz2019-07-242-2/+38
| * | | Add support for saving colorspace to PNGsAllan Sandfeld Jensen2019-07-231-2/+22
| * | | Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-232-2/+4
| * | | Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-2327-120/+145
| * | | Remove public d_func from QColorSpaceAllan Sandfeld Jensen2019-07-235-21/+17
| * | | Procrastinate QWheelEvent deprecations until 5.15Shawn Rutledge2019-07-232-5/+5
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-2211-43/+262
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-2211-43/+262
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-2011-43/+262
| | | |\|
| | | | * Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-1/+9
| | | | * Fix QStorageInfo inability to parse really long mountinfo linesThiago Macieira2019-07-191-2/+12
| | | | * macOS: Modernize and clarify transient parent window level inheritanceTor Arne Vestbø2019-07-191-7/+29
| | | | * Protect against integer overflow in painting transformed imagesAllan Sandfeld Jensen2019-07-191-5/+22
| | | | * macOS: Add QCocoaWindowManager for dealing with window levelsTor Arne Vestbø2019-07-194-19/+173
| | | | * macOS: Allow overriding NSKeyValueObservingOptions for QMacKeyValueObserverTor Arne Vestbø2019-07-182-6/+9
| | | | * macOS: activate correct object when using multiple QSystemTrayIconsVolker Hilsheimer2019-07-181-3/+8
| * | | | rhi: gl: Fix feature version check logicLaszlo Agocs2019-07-221-7/+17
| |/ / /
| * | | QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-203-44/+179
| * | | JSON: add some QStringView overloadsMat Sutcliffe2019-07-208-37/+180