summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-101-2/+3
* QPushButton: emit released signal when mouse dragged out of boundsChunLin Wang2021-11-101-0/+2
* Remove useless blocksIevgenii Meshcheriakov2021-11-101-38/+34
* Add QGregorianCalendar::yearSharingWeekDays()Edward Welbourne2021-11-102-0/+27
* Improve unicodeForDigit()'s commentsEdward Welbourne2021-11-101-2/+3
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-108-52/+23
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-108-1/+62
* Remove unreachable breaksDavid Skoland2021-11-101-5/+0
* Add additional grapheme, word, and sentence break class tests from tr29Øystein Heskestad2021-11-101-4/+0
* QFactoryLoader: unconditionally provide toJsonFabian Kosmale2021-11-101-2/+0
* QLocale: Add support for Kaingang and Nheengatu languagesIevgenii Meshcheriakov2021-11-106-8/+77
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-106-4805/+4835
* locale_database: Add entry for 'South Sudan Standard Time'Ievgenii Meshcheriakov2021-11-101-172/+174
* Capture full logcat output in Android unit testsAndreas Buhr2021-11-091-1/+69
* QTestLog: Properly own the loggersUlf Hermann2021-11-093-10/+12
* QDomDocument::setContent: Open device if necessaryFabian Kosmale2021-11-091-0/+16
* Add compatible weak pointer move operationsAllan Sandfeld Jensen2021-11-091-1/+18
* Fix internal mimetypes db on Windows when compressed by an external toolHannah von Reth2021-11-091-0/+1
* Avoid painting outside boundaries when printing QGraphicsProxyWidgetEirik Aavitsland2021-11-091-0/+4
* Don't quit application if we're not in execTor Arne Vestbø2021-11-081-0/+3
* qoperatingsystemversion_win: fix thread raceMårten Nordheim2021-11-081-3/+4
* Draw QTableView grid lines centered between table cellsTor Arne Vestbø2021-11-081-3/+5