summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devJędrzej Nowacki2015-11-0531-116/+194
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0431-116/+194
| |\
| | * [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
| | * | | Android: use Q_UNIMPLEMENTED()Marc Mutz2015-10-262-11/+11
| | |/ /
| | * | Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-231-1/+1
| | * | Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-2/+2
* | | | Add Objective-C specific type converters to QUuid.Jake Petroules2015-11-044-0/+121
|/ / /
* | | QLocale: Return overflowing numbers from asciiToDouble()Ulf Hermann2015-11-041-8/+28
* | | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-027-2506/+535
* | | Implement qt_is_{inf,nan,finite} using std. library functions.Erik Verbruggen2015-10-301-40/+59
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2326-154/+1779
|\| |
| * | QTextStream: optimize streaming of QLatin1String and const char*Marc Mutz2015-10-232-4/+48
| * | QTextStream: Extract Method padding() from putString()Marc Mutz2015-10-222-29/+58
| * | Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-211-4/+4
| * | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
| * | Add an automatic use of the ELF-versioned QtCore symbolThiago Macieira2015-10-203-1/+89
| * | Update qversiontagging.cpp not to use too much assembler magicThiago Macieira2015-10-202-57/+50
| * | winrt: use correct winapi family defines in mkspecs and system detectionAndrew Knight2015-10-201-1/+1
| * | QLatin1String: add some nothrowMarc Mutz2015-10-201-24/+24
| * | [docs] QLatin1String: add some guidance as to when to use itMarc Mutz2015-10-201-0/+7
| * | Android: Warnings--BogDan Vatra2015-10-201-1/+1
| * | Fix compilation on OSX when building in a namespace.Erik Verbruggen2015-10-201-0/+3
| * | QLatin1String: add default ctorMarc Mutz2015-10-202-0/+7
| * | QLatin1String: add testMarc Mutz2015-10-191-5/+1
| * | QMimeBinaryProvider::loadMimeTypePrivate(): avoid an unneeded QStringRef -> Q...Marc Mutz2015-10-191-1/+1
| * | The C locale should omit group separators by defaultLars Knoll2015-10-191-2/+3
| * | Make the C++11 atomic support the default, if availableThiago Macieira2015-10-161-6/+6