summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move toMode_t() from qfilesystemengine_unix.cpp to qfiledevice_p.hIevgenii Meshcheriakov2021-11-102-28/+37
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-102-3/+4
* QPushButton: emit released signal when mouse dragged out of boundsChunLin Wang2021-11-102-0/+33
* Remove useless blocksIevgenii Meshcheriakov2021-11-101-38/+34
* CMake: Add CoreBluetooth framework for macOSJuha Vuolle2021-11-101-0/+1
* Fix tst_qfontdatabase on Windows with FreetypeEskil Abrahamsen Blomfeldt2021-11-101-1/+5
* cmake: Don't notify/warn the user when Xcode is not foundTor Arne Vestbø2021-11-101-3/+0
* qmake: Introduce the variable MSVC_TOOLSET_VERJoerg Bornemann2021-11-103-17/+12
* qmake: Support Visual Studio 2022Joerg Bornemann2021-11-105-1/+24
* Add QGregorianCalendar::yearSharingWeekDays()Edward Welbourne2021-11-102-0/+27
* Improve unicodeForDigit()'s commentsEdward Welbourne2021-11-101-2/+3
* Use a local check-macro to save lots of repetition in time-zone testsEdward Welbourne2021-11-101-90/+53