summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMetaType: Ensure that qfloat16 gets correct idFabian Kosmale2023-03-131-0/+14
* Fix listed files for sha3_keccakKai Köhne2023-03-131-1/+1
* QVariant: fix comparisons between strings and integer 0Giuseppe D'Angelo2023-03-101-1/+1
* Make it possible to use QObjectPrivate::connect in private codeVolker Hilsheimer2023-03-102-2/+12
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-103-2/+35
* Doc: fix more links to cmake functionsVolker Hilsheimer2023-03-104-9/+11
* QTypeInfo: move helpers in QtPrivate namespaceGiuseppe D'Angelo2023-03-102-5/+9
* Make compare(QU8SV) a non-template, document itMarc Mutz2023-03-105-26/+75
* QCborValue: add missing Q_DECLARE_OPERATORS_FOR_FLAGSThiago Macieira2023-03-091-0/+2
* Doc: Update docs to reflect method being renamedAndreas Eliasson2023-03-092-4/+4
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-097-16/+62
* QErrorMessage: Reset 'again' check box between each error messageTor Arne Vestbø2023-03-091-0/+1
* Doc: Fix keyword for CMake commands related to deploymentJoerg Bornemann2023-03-083-3/+3
* Doc: use () in references to cmake functionsVolker Hilsheimer2023-03-082-3/+3
* macOS: Use non-native app modal message box from nested event loopsTor Arne Vestbø2023-03-071-0/+5
* Doc: fix QOpenGLWidget::defaultFramebufferObject documentationVolker Hilsheimer2023-03-071-7/+5
* Doc: Fix syntax errorVolker Hilsheimer2023-03-071-1/+1
* Doc: fix link to QTest::failOnWarningVolker Hilsheimer2023-03-072-4/+4
* Doc: fix links to changed or renamed i18n pages and sectionsVolker Hilsheimer2023-03-072-3/+4
* qsimd_p.h: remove LZCNT feature from the ARCH_HASWELL listThiago Macieira2023-03-051-2/+2
* Doc: fix links to qFuzzyIsNullVolker Hilsheimer2023-03-052-2/+2
* Doc: fix qdoc warning, explicitly qualify enum typeVolker Hilsheimer2023-03-051-1/+1
* Fix build with -no-feature-lineeditTasuku Suzuki2023-03-052-6/+11
* Doc fix in QIntValidator::validate() and comment on a testEdward Welbourne2023-03-051-6/+6
* Simplify and relax UTF-8 locale override machinery for DarwinEdward Welbourne2023-03-051-6/+16
* QCoreApplication::initLocale(): Improve warning on failureEdward Welbourne2023-03-051-8/+18
* GL paint engine: Fix drawPixmapFragments when using buffer objectsLaszlo Agocs2023-03-051-0/+4
* Remove the 'sdi' exampleVolker Hilsheimer2023-03-032-2/+2
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-032-77/+58
* Doc: fix link to XML Streaming pageVolker Hilsheimer2023-03-031-1/+1
* Tidy up QCoreApplicationPrivate::initLocale()'s #if-eryEdward Welbourne2023-03-031-12/+20
* qobjectdefs.h: properly disable rvalue qReturnArg()Marc Mutz2023-03-031-1/+1
* QBasicTimer: replace new qint64 overloads with chrono onesMarc Mutz2023-03-033-29/+41
* Doc: point at tetrix example for QBasicTimer usageVolker Hilsheimer2023-03-012-3/+3
* Doc: move snippet for implicit translation contextVolker Hilsheimer2023-03-011-1/+1
* Doc: fix link to Widgets TutorialVolker Hilsheimer2023-03-011-1/+1
* doc: Fix spelling of 'equivalent' in QString documentationTor Arne Vestbø2023-03-011-3/+3
* qobjectdefs.h: optimize AreOldStyleArgsMarc Mutz2023-03-011-3/+3
* Apply q20::remove_cvref_t around the codeMarc Mutz2023-03-014-11/+11
* Android: fix and document QStandardPaths behavior on different versionsAssam Boudjelthia2023-03-012-15/+78
* QVarLengthArray: move a static_assert() to the correct placeMarc Mutz2023-03-011-1/+1
* Doc: fix links to renamed network examplesVolker Hilsheimer2023-03-012-3/+3
* Doc: we no longer provide a list of common mnemonicsVolker Hilsheimer2023-03-011-5/+0
* Doc: point at fetchmore example for QDir usageVolker Hilsheimer2023-03-011-1/+2
* Android: document limitation for QFile::copy() operation for content uriAssam Boudjelthia2023-03-011-0/+6
* Doc: rewrite shortcut focus sectionPaul Wicking2023-03-011-4/+9
* Rely on Windows to generate CF_TEXT when active code page is UTF-8Ilya Fedin2023-03-011-2/+3
* Document tracing location android meta-dataAntti Määttä2023-03-011-0/+7
* Avoid resetting CMAKE_AUTOMOC_MACRO_NAMESAmir Masoud Abdol2023-03-011-1/+2
* Update to Freetype 2.13.0Eskil Abrahamsen Blomfeldt2023-03-01514-7721/+6158