summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Update signals and slots introduction pagePaul Wicking2018-07-311-22/+26
* Link from QLocale to where date-time formats are explainedEdward Welbourne2018-07-312-0/+16
* QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-1/+1
* Clean before copying any QCollatorEdward Welbourne2018-07-261-2/+11
* Check against copying the husk left by a moveEdward Welbourne2018-07-261-1/+2
* Fix the fix for mmap() overflow checkThiago Macieira2018-07-251-4/+3
* Fix MSVC builds with /Zc:wchar_t-Timur Pocheptsov2018-07-251-0/+2
* Fix QUrl::setPath documentation, remove default TolerantModeMikhail Svetkin2018-07-241-1/+1
* Let QDir::absoluteFilePath() use isAbsolutePath() for resource pathsEdward Welbourne2018-07-231-36/+60
* Doc: Add since version for QJsonDocument::toJson()Paul Wicking2018-07-231-0/+1
* Doc: Correct typo from decoded to encodedPaul Wicking2018-07-211-1/+1
* Doc: Remove erroneous comma in snippetPaul Wicking2018-07-201-1/+1
* Doc: Add since version for QJson method and enumPaul Wicking2018-07-192-0/+2
* Doc: Extend description of ShortcutOverride eventPaul Wicking2018-07-191-0/+6
* Plugins: fix crash if the binary JSON data contains invalid sizeThiago Macieira2018-07-194-11/+33
* Windows: Don't output a warning when sHGetKnownFolderPath failsAndy Shaw2018-07-181-11/+6
* Linux: Bypass glibc's broken open() implementationThiago Macieira2018-07-172-0/+28
* ELF parser: fix off-by-one errorThiago Macieira2018-07-141-1/+1
* QPluginLoader: limit the amount of memory used when scanning pluginsThiago Macieira2018-07-145-30/+24
* Doc: Remove reference to Unicode 4.0Kai Koehne2018-07-131-1/+1
* Correct Unix QStorageInfo's QStorageIterator::next()'s loop logicEdward Welbourne2018-07-131-3/+4
* QFile::copy(): don't trust the old file metadata cacheThiago Macieira2018-07-121-15/+5
* Add missing init()-if-dirty in two of ICU's QCollator::compare()sEdward Welbourne2018-07-121-0/+6
* Fix QStorageIterator where the last line in /proc/mounts is skippedJohannes Rosenqvist2018-07-121-1/+1
* Doc: Extend description of Qt::Key_ClearPaul Wicking2018-07-101-1/+4
* Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-3/+2
* Tidy-up after recent change: combine declaration with initializerEdward Welbourne2018-07-031-2/+1
* Ownership is unclear, so document it to avoid crashes for usersSune Vuorela2018-07-021-0/+4
* Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-2/+2
* 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