summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-042-4/+54
* QAbstractSocket: remove note about WinRTMårten Nordheim2022-03-051-3/+0
* Add numeric conversion methods to QLatin1StringSona Kurazyan2022-03-053-0/+89
* QIOSFileDialog/QIOSDocumentPickerController - handle dismissed view controllerTimur Pocheptsov2022-03-052-1/+18
* QErrorMessage: fix deprecated warning about standardIconMårten Nordheim2022-03-051-1/+1
* QMessageBox: fix deprecated warning about using old ctorMårten Nordheim2022-03-051-1/+1
* QPrintDialog/win: Fix use of deprecated QMessageBox::warningMårten Nordheim2022-03-051-3/+3
* QSqlTableModel: suppress deprecation warningMårten Nordheim2022-03-051-1/+1
* Fix QWindow::mapTo|FromGlobal() for the embedded caseSergio Martins2022-03-041-2/+2
* Android: terminate argv passed to main() with nullptrAssam Boudjelthia2022-03-051-4/+6
* Add tests for an assertion seen on WindowsEdward Welbourne2022-03-041-1/+12
* Correct handling of {next,previous}Transition before FIRST_DST_YEAREdward Welbourne2022-03-041-13/+61
* Fix inverted condition on year starting in DSTEdward Welbourne2022-03-041-3/+6
* Improve handling of newYearOffset in qtimezoneprivate_win.cppEdward Welbourne2022-03-041-9/+20
* Consistently treat times before first rule as in its standard timeEdward Welbourne2022-03-041-38/+38
* Fix handling of out-of-range years in QTZP_winEdward Welbourne2022-03-041-9/+8
* Correct fake-DST detection and handling in QTZP_winEdward Welbourne2022-03-041-27/+56
* Clip dataForLocalTime()'s bracketing window's start to minMSecs() + 1Edward Welbourne2022-03-041-5/+9
* Use QDateTimePrivate's methods in preference to std::numeric_limitsEdward Welbourne2022-03-043-16/+18
* Android: skip crashing tst_QPlainTextEdit::ensureCursorVisibleOnInitialShowIvan Solovev2022-03-041-0/+3
* Android: unblacklist tst_QPlainTextEdit testsIvan Solovev2022-03-042-16/+3
* Revert "Workaround MinGW not handling error suppression macro correctly"Pasi Petäjäjärvi2022-03-041-6/+0
* Update QFileInfo docs to mention macOS aliasesTor Arne Vestbø2022-03-041-5/+7
* Prepare for QByteArrayView number parsing modernizationMarc Mutz2022-03-043-35/+75
* tst_qstringapisymmetry: check QString/QAnyStringView overloads w/Q_WEAK_OVERL...Marc Mutz2022-03-041-0/+22
* QCryptographicHash: code tidiesGiuseppe D'Angelo2022-03-041-11/+11
* Fix tst_qstringapisymmetry::count* to test all argument combinationsSona Kurazyan2022-03-041-12/+27
* Fix an error in tst_QStringApiSymmetry::count_impl()Sona Kurazyan2022-03-041-1/+1
* Logging: use GCC #pragma to suppress the frame pointerThiago Macieira2022-03-031-4/+9
* Logging: cache the last library file name in a backtraceThiago Macieira2022-03-031-2/+7
* Logging: add support for decoding backtraces using dladdr()Thiago Macieira2022-03-032-2/+54
* Logging: reorganize the backtrace code for simplicity and readabilityThiago Macieira2022-03-031-36/+68
* Logging: remove magic constant from backtrace codeThiago Macieira2022-03-031-1/+13
* Logging: rejiggle the way we detect the availability of backtrace() APIThiago Macieira2022-03-033-16/+11
* Logging: fix encoding of backtrace linesThiago Macieira2022-03-031-1/+1
* Android: unblacklist tst_toolsupport::offsetsIvan Solovev2022-03-041-3/+0
* Android: make sure that orientationChange is reported after resizeIvan Solovev2022-03-045-7/+77
* Android: set all QScreen's geometry-related parameters togetherIvan Solovev2022-03-045-11/+48
* CMake: Generate wrapper shell scripts for all hosts when requestedAlexandru Croitor2022-03-042-27/+70
* Add literal operators for QLatin1String and QLatin1CharSona Kurazyan2022-03-046-0/+140
* QBitmap::fromPixmap: document \sinceGiuseppe D'Angelo2022-03-041-0/+2
* xdgdesktopportal theme: Implement appearance()Magnus Groß2022-03-042-0/+55
* QDebug: streamline (private) formatQFlagsGiuseppe D'Angelo2022-03-041-3/+2
* Fix QTest::toString() over QT_TYPESAFE_FLAGS QFlagsMarc Mutz2022-03-041-2/+2
* qsimd.cpp: don't disable SSE FP mathThiago Macieira2022-03-031-5/+7
* qsimd.cpp: fix _FORTIFY_SOURCE=2 buildsThiago Macieira2022-03-032-0/+2
* coin: Ensure we configure repos with CMake verbosity set to STATUSAlexandru Croitor2022-03-041-6/+6
* CMake: Make configure less verbose by defaultAlexandru Croitor2022-03-042-8/+33
* Associative containers: add a way to obtain a key/value rangeGiuseppe D'Angelo2022-03-0410-0/+315
* Minor clean-ups noticed during string-parsing improvementsEdward Welbourne2022-03-032-5/+3