summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QTemporaryFile: Return early if the passed in QFile cannot be openedAndy Shaw2019-03-191-2/+2
* QTranslator: avoid unhandled exceptionAnton Kudryavtsev2019-03-161-1/+2
* Fix compilation of qCDebug("", ...) with QT_NO_DEBUG_OUTPUTKai Koehne2019-03-141-16/+33
* Doc: "UTF" -> "UTF-8"Thiago Macieira2019-03-141-1/+1
* Add a pair of functions to convert to and from Q/CborErrorThiago Macieira2019-03-141-4/+21
* Doc: Use nullptr in Signals & SlotsKai Koehne2019-03-132-3/+3
* Doc: fix some typos and missing doc for QScopeGuardEirik Aavitsland2019-03-111-0/+6
* Fix Coverity warning about mixing enumsThiago Macieira2019-03-091-1/+1
* Fix a couple of small doc things in relation to QScopeGuardAndy Shaw2019-03-092-2/+2
* Handle error from MS-Win API in QCollator::compare()Edward Welbourne2019-03-061-6/+28
* testlib: Prevent Apple test logger from stomping on other loggersTor Arne Vestbø2019-03-052-9/+15
* Handle the situation where QTemporaryFile::open() failsAndy Shaw2019-03-051-9/+13
* nothread: add exit function to QThread stubLorn Potter2019-03-041-0/+10
* Doc: update the note about nested deleteLater()Thiago Macieira2019-02-271-2/+4
* Use qEnvironmentVariable for QT_PLUGIN_PATHSThiago Macieira2019-02-271-2/+2
* Make the QEventDispatcherWin32Private::interrupt flag atomicThiago Macieira2019-02-272-8/+9
* Make the qfloat16tables.cpp depend on the executable, not the commandThiago Macieira2019-02-251-1/+1
* Fix build for size with gccKirill Burtsev2019-02-231-0/+2
* QProcess: Fix crash when calling closeWriteChannel on WindowsJoerg Bornemann2019-02-211-8/+14
* Document that type information is lost when reading QSettings from INIMitch Curtis2019-02-201-1/+7
* Track call sites of QMacAutoReleasePools for debugging pool usageTor Arne Vestbø2019-02-131-11/+48
* Add developer documentation on how to debug missing auto-release poolsTor Arne Vestbø2019-02-121-0/+10
* Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-5/+6
* Fix QDeadlineTimer::Forever case in QWaitConditionMorten Johan Sørvig2019-02-081-1/+3
* QMetaObject::Connection overview documentation improvementsAndreas Hartmetz2019-02-061-4/+7
* Fix race condition in getting the system locale dataThiago Macieira2019-02-011-2/+2
* Q(Date|Time)+::toString: correct account of format specifiersEdward Welbourne2019-01-311-12/+30
* Fix unused parametersJesus Fernandez2019-01-291-0/+4
* qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-274-1/+32
* Add doc note about Qt::MSWindowsFixedSizeDialogHint and High DPIFriedemann Kleint2019-01-271-0/+6
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-239-93/+102
|\
| * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-131-10/+19
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0877-894/+1425
| |\
| * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-043-56/+5
| * | Fix build in INTEGRITY: __mulh is not definedThiago Macieira2018-12-141-1/+1
| * | Add "Mojave" to QSysInfo::prettyProductName()Thiago Macieira2018-12-141-0/+2
| * | QWindowsLocalCodec::convertToUnicode(): Fix remaining char conversionDavid Schulz2018-12-131-1/+5
| * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-133-14/+70
* | | Document that you shouldn't Q_ENUM() things outside the int rangeUlf Hermann2019-01-221-0/+12
* | | qsimd: Fix compilation with trunk clang for mingwMartin Storsjö2019-01-221-1/+1
* | | qfilesystemengine_win: Update LinkType whenever askedMårten Nordheim2019-01-221-2/+1
* | | Doc: End sentence about Q_GADGET with dotKai Koehne2019-01-221-1/+1
* | | Fix alignment-warnings about Q_DECLARE_PRIVATE's castsEdward Welbourne2019-01-151-4/+10
* | | fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-141-0/+4
* | | QLocale: fix crash when using qDebug() in a global destructorDavid Faure2019-01-131-0/+2
* | | Doc: mention that some filtered events need to be explicitly acceptedMitch Curtis2019-01-101-0/+4
* | | qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-091-1/+7
* | | Increase sysctl argument buffer size to include null characterRoland Rossgotterer2019-01-091-5/+5
* | | Always access the 64-bit registry key to read MachineGuidRoland Rossgotterer2019-01-091-1/+1
| |/ |/|
* | Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6