summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * QString: Fix documentation for toDouble() and toFloat()Andre Hartmann2018-08-061-2/+2
| | * QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+2
| | * Doc: Clean up Qt::ApplicationAttribute docsPaul Wicking2018-08-031-33/+35
| | * Doc: Increase precision in description of convenience typedefsPaul Wicking2018-08-031-1/+1
| | * Windows: Implement Qt::WindowStaysOnBottomHintFriedemann Kleint2018-08-031-2/+6
| | * QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-032-5/+13
| | * Improve documentation of QString::indexOf that take QRegExpAlbert Astals Cid2018-08-011-8/+0
| | * Fix conditions for dup2 in QProcess::startDetachedJoerg Bornemann2018-08-011-7/+5
| | * QDeadlineTimer: Fix documentation typoAndre Hartmann2018-08-011-2/+2
| | * Doc: Update signals and slots introduction pagePaul Wicking2018-07-311-22/+26
| | * Link from QLocale to where date-time formats are explainedEdward Welbourne2018-07-312-0/+16
| | * QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-1/+1
* | | QTimer: Add const to some singleShot methodsThiago Macieira2018-08-071-2/+2
* | | Doc: Fix QByteArray::toFloat snippetAndre Hartmann2018-08-071-1/+1
* | | Fix ASAN error about new-delete-size-mismatch in QVariantSimon Hausmann2018-08-071-1/+2
* | | Fix possible heap-buffer-overflow in qt_string_normalizeErik Verbruggen2018-08-071-1/+1
* | | qdoc: Fix \fn commands for QCborxxx member functionsMartin Smith2018-08-073-12/+14
|/ /
* | Make qcoreapplication_win compile in mingw g++ 8.2Mårten Nordheim2018-08-061-2/+2
* | Add private helper class QMacScopedObserverTor Arne Vestbø2018-08-061-0/+44
* | Simplify QUrlPrivate::appendHostJesus Fernandez2018-08-061-7/+3
* | QByteArray: Fix documentation for toDouble() and toInt()Andre Hartmann2018-08-061-2/+2
* | Add a few overrides in Qt CoreAlessandro Portale2018-08-0513-103/+103
* | Windows: Refactor the debug operator for the MSG message structFriedemann Kleint2018-08-031-388/+254
* | Windows: Fix QEventLoop::ExcludeUserInputEvents for pointer eventsFriedemann Kleint2018-08-031-13/+18
* | QUrl: Add qustrchr() and use it to speed up the fast URL full decodingThiago Macieira2018-08-033-107/+106
* | Make local symbols of some leaked namesThiago Macieira2018-08-033-19/+21
* | Add "qt_" prefix to asciiToDouble and doubleToAscii functionsThiago Macieira2018-08-034-16/+16
* | QCborValue diagnostics: Properly escape stringsThiago Macieira2018-08-031-5/+71
* | QLogging: make QRegularExpression objects static constGiuseppe D'Angelo2018-08-031-3/+3
* | Fix non-existing QRandomGenerator::generate32() function in docsAlex Blasche2018-07-311-3/+3
* | Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-3117-67/+156
|\ \
| * | Merge branch '5.11' into devEdward Welbourne2018-07-3117-67/+156
| |\|
| | * Clean before copying any QCollatorEdward Welbourne2018-07-261-2/+11
| | * Check against copying the husk left by a moveEdward Welbourne2018-07-261-1/+2
| | * Fix the fix for mmap() overflow checkThiago Macieira2018-07-251-4/+3
| | * Fix MSVC builds with /Zc:wchar_t-Timur Pocheptsov2018-07-251-0/+2
| | * Fix QUrl::setPath documentation, remove default TolerantModeMikhail Svetkin2018-07-241-1/+1
| | * Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-36/+60
| | * Doc: Add since version for QJsonDocument::toJson()Paul Wicking2018-07-231-0/+1
| | * Doc: Correct typo from decoded to encodedPaul Wicking2018-07-211-1/+1
| | * Doc: Remove erroneous comma in snippetPaul Wicking2018-07-201-1/+1
| | * Doc: Add since version for QJson method and enumPaul Wicking2018-07-192-0/+2
| | * Doc: Extend description of ShortcutOverride eventPaul Wicking2018-07-191-0/+6
| | * Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-194-11/+33
| | * Windows: Don't output a warning when sHGetKnownFolderPath failsAndy Shaw2018-07-181-11/+6
| | * Linux: Bypass glibc's broken open() implementationThiago Macieira2018-07-172-0/+28
* | | Fix qtbase build for MSVC 2017 15.8Thomas Miller2018-07-301-0/+8
* | | QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-305-225/+336
|/ /
* | canonicalFilePath: treat ENOTDIR as a case of file not existingEdward Welbourne2018-07-301-1/+1
* | QFSFileEngine::filename(): convert if/else-if chain to a switchEdward Welbourne2018-07-301-13/+16