summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Avoid failing on 64-bit ARMLaszlo Agocs2016-05-191-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+3
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-0/+3
* | add AA_CompressHighFrequencyEvents to control compression on xcbShawn Rutledge2016-05-152-0/+12
* | Move out the code to extract the backtrace to another functionThiago Macieira2016-05-131-55/+85
* | Add QT_NO_FOREACH to disable foreach and Q_FOREACHMarc Mutz2016-05-111-0/+6
* | Make it an #error if we failed to detect the ARM architecture versionThiago Macieira2016-05-101-0/+2
* | Work around ICC's bug in making std::atomic a literal typeThiago Macieira2016-05-081-2/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+1
|\|
| * Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1
* | Add ImInputItemClipRectangleJan Arve Saether2016-05-022-0/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-0/+17
|\|
| * Use C++11 alignas() for Q_DECL_ALIGN, if possibleThiago Macieira2016-04-281-0/+5
| * Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-261-0/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-3/+6
|\|
| * QMessagePattern: Fix indentation and use QVector for a large structThiago Macieira2016-04-231-3/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-253-7/+7
|\|
| * Fix build on Linux/x32 systems (x86-64 ILP32)Thiago Macieira2016-04-191-2/+2
| * Fix QSysInfo::windowsVersion() on WinCETobias Koenig2016-04-141-0/+5
| * Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-131-5/+1
* | Fix some qdoc-warnings in 5.7.Friedemann Kleint2016-04-131-0/+7
* | ImQueryInput should include ImAnchorRectangle tooJan Arve Saether2016-04-131-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-7/+7
|\|
| * Don't indicate which versions of OS X are supported in QSysInfo docs.Jake Petroules2016-04-111-7/+7
* | add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-2/+0
|\|
| * Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-061-2/+0
* | Add support for ImhAnchorRectangleJan Arve Sæther2016-04-061-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-20/+49
|\|
| * Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-20/+49
* | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-7/+5
* | Unify license header usage.Jani Heikkinen2016-03-292-10/+10
* | qNonConstOverload(): Fix documentation typo.Friedemann Kleint2016-03-241-1/+1
* | Fix some documentation warnings.Friedemann Kleint2016-03-241-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-2/+4
|\|
| * Docs of qSetMessagePattern missing relation to qCDebug and co.M. Moellney2016-03-211-2/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-212-2/+7
|\|
| * QTypeInfoQuery: Add public inheritance specifiersGabriel de Dietrich2016-03-171-2/+2
| * Android: Fix compilation with NDK r11BogDan Vatra2016-03-171-0/+5
* | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-212-2/+3
* | Add GHS pretty print for compiler versionRolland Dudemaine2016-03-181-0/+2
* | Add GHS toolchain supportRolland Dudemaine2016-03-181-2/+48
* | Disable some features for INTEGRITYRolland Dudemaine2016-03-171-0/+7
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-133-15/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-15/+10
| |\|
| | * Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-071-14/+6
| | * QNX: Fix logging of QtDebugMsg in slog2 backendKai Koehne2016-03-071-1/+1
| | * Check if WINAPI_FAMILY_PC_APP is defined before using itOliver Wolff2016-03-041-0/+3
* | | Fix documentation of QFlags::setFlagOlivier Goffart2016-03-111-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-293-2/+6
|\|