summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Freetype 2.13.2Eskil Abrahamsen Blomfeldt2023-09-1837-3169/+320
* Sync rhi backingstore prefer-software env.var with QuickLaszlo Agocs2023-09-181-0/+5
* xcb_egl: Prefer eglCreatePlatformWindowSurfaceEXT to eglCreateWindowSurfaceIlya Fedin2023-09-193-7/+17
* QMessageBox::about / aboutQt - use native modal dialog on iOSAxel Spoerl2023-09-181-6/+17
* QAbstractAnimation: avoid spurious dependencies on the state propertyIvan Solovev2023-09-181-8/+10
* SQLite: Update SQLite to v3.43.1Andy Shaw2023-09-183-92/+101
* Compress UpdateLater eventsAllan Sandfeld Jensen2023-09-182-0/+6
* QDBusConnectionPrivate: Protect access to serverConnectionNames with mutexIevgenii Meshcheriakov2023-09-181-1/+4
* QtDBus: Check if QDBusServer is destroyed before accessing itIevgenii Meshcheriakov2023-09-181-1/+5
* QOperatingSystemVersion: Move the new OSes into a non-exported classThiago Macieira2023-09-182-15/+34
* QNetworkConnectionEvents: fix potential nullptr accessVladimir Belyavsky2023-09-181-0/+6
* platforms/windows: use qimage rvalue overloads moreAnton Kudryavtsev2023-09-182-5/+5
* QString::toHtmlEscaped: avoid unconditional copyAnton Kudryavtsev2023-09-181-1/+5
* QString::replace: replace QList with QVLAAnton Kudryavtsev2023-09-181-2/+2
* QString: use first and last moreAnton Kudryavtsev2023-09-181-2/+2
* qmake: Bump supported macOS SDK version to 14 (Sonoma)Tor Arne Vestbø2023-09-181-1/+1
* IPC: Move the legacy key to the QNativeIpcKeyThiago Macieira2023-09-177-27/+173
* IPC: disallow unknown queries in QNativeIpcKey string formThiago Macieira2023-09-172-4/+7
* IPC: Remove the "small" object optimization in QNativeIpcKeyThiago Macieira2023-09-173-86/+47
* IPC: make the two platformSafeKey functions return QNativeIpcKeyThiago Macieira2023-09-174-45/+51
* QDBusConnection: Print error from prepareHookNicolas Fella2023-09-172-20/+25
* QDataStream: prevent accidental streaming of pointersGiuseppe D'Angelo2023-09-171-0/+1
* QWindow: bail out early on resize() if size has not changedVladimir Belyavsky2023-09-151-9/+10
* Warn on failure to construct valid system time zone objectEdward Welbourne2023-09-153-8/+27
* Fix warning on invalid time-zone lookupEdward Welbourne2023-09-151-1/+1
* Check input and output converters do support the relevant directionsEdward Welbourne2023-09-151-4/+7
* Replace the image to illustrate the Serialization ConverterEdward Welbourne2023-09-151-0/+0
* Implement some TODOs: make use of GLibc's tm_gmtoff and tm_zoneEdward Welbourne2023-09-151-9/+28
* Don't assume time-zone offsets at epoch were multiples of five minutesEdward Welbourne2023-09-151-8/+7
* Rework resolution of local timeEdward Welbourne2023-09-151-106/+370
* Add Python-specific note to QOpenGLContext::aboutToBeDestroyed() documentationFriedemann Kleint2023-09-151-0/+5
* Apple event dispatcher: "clarify" copy semantics of ProcessEventsStateGiuseppe D'Angelo2023-09-151-0/+19
* Show command link button in respective color for windowsvista styleSanthosh Kumar2023-09-151-3/+2
* QWindowsFontDatabase: drop an usage of an atomic typeGiuseppe D'Angelo2023-09-152-5/+5
* Android: Handle ImhNoTextHandles flag from InputMethodHintsBartlomiej Moskal2023-09-152-0/+14
* Doc: fix name of return argument in prototypeVolker Hilsheimer2023-09-151-2/+2
* QtFuture: Prevent whenAll()/whenAny() from creating reference cyclesArno Rehn2023-09-152-6/+43
* CMake: Fix condition of the ipc_posix featureJoerg Bornemann2023-09-151-1/+1
* qmimedata: reduce allocationsAnton Kudryavtsev2023-09-151-1/+1
* Iterate over all extraPrefixDirs when collecting "directories"Alexey Edelev2023-09-151-5/+22
* Fix crash when reading corrupt font dataEskil Abrahamsen Blomfeldt2023-09-151-16/+51
* QWindowsFontDatabase: fix a data raceGiuseppe D'Angelo2023-09-142-1/+10
* QWindowsFontDatabase: avoid multiple map lookupsGiuseppe D'Angelo2023-09-141-6/+8
* QUpdateLaterEvent: code tidiesGiuseppe D'Angelo2023-09-141-4/+0
* GUI: give more warning when can't load xcb since 6.5.0Liang Qi2023-09-141-0/+4
* rhi: Map DXGI_ADAPTER_FLAG_SOFTWARE onto the driverInfo's CpuDeviceLaszlo Agocs2023-09-145-18/+29
* macOS: Reset NSApp main menu temporarily when re-using top level menuTor Arne Vestbø2023-09-141-1/+15
* QDBusMarshall test: avoid an atomic assignmentGiuseppe D'Angelo2023-09-141-5/+5
* Long live Q_(U)INT128_C()!Marc Mutz2023-09-143-8/+243
* CI: Enable some tests under corelib/thread for Wasm platformPiotr Wierciński2023-09-145-12/+52