summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix assert in QFontComboBox when setting empty fontEskil Abrahamsen Blomfeldt2021-11-182-1/+34
* Fix deserializing Qt 5.x fonts through QDataStreamEskil Abrahamsen Blomfeldt2021-11-185-3/+50
* 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-189-51/+303
* 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-182-20/+112
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-182-1/+89
* 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
* multistreamserver: fix compilationMarc Mutz2021-11-181-1/+1
* QIODeviceBase: make dtor protectedMarc Mutz2021-11-181-0/+2
* Add an initial tst_QAnyStringViewMarc Mutz2021-11-184-0/+641
* QFileSystemEngine: Fix permissions query in Windows backendIevgenii Meshcheriakov2021-11-181-1/+1
* Delete -Wextra compilation flag for GHS compilerTatiana Borisova2021-11-181-1/+5
* Always check keyboard modifiers when generating mouse eventsDavid Schulz2021-11-182-4/+1
* QOperatingSystemVersion: Add Win10 sub-versionsYuhang Zhao2021-11-182-0/+50
* Add baseline test that allows comparing the rendering of widgetsVolker Hilsheimer2021-11-183-0/+304
* 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-167-35/+107
* tst_qsctpsocket: fix compilationMarc Mutz2021-11-161-1/+1
* multistreamclient example: fix compilationMarc Mutz2021-11-161-1/+1
* Rename and restructure the baseline (lancelot) testing codeEirik Aavitsland2021-11-16135-1849/+55
* QFontComboBox don't response qApp fontDatabaseChanged()Zhang Hao2021-11-162-5/+12
* QRegularExpression: do not mark as dirty on no-op settersGiuseppe D'Angelo2021-11-161-0/+4
* tst_qvariant: fix -Wclass-memaccessMarc Mutz2021-11-161-1/+1
* 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-153-15/+52
* Revise (recently-added) yearSharingWeekDays() to take a QDateEdward Welbourne2021-11-154-14/+84
* 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-152-12/+131
* xcb: Implement support for touchpad gesturesPovilas Kanapickas2021-11-156-4/+228
* Test result of qobject_cast before dereferencingLi Xi2021-11-152-6/+20
* QTabBar: Support scrolling with a kinetic wheelVolker Hilsheimer2021-11-152-20/+221
* QReadWriteLocker: also benchmark recursive modeMarc Mutz2021-11-151-0/+66