summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prefer QBAV over raw char * form of qt_configure_strsEdward Welbourne2021-11-191-2/+2
* Docs: Move manifest and androiddeployqt docs to where code livesNicholas Bennett2021-11-193-1/+539
* Remove unneeded int conversions in qmetatype.hKai Köhne2021-11-191-9/+9
* Clean up line clipping code in rasterizerEirik Aavitsland2021-11-191-36/+59
* QOperatingSystemVersion: Add Windows11Mårten Nordheim2021-11-192-0/+7
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-192-2/+3
* Windows QPA: Fix multi-touch support in some devicesAndré de la Rocha2021-11-182-9/+37
* Clarify validity of image returned from QPlatformBackingStore::toImage()Tor Arne Vestbø2021-11-181-0/+5
* xcb: Don't mark scrolled area as flushed when doing client side scrollTor Arne Vestbø2021-11-181-8/+9
* xcb: Ensure we have pixmap GC before trying to flush to it during scrollTor Arne Vestbø2021-11-181-2/+2
* xcb: Prepare correct area when doing client side backingstore scrollTor Arne Vestbø2021-11-181-2/+4
* Fix assert in QFontComboBox when setting empty fontEskil Abrahamsen Blomfeldt2021-11-181-1/+2
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-181-3/+10
* macOS: Fix QSlider's knob positioning on MontereyVolker Hilsheimer2021-11-181-1/+13
* Add operating system version for macOS 12 "Monterey"Volker Hilsheimer2021-11-182-0/+10
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-186-51/+229
* Increment reference count when restoring referenceAllan Sandfeld Jensen2021-11-181-0/+1
* Add missing QT_TRID_N_NOOP definitionLucie Gérard2021-11-183-0/+35
* Use a QVarLengthArray for FatalSignalHandler's alternate stackEdward Welbourne2021-11-181-3/+4
* Rework FatalSignalHandler to use ranged-for loops over signalsEdward Welbourne2021-11-181-7/+7
* Test the return from sigaction()Edward Welbourne2021-11-181-11/+19
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-17/+112
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-1/+65
* Remove some spurious prefixes in declarationsEdward Welbourne2021-11-182-4/+4
* Add a note on the sign of daylight-saving offsetsEdward Welbourne2021-11-181-1/+4
* Eliminate a constant from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+7
* Remove some unused constants from qtimezoneprivate_win.cppEdward Welbourne2021-11-181-6/+3
* QIODeviceBase: make dtor protectedMarc Mutz2021-11-181-0/+2
* QFileSystemEngine: Fix permissions query in Windows backendIevgenii Meshcheriakov2021-11-181-1/+1
* Always check keyboard modifiers when generating mouse eventsDavid Schulz2021-11-182-4/+1
* QOperatingSystemVersion: Add Win10 sub-versionsYuhang Zhao2021-11-182-0/+50
* Fix leak in date and time formatting on macOSEdward Welbourne2021-11-181-2/+4
* Build ODBC driver as universal binary on macOSTor Arne Vestbø2021-11-181-2/+0
* CMake: Enable -bundled-xcb-xinput by defaultPovilas Kanapickas2021-11-181-0/+1
* QAbstractFileEngine: fix UB (data race) on qt_file_engine_handlers_in_useMarc Mutz2021-11-161-4/+4
* QItemSelection: fix (some) O(n²) behavior in merge()Marc Mutz2021-11-161-9/+7
* Reject truncated and corrupt ascii pnm imagesEirik Aavitsland2021-11-161-22/+27
* macOS: Clear NSOpenGLContext drawable when QNSView is about to go awayTor Arne Vestbø2021-11-163-0/+20
* Make missing xmlstarlet command just a status messageKai Köhne2021-11-161-1/+1
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-165-35/+104
* QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-161-0/+4
* QRegularExpression: do not mark as dirty on no-op settersGiuseppe D'Angelo2021-11-161-0/+4
* QReadWriteLock: replace a QHash with a QVarLengthArray<., 16>Marc Mutz2021-11-162-7/+24
* QString: prefer sliced() over mid() in split-like functionsMarc Mutz2021-11-151-9/+9
* Document QLibraryInfo::Qml2ImportsPath as deprecatedUlf Hermann2021-11-151-1/+5
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-151-3/+4
* Revise (recently-added) yearSharingWeekDays() to take a QDateEdward Welbourne2021-11-152-14/+34
* Build PostgreSQL driver as universal binary on macOSTor Arne Vestbø2021-11-151-2/+0
* Make sure we paint overlapped children and siblings when moving farVolker Hilsheimer2021-11-151-11/+13
* xcb: Implement support for touchpad gesturesPovilas Kanapickas2021-11-156-4/+228