summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-06113-5573/+7076
|\
| * QFile: fix coding style violationMarc Mutz2019-06-021-1/+2
| * Fix definition of QT_DEPRECATED_SINCEKai Koehne2019-06-041-1/+1
| * QLatin1String, QStringView: add containsAnton Kudryavtsev2019-06-044-5/+96
| * Deprecate use of QTime as a timerEdward Welbourne2019-05-242-13/+11
| * Convert some deprecations to QT_DEPRECATED_XEdward Welbourne2019-05-241-4/+4
| * Regenerate Windows Time Zone ID tableEdward Welbourne2019-05-281-999/+1102
| * Move container block-size calculations to qarraydata.cppEdward Welbourne2019-05-293-104/+107
| * QEventDispatcherWin32: rework sending of posted eventsAlex Trotsenko2019-05-252-70/+56
| * QtCore: use qUtf16Printable and %ls, qErrnoWarning()Marc Mutz2019-05-298-25/+23
| * corelib/tools: use qUtf16Printable() and %lsMarc Mutz2019-05-294-9/+9
| * QDateTimeParser: use qUtf16Printable() and %lsMarc Mutz2019-05-291-29/+29
| * corelib/io: use qUtf16Printable(), %ls, qErrnoWarning()Marc Mutz2019-05-296-34/+35
| * QWindowsFileSystemWatcher: optimize qWarning() useMarc Mutz2019-05-291-12/+10
| * QPropertyAnimation: share some codeMarc Mutz2019-05-301-5/+10
| * QFile: share some codeMarc Mutz2019-05-301-14/+13
| * Add attribute to disable QSessionManagerDavid Edmundson2019-03-012-0/+8
| * QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-154-14/+43
| * QSharedPointer: Fix build error for cross-built toolsFriedemann Kleint2019-05-291-0/+2
| * qhashfunctions.h: add specializations of std::hash for some Qt typesMarc Mutz2019-05-291-0/+36
| * qobject_p.h: Const-correctness fixKevin Funk2019-05-271-1/+1
| * Make QCoreApplicationPrivate's destructor virtual in bootstrapped buildsGiuseppe D'Angelo2019-05-291-0/+5
| * QMessageLogContext: simplify constructionGiuseppe D'Angelo2019-05-221-10/+9
| * QMessageLogContext: rename and improve copy()Giuseppe D'Angelo2019-05-272-20/+25
| * rtems: Add Q_OS_RTEMS macro to detect RTEMS OSMikhail Svetkin2019-05-281-0/+2
| * Fix corelib build without feature.regularexpressionTasuku Suzuki2019-05-221-0/+6
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-276-35/+284
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-273-1/+240
| | |\
| | | * Update QMetaEnum::fromType()'s static assert's error messageEdward Welbourne2019-05-151-1/+2
| | | * Qt Core: Document CMake macrosKai Koehne2019-05-162-0/+238
| | * | Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-211-33/+17
| | * | Disable debug plugin check for MinGWCristian Adam2019-05-201-1/+1
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-0/+26
| | |\|
| | | * Warn when setting attributes after QCoreApplication is createdSergio Martins2019-05-141-0/+26
| * | | Annotate the futex implementation for TSANGiuseppe D'Angelo2019-05-221-1/+29
| * | | QBasicTimer: add some noexcept and constexprMarc Mutz2019-05-241-3/+3
| * | | Don't allow to copy QBasicTimer in Qt 6, it would stop the timerSérgio Martins2019-05-252-0/+81
| * | | QtPrivate::QSmartPointerConvertFunctor: Fix deprecation warningFriedemann Kleint2019-05-242-1/+2
| * | | Replace look-up array with simple arithmeticEdward Welbourne2019-05-231-12/+13
| * | | Add locale support for Cebuano and Erzya languages (new in CLDR v35.1)Edward Welbourne2019-05-203-4/+33
| * | | Rename util/locale_database/ to include the e that was missingEdward Welbourne2019-05-204-5/+5
| * | | QBasicTimer: share some codeMarc Mutz2019-05-231-25/+2
| * | | QString/QByteArray: detach immediately in operator[]Giuseppe D'Angelo2019-05-194-24/+52
| * | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-233-12/+2
| * | | Update outdated comment in QEventDispatcherWin32::processEventsJoerg Bornemann2019-05-231-1/+1
| * | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-214-12/+15
| * | | Long live Qt::SplitBehavior!Marc Mutz2019-05-215-0/+85
| * | | QStandardDirs: fix quadratic loopMarc Mutz2019-05-211-8/+4
| * | | QFileSystemWatcher: fix quadratic loop by porting away from QMutableListIteratorMarc Mutz2019-05-211-18/+15
| * | | QFileSystemWatcherEngines: port some Java-style iterators to ranged-forMarc Mutz2019-05-214-53/+52