summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QMacStyle - stop using the deprecated APITimur Pocheptsov2020-06-301-3/+0
* Use std::memmoveSamuli Piippo2020-06-301-3/+4
* Switch to qvla where makes sense in openglLaszlo Agocs2020-06-303-4/+4
* Fix formatting in QDebug operator<< for QPointingDeviceShawn Rutledge2020-06-301-1/+1
* Pass correct modifier to QCocoaKeyMapper::toKeyCode()Tor Arne Vestbø2020-06-301-1/+1
* Simplify QCocoaKeyMapper by always returning a valid keymapTor Arne Vestbø2020-06-302-17/+16
* macOS: Modernize QCocoaKeyMapperTor Arne Vestbø2020-06-302-316/+284
* Doc: Update docs with cmake package informationNico Vertriest2020-06-3011-0/+11
* Fix warning about missing QT_BEGIN_NAMESPACE in qsimd.hTor Arne Vestbø2020-06-301-0/+3
* forkfd: remove FFD_VFORK_SEMANTICSThiago Macieira2020-06-304-11/+0
* Fix QShortcutMap::createNewSequences debug loggingTor Arne Vestbø2020-06-301-10/+2
* Use QList instead of QVector in guiJarek Kobus2020-06-2978-410/+420
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-2915-864/+348
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-295-120/+122
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-292-5/+7
* Remove leftover QT_WARNING_POPTor Arne Vestbø2020-06-291-1/+0
* QByteArray::operator[] no longer resizesAlbert Astals Cid2020-06-291-3/+2
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-2955-388/+334
* Fix UITouch event handling on tvOSMike Krus2020-06-291-9/+23
* CMake: Create a Find module wrapper for OpenGLAlexandru Croitor2020-06-293-6/+5
* Remove some long-deprecated methods of QLibraryInfoEdward Welbourne2020-06-292-52/+0
* wasm: fix handling on int dead keys on macLorn Potter2020-06-291-12/+15
* wasm: do not close QIODevice on errorLorn Potter2020-06-291-3/+0
* wasm: search emscripten key firstLorn Potter2020-06-291-8/+9
* Remove pthread storage for thread local dataMike Achtelik2020-06-281-59/+21
* CMake: Make the path variables in Qt6CoreConfigExtras.cmake relativeJoerg Bornemann2020-06-281-13/+13
* macOS: Clean up modal sessions after each pass of processEvents()Richard Moe Gustavsen2020-06-271-0/+5