summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add Android service check on quit appFabio Falsini2021-07-271-2/+2
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-273-5/+11
* Don't report results when the results list is emptySona Kurazyan2021-07-274-0/+44
* QDuplicateTracker: bring back appendTo() &&Marc Mutz2021-07-272-8/+56
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-07-271-1/+1
* time: Rerun cldr2qtimezone.pyIevgenii Meshcheriakov2021-07-271-33/+33
* Windows QPA: Fix coordinates reported through UI AutomationAndré de la Rocha2021-07-271-10/+7
* QCalendar: Make SystemId constructors with one argument explicitIevgenii Meshcheriakov2021-07-271-2/+3
* macOS: Add helper function to check whether we're running under RosettaTor Arne Vestbø2021-07-272-0/+11
* QCalendarBackend: Use QAnyStringView to create backends by nameIevgenii Meshcheriakov2021-07-273-17/+5
* QVarLengthArray: extend unit testsIvan Solovev2021-07-271-3/+341
* Doc: document deprecated classes in Qt WidgetsNico Vertriest2021-07-271-8/+9
* Doc: Minor cleanup in QWidget docsPaul Wicking2021-07-261-2/+3
* Fix typo in function nameIevgenii Meshcheriakov2021-07-261-2/+2
* Move Android implementation of permissions API to QtAndroidPrivateTor Arne Vestbø2021-07-265-303/+292
* CMake: Keep public include header locations for internal module priJaeyoon Jung2021-07-261-1/+1
* Doc: Ensure deprecated APIs in Gui are documented as suchNico Vertriest2021-07-2611-50/+82
* Doc: Ensure deprecated APIs in Qt Sql are documented as suchNico Vertriest2021-07-252-20/+19
* QLocalSocket/Unix: fix aborting the socketv6.2.0-beta2Alex Trotsenko2021-07-243-0/+8
* Remove special casing of HSL QColor comparisonAllan Sandfeld Jensen2021-07-241-12/+3
* CMake: Use namespaced variables in Qt6*Dependencies.cmakeLi Xinwei2021-07-235-99/+98
* Make QSqlRecord benchmarks non-fatuousEdward Welbourne2021-07-231-2/+6
* Halve the data-set size of tst_QSqlRecord::benchmarkRecord()Edward Welbourne2021-07-231-1/+2
* doCrypt() - check the error codesTimur Pocheptsov2021-07-231-1/+7
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-2310-71/+55
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-233-32/+52
* QString: extend unit testsIvan Solovev2021-07-231-75/+500
* Use QChar::fromUcs4(i) rather than QChar(i) on out-of-range iEdward Welbourne2021-07-221-16/+28
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* Sync default action when checking tool button programmaticallyVolker Hilsheimer2021-07-222-0/+65
* QColorSpace: Guard against division by zeroRobert Löhning2021-07-221-5/+9
* CMake: Disable test_QT_TESTCASE_BUILDDIR cmake build testAlexandru Croitor2021-07-221-4/+8
* CMake: Fix Windows -debug-and-release builds with CMake 3.21.0Alexandru Croitor2021-07-221-5/+19
* CMake: Fix Windows resource compiler failure in selftests with MinGWAlexandru Croitor2021-07-221-1/+1
* Android: stop making throwing promisesGiuseppe D'Angelo2021-07-221-25/+1
* tst_QSslSocket: clean up allowedProtocolNegotiationMårten Nordheim2021-07-221-8/+3
* CMake: Fix incorrect default plugin conditions on WindowsAlexandru Croitor2021-07-222-2/+2
* Don't slow down a QMap benchmark by growing a megabyte-long stringEdward Welbourne2021-07-211-1/+1
* QSet::erase - extend docsIvan Solovev2021-07-211-0/+5
* QFileSelector: Preserve path to root directoryFabian Kosmale2021-07-212-1/+7
* Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-211-1/+1
* Prevent array-out-of-bounds accessVolker Hilsheimer2021-07-211-1/+5
* QOpenGlContext: remove duplicated includeIvan Solovev2021-07-211-1/+0
* QList: extend testsIvan Solovev2021-07-211-13/+428
* Fix lcTlsBackend redefined in several places (plugins, static build)Timur Pocheptsov2021-07-219-55/+48
* Schannel: Fix ODR violation in static programsMårten Nordheim2021-07-213-39/+58
* Fix quadratic performance hit in Q(Multi)Map::insert() with hintEdward Welbourne2021-07-211-9/+19
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-2112-17/+492
* Scale image with MDI icons using the correction factorVolker Hilsheimer2021-07-201-2/+2
* Support pt units for sizes, as documentedVolker Hilsheimer2021-07-202-5/+50