summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-285-105/+45
* QtCore/QtNetwork/QTestlib: Fix build with MinGW/g++ 8.1 x64Friedemann Kleint2018-06-252-4/+3
* Leave m_id clear if the JNI didn't give us a time-zoneEdward Welbourne2018-06-221-1/+18
* QLocale/QString/QByteArray: Use nullptr in documentationAndre Hartmann2018-06-223-108/+110
* Doc: Fix signal name in QTimer documentationJoerg Bornemann2018-06-221-1/+1
* QLocale: Remove misleading link to QString::toDouble() conversionAndre Hartmann2018-06-221-6/+10
* QString: Harmonize the toFloat() and toDouble() documentationAndre Hartmann2018-06-221-3/+12
* Doc: Improve description of QModelIndex::operator==Paul Wicking2018-06-211-10/+8
* QDataStream: Fix inlining of operator<<,>>() for quint32Friedemann Kleint2018-06-211-2/+2
* Doc: Add missing full stops in briefsPaul Wicking2018-06-219-11/+11
* Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-195-72/+112
|\
| * CMake: Restore qt5_use_modules() functionKevin Funk2018-06-151-0/+51
| * Access private properties via sandbox-safe API on Apple OSesTor Arne Vestbø2018-06-143-1/+49
| * Fix warning about receiver 'UIApplication' being a forward classTor Arne Vestbø2018-06-091-0/+4
| * Update platform defines for Apple OSesTor Arne Vestbø2018-06-091-71/+8
* | Add macOS Mojave (10.14) to QOperatingSystemVersionTor Arne Vestbø2018-06-182-0/+9
* | Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-163-0/+15
* | Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-8/+6
* | Remove extraneous text after #ifThiago Macieira2018-06-111-1/+1
* | QFileSystemWatcher/Linux: don't print warnings for benign casesThiago Macieira2018-06-071-1/+2
|/
* Fix build for Android with android-clang in r17Liang Qi2018-06-062-12/+8
* Doc: Add information about QThread own methods thread affinitySamuel Gaist2018-06-031-8/+11
* Revert "Atomics: remove qatomic_msvc.h"Kai Koehne2018-06-013-1/+500
* Document qRound's rounding semanticsAllan Sandfeld Jensen2018-05-301-0/+8
* qprocess: don't leak pid pipe if redirection fails in startDetached()Oswald Buddenhagen2018-05-301-0/+2
* Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-303-11/+41
* Add function to check whether or not we're part of an extension on Apple OSesTor Arne Vestbø2018-05-302-0/+7
* Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-2/+10
* Suppress warnings about deprecated QString constructorThiago Macieira2018-05-301-10/+10
* macOS: Fix QFileSystemWatcher to watch paths with the same prefixMikhail Svetkin2018-05-291-1/+1
* QSortFilterProxyModel: don't assert when old model gets destroyedChristian Ehrlicher2018-05-261-1/+4
* QLocale: only use LANGUAGE if it contradicts LC_ALL/LC_MESSAGES/LANGEdward Welbourne2018-05-231-3/+31
* Doc: Document the WA_ContentsMarginsRespectsSafeArea widget attributeVenugopal Shivashankar2018-05-231-1/+8
* QTemporaryFile: Disable O_TMPFILE on AndroidThiago Macieira2018-05-221-1/+2
* Fix documentation of Q_NAMESPACEOlivier Goffart2018-05-221-0/+1
* qt_is_ascii: improve isAscii a little further (QUrl, QLatin1String)Thiago Macieira2018-05-201-5/+12
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-181-0/+2
|\
| * QFileSystemEngine: don't try to use statx(2) if SYS_statx isn't definedv5.11.0-rc2v5.11.0Thiago Macieira2018-05-141-0/+2
* | Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-4/+7
* | ucstrncmp: refactor with 32- and 8-byte loadsThiago Macieira2018-05-151-16/+56
* | QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-141-23/+20
* | QByteArray::setNum: use the existing latin1 lowercasing tableThiago Macieira2018-05-131-15/+3
* | QString: fix off-by-one errorThiago Macieira2018-05-101-4/+4
* | Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-2/+2
|\|
| * QSysInfo: Correct the \since for {machine,boot}UniqueId()Thiago Macieira2018-04-251-2/+2
* | Fix build with GCC 8: memset/memcpy/memmove of non-trivialsThiago Macieira2018-05-091-4/+6
* | Fix build without features.timezoneTasuku Suzuki2018-05-081-0/+2
* | QAbstractEventDispatcher: add a note about the timer range for Qt 6Thiago Macieira2018-05-041-0/+1
* | QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-041-2/+0
* | QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-041-3/+3