summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Don't use QStringLiteral in comparisonsMarc Mutz2014-10-093-5/+5
| * | Fix compilation of MIPS with ClangThiago Macieira2014-10-071-1/+1
| * | MSVC: Restore 'public' accessibility of QVariant member functions.Friedemann Kleint2014-10-071-1/+2
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Oswald Buddenhagen2014-10-073-5/+19
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-063-5/+19
| | |\|
| | | * Doc: Clarify QBitArray::fill() documentationTopi Reinio2014-10-032-3/+17
| | | * Avoid naming clashes with QStringLiteral local variableKai Koehne2014-10-011-3/+3
| * | | Doc: deletion plugin-howtos.qdocNico Vertriest2014-10-077-683/+39
| |/ /
| * | Update the signal and slots docsAlex Blasche2014-10-021-7/+4
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-014-25/+23
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-294-25/+23
| | |\|
| | | * QSettings: Don't chop off trailing tabs that were actually part of a value.Christian Kandeler2014-09-231-5/+7
| | | * Document that default-constructed QFuture are canceledThiago Macieira2014-09-221-1/+1
| | | * Refactor some loops over EINTRGiuseppe D'Angelo2014-09-221-5/+2
| | | * QFile: fix undefined behavior when closing a buffered fileGiuseppe D'Angelo2014-09-221-13/+9
| | | * QObject: fix a memory leak in moveToThreadGiuseppe D'Angelo2014-09-221-2/+5
| * | | Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-013-12/+32
| * | | Doc: fix misleading documentation of QProcess::set[Process]EnvironmentJoerg Bornemann2014-10-012-12/+7
| * | | Fix hangs on QFileSystemWatcher.Leonard Lee2014-09-301-0/+1
| * | | Doc: Use title case in section1 titlesNico Vertriest2014-09-3017-38/+38
| * | | Update the detection of when to log to stderrThiago Macieira2014-09-291-47/+57
| * | | Do not use Q_COMPILER_CLASS_ENUM for gcc 4.4hjk2014-09-291-1/+1
| |/ /
* | | Add Objective-C specific type converters to QDateTimeJake Petroules2014-10-074-1/+127
* | | QIODevice: Improve read buffer useAlex Trotsenko2014-10-061-94/+73
* | | Prepare QVector::operator==() for sharing with QList::operator==()Marc Mutz2014-10-031-7/+4
* | | Prepare QVector::contains() for sharing with QList::contains()Marc Mutz2014-10-031-6/+3
* | | Add a macro to disable only some 8 bit/16 bit string conversionshjk2014-10-023-15/+58
* | | QList: iterate forward in contains()Marc Mutz2014-10-011-4/+4
* | | QVector: iterate forward in operator==Marc Mutz2014-10-011-5/+5
* | | QList: iterate forward in count()/contains()Marc Mutz2014-10-011-6/+6
* | | QList: iterate forward in operator==Marc Mutz2014-10-011-5/+4
* | | QObject: Actually check unnormalized method signatureDaniel Teske2014-09-301-1/+1
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29625-12402/+7707
|\| |
| * | Don't check for EINTR after calling QT_READ / QT_WRITEThiago Macieira2014-09-281-4/+2
| * | Fix handling of IPv6 addresses in QUrl::fromUserInputThiago Macieira2014-09-281-1/+25
| * | Android: Add findClass() function to the QJNIEnvironmentPrivate class.Christian Strømme2014-09-262-48/+91
| * | Doc: Restructure "Signal & Slots" articleSze Howe Koh2014-09-251-70/+71
| * | Doc: Remove irrelevant sections from "Signals & Slots"Sze Howe Koh2014-09-252-50/+2
| * | Refactored qt_normalizePathSegmentsOliver Wolff2014-09-251-90/+104
| * | Doc: 2 minor corrections in corelib/pluginNico Vertriest2014-09-251-2/+2
| * | Update license headers and add new license filesMatti Paaso2014-09-24616-11620/+6692
| * | Doc: Fixed autolink errors qtbase/kernelNico Vertriest2014-09-242-24/+23
| * | Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-248-20/+20
| * | Abstract proxy model: Add missing delegation of supportedDragActionsEike Ziller2014-09-242-0/+10
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-2438-70/+248
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2338-70/+248
| | |\|
| | | * Remove reference to removed qatomic_sparc.hAdam Majer2014-09-181-2/+0
| | | * Logging: Remove use of _declspec(thread)Kai Koehne2014-09-151-6/+3
| | | * cocoa: don't override NSApplication-sendEvent if configured as AA_MacPluginAp...Tim Blechmann2014-09-152-1/+9
| | | * Correct QString::toStdString documentation on encodingJohn Brooks2014-09-051-8/+2