summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Modernize the "textcodec" featureLiang Qi2018-11-0731-142/+138
* Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-10-291-0/+3
* QWinEventNotifier: fix crash on application shutdownThiago Macieira2018-10-191-0/+8
* Re-disable statx() on AndroidThiago Macieira2018-10-181-0/+7
* Linux: Remove our use of syscall() for statx(2) and renameat2(2)Thiago Macieira2018-10-122-43/+9
* Modernize the "mimetype" featureLiang Qi2018-10-1216-45/+9
* Modernize the "codecs" featureLiang Qi2018-10-128-24/+19
* Modernize the "big_codecs" featureLiang Qi2018-10-1216-68/+35
* Modernize the "animation" featureLiang Qi2018-10-1227-110/+45
* Update the DNS public suffix list from publicsuffix.orgEdward Welbourne2018-10-091-13288/+13692
* QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-4/+25
* Scale seconds by a thousand to get millisecondsEdward Welbourne2018-10-021-2/+2
* 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