summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Test result of qobject_cast before dereferencingLi Xi2021-11-151-6/+7
* QTabBar: Support scrolling with a kinetic wheelVolker Hilsheimer2021-11-151-4/+42
* 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-151-0/+4
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-134-4/+37
* 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-124-75/+197
* 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-111-3/+3
* QDuplicateTracker: add clear()Thiago Macieira2021-11-111-0/+5
* QLibrary/QPlugin/QFactoryLoader: convert to category loggingThiago Macieira2021-11-114-68/+46
* QFileDialog: Fix adding default suffix when file path contains dotAlexander Volkov2021-11-121-3/+8
* Windows QPA: Set SWP_NOCOPYBITS during resize to avoid jitterYuhang Zhao2021-11-121-1/+6
* QInputMethod: check if focusobject supports the "new" IM function before call...Richard Moe Gustavsen2021-11-111-6/+10
* QIOSTextInputOverlay: listen for selection changes, also for Qt::ImReadOnlyRichard Moe Gustavsen2021-11-111-4/+28
* QIOSInputContext: use QIOSResponder when the focus object is Qt::ImReadOnlyRichard Moe Gustavsen2021-11-111-4/+11
* QIOSTextInputResponder: factor out the "read-only" part to a QIOSTextResponde...Richard Moe Gustavsen2021-11-115-136/+223
* QSlider: Always set the sunken state and the active controlVolker Hilsheimer2021-11-111-6/+7
* wasm: fix native timer update for the no-timer caseMorten Johan Sørvig2021-11-111-2/+10
* wasm: make timers work for the new event dispatcherMorten Johan Sørvig2021-11-111-3/+0
* Fix not respected qt.conf settingsMichal Klocek2021-11-111-6/+13
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-112-2/+5
* Add missing qt namespace in qthreadstorage.hAlexey Edelev2021-11-111-0/+4