summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: use shell path format when running qmake install stepAssam Boudjelthia2020-10-061-1/+1
* CMake: Implement missing Android-related configure optionsJoerg Bornemann2020-10-062-6/+39
* CMake: Extend message functions in QtProcessConfigureArgs.cmakeJoerg Bornemann2020-10-061-4/+8
* CMake: Fix typo in ANDROID_SDK_ROOT's help textJoerg Bornemann2020-10-061-1/+1
* Fix build with g++ 10.2Andreas Buhr2020-10-061-1/+3
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-052-3/+26
* tst_QUrl/Win: test QUrl::fromLocalFile with backslashesThiago Macieira2020-10-051-6/+17
* tst_QUrl: give the to/fromLocalFile test rows proper namesThiago Macieira2020-10-051-52/+60
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-064-54/+98
* Prefer QStringView's operator[] over its at()Edward Welbourne2020-10-061-7/+7
* Test end-date, not just its string representation, in QDTE testEdward Welbourne2020-10-061-170/+264