summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-8/+8
* QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-1/+5
* Android: fix log output patternLuka Modric2018-09-271-3/+1
* Modernize the "filesystemwatcher" featureLiang Qi2018-09-2714-62/+32
* Modernize the "datestring" featureLiang Qi2018-09-2410-49/+52
* Modernize the "textdate" featureLiang Qi2018-09-244-18/+19
* Export qt_open64 from QtCoreThiago Macieira2018-09-241-1/+1
* Clarify docs regarding the states of a QFutureWatcher with no future setAndy Shaw2018-09-241-3/+5
* Fix integer overflow in very long sections in ELF objectsThiago Macieira2018-09-151-1/+1
* 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