summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert Q_DECLARE_EXPORTED_LOGGING_CATEGORY in tst_qdockwidgetAxel Spoerl2022-08-231-1/+1
* Doc: Format certain operators in textPaul Wicking2022-08-2314-91/+91
* rhi: metal: Update out-of-date internal commentsLaszlo Agocs2022-08-231-9/+12
* [docs] QAnyStringView: remove the prediction that Qt 7 will drop L1Marc Mutz2022-08-231-3/+5
* QCocoaDrag: don't add pasteboard items with non-absolute URLsTimur Pocheptsov2022-08-231-0/+6
* QSystemLibrary: Cache the system directory pathYuhang Zhao2022-08-231-9/+11
* QSystemLibrary: Use in-class initializationYuhang Zhao2022-08-231-7/+4
* Fix build without highdpiscaling featureIlya Fedin2022-08-231-0/+3
* QProcess/docs: add more information about environment variablesThiago Macieira2022-08-221-7/+44
* Mac: close popups opened on inactive application on relevant user actionVolker Hilsheimer2022-08-223-1/+84
* Mac: close popups when the user clicks into the menubarVolker Hilsheimer2022-08-221-0/+7
* Move PreselectFirstFileInDirectory theme hint from QGtk3Theme to QGnomeThemeIlya Fedin2022-08-222-2/+2
* Windows QPA: fix tree item discovery through UI AutomationAndré de la Rocha2022-08-221-19/+11
* Add some more logging to QFontDatabaseTor Arne Vestbø2022-08-211-0/+7
* QSystemLibrary: Replace 0 with nullptrYuhang Zhao2022-08-212-7/+7
* [docs] QAnyStringView: mention automatic U8→L1 reclassificationMarc Mutz2022-08-211-0/+5
* Fix int/qsizetype mismatches in data url supportMarc Mutz2022-08-211-2/+2
* Port QDir to qsizetype [1/3]: indexed to ranged loopsMarc Mutz2022-08-211-4/+4
* QDir: fix non-idiomatic indexed loop countingMarc Mutz2022-08-211-1/+1
* QCoreGlobalData: removeMarc Mutz2022-08-216-76/+29
* qdir.cpp: remove unused qresource.hMarc Mutz2022-08-211-1/+0
* QDirPrivate: pass input QList by crefMarc Mutz2022-08-212-2/+2
* QDir: replace an indexed loop with all_of()Marc Mutz2022-08-211-10/+2
* QDebug: finish porting to qsizetype/size_tMarc Mutz2022-08-212-2/+2
* QContiguousCache: fix streaming into QDebug when indices are > INT_MAXMarc Mutz2022-08-211-1/+1
* QDebug: finish porting put{String,ByteArray} to qsizetypeMarc Mutz2022-08-212-3/+4
* QDebug: port putEscapedString() from int to size_tMarc Mutz2022-08-211-4/+4
* Port QtDebugUtils::toPrintable() to qint64/qsizetypeMarc Mutz2022-08-212-4/+5
* QBuffer: optimize setData(ptr, n)Marc Mutz2022-08-202-4/+11
* QBuffer: fix the setData() API re: int/qsizetypeMarc Mutz2022-08-203-5/+11
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-202-3/+3
* Do not invalidate the entire window on window move on WASMMikolaj Boc2022-08-202-2/+9
* Avoid image format conversion when drawing window nonclient areaMikolaj Boc2022-08-201-4/+11
* Fix Multi-ABI builds when CMAKE_<C/CXX>_COMPILER_LAUNCHER contains listAlexey Edelev2022-08-191-2/+8
* QSslServer: Re-enable read notifications when a client times outMårten Nordheim2022-08-191-0/+2
* Rename QT_DEPRECATED_WARNINGS_SINCE -> QT_WARN_DEPRECATED_UP_TOIvan Solovev2022-08-191-19/+24
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-192-19/+34
* Break out overflow-calculations into semantically-named inlinesEdward Welbourne2022-08-192-22/+35
* qcompilerdetection.h: modernize the check for exception supportSona Kurazyan2022-08-191-2/+1
* Move warning suppression macros from qglobal.h to qcompilerdetection.hSona Kurazyan2022-08-192-14/+14
* Extract header qtclasshelpermacros.hSona Kurazyan2022-08-196-178/+205
* Don't assume that QtFontFamily::ensurePopulated() will populateTor Arne Vestbø2022-08-192-13/+18
* freetype: Propagate font data from font database to engine if availableTor Arne Vestbø2022-08-193-4/+15
* Remove qtnamespacemacros.h and use qtconfigmacros.h insteadSona Kurazyan2022-08-195-13/+3
* Extract header qexceptionhandling.h from qglobal.hSona Kurazyan2022-08-195-41/+67
* Move QT_NO_EXCEPTIONS define to qcompilerdetection.hSona Kurazyan2022-08-192-12/+11
* QMetaObject: export the invokeImpl inner methodThiago Macieira2022-08-192-27/+32
* Use popup() instead of exec() for file dialog's context menuMikolaj Boc2022-08-191-7/+10
* a11y atspi: Drop commented out "say hello to d-bus" codeMichael Weghorn2022-08-191-3/+0
* a11y atspi: Send correct D-Bus reply for GetAttributeValueMichael Weghorn2022-08-192-12/+4