summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Fix QSysInfo::windowsVersion() on WinCETobias Koenig2016-04-141-0/+5
| | | * Fix encoding of IDN hostnames with QUrl::hostThiago Macieira2016-04-131-1/+1
| | | * Fix parsing of empty port sections in URLsThiago Macieira2016-04-131-1/+1
| | | * Work around Clang false-positive warning on returning default parametersThiago Macieira2016-04-131-0/+4
| | | * Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-132-6/+2
| | | * Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-1/+1
| | | * winrt: Try to acquire CoreDispatcher from multiple sourcesMaurice Kalinowski2016-04-131-2/+29
| * | | QLockFile: move early out earlier to avoid allocations.Anton Kudryavtsev2016-04-251-2/+2
| * | | qTopLevelDomain: use QStringRef moreAnton Kudryavtsev2016-04-252-5/+14
| * | | QtCore: mark more types as primitive/movableMarc Mutz2016-04-254-0/+8
| * | | QMutexPool: avoid QVarLengthArray of QAtomicPointersMarc Mutz2016-04-242-8/+8
| |/ /
| * | Mime type browser example: Add documentation.Oswald Buddenhagen2016-04-192-2/+2
* | | Documentation fix for QStringBuilderFrank Meerkoetter2016-05-081-1/+1
* | | QDateTime: Remove the distinction between null and invalid date and timeThiago Macieira2016-05-082-7/+3
* | | QDateTime: Remove NoDaylightTime flagThiago Macieira2016-05-081-1/+0
* | | Let Q_DECLARE_METATYPE and Q_DECLARE_FLAGS be undefined under Q_MOC_RUNThiago Macieira2016-05-042-1/+7
* | | Stop unloading plugins in QPluginLoader and QFactoryLoaderThiago Macieira2016-05-032-4/+7
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devFriedemann Kleint2016-05-0336-109/+141
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-0336-109/+141
| |\| |
| | * | QStringListModel: proper construction of vectorAnton Kudryavtsev2016-04-181-1/+1
| | * | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-1820-40/+44
| | * | Mark some QByteArray relational operators nothrowMarc Mutz2016-04-131-18/+18
| | * | Fix some qdoc-warnings in 5.7.Friedemann Kleint2016-04-132-3/+9
| | * | ImQueryInput should include ImAnchorRectangle tooJan Arve Saether2016-04-131-1/+1
| | * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-1311-43/+73
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-1311-43/+73
| | | |\|
| | | | * Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-2/+4
| | | | * Don't indicate which versions of OS X are supported in QSysInfo docs.Jake Petroules2016-04-111-7/+7
| | | | * dbustray: Implement better detection of indicator-applicationDmitry Shachnev2016-04-111-1/+2
| | | | * [doc] QElapsedTimer: mention more clearly which functions cause undefined beh...Marc Mutz2016-04-111-8/+14
| | | | * wince: Fix intrinsics for X86 platforms when SSE2 is enabledAndreas Holzammer2016-04-111-1/+7
| | | | * Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+2
| | | | * Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+3
| | | | * QDateTimeParser: new Section mask values simplify code.Edward Welbourne2016-04-082-10/+20
| | | | * QDateTimeParser: mediate QLocale's meddling via a setter.Edward Welbourne2016-04-082-3/+4
| | | | * QDateTimeParser::parse(): improve readabilityEdward Welbourne2016-04-081-8/+3
| | | | * Doc: Make the replacement functions for obsoleted functions explicitAndy Shaw2016-04-071-3/+7
| | * | | Use takeFirst() instead of first() with removeFirst()Anton Kudryavtsev2016-04-131-4/+2
| | |/ /
* | | | darwin: Move conversion function documentation to function definitionTor Arne Vestbø2016-05-0310-212/+188
* | | | darwin: Simplify conversion function declarations in headersTor Arne Vestbø2016-05-035-25/+5
|/ / /
* | | QtBase: use printf-style qWarning/qDebug where possible (II)Marc Mutz2016-05-036-22/+23
* | | QOpenGLContext: add a way to disable the thread affinity checkGiuseppe D'Angelo2016-05-022-0/+8
* | | Remove remains of Windows CE from QSysInfo.Friedemann Kleint2016-04-301-8/+0
* | | Make QSharedPointer without custom deleters call the correct destructorThiago Macieira2016-04-282-3/+11
* | | Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-273-1/+19
* | | Revert "Optimize QMetaObject::activate."Milian Wolff2016-04-251-30/+19
* | | Append the Windows OS/kernel version number in QSysInfo::prettyProductName().Jake Petroules2016-04-251-1/+11
* | | Remove window flags WindowOkButtonHint, WindowCancelButtonHint.Friedemann Kleint2016-04-202-12/+1
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-198-129/+55
* | | Remove the -qconfig command line argumentLars Knoll2016-04-196-1406/+0