summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-062-4/+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-0616-190/+188
* 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: Refactor optimization flag handling and add optimize_fullAlexandru Croitor2020-10-063-2/+14
* 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
* Fix build with g++ 10.2Andreas Buhr2020-10-061-1/+3
* QUrl::fromLocalFile: accept invalid hostnamesThiago Macieira2020-10-051-3/+11
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-063-22/+52
* Prefer QStringView's operator[] over its at()Edward Welbourne2020-10-061-7/+7
* rhi: vk: Reduce memcopies with full dynamic buffer updatesLaszlo Agocs2020-10-051-1/+4
* Remove QPlatformScreen::pixelDensity()Morten Johan Sørvig2020-10-058-42/+0
* Make the logicalDpi() default implementation return 96Morten Johan Sørvig2020-10-051-10/+5
* Streamline the template specialization of QESDP's dtorGiuseppe D'Angelo2020-10-053-4/+29
* Windows QPA: Fix building with OpenGL disabled after "QFlags: remove deprecat...Martin Storsjö2020-10-051-1/+1
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-053-49/+68
* Use QStringTokenizer instead of QStringView::splitLars Knoll2020-10-051-2/+9
* Don't store QTextHtmlParserNode by value in a QListLars Knoll2020-10-052-29/+34
* Implement date-time fromString(QStringView...) methodsEdward Welbourne2020-10-052-23/+98
* Do not use QHash's aeshash() under Clang's sanitizerAndrei Golubev2020-10-051-2/+14
* CMake: set default eglfs device integration pluginSamuli Piippo2020-10-051-1/+16
* CMake: enable egl_viv pluginsSamuli Piippo2020-10-054-2/+60
* Group, cleanup, and consolidate QProgressDialogPrivate member variablesChristian Heimlich2020-10-051-32/+32
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-0312-210/+210
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-0359-189/+148
* QAppleLogActivity: add a swap() methodGiuseppe D'Angelo2020-10-031-0/+6
* QMacKeyValueObserver: code tidiesGiuseppe D'Angelo2020-10-031-8/+9
* QFlags: remove deprecated constructorEdward Welbourne2020-10-033-13/+6
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-0344-95/+95
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-032-99/+125
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-038-120/+103
* Remove typedef Q_PIDFriedemann Kleint2020-10-024-25/+14
* QProcessPrivate: Use member initializationFriedemann Kleint2020-10-022-39/+18