summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set emscripten environment for webassemblyToni Saario2021-11-151-0/+15
* Fix return type documentation of QFileSystemModel::fileName()hjk2021-11-151-1/+1
* QFuture: extend the docs to explain how to cancel continuation chainSona Kurazyan2021-11-152-0/+41
* Update documentation of QFuture continuationsSona Kurazyan2021-11-151-19/+44
* macOS: make the slider knob big enough for BigSur and MontereyVolker Hilsheimer2021-11-152-2/+10
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-135-4/+163
* 3rdparty: Add touchpad gestures support to bundled xinput xcb modulePovilas Kanapickas2021-11-135-8/+505
* QStack: simplify the class (even more)Andrei Golubev2021-11-121-18/+5
* Teach QOperatingSystemVersion to handle new OS entries in patch releasesMårten Nordheim2021-11-125-75/+208
* Run bic tests on linux packaging targetToni Saario2021-11-121-0/+39
* Build docs in-treeToni Saario2021-11-121-13/+10
* Android: bump default QT_ANDROID_API_VERSION to 31Assam Boudjelthia2021-11-122-2/+2
* Disable some tools and plugins if regularexpression feature is disabledMitch Curtis2021-11-122-2/+2
* QLineEdit: always process an input method eventRichard Moe Gustavsen2021-11-121-4/+0
* QWidget: always handle IM queriesRichard Moe Gustavsen2021-11-121-2/+1
* Avoid overflow for date-time in the first (partly) representable dayEdward Welbourne2021-11-111-2/+10
* Replace enum with constexpr qint64 variablesEdward Welbourne2021-11-111-7/+5
* Fix QMultiHash::operator== crashAndreas Buhr2021-11-112-3/+15
* QDuplicateTracker: add clear()Thiago Macieira2021-11-112-0/+21
* QLibrary/QPlugin/QFactoryLoader: convert to category loggingThiago Macieira2021-11-114-68/+46
* QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2021-11-122-3/+24