summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSaveFile: Check for EINTR in fsync()/fdatasync()5.10Thiago Macieira2018-02-111-2/+3
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-074-5/+8
|\
| * Suppress GCC 8 warning about realloc() non-trivially-copyable typesThiago Macieira2018-02-041-1/+2
| * Silence GCC 8 warning on memcpy of movable typesThiago Macieira2018-02-042-3/+4
| * Silence GCC 8 warning on memcpy of class Value to to class offsetThiago Macieira2018-02-041-1/+2
| * Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-7/+16
* | QString: Add whitespace handling note to number conversion functionsAndre Hartmann2018-02-051-0/+22
* | QString: Wrap extra-long comment lineAndre Hartmann2018-02-051-1/+4
* | Revert "QVariant: convert QDateTime and QTime to string with milliseconds"Thiago Macieira2018-02-011-2/+2
* | Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-011-2/+13
* | Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-012-0/+18
* | Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-262-9/+15
* | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-01-251-2/+2
* | MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2413-34/+51
|\|
| * Doc: make a note about use of QStringLiteral with non-ASCII charsThiago Macieira2018-01-221-1/+5
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2010-24/+24
| * Handle OOM condition in the validation of plugin metadataAndre de la Rocha2018-01-191-8/+21
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-194-5/+12
|\|
| * Doc: Mention exact Qt version the third party attributions apply toKai Koehne2018-01-191-3/+4
| * Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
| * Win: Document limitation regarding registry types not being preservedAndy Shaw2018-01-181-0/+5
| * QProcess/Windows: Include PID in pipe namesFrank Richter2018-01-181-1/+1
| * QThreadPool: Add missing semicolon after class in documentationAndre Hartmann2018-01-171-1/+1
* | Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-01-182-2/+2
* | Only define QT_FASTCALL on x86_32Martin Storsjö2018-01-181-1/+1
* | Undef interface in more places, fixing builds with libc++ on windowsMartin Storsjö2018-01-181-0/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-166-12813/+13310
|\|
| * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
| * Fix memory leak in QStandardPaths::displayName() on Apple platformsJake Petroules2018-01-121-2/+2
| * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-112-12797/+13273
| |\
| | * Update qurltlds_p.hAllan Sandfeld Jensen2018-01-052-12797/+13273
| * | Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
* | | QMetaObject::invokeMethod: don't leak the slot objectThiago Macieira2018-01-141-0/+6
* | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-111-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-1/+1
| |\| |
| | * | CMake: qt5_add_binary_resource: re-run if neededKevin Funk2018-01-091-1/+1
| | |/
* | / moc: Initialize staticMetaObject with the highest user-settable priorityMartin Storsjö2018-01-091-0/+6
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-0/+0
|\|
| * Fix source code file permissionsSimon Hausmann2018-01-021-0/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-3025-62/+292
|\|
| * QMap: fix another UB (invalid cast) relating to QMap's endThiago Macieira2017-12-271-2/+2
| * qfloat16: NaN is not infiniteThiago Macieira2017-12-271-2/+2
| * Use AccessCheck for current user effective file permissionsDyami Caliri2017-12-211-9/+55
| * Add more code examples to QUrl documentationMitch Curtis2017-12-211-5/+105
| * Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
| * Fix pps and imf support for QNX buildsKarim Pinter2017-12-192-2/+2
| * Derive QPpsObjectPrivate from QObjectPrivateKarim Pinter2017-12-151-1/+3
| * Allow empty namespace URIPaul Olav Tvete2017-12-141-1/+0
| * Fix assert when emitting a signal from a different threadJesus Fernandez2017-12-141-2/+4