summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* d3d11rhi: remove pre-win10 codev6.2.0-beta3Yuhang Zhao2021-08-121-10/+5
* QUrl: Fix handling of invalid sequences starting with xn--Ievgenii Meshcheriakov2021-08-121-3/+6
* qlocale_win: return null QVariant on failed look-upsEdward Welbourne2021-08-111-4/+4
* testlib: Don't report blacklisted tests as failures in JUnit reporterTor Arne Vestbø2021-08-111-2/+0
* Fix memory leak if eXIf has incorrect crcRobert Löhning2021-08-102-4/+19
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-101-14/+33
* Implement missing support for 'em' and 'ex' lengths in style sheetVolker Hilsheimer2021-08-102-23/+52
* MySQL: properly fix setting the character setThiago Macieira2021-08-101-3/+31
* MySQL: remove the version number checks in favor of actual functionalityThiago Macieira2021-08-101-2/+15
* Add default constructor and Q_DISABLE_COPY_MOVE to native interfacesTor Arne Vestbø2021-08-101-0/+2
* xcb: implement missing bits from ICCCM 4.1.4 WM_STATE handlingGatis Paeglis2021-08-102-12/+119
* QCalendarRegistry: Explicitly disable moving and copyingIevgenii Meshcheriakov2021-08-101-0/+2
* xcb: add a timeout control when reading INCR propertyLiang Qi2021-08-101-2/+6
* QCompleter: QCompleter unexpectedly changes QLineEdit textTianlu Shao2021-08-101-0/+1
* QUrl: Fix Punycode handling for non-BMP codepointsIevgenii Meshcheriakov2021-08-101-14/+39
* Improve docs for QFuture continuationsSona Kurazyan2021-08-102-49/+53
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-3/+5
* testlib: Fix name of current test case element in JUnit reporterTor Arne Vestbø2021-08-102-10/+10
* testlib: Write failure details as <failure> content in JUnit reporterTor Arne Vestbø2021-08-102-7/+25
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-101-2/+1
* Document that hiding/disabling a menu is best done via the menuActionVolker Hilsheimer2021-08-101-1/+3
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-4/+4
* QListView: fix AdjustToContents (sizeAdjustPolicy)Thorbjørn Lund Martsum2021-08-101-1/+41
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-082-1/+12
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-082-9/+12
* QProperty: more micro optimizationFabian Kosmale2021-08-082-40/+60
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-082-12/+11
* macOS: Fix leaked NSMutableArray in applicationActivationChangedTor Arne Vestbø2021-08-081-1/+1
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-0661-62/+80
* QCalendar: Delete registered calendar backends on program exitIevgenii Meshcheriakov2021-08-062-17/+76
* QCalendar: Thread-safe calendar backend registrationIevgenii Meshcheriakov2021-08-0615-416/+499
* testlib: Indent CDATA element in JUnit reporterTor Arne Vestbø2021-08-061-1/+1
* Add native interface for X11 application, exposing display and connectionTor Arne Vestbø2021-08-068-13/+137
* Turn off feature timezone for emscriptenEdward Welbourne2021-08-061-0/+1
* Handle even more include in enum casesFabian Kosmale2021-08-061-2/+1
* QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-061-2/+5
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-064-53/+31
* Track current window DPIMorten Johan Sørvig2021-08-064-0/+15
* Doc: Fix link error to qFuzzyIsNull()Nico Vertriest2021-08-061-4/+5
* testlib: Don't report additional 'pass' test point for blacklisted XFailTor Arne Vestbø2021-08-051-3/+3
* testlib: Report skipped tests in JUnit reporter as <skipped> elementsTor Arne Vestbø2021-08-054-4/+18
* testlib: Don't report JUnit errors attribute without any <error> elementsTor Arne Vestbø2021-08-051-1/+0
* testlib: Sync up QTest::LogElementType with element namesTor Arne Vestbø2021-08-052-3/+5
* testlib: Reduce JUnit test duration reporting to millisecond precisionTor Arne Vestbø2021-08-051-2/+7
* testlib: Improve JUnit XML conformanceTor Arne Vestbø2021-08-054-68/+63
* QStringLiteral: suppress the clang-tidy warning about const_castThiago Macieira2021-08-051-4/+14
* testlib: Simplify JUnit test loggerTor Arne Vestbø2021-08-055-74/+26
* CMake: Add whitespace to Android error messageKai Köhne2021-08-051-3/+3
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-13/+13
* Shift iOS a11y translations into C++ fileMike Achtelik2021-08-044-1/+122