summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sql: Fix heap-user-after-free for globally initialized db objectsAlexandru Croitor2020-07-016-13/+55
* CMake: Enable bitcode when targeting UIKIT aka iOSAlexandru Croitor2020-07-012-3/+23
* CMake: Use target install prefix for MODULE_BASE_OUTDIRAlexandru Croitor2020-07-011-2/+2
* CMake: Use non-sanitized plugin type names in .pri filesAlexandru Croitor2020-07-011-2/+10
* CMake: Specify Prefix in target_qt.conf for non-prefix buildsAlexandru Croitor2020-07-011-0/+3
* CMake: Use correct framework link flags in scripts and .pri filesAlexandru Croitor2020-07-013-5/+4
* CMake: Fix top-level .prl file generationAlexandru Croitor2020-07-011-20/+51
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-015-46/+219
* Make QDebug operator<< polymorphic for QPointingDeviceShawn Rutledge2020-07-013-1/+8
* Move the EDID parser into QtGuiFriedemann Kleint2020-07-0123-54/+21
* xcb: increase XCOORD_MAX to 32767Liang Qi2020-06-301-1/+1
* QLoggingRegistry: remove an always true testGiuseppe D'Angelo2020-06-301-2/+1
* QByteArray::insert: do not assert that pos must be non-negativeGiuseppe D'Angelo2020-06-301-2/+0
* QUrl: do not retest if a codepoint is less than 0xFFFFGiuseppe D'Angelo2020-06-301-1/+1
* QRgba: code tidiesGiuseppe D'Angelo2020-06-301-1/+1
* glx: Pull out screen numnber from GLXFBConfig instead of QXcbScreenTor Arne Vestbø2020-06-301-1/+7
* glx: Remove assumption about supporting multiple displaysTor Arne Vestbø2020-06-301-17/+12
* Switch to qvla where it makes sense in rhiLaszlo Agocs2020-06-308-39/+43
* Update configure flags to the last fixesDimitrios Apostolou2020-06-301-4/+3
* Fix configure -cmake -no-pchDimitrios Apostolou2020-06-301-0/+4
* Install and enable pkg-config on macOSDimitrios Apostolou2020-06-301-2/+3
* Do not mix CCache artifacts between similar versions of same OSDimitrios Apostolou2020-06-301-4/+4
* QMacStyle - stop using the deprecated APITimur Pocheptsov2020-06-301-3/+0
* Use std::memmoveSamuli Piippo2020-06-301-3/+4