summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* FatalSignalHandler: use std::optional instead of QScopedPointerThiago Macieira2022-05-201-2/+4
* FatalSignalHandler: split the Windows and Unix contentsThiago Macieira2022-05-201-57/+58
* Put DebugSymbolResolver and FatalSignalHandler in an unnamed namespaceThiago Macieira2022-05-201-1/+4
* FatalSignalHandler: remove call to qEnvironmentXxx from handler codeThiago Macieira2022-05-201-1/+6
* qtestcase: make the stack trace generation more signal-safeThiago Macieira2022-05-201-25/+44
* QKeySequence: fix dynamic initialization of shared_emptyMarc Mutz2022-05-201-4/+1
* QKeySequence: constexpr ALL the thingsMarc Mutz2022-05-201-14/+14
* Make all loads of QAtomicPointer QObjectPrivate::threadData explicitMarc Mutz2022-05-203-5/+5
* Optimize reads from QObjectPrivate::threadDataMarc Mutz2022-05-202-5/+5
* Remove redundant qCDebug in QTextMarkdownImporter::cbText()Shawn Rutledge2022-05-201-2/+0
* xcb: create fake screen when XRandR 1.2 and later unavailableLiang Qi2022-05-202-0/+25
* xcb: only set primary for monitor on primary X screenLiang Qi2022-05-203-22/+36
* QtConcurrent: prevent conversion of ReduceOption to initial valueSona Kurazyan2022-05-204-41/+81
* macOS: Try to get SIP configuration via private syscall if possibleTor Arne Vestbø2022-05-201-4/+15
* Fix crash in tst_qquicktext::implicitSizeEskil Abrahamsen Blomfeldt2022-05-205-51/+6
* Move remaining time_t code from qdatetime.cpp to QLocalTimeEdward Welbourne2022-05-204-338/+338
* Split qtLocalTime out into a new QLocalTime namespaceEdward Welbourne2022-05-206-77/+161
* Replace qt_mktime(), avoiding out-parameters and conversionsEdward Welbourne2022-05-201-115/+131
* Eliminate the msecsToTime() overload with out-parametersEdward Welbourne2022-05-201-26/+12
* Refactor QDateTimePrivate::*MSecsToEpochMSecs()Edward Welbourne2022-05-202-154/+148
* Refactor qt_localtime()Edward Welbourne2022-05-201-85/+87
* QDateTime::setMSecsSinceEpoch(): push more work into a helper functionEdward Welbourne2022-05-202-67/+84
* Fix wrong QDateTime::isValid() to use the right QFlags methodEdward Welbourne2022-05-201-1/+1
* Simplify msecsToTime() and two callers by using QRoundingDownEdward Welbourne2022-05-201-24/+19
* CMake: Ensure creation of a unique iOS bundle identifierAlexandru Croitor2022-05-201-0/+17
* CMake: Improve iOS bundle identifier handlingAlexandru Croitor2022-05-201-24/+66
* CMake: Use the PRODUCT_NAME for the iOS display name like qmakeAlexandru Croitor2022-05-201-0/+11
* CMake: Pick first non-free team id for iOS Xcode projectsAlexandru Croitor2022-05-201-20/+83
* CMake: Set iOS default code style signing to AutomaticAlexandru Croitor2022-05-201-0/+16
* CMake: Set default xcode device family to iPhone and iPadAlexandru Croitor2022-05-201-0/+16
* CMake: Split some iOS handling code into separate functionsAlexandru Croitor2022-05-201-1/+12
* xcb: Delete touch points without target windowsTang Haixiang2022-05-202-2/+6
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-208-60/+206
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-202-4/+12
* qtestcase.cpp: fix warning about ignoring the result of writev()Thiago Macieira2022-05-191-2/+2
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-192-2/+5
* QTextDocument: add setLayoutEnabled()David Faure2022-05-193-1/+41
* De-pessimize QTlsBackendOpenSSL::clearErrorQueue()Marc Mutz2022-05-191-2/+2
* QCoreApplication/QPostEventList: fix int/qsizetype mismatchesMarc Mutz2022-05-192-15/+15
* QCoreApplication: port some indexed to ranged for loopsMarc Mutz2022-05-191-10/+6
* windows: make native styles support QT_SCALE_FACTORMorten Sørvig2022-05-191-1/+4
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-182-1/+1
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-182-4/+4
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-182-2/+2
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-182-3/+1
* [qtx11extras] Replace references to QDesktopWidget with QScreenNicolas Fella2022-05-181-5/+5
* QKeySequenceEdit: Extract Method Private::rebuildKeySequence()Marc Mutz2022-05-182-3/+4
* QKeySequence: Add support for Eject and Clear glyphs on macOSLaszlo Papp2022-05-181-0/+2
* Stylesheet: Another positioning fix for the menu indicatorVolker Hilsheimer2022-05-181-5/+4
* Use QAbstractItemModelTester or QFileSystemModelAndreas Buhr2022-05-182-4/+21