summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* QDateTimePrivate: merge the time spec, DST status and validity flagsThiago Macieira2016-06-101-1/+1
* Remove QSysInfo code related to unsupported versions of Windows.Jake Petroules2016-06-081-111/+13
* Remove reliance on QSysInfo::[Mac|Windows]Version in QSysInfo itself.Jake Petroules2016-06-021-51/+103
* Remove Windows CE vestigesJoerg Bornemann2016-06-023-6/+2
* Clang: remove the QT_NO_RTTI macro declarationThiago Macieira2016-05-291-3/+0
* Remove the Clang __has_feature(cxx_exceptions) checkThiago Macieira2016-05-291-5/+0
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-05-245-57/+108
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-235-57/+108
| |\
| | * 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
* | | | Deprecate QLibraryInfo::licensee()/licensedProducts()Lars Knoll2016-05-232-12/+14
|/ / /
* | | Add support for Apple tvOSMike Krus2016-05-174-11/+26
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-129-13/+45
|\| |
| * | 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
* | | Let Q_DECLARE_METATYPE and Q_DECLARE_FLAGS be undefined under Q_MOC_RUNThiago Macieira2016-05-041-0/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-033-8/+15
|\| |
| * | 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
* | | QOpenGLContext: add a way to disable the thread affinity checkGiuseppe D'Angelo2016-05-022-0/+8
* | | Remove remains of Windows CE from QSysInfo.Friedemann Kleint2016-04-301-8/+0
* | | Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-273-1/+19
* | | Append the Windows OS/kernel version number in QSysInfo::prettyProductName().Jake Petroules2016-04-251-1/+11
* | | Remove window flags WindowOkButtonHint, WindowCancelButtonHint.Friedemann Kleint2016-04-202-12/+1
* | | Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-191-1/+0
* | | Remove the -qconfig command line argumentLars Knoll2016-04-196-1406/+0
* | | Windows CE cleanup.Friedemann Kleint2016-04-141-9/+0
* | | Implement ordered dithering for image format conversionsAllan Sandfeld Jensen2016-04-121-12/+10
* | | Fix documentation of qOverload with clang based qdocOlivier Goffart2016-04-121-0/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-112-2/+2
|\| |
| * | 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
| |\|