summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix binding guard in property evaluationIvan Solovev2021-09-101-9/+9
* Move some CMake commands out of tech preview statusCraig Scott2021-09-102-4/+0
* Add documentation for the NO_DEFAULT option for qt_import_plugins()Craig Scott2021-09-101-1/+5
* Remove inline docs for qt_import_plugins() to avoid duplicationCraig Scott2021-09-102-19/+2
* Remove unused qt5_... CMake command snippetsCraig Scott2021-09-091-38/+0
* Split up cmake-macros.qdoc into one file per commandCraig Scott2021-09-0912-633/+893
* Update Qt5:: namespaced targets in snippets to versionless Qt::Craig Scott2021-09-091-4/+4
* Move CMake-related doc files into their own subdirectoryCraig Scott2021-09-093-0/+0
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-077-32/+60
* CMake: Copy and install lldb QtCore.py script for lldb and Xcode useAlexandru Croitor2021-09-071-2/+26
* Fix lldbbridge.py loading when using lldb + Python 3 from CLIAlexandru Croitor2021-09-071-0/+2
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-065-8/+40
* Fix cases of output variables not being passed back to calling scopeCraig Scott2021-09-061-2/+26
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-062-42/+47
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-042-8/+5
* Remove a redundant checkEdward Welbourne2021-09-021-1/+1
* Clean up output target handling left behind by earlier changesCraig Scott2021-09-021-8/+6
* Fix build on riscv32Fabrice Fontaine2021-09-021-0/+5
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+30
* Fix corner case in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-09-011-14/+18
* Refine QLocale constructor documentationEdward Welbourne2021-09-011-4/+4
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-08-312-47/+42
* CMake: Build a subset of tests when targeting iOS in the CIAlexandru Croitor2021-08-271-0/+32
* CMake: Make _qt_internal_test_expect_pass more configurableAlexandru Croitor2021-08-271-6/+84
* CMake: Fix indentation in _qt_internal_test_expect_passAlexandru Croitor2021-08-271-11/+11
* QLocale: improve documentation snippetIvan Solovev2021-08-261-9/+11
* Doc: Replace the example for QFileInfo::setFileLuca Di Sera2021-08-263-10/+22
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-2/+6
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-2412-56/+88
* CMake: Fix automatic iOS bundle id extractionAlexandru Croitor2021-08-241-1/+1
* CMake: Create plugin initializers for static user pluginsAlexandru Croitor2021-08-241-0/+24
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-15/+27
* Add the json option to disable the zstd based compressionAlexey Edelev2021-08-231-0/+8
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-233-12/+40
* Doc: Add global \versionlessCMakeCommandsNote qdoc macroJoerg Bornemann2021-08-231-42/+24
* QDir: add assert for nullptr ok parameter in qt_cleanPathIvan Solovev2021-08-231-1/+3
* Add note about ImCursorPosition/ImAbsolutePosition not including preeditTor Arne Vestbø2021-08-201-2/+5
* QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-201-5/+33
* QUrl: Fix typos in the documentationIevgenii Meshcheriakov2021-08-201-2/+2
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-208-32/+306
* QCborValue: add asserts to encoding methodIvan Solovev2021-08-191-0/+2
* CMake: Don't install metatypes files for user projectsAlexandru Croitor2021-08-192-18/+52
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+14
* QMetaEnum: stop playing ping-pong with *okMarc Mutz2021-08-181-6/+2
* Doc: Add missing links to methods to QSet documentation pageLuca Di Sera2021-08-181-5/+5
* Doc: Add see also links to operator== and operator!=Paul Wicking2021-08-181-0/+4
* CMake: Set a placeholder bundle version for iOS appsAlexandru Croitor2021-08-171-0/+26
* Forward declare Objective-C classes as class, not typedef objc_objectTor Arne Vestbø2021-08-171-1/+1
* QUrl: Improve Punycode overflow handlingIevgenii Meshcheriakov2021-08-161-22/+54
* QVarLengthArray: add missing default-ctor documentationMarc Mutz2021-08-161-0/+5