summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-202-0/+18
* CMake: Fix issue with linking against static library on iOSAlexandru Croitor2022-05-201-3/+0
* CMake: Automatically use Xcode generator in qt-cmake + iOSAlexandru Croitor2022-05-202-2/+29
* 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
* CMake: set correct COMPILE_PDB_NAME for static librariesLi Xinwei2022-05-204-12/+19
* xcb: Delete touch points without target windowsTang Haixiang2022-05-204-4/+46
* Add option to not include native libraries in APKTinja Paavoseppä2022-05-209-60/+224
* Avoid ending Markdown fenced code blocks with gratuitous blank linesShawn Rutledge2022-05-205-10/+18
* qtestcase.cpp: fix warning about ignoring the result of writev()Thiago Macieira2022-05-191-2/+2
* Avoid using add_custom_command with PRE_LINK for version scriptAlexey Edelev2022-05-191-6/+19
* Convert <pre> to Markdown ``` and vice-versa with nonBreakableLinesShawn Rutledge2022-05-194-4/+82
* Android: fix default name of the CI emulatorAssam Boudjelthia2022-05-191-1/+1
* QTextDocument: add setLayoutEnabled()David Faure2022-05-194-1/+59
* Add an exception in testrunner for QDocLuca Di Sera2022-05-191-1/+3
* 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
* Conan: Improve 'QT_HOST_PATH' handling in build recipeIikka Eklund2022-05-191-9/+19
* windows: make native styles support QT_SCALE_FACTORMorten Sørvig2022-05-191-1/+4
* unblacklist passing tests 2022Anna Wojciechowska2022-05-186-23/+0
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-183-10/+1
* Fix return value of qGlobalPostedEventsCount()Marc Mutz2022-05-183-15/+10
* Make qGlobalPostedEventsCount() auto-test-exported-onlyMarc Mutz2022-05-184-2/+6
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-184-11/+2
* [qtx11extras] Replace references to QDesktopWidget with QScreenNicolas Fella2022-05-181-5/+5
* QKeySequenceEdit: Extract Method Private::rebuildKeySequence()Marc Mutz2022-05-182-3/+4
* Un-blacklist markdown tests: QSKIP when fonts are scrambledShawn Rutledge2022-05-184-31/+92
* 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-182-5/+16
* Use QAbstractItemModelTester or QFileSystemModelAndreas Buhr2022-05-183-4/+56
* Fix memory leak in tst_qtreewidgetAndreas Buhr2022-05-181-0/+2
* Make uic generate correct C++ commentsVolker Hilsheimer2022-05-1853-105/+180
* Optimize atomics in QObject::moveToThread() [2/2]: de-duplicate loadsMarc Mutz2022-05-181-1/+1
* Optimize atomics in QObject::moveToThread() [1/2]: relax a pointer loadMarc Mutz2022-05-181-1/+1
* Fix data race in QObject::moveToThread()Marc Mutz2022-05-181-1/+1
* QtWidgets: restore Qt 5 compatibility for save/restore stateGiuseppe D'Angelo2022-05-186-5/+42
* moc: Add line breaks to the qt_incomplete_metaTypeArray<>Friedemann Kleint2022-05-181-11/+14