summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove QTemporary(file|dir) from boostrap libFabian Kosmale2022-03-232-2/+2
* Document that native file dialogs might not show a titleVolker Hilsheimer2022-03-231-5/+10
* Try to stabilize QWidget::enterLeaveOnWindowShowHideVolker Hilsheimer2022-03-231-2/+5
* Remove QUrl* from boostrap libFabian Kosmale2022-03-231-4/+0
* Jpeg handler: Detangle error reporting from the abort handlingEirik Aavitsland2022-03-221-7/+7
* Document some details of TAP's use of YAMLishEdward Welbourne2022-03-221-1/+67
* Use a cheaper is-empty test for a C-stringEdward Welbourne2022-03-221-1/+1
* Avoid duplicate descriptions in TAP's incident YAMLEdward Welbourne2022-03-222-15/+2
* Fix indentation of some continuation lines in qtaptestlogger{.cpp,_p.h}Edward Welbourne2022-03-222-4/+4
* TAP test logger: treat blacklisted XFail the same as XFailEdward Welbourne2022-03-222-4/+1
* Match QtTest command-line output options to the help outputEdward Welbourne2022-03-221-8/+10
* Document what QtTest's various loggers doEdward Welbourne2022-03-2210-10/+107
* QFuture: fix a codechecker warningSona Kurazyan2022-03-221-1/+1
* Android: Blacklist failing tests on tst_QGraphicsProxyWidgetSamuel Mira2022-03-221-0/+6
* Doc: Reorganize sections structure in Qt Widgets landing pageAndreas Eliasson2022-03-221-20/+21
* Conan: Fix typo in recipeIikka Eklund2022-03-221-1/+1
* QNX: Fix compiler warning by when FEATURE_clipboard is not enabledPasi Petäjäjärvi2022-03-221-0/+2
* qversiontagging.h: remove the attempt to use the "retain" attributeThiago Macieira2022-03-211-5/+1
* CI: QNX qemu need docker service ports explicitly defined for visibilityPasi Petäjäjärvi2022-03-212-0/+202
* Install QtCopyFileIfDifferent as the 'public' cmake helperAlexey Edelev2022-03-211-1/+1
* qsql_ibase: fix includesShawn Rutledge2022-03-211-13/+14
* QProperty: Allow manual scheduling of binding notificationUlf Hermann2022-03-212-0/+17
* Fix warning in tst_qfutureVolker Hilsheimer2022-03-211-1/+1
* Replace deprecated QColor::fromString in tests and documentationVolker Hilsheimer2022-03-213-4/+4
* QTabBar: let styles draw tab text with foreground roleVolker Hilsheimer2022-03-213-4/+7
* QAnyStringView: constexpr detect 8-bit ASCII as Latin 1Øystein Heskestad2022-03-212-7/+67
* QtPlatformSupport: add support for detecting webOSJanne Juntunen2022-03-211-0/+4
* Doc: Remove mentionings of overflows from QElapsedTimerKai Köhne2022-03-211-19/+8
* Unify DEPFILE support checkAlexey Edelev2022-03-212-7/+15
* Fix build with latest Apple clang versionVolker Hilsheimer2022-03-211-2/+2
* QNX: always create buffers for child windowsRafael Roquetto2022-03-212-21/+7
* Fix warning from deprecated QMouseEvent constructor on macOSVolker Hilsheimer2022-03-211-2/+2
* Build QMenuBar test without warningVolker Hilsheimer2022-03-201-1/+1
* Fix build on macOS without warning after QString::count deprecationVolker Hilsheimer2022-03-201-2/+2
* Remove a now-unneeded QT_NO_OPENGL ifdefLaszlo Agocs2022-03-201-2/+0
* Rename tst_qlatin1string and switch to using QLatin1StringViewSona Kurazyan2022-03-195-94/+93
* Add QLatin1StringView as an alias for QLatin1StringSona Kurazyan2022-03-192-0/+37
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-1923-26/+26
* qversiontagging: Fix the imp prefix for 32 bit armMartin Storsjö2022-03-191-5/+5
* CMake: Don't build the movie example if the feature is disabledAlexandru Croitor2022-03-191-1/+3
* QRect: add toRectF()Marc Mutz2022-03-193-5/+62
* QLine/QMargins: add toLineF/toMarginsF()Marc Mutz2022-03-196-9/+109
* QSize/QPoint: add toSizeF/toPointF()Marc Mutz2022-03-196-10/+96
* QMargins: fix a missing "full stop" in the docsMarc Mutz2022-03-191-1/+1
* QObject: restore flags printing in dumpObjectTree()Marc Mutz2022-03-195-17/+75
* QSettings: port key processing to QAnyStringViewMarc Mutz2022-03-193-44/+71
* QJsonValueConstRef: fix null pointer dereferencesThiago Macieira2022-03-182-2/+2
* Refactor: use lambdas for visitor pattern in QGraphicsSceneBspTreeVolker Hilsheimer2022-03-182-72/+26
* When clearing selected items, iterate over a copy of the QSetVolker Hilsheimer2022-03-182-2/+73
* Enable move semantics for QTemporaryDirLuca Di Sera2022-03-183-3/+115