summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-262-53/+7
* QList: use =default for its default constructorGiuseppe D'Angelo2020-06-261-1/+1
* Improve deprecation message for QLine::angle(QLine)Eirik Aavitsland2020-06-261-1/+1
* QImageIO: use the new allocation checker in the format handlersEirik Aavitsland2020-06-268-88/+45
* Introduce a settable allocation limit on image loadingEirik Aavitsland2020-06-264-1/+80
* Use QList instead of QVector in openglJarek Kobus2020-06-2613-74/+62
* macOS: Close popups on mouse down using synchronous QPA deliveryTor Arne Vestbø2020-06-261-2/+1
* SSL configure test: Fix confusing warningFriedemann Kleint2020-06-262-3/+3
* Fix up QVulkanWindow docsLaszlo Agocs2020-06-261-0/+14
* Use QList instead of QVector in networkJarek Kobus2020-06-2632-134/+126
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-268-71/+153
* Android: fix QDesktopServices::openUrl() error for file scheme pathAssam Boudjelthia2020-06-261-3/+5