summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Android: KEYCODE_MEDIA_PLAY_PAUSE translated rightPiotr Mikolajczyk2020-12-211-1/+1
* xcb: fix thread synchronization in QXcbEventQueue::waitForNewEvents() againIgor Kushnir2020-12-183-5/+15
* Disallow construction of QPropertyBinding from a propertyFabian Kosmale2020-12-181-5/+1
* Android: Fix for accessibility potential crashPiotr Mikolajczyk2020-12-182-1/+3
* Doc: Clean up changes to Qt XML docsPaul Wicking2020-12-181-15/+12
* Http2: set the reply's error code and string on errorMårten Nordheim2020-12-171-0/+2
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-171-4/+5
* Clarify QWindowPrivate::maybeQuitOnLastWindowClosedTor Arne Vestbø2020-12-171-3/+3
* QSslCertificate::operator == - cleanup error queueTimur Pocheptsov2020-12-171-2/+9
* Android: Pass pending state to ResumePauseListenerBartlomiej Moskal2020-12-171-1/+6
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-171-3/+3
* Fix qt_alphaVersion and qt_opaqueVersion in the trivial caseAllan Sandfeld Jensen2020-12-171-4/+53
* QSslSocket_schannel: Don't compare against undefined valueMårten Nordheim2020-12-171-1/+1
* Fix typo in QtOpenGL module docsLaszlo Agocs2020-12-171-1/+1
* Prevent copy in texture upload with invalid inputLaszlo Agocs2020-12-171-2/+4
* CMake: Fix compile warnings when MSVC and -DFEATURE_static_runtime=ONLi Xinwei2020-12-171-0/+1
* QProperty docs: update macro nameIvan Solovev2020-12-171-2/+3
* Move QObjectBindableProperty documentation into snippet fileFabian Kosmale2020-12-172-18/+71
* QString: update documentationIvan Solovev2020-12-172-120/+215
* Add sections about std containers and algorithmsOle-Morten Duesund2020-12-172-0/+72
* xcb: Fix available geometry after rotationAlexander Volkov2020-12-132-5/+10
* OCI: Fix the compilation of the pluginAndy Shaw2020-12-131-5/+6
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4
* Don't show focus rect for QCommandLinkButtonDoris Verria2020-12-111-0/+1
* Override initStyleOption() for QCommandLinkButtonDoris Verria2020-12-112-0/+7
* Revert "Android: print tailored warning if qml dependency path is a dir"Assam Boudjelthia2020-12-111-8/+2
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+1
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* CMake: Support deferred finalization for qt6_add_executable()Craig Scott2020-12-101-0/+33
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-103-1/+3
* CMake: Fix FEATURE_static_runtime buildJoerg Bornemann2020-12-101-0/+1
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+6
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-092-0/+9
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-0911-20/+210
* QList: update docsIvan Solovev2020-12-091-40/+48
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-1/+8
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2