summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-3/+4
| | | * | Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
| | | * | Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
| | | * | QProcess/Windows: Include PID in pipe namesFrank Richter2018-01-181-1/+1
| | | * | QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
| * | | | Make QThreadPrivate::createEventDispatcher do exactly what it saysTor Arne Vestbø2018-02-144-24/+30
| * | | | Windows/QSaveFile: Fix locking issues on Dropbox drivesFriedemann Kleint2018-02-143-7/+13
| * | | | Don't expect QCoreApplictionPrivate::eventDispatcher to be setTor Arne Vestbø2018-02-141-2/+3
| * | | | Use explicit QThreadData::hasEventDispatcher() where possibleTor Arne Vestbø2018-02-145-13/+13
| * | | | Remove third-party attribution for qtemporaryfileKai Koehne2018-02-142-41/+0
| |/ / /
* | | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-138-4/+141
|\| | |
| * | | Fix typosJarek Kobus2018-02-133-3/+3
| * | | Add support for Apple Unified LoggingTor Arne Vestbø2018-02-123-0/+133
| * | | QVariant: Add missing conversion from QJsonValue to double & floatThiago Macieira2018-02-111-0/+4
| * | | Documentation: don't suggest abort() in qInstallMessageHandler()Thiago Macieira2018-02-111-1/+1
* | | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-02-1212-174/+441
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-1112-174/+441
| |\| | |
| | * | | logging: Break out stderr logging sink into separate functionTor Arne Vestbø2018-02-111-13/+16
| | * | | logging: Don't build alternate logging sinks for QT_BOOTSTRAPPEDTor Arne Vestbø2018-02-111-7/+13
| | * | | logging: Break out QMessagePattern error reporting into standalone functionTor Arne Vestbø2018-02-111-14/+20
| | * | | Merge "Merge remote-tracking branch 'origin/dev' into 5.11" into refs/staging...Jani Heikkinen2018-02-1059-360/+725
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-1059-360/+725
| | | |\ \ \
| | * | | | | 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
* | | | | | QString: Add functions isUpper and isLowerAndre Hartmann2018-02-112-0/+47
|/ / / / /
* | / / / Prefer ICU over system info on MS-WinEdward Welbourne2018-02-073-12/+13
| |/ / / |/| | |
* | | | Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-051-0/+5
* | | | Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-052-63/+44
* | | | Simplify how we set thread name for UNIX threadsTor Arne Vestbø2018-02-051-11/+8
* | | | Add documentation entries for new qvector/qvarlength methodsAllan Sandfeld Jensen2018-02-022-0/+44
* | | | QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-022-10/+37
* | | | QString: optimize remove()Anton Kudryavtsev2018-02-021-4/+9
* | | | QBitArray: add manipulate a dense bit array directlyThiago Macieira2018-01-282-0/+43
* | | | Support for LTTNG and ETW tracingRafael Roquetto2018-01-2810-5/+196
* | | | QMimeType: remove unwanted *.bin as preferredSuffix for octet-streamDavid Faure2018-01-281-0/+2
* | | | JSON: use the new isLatin1 functionThiago Macieira2018-01-271-8/+1
* | | | Add a few methods to check if a string is US-ASCII or Latin1Thiago Macieira2018-01-273-1/+157
* | | | Doc: explain how QXmlStream{Reader,Writer} deal with encoding in QStringThiago Macieira2018-01-261-0/+20
* | | | Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-2633-35/+31
* | | | qsimd_p.h: Reorganize and simplify the x86 intrinsics #includesThiago Macieira2018-01-251-68/+28