summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: Omit default argument in describing a function callTopi Reinio2015-11-301-1/+1
* Doc: improvement in if condition about inserting item in listNico Vertriest2015-11-301-2/+2
* Doc: added QQuickItem also uses UngrabMouseNico Vertriest2015-11-301-1/+1
* Remove a reference to Mac OS X 10.4Lars Knoll2015-11-301-2/+2
* Document platform limitations for QCollator::ignorePunctuationLars Knoll2015-11-301-0/+2
* QVector: prevent resize() from shedding capacityMarc Mutz2015-11-282-3/+3
* QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-282-5/+5
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-285-11/+9
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-272-2/+1
|\
| * Remove arch/qatomic_mips.h from src/corelib/arch/arch.pri.Friedemann Kleint2015-11-241-1/+0
| * OS X: Fix QStandardPaths::standardLocations()Andrew McCann2015-11-221-1/+1
* | Detect NEON on AArch64Allan Sandfeld Jensen2015-11-261-1/+5
* | Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
* | Revert "Fix deadlock when setting environment variables."Oliver Wolff2015-11-241-15/+0
* | Fix deadlock when setting environment variables.Samuel Nevala2015-11-231-0/+15
* | OSX: fix build.Erik Verbruggen2015-11-211-1/+2
* | Doc: added doc about removal option qmljsdebugger by QCoreApplicationNico Vertriest2015-11-191-2/+3
* | winrt: Merge Languages and ManifestLanguages for QLocale::uiLanguagesOliver Wolff2015-11-191-7/+41
* | OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-192-6/+27
* | QXmlStreamStringRef: unbreak move special member functionsMarc Mutz2015-11-191-1/+16
* | QXmlStreamStringRef: mark as shared-not-movable-until-qt6Marc Mutz2015-11-192-0/+16
* | Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-191-5/+2
* | qfactoryloader: static qt compile fixTim Blechmann2015-11-191-0/+2
* | Add support for the C++11 features fixed in MSVC 2015 Update 1Thiago Macieira2015-11-181-0/+7
* | Fix build with OS X 10.8 SDKThiago Macieira2015-11-181-1/+1
* | QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-182-4/+44
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Thiago Macieira2015-11-182-353/+0
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-172-353/+0
| |\|
| | * Remove qatomic_mips.h: the 3-operand testAndSet is brokenThiago Macieira2015-11-052-353/+0
* | | make a proper header-only module for QtZlibOswald Buddenhagen2015-11-172-4/+7
|/ /
* | Doc: Added info about sorting in QItemSelectionModel::selectedIndexesNico Vertriest2015-11-161-0/+1
* | Doc: removed 2 invalid external links in external resources.Nico Vertriest2015-11-161-10/+0
* | QChar: Simplify case convertion code with template magicKonstantin Ritt2015-11-161-51/+21
* | Move CasexTraits from qstring.cpp to qunicodetables_p.hKonstantin Ritt2015-11-162-24/+32
* | Make CoreFoundation event dispatcher available on OS X alsoTimur Pocheptsov2015-11-132-9/+14
* | QUnicodeTables generator: Minor clean-up & stricter checksKonstantin Ritt2015-11-131-17/+15
* | Doc: corrected error in doc static pluginsNico Vertriest2015-11-131-3/+3
* | Document performance of QMutexOlivier Goffart2015-11-131-0/+7
* | Docs: Add a note clarifying that Q_MOVABLE_TYPE is not about move semanticsOlivier Goffart2015-11-131-1/+2
* | JSON: Fix MSVC2013 warningsOrgad Shaneh2015-11-132-4/+4
* | Do not overwrite detailed error message if process fails to launchKai Koehne2015-11-125-8/+9
* | Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-126-87/+85
* | Eliminate duplicate "between"Edward Welbourne2015-11-121-2/+3
* | Doc: Added more details to QIODevice::readAll()Nico Vertriest2015-11-091-1/+1
* | Fix false claim in comment.Edward Welbourne2015-11-061-1/+1
* | Mark qt_from_latin1() as nothrowMarc Mutz2015-11-052-2/+2
* | QUtf8: remove an unused variableMarc Mutz2015-11-051-2/+1
* | Re-generate Unicode data tablesKonstantin Ritt2015-11-052-5115/+5891
* | Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-053-26/+55
* | [docs] QVector: don't scare people away from reserve()Marc Mutz2015-11-041-9/+18