summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Add support for converting from std::variantAllan Sandfeld Jensen2018-01-252-0/+32
| | * | Update the overflow functions to include qsizetypeThiago Macieira2018-01-241-160/+117
| | * | Document the new qfloat16 functions with the other qfloat16 functionsAllan Sandfeld Jensen2018-01-241-0/+2
* | | | logging: Use !QT_BOOTSTRAPPED instead of QT_BUILD_CORE_LIBTor Arne Vestbø2018-02-101-1/+1
* | | | logging: Group alternate logging sink implementationsTor Arne Vestbø2018-02-091-58/+62
* | | | Prevent duplicated log output when using alternate logging sinksTor Arne Vestbø2018-02-081-5/+6
* | | | Fix inverted logic in slog2 log handler for when to disable loggingTor Arne Vestbø2018-02-081-1/+1
|/ / /
* | | Document several WA_Mac attributes as obsoleteGabriel de Dietrich2018-02-051-13/+4
* | | Unconditionally log to stderr, regardless of qt_logging_to_console()Tor Arne Vestbø2018-02-051-1/+1
* | | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-02-051-2/+2
* | | Say hello to ImhNoEditMenu & ImhNoTextHandlesBogDan Vatra2018-02-052-0/+6
* | | QUtf8: Add some UTF-8 text operation functionsThiago Macieira2018-02-032-1/+169
* | | QUuid: add a way to get the string form without the bracesThiago Macieira2018-02-032-7/+121
* | | doc: Add missing \fn commands for new membersMartin Smith2018-02-033-11/+25
* | | doc: Add 2 missing return types to \fn commandsMartin Smith2018-02-031-2/+2
|/ /
* | doc: clang-qdoc must not see certain function declarationsMartin Smith2018-01-242-2/+4
* | doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-242-0/+44
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2011-12816/+13323
|\ \
| * | Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-01-182-2/+2
| * | Only define QT_FASTCALL on x86_32Martin Storsjö2018-01-181-1/+1
| * | Undef interface in more places, fixing builds with libc++ on windowsMartin Storsjö2018-01-181-0/+4
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-166-12813/+13310
| |\|
| | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
| | * Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-112-12797/+13273
| | |\
| | | * Update qurltlds_p.hAllan Sandfeld Jensen2018-01-052-12797/+13273
| | * | Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
| * | | QMetaObject::invokeMethod: don't leak the slot objectThiago Macieira2018-01-141-0/+6
* | | | doc: Fix several minor qdoc warningsMartin Smith2018-01-203-1/+8
* | | | doc: Fix all remaining non-link qdoc warningsMartin Smith2018-01-204-7/+21
* | | | Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-202-11/+105
* | | | Don't try (Any,Any,Any) before a partially-specified localeEdward Welbourne2018-01-191-32/+36
* | | | doc: Add missing return types to \fn commands, fix mis-specified onesMartin Smith2018-01-189-19/+19
* | | | doc: Fix remaining qdoc warnings in qabstractitemmodel.cppMartin Smith2018-01-181-9/+9
* | | | QSortFilterProxyModel: annotate some deprecated functions as deprecatedChristian Ehrlicher2018-01-172-9/+12
* | | | Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flagsd3fault2018-01-179-36/+90
* | | | logging: Factor out how to determine if a category is the default categoryTor Arne Vestbø2018-01-161-2/+7
* | | | Add missing dead key symbolsMatt Whitlock2018-01-152-0/+60
* | | | Fix QNX 7 buildTor Arne Vestbø2018-01-141-2/+2
* | | | Add QModelIndex::siblingAtColumn and ::siblingAtRowAndre Somers2018-01-122-1/+29
* | | | logging: Break out alternative logging sinks into a well defined APITor Arne Vestbø2018-01-121-30/+74
* | | | logging: Clarify that QT_MESSAGE_PATTERN only applies to unstructured loggingTor Arne Vestbø2018-01-121-0/+4
* | | | MinGW: Remove workaround that disabled strict_c++Kai Koehne2018-01-121-4/+0
* | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-122-1/+7
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-112-1/+7
| |\| | |
| | * | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-111-1/+1
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-1/+1
| | | |\| |
| | | | * | CMake: qt5_add_binary_resource: re-run if neededKevin Funk2018-01-091-1/+1
| | | | |/
| | * | / moc: Initialize staticMetaObject with the highest user-settable priorityMartin Storsjö2018-01-091-0/+6
| | |/ /
* | / / Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-122-2/+2
|/ / /