summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-07351-736/+740
* Add unit tests to assure QtConcurrent works on move-only sequencesAndreas Buhr2020-10-073-78/+291
* CMake: Fix leftover usage of qt_add_executableAlexandru Croitor2020-10-074-34/+34
* QApplicationPrivate: iterate QPointingDevPrv::activePoints values onlyShawn Rutledge2020-10-071-4/+4
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-074-24/+69
* Use fromIsoTimeString() in QDateTime::fromString() also for TextDateEdward Welbourne2020-10-071-37/+2
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-073-18/+24
* pro2cmake: Allow optional imports in qmldirUlf Hermann2020-10-071-6/+21
* Smaller code cleanupLars Knoll2020-10-071-104/+55
* Optimize equality operators for string classesLars Knoll2020-10-075-13/+82
* Add porting section for QVector/QListAndrei Golubev2020-10-071-0/+89
* Cleanup the comparison operators for QVariantLars Knoll2020-10-071-37/+5
* Remove methods that shouldn't be in the OpenGL wrappersLars Knoll2020-10-079-1404/+0
* CMake: Issue warning if chainloaded toolchain file does not existJoerg Bornemann2020-10-071-0/+3
* CMake: Introduce QT_CHAINLOAD_TOOLCHAIN_FILEJoerg Bornemann2020-10-072-0/+5
* CMake: Document convenience scripts in READMEJoerg Bornemann2020-10-071-0/+45
* Fix use of \inheaderfileTor Arne Vestbø2020-10-071-1/+1
* Member initialization and default constructor for QProgressDialogPrivateChristian Heimlich2020-10-071-29/+15
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-0761-213/+215
* Rename Android offscreen surface interfaceTor Arne Vestbø2020-10-073-5/+5
* CMake: Add missing Android values in qdevice.priAlexandru Croitor2020-10-071-0/+7
* CMake: Export the chosen iOS SDK used when configuring QtAlexandru Croitor2020-10-071-0/+4
* CMake: Add iOS mkspec mapping for the wrapper qmakeAlexandru Croitor2020-10-071-0/+2
* qmake: Fix iOS code signing after QSettings behavior changeAlexandru Croitor2020-10-061-3/+8
* WinTab: Switch stylus pointer type when the tablet is in the tablet proximityDmitry Kazakov2020-10-061-4/+21
* WinTab: Fix updating tablet pressure resolution on every proximity enter eventDmitry Kazakov2020-10-061-0/+5
* CMake: Remove leftover debug outputAlexandru Croitor2020-10-063-5/+0
* macOS: Remove dead event type MacGLClearDrawableTor Arne Vestbø2020-10-062-2/+0
* macOS: Remove WA_MacVariableSize widget attributeTor Arne Vestbø2020-10-062-5/+1
* macOS: Remove dead MacQuartz QInternal::PaintDeviceFlags enum valueTor Arne Vestbø2020-10-061-1/+0
* macOS: Remove dead widget attribute WA_MacNoShadowTor Arne Vestbø2020-10-062-2/+1
* macOS: Update slider metrics by explicitly asking it to layoutTor Arne Vestbø2020-10-061-33/+4
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-065-18/+20
* macOS: Prevent mapping non-keydown events to charactersTor Arne Vestbø2020-10-061-13/+21
* Convert a couple of APIs to use viewsLars Knoll2020-10-0618-204/+201
* Fix a bug in the initialization (and debug-output) of BSP treesAndreas Klots2020-10-061-2/+2
* Improve QWizard visuals for macOS dark modeDavid Skoland2020-10-061-10/+30
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* CMake: Allow embedding debug info in object files with MSVCAlexandru Croitor2020-10-062-0/+17
* CMake: Introduce CMake-only optimize_full featureAlexandru Croitor2020-10-063-0/+1111
* CMake: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-068-61/+514
* CMake: Install PDB debug info for MSVC buildsAlexandru Croitor2020-10-065-0/+71
* Simplify QAction privatesAllan Sandfeld Jensen2020-10-062-76/+44
* xdgdesktopportal: properly fix a dangling pointerGiuseppe D'Angelo2020-10-061-6/+5
* Give QPlatformPlaceholderScreen a DPR of 1Morten Johan Sørvig2020-10-061-1/+0
* EGLFS: Don’t compute logical DPI from physical sizeMorten Johan Sørvig2020-10-068-23/+26
* QColorSpace: tidiesGiuseppe D'Angelo2020-10-061-1/+1
* QColorSpace: remove a redundant declarationGiuseppe D'Angelo2020-10-061-1/+0
* QRegularExpression: add move constructor(s)Giuseppe D'Angelo2020-10-062-0/+44