summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-0826-109/+144
* QCocoaFileDialogHelper: Always enable symlinks and aliases to directoriesWilliam Jones2022-03-081-1/+6
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-082-2/+62
* CMake: add detection of x86 VAES and AVX512VBMI2 featuresThiago Macieira2022-03-081-1/+1
* QColor: port string-parsing from out parameters to optional<>Marc Mutz2022-03-083-44/+37
* QColor: remove setColorFromString()Marc Mutz2022-03-082-31/+9
* Long live QColor::fromString()!Marc Mutz2022-03-082-10/+78
* QPublicSuffixDatabase: don't go thru QString for debug outputMarc Mutz2022-03-071-1/+1
* eglfs: QNX uses own QPA plugin and not eglfsPasi Petäjäjärvi2022-03-073-15/+1
* qtestmouse.h: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-03-071-4/+4
* Win: Fix use of deprecated isTopLevel()Mårten Nordheim2022-03-071-1/+1
* Re-add missing 'we mean it' headerKai Köhne2022-03-071-0/+11
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-078-33/+33
* Add QFileInfo::isAlias() to reflect whether the file is a macOS aliasTor Arne Vestbø2022-03-062-2/+26
* Distinguish macOS aliases from normal symbolic linksTor Arne Vestbø2022-03-061-2/+7
* Workaround QCC not handling error suppression macro correctlyPasi Petäjäjärvi2022-03-051-0/+6
* Document use of android:allowNativeHeapPointerTagging in the manifestAssam Boudjelthia2022-03-051-0/+7
* wasm: fix network reply error finished() signalingLorn Potter2022-03-051-0/+1
* wasm: fix native keyboard on iOSLorn Potter2022-03-053-5/+11
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-041-1/+2
* QAbstractSocket: remove note about WinRTMårten Nordheim2022-03-051-3/+0
* Add numeric conversion methods to QLatin1StringSona Kurazyan2022-03-052-0/+87
* 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
* 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
* 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
* QCryptographicHash: code tidiesGiuseppe D'Angelo2022-03-041-11/+11
* 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: 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