summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Extract header qtresource.h from qglobal.hSona Kurazyan2022-08-255-60/+77
* Extract header qconstructormacros.h from qglobal.hSona Kurazyan2022-08-253-22/+40
* Move docs for qlonglong and qulonglong to QtTypesSona Kurazyan2022-08-252-19/+19
* Add qfunctions_win_p.h header for Windows helper functionsTor Arne Vestbø2022-08-252-1/+25
* wasm: use matchView() instead of match()Morten Sørvig2022-08-251-5/+5
* QMetaObject: add revision 11 for Qt 6.5Thiago Macieira2022-08-253-4/+5
* QSystemLibrary: Use Windows functionality directlyYuhang Zhao2022-08-251-8/+8
* qt_fusionPalette: make links more legible on dark backgroundsMitch Curtis2022-08-251-2/+7
* Use the qt type Qt::Edges instead of wasm-specificMikolaj Boc2022-08-246-86/+53
* Re-create TLW's window only when its surface type is really changedIlya Fedin2022-08-241-1/+1
* wasm: disable asyncify for non-static buildsMorten Sørvig2022-08-241-0/+23
* CMake: don't use full paths for X11 SM and ICE libsSamuli Piippo2022-08-242-2/+3
* Make sockets' accept() methods return qintptrMårten Nordheim2022-08-2410-19/+19
* Doc: Remove "Container keywords" section from containers.htmlKai Köhne2022-08-241-23/+1
* Doc: Remove qmake-only reference in Q_IMPORT_PLUGIN descriptionKai Köhne2022-08-242-9/+3
* Doc: Generalize info about -rdynamic to be not qmake specificKai Köhne2022-08-241-1/+4
* Doc: Remove mentioning of variadic macrosKai Köhne2022-08-241-2/+1
* Unstringify QStandardPaths Android partsJuha Vuolle2022-08-241-14/+11
* Remove unneeded Q_DECLARE_SHARED_IMPLSona Kurazyan2022-08-241-3/+2
* Resolve window focusing problems on WASMMikolaj Boc2022-08-245-21/+17
* Rearrange mapLocalTime() so its millis always have the right signEdward Welbourne2022-08-241-11/+12
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-14/+28
* CMake: Fix Android build for CMake < 3.19Joerg Bornemann2022-08-241-4/+5
* Account for dark system themes in qt_fusionPaletteMitch Curtis2022-08-242-42/+43
* Disable resizing only when explicitly askedMikolaj Boc2022-08-241-3/+2
* Implement the batch_tests featureMikolaj Boc2022-08-2410-1/+185
* Remove QT_MODULE defineSona Kurazyan2022-08-241-2/+0
* Move Q_AUTOTEST_EXPORT to qtconfigmacros.hSona Kurazyan2022-08-242-21/+20
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-23165-165/+165
* Unstringify QTimeZone Android partsJuha Vuolle2022-08-231-20/+29
* Remove the dead drawShadePanel in qwasmcompositorMikolaj Boc2022-08-232-73/+0
* 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