summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-4/+4
|\
| * Doc: Fix typos in QRectF documentationPaul Wicking2018-08-271-4/+4
* | QString: Fix snippet explaining "non-spaced numbered place markers"Andre Hartmann2018-09-061-1/+1
* | Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-032-15/+17
|/
* _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-221-1/+13
* Doc: Remove duplicate thread-safe documentation from logging macrosKai Koehne2018-08-201-16/+0
* Cast away -Wclass-memaccess warnings in QVarLengthArray methodsEdward Welbourne2018-08-201-3/+3
* QSortFilterProxyModel inserting at bottom of source modelLuca Beldi2018-08-171-2/+2
* QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-162-7/+12
* MSVC: add support for 64-bit POPCNT on 32-bit machinesThiago Macieira2018-08-161-3/+6
* doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1612-22/+22
* [macOS] Fix lower bound when searching for previous transitionsErik Verbruggen2018-08-141-1/+1
* Fix possible heap corruption in QXmlStreamAllan Sandfeld Jensen2018-08-131-1/+1
* Glib dispatcher: use default priority for timersSune Vuorela2018-08-131-1/+0
* QSysInfo: fall back to /usr/lib/os-release if the /etc one is missingThiago Macieira2018-08-081-4/+13
* Fix qmake build with glibc 2.28Thiago Macieira2018-08-082-3/+11
* QString: Fix documentation for toDouble() and toFloat()Andre Hartmann2018-08-061-2/+2
* QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+2
* Doc: Clean up Qt::ApplicationAttribute docsPaul Wicking2018-08-031-33/+35
* Doc: Increase precision in description of convenience typedefsPaul Wicking2018-08-031-1/+1
* Windows: Implement Qt::WindowStaysOnBottomHintFriedemann Kleint2018-08-031-2/+6
* QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-032-5/+13
* Improve documentation of QString::indexOf that take QRegExpAlbert Astals Cid2018-08-011-8/+0
* Fix conditions for dup2 in QProcess::startDetachedJoerg Bornemann2018-08-011-7/+5
* QDeadlineTimer: Fix documentation typoAndre Hartmann2018-08-011-2/+2
* 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