summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Doc: fixed broken linksNico Vertriest2015-11-044-6/+6
* | winrt: Don't wait for runOnXamlThread to finish for timers.Samuel Nevala2015-11-042-13/+15
* | Workaround part 2: don't use the version tagging symbols on AndroidThiago Macieira2015-11-041-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-043-17/+59
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-043-17/+59
| |\|
| | * QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+4
| | * Fix QStorageInfo on BSD4 systemsDmitry Shachnev2015-10-271-2/+8
| | * fix growth of event queue in QWinOverlappedIoNotifier::waitFor*Joerg Bornemann2015-10-261-15/+47
* | | Make variable const as it should beEdward Welbourne2015-11-041-1/+1
* | | Use memset to clear struct tm before filling fields.Edward Welbourne2015-11-041-2/+2
* | | Update high-DPI scaling enablers.Morten Johan Sørvig2015-11-042-3/+16
|/ /
* | Doc: Fix snippet tags for QString::[last]indexOf() overloadsTopi Reinio2015-11-022-6/+6
* | qcoreapplication_win.cpp: Correct FIXME comment on qWinMain().Friedemann Kleint2015-11-021-3/+4
* | State machine: fix removeConflictingTransitions()Jarek Kobus2015-10-301-2/+2
* | Fix C++11 compiler detection for QNX.Rafael Roquetto2015-10-291-7/+9
* | Workaround: don't create ELF version scripts for AndroidThiago Macieira2015-10-291-1/+1
* | QLocale: Actually get the language script for the system localeThiago Macieira2015-10-281-2/+3
* | QLocale: Add Q_ENUM for QLocale::ScriptThiago Macieira2015-10-281-0/+1
* | Doc: corrected minor language mistakeNico Vertriest2015-10-281-2/+2
* | QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-3/+4
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-261-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-231-0/+1
| |\|
* | | Move pointer size detection entirely to qprocessordetection.hThiago Macieira2015-10-263-23/+28