summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-081-13/+12
* QCborStreamReader: move the UTF-8 decoding into readStringChunkThiago Macieira2020-12-071-37/+109
* QCborStreamReader: remove the lambdas from decodeStringFromCbor()Thiago Macieira2020-12-071-43/+32
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-083-49/+71
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-081-21/+57
* PCRE: update to 10.36Giuseppe D'Angelo2020-12-0734-13242/+4166
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2