summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* androiddeployqt: Fix format specifier warningsTor Arne Vestbø2020-07-031-3/+3
* macOS: Fix mapping of Qt to Carbon modifiers with AA_MacDontSwapCtrlAndMetaTor Arne Vestbø2020-07-031-5/+5
* Only use one macro per lineLars Schmertmann2020-07-0310-14/+32
* 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-021-3/+0
* 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
* 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-028-31/+11
* 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
* Small cleanupLars Knoll2020-07-021-9/+2
* Revert "Remove pthread storage for thread local data"Alexandru Croitor2020-07-021-21/+59
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-0260-941/+610
* 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
* 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-021-2/+4
* QTextOption: remove deprecated function QTextOption::tabStop()Christian Ehrlicher2020-07-012-33/+1
* QFactoryLoader: Do not call unload() automaticallyUlf Hermann2020-07-011-4/+1
* Fix define indentation in qopengl.hTor Arne Vestbø2020-07-011-5/+5
* 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
* CMake: Add "cmake" keyword for test blacklistingAlexandru Croitor2020-07-012-1/+9
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-012-1/+8
* QSslConfiguration::setCiphers - introduce the overload taking QStringTimur Pocheptsov2020-07-013-0/+35
* CMake: Hard-code QT_CONFIGURE_CROSSBUILD to 0Joerg Bornemann2020-07-011-0/+1
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-014-46/+81
* 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