summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* Android: Fix possible crashBogDan Vatra2018-03-141-1/+1
* doc: Make fromStdVariant() appear in the QVariant docsMartin Smith2018-03-142-2/+2
* Remove needless #include <sys/random.h> from qrandom.cppEdward Welbourne2018-03-131-3/+1
* Make sure QDir::absoluteFilePath("/dir") includes a drive on MSEdward Welbourne2018-03-121-1/+35
* document that QueryWhatsThis is a QHelpEventSergio Martins2018-03-111-1/+1
* Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-10/+16
* Doc: improve QScopedPointer::reset() documentationMitch Curtis2018-03-081-1/+4
* Add missing rvalue overloads of operator+=() and operator<<()Christian Ehrlicher2018-03-074-0/+41
* logging: Clarify and document how we look for the presence of a consoleTor Arne Vestbø2018-03-073-53/+164
* QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+2
* JSON: remove braces from UUID text representationsThiago Macieira2018-03-021-0/+9
* QJsonValue: use the fully-encoded form of a URL in fromVariant()Thiago Macieira2018-03-021-0/+11
* Find PCRE2 via pkgconfigR.J.V. Bertin2018-03-011-0/+1
* QMimeDatabase: fix regression in alias resolvingDavid Faure2018-02-281-2/+2
* Silence a GCC 8 warning in qringbufferVille Voutilainen2018-02-281-1/+1
* QDate/Time,QTimeZone: Fix empty documentation section titlesFriedemann Kleint2018-02-272-5/+4
* Fix compile with sanitize address & undefinedBogDan Vatra2018-02-261-1/+5
* Reapply 1514b4e85336245ef130deca5839267dba7b2e32 on 5.11Liang Qi2018-02-231-1/+2
* Reapply 403343039d07812c0beee9260b291f86e14d8ac4 on 5.11Liang Qi2018-02-232-1967/+2
* moc: Only use the init_priority attribute when targeting windowsMartin Storsjö2018-02-221-1/+1
* Revert "JSON doc: update the RFC we link to"Thiago Macieira2018-02-211-1/+1
* Remove left over json/qjsonarray.cppFriedemann Kleint2018-02-211-1238/+0
* Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-211-1/+1
* Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Tony Sarajärvi2018-02-201-9/+0
|\
| * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-9/+0
| |\
| | * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-041-9/+0
* | | macOS: Remove qDebug silencer in qthread_unix.cppTor Arne Vestbø2018-02-191-13/+0
|/ /
* | fix missing __builtin_mul_overflow for Windows ICCAlexander Shevchenko2018-02-151-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Liang Qi2018-02-156-14/+46
|\ \
| * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-156-14/+46
| |\ \
| | * | 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
| | |\ \
| | * | | 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
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-194-5/+12
| | |\ \ \
* | | | | | Share event dispatcher creation between QThreadPrivate and QCoreApplicationTor Arne Vestbø2018-02-152-24/+6
* | | | | | Update Unicode CLDR third party documentationKai Koehne2018-02-151-8/+12
* | | | | | Document use of Unicode Character DatabaseKai Koehne2018-02-152-2/+20
|/ / / / /
* | | | | Fix compiling qfloat16_f16c.c with C89 compilerAllan Sandfeld Jensen2018-02-141-2/+4
* | | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-1424-79/+3306
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-1424-79/+3306
| |\ \ \ \ \
| | * | | | | Fix GCC 8 warning in qvariantanimationVille Voutilainen2018-02-141-1/+1
| | * | | | | Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2