summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QDBusReply<void>: Fix warning about implicit copy constructorFriedemann Kleint2020-07-031-0/+2
* Windows QPA: Refactor touch device creationFriedemann Kleint2020-07-035-60/+43
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-037-3/+24
* Keep track of mouse button state in QTabBarVolker Hilsheimer2020-07-022-6/+14
* Pass modifier and button information down the call stackVolker Hilsheimer2020-07-021-4/+11
* Maintain keyboard modifier state in QAbstractSpinBox's input event handlersVolker Hilsheimer2020-07-022-3/+10
* Use QList instead of QVector in widgetsJarek Kobus2020-07-0291-456/+499
* Remove deprecated empty macroLars Schmertmann2020-07-022-4/+0
* CMake: Fix non-prefix buildsAlexandru Croitor2020-07-021-1/+1
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-022-12/+43
* Manage keyboard modifier state in QPlainTextEditVolker Hilsheimer2020-07-022-1/+7
* macOS: Simplify QCocoaKeyMapper::(to/from)CocoaKeyTor Arne Vestbø2020-07-021-67/+19
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-027-152/+148
* macOS: Move Cocoa modifier mapping logic to QCocoaKeyMapperTor Arne Vestbø2020-07-029-37/+32
* Doc: Add WebSocket(s) as words ignored for auto-linkingTopi Reinio2020-07-021-0/+2
* Add a note to qurlidna.cpp about IDNA's Unicode version being frozenEdward Welbourne2020-07-021-0/+9
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-0213-61/+70
* Update tests/auto/corelib/time/'s CMake configEdward Welbourne2020-07-025-1/+15
* CMake: Write QT_CPU_FEATURES to qmodule.priJoerg Bornemann2020-07-023-1/+20
* Add keyboardModifiers member to QStyleOptionSlider, and use it for macVolker Hilsheimer2020-07-024-3/+6
* Doc: make paragraph about access of QStyleOption members consistentVolker Hilsheimer2020-07-021-90/+122
* Remove method declaration that's not used or implementedLars Knoll2020-07-021-2/+0
* Move the reallocate() method from QArrayDataPointer to the Ops classLars Knoll2020-07-024-8/+12
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-023-147/+0
* Small cleanupLars Knoll2020-07-021-9/+2
* Revert "Remove pthread storage for thread local data"Alexandru Croitor2020-07-021-21/+59
* Limit OpenGL deprecation silencing on Apple platform to Qt itselfTor Arne Vestbø2020-07-025-9/+17
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-0265-977/+637
* Support glyphs larger than 255x255 with Freetype engineEskil Abrahamsen Blomfeldt2020-07-021-3/+3
* QMacStyle - draw inverted vertical slider correctlyTimur Pocheptsov2020-07-021-1/+12
* CMake: Document the mapping of configure options to CMake argumentsJoerg Bornemann2020-07-022-0/+163
* rhi: add support for D24 / D24S8 formatsJean-Michaël Celerier2020-07-026-13/+71
* Doc: Make dbus snippets compilableNico Vertriest2020-07-0212-60/+327
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-022-2/+42
* QTextOption: remove deprecated function QTextOption::tabStop()Christian Ehrlicher2020-07-012-33/+1
* QFactoryLoader: Do not call unload() automaticallyUlf Hermann2020-07-011-4/+1
* CMake: Fix non-prefix build detection when CMAKE_STAGING_PREFIX is setJoerg Bornemann2020-07-012-7/+25
* CMake: Fix qconfig.cpp for cross-buildsJoerg Bornemann2020-07-011-21/+9
* Fix define indentation in qopengl.hTor Arne Vestbø2020-07-011-5/+5
* Replace a constant with a predicate function using itEdward Welbourne2020-07-011-6/+8
* macOS: Remove PPD deprecation warningTor Arne Vestbø2020-07-011-4/+1
* Documentation fixes for QStringTokenizerKai Koehne2020-07-011-9/+9
* In-class initialize QWindowsGLContext membersTor Arne Vestbø2020-07-012-16/+9
* Remove explicit tracking of QOpenGLContext in QWindowsGLContextTor Arne Vestbø2020-07-012-3/+1
* Fix warnings in QtConcurrent image scaling exampleTor Arne Vestbø2020-07-011-2/+2
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-0114-4/+129
* CMake: Add "cmake" keyword for test blacklistingAlexandru Croitor2020-07-012-1/+9
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-013-1/+194
* QSslConfiguration::setCiphers - introduce the overload taking QStringTimur Pocheptsov2020-07-014-3/+58
* CMake: Hard-code QT_CONFIGURE_CROSSBUILD to 0Joerg Bornemann2020-07-011-0/+1