summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add support for big resources with CMakeAndy Shaw2018-08-161-0/+43
* Add support for numbered territories in CLDREdward Welbourne2018-08-132-3752/+3837
* Ignore a smaller type in the posix form of QCollatorEdward Welbourne2018-08-131-2/+2
* Use suitable abstraction for the null value of CollatorTypeEdward Welbourne2018-08-132-5/+9
* Supply locale to QCollatorPrivate via its constructorEdward Welbourne2018-08-132-9/+6
* QCollatorPrivate: initialize in declarations rather than constructorEdward Welbourne2018-08-131-12/+6
* Don't duplicate things the constructor has doneEdward Welbourne2018-08-131-2/+0
* Set dirty in QCollator::detach() rather than calling init()Edward Welbourne2018-08-131-5/+2
* Add debug output for single enum flagsAllan Sandfeld Jensen2018-08-111-0/+13
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-116-34/+118
* Make QEventDispatcherCoreFoundaton work on secondary threadsMorten Johan Sørvig2018-08-093-14/+27
* QEventDispatcherCoreFoundation: add overrideMorten Johan Sørvig2018-08-091-12/+12
* Initialize variableJesus Fernandez2018-08-081-1/+1
* QStringLiteral: remove the wchar_t fallback for WindowsThiago Macieira2018-08-071-17/+1
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-0713-85/+108
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-0713-85/+108
| |\
| | * 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