summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-110-0/+0
* QIOSTextInputOverlay: listen for selection changes, also for Qt::ImReadOnlyRichard Moe Gustavsen2021-11-110-0/+0
* QIOSInputContext: use QIOSResponder when the focus object is Qt::ImReadOnlyRichard Moe Gustavsen2021-11-110-0/+0
* QIOSTextInputResponder: factor out the "read-only" part to a QIOSTextResponde...Richard Moe Gustavsen2021-11-110-0/+0
* 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-113-2/+8
* Add missing qt namespace in qthreadstorage.hAlexey Edelev2021-11-111-0/+4
* qmetatype.cpp: provide missing initializer for const variableThiago Macieira2021-11-101-1/+1
* Fix 32-bit builds broken by mul_overflow() on qint64Martin Storsjö2021-11-101-1/+1
* Q{XcbGl,EglFSDevice}IntegrationFactory: remove unused extra plugin pathThiago Macieira2021-11-104-51/+6
* QGuiApplication: properly decode path command-line argumentsThiago Macieira2021-11-101-2/+2
* QFileSystemEngine: Don't use _?W suffixesIevgenii Meshcheriakov2021-11-101-7/+7
* Use nullptr to represent null pointersIevgenii Meshcheriakov2021-11-101-39/+36
* QFileSystemEngine: Fix some code style issues in Windows backendIevgenii Meshcheriakov2021-11-101-55/+113
* configure: Fix --foo=bar argumentsJoerg Bornemann2021-11-101-1/+1
* Repair github action workflowAndreas Buhr2021-11-101-3/+6