summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Migrate QDir to use QRegularExpressionSamuel Gaist2018-08-192-9/+17
* QRegularExpression: refactor wildcard translationSamuel Gaist2018-08-181-24/+35
* macOS: Teach QWheelEvent to handle a new ScrollMomentum phaseTor Arne Vestbø2018-08-171-1/+2
* Add ++/--/min/max to QSpecialIntegerErik Verbruggen2018-08-172-0/+120
* Eliminate QLocale's system_data in favor of globalLocaleDataEdward Welbourne2018-08-171-20/+15
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-1715-32/+40
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-1715-32/+40
| |\
| | * QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-162-7/+12
| | * MSVC: add support for 64-bit POPCNT on 32-bit machinesThiago Macieira2018-08-161-3/+6
| | * doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1612-22/+22
* | | qdoc: Fix remaining qdoc warnings for QCborxxx classesMartin Smith2018-08-175-6/+121
* | | Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-172-0/+20
|/ /
* | Merge QThread class definitionsMorten Johan Sørvig2018-08-173-31/+70
* | Modernize the "thread" featureUlf Hermann2018-08-1741-198/+135
* | Add QThreadStorage stub implementationMorten Johan Sørvig2018-08-171-0/+75
* | Correctly initialize adopted threads in stub implementationMorten Johan Sørvig2018-08-171-0/+2
* | Optimize implementation of Indexes generatorMikhail Svetkin2018-08-161-7/+25
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-166-10/+26
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-166-10/+26
| |\|
| | * [macOS] Fix lower bound when searching for previous transitionsErik Verbruggen2018-08-141-1/+1
| | * Fix possible heap corruption in QXmlStreamAllan Sandfeld Jensen2018-08-131-1/+1
| | * Glib dispatcher: use default priority for timersSune Vuorela2018-08-131-1/+0
| | * QSysInfo: fall back to /usr/lib/os-release if the /etc one is missingThiago Macieira2018-08-081-4/+13
| | * Fix qmake build with glibc 2.28Thiago Macieira2018-08-082-3/+11
* | | Refactor wildcard support in QRegularExpressionSamuel Gaist2018-08-165-194/+126
* | | Update QLocale::Country doc for new territoriesEdward Welbourne2018-08-161-1/+4
* | | Tidy up generation of aliases in locale-related enumsEdward Welbourne2018-08-161-12/+12
* | | Normalise spacing in Language, Country and Script namesEdward Welbourne2018-08-161-971/+971
|/ /
* | drop usages of Q_COMPILER_CLASS_ENUMGatis Paeglis2018-08-141-9/+2
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-142-4/+4
* | 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