summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QThread: add empty functions for the no-thread buildMorten Sørvig2022-08-261-0/+10
* Remove superfluous clang preprocessor check for cpp/winrtOliver Wolff2022-08-265-24/+19
* Simplify one of the gap cases in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2022-08-261-11/+5
* Trivial simplification in QDataStream &operator>>(..., QDate &)Edward Welbourne2022-08-261-3/+1
* Refactor QApplication::event from if/else to switch statementVolker Hilsheimer2022-08-261-8/+16
* add color picking support on wayland using the XDG desktop portalHarald Sitter2022-08-265-2/+209
* QAbstractButton: do not steal wheel event when disabledTasuku Suzuki2022-08-261-3/+0
* Windows QPA/QPlatformServices::openUrl(): Add work around for anchors on loca...Friedemann Kleint2022-08-261-6/+61
* Remove support for min button in QWasmWindowMikolaj Boc2022-08-262-11/+5
* RHI: Make sure to compare bindings when comparing QShadersAndy Nichols2022-08-251-2/+2
* Reverse toLocalTime()'s and toUTC()'s delegation to toTimeSpec()Edward Welbourne2022-08-252-19/+37
* Reimplement fromSecsSinceEpoch() using setSecsSinceEpoch()Edward Welbourne2022-08-251-18/+17
* Eliminate ValidWhenMask; it duplicates ValidityMaskEdward Welbourne2022-08-252-10/+9
* Clean up handling of status in QDateTimeEdward Welbourne2022-08-251-35/+24
* Use QRoundingDown when converting UTC to local timeEdward Welbourne2022-08-251-4/+3
* windeployqt: Directly access the 'relocatable' config featureJoerg Bornemann2022-08-252-7/+4
* QAbstractItemDelegate: tolerate that editor gets reparentedVolker Hilsheimer2022-08-251-2/+3
* CMake: Fix storyboard entry in an iOS Info.plist fileAlexandru Croitor2022-08-251-3/+6
* CMake: Default CFBundleName to ${PRODUCT_NAME} for iOSAlexandru Croitor2022-08-251-0/+15
* Move titlebar drawing routines to QWasmWindowMikolaj Boc2022-08-254-323/+286
* Move definition of QT_MOC_COMPAT from qgloabl.h to qtconfigmacros.hSona Kurazyan2022-08-252-8/+8
* Extract header qmalloc.h from qglobal.hSona Kurazyan2022-08-254-5/+25
* Extract header qtypetraits.h from qglobal.hSona Kurazyan2022-08-255-16/+40
* Extract header qswap.h from qglobal.hSona Kurazyan2022-08-255-47/+70
* 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