summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* doc: Upgrade QDeadlineTimer for clang-qdocMartin Smith2016-12-041-68/+27
* Make sure we can compile QtCore without QT_CONFIG(translation)Ulf Hermann2016-11-241-3/+23
* doc: clangqdoc must see class QWinEventNotifierMartin Smith2016-11-192-2/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-178-35/+47
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-10/+23
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-10/+23
| | |\
| | | * winrt: remove superfluous codeMaurice Kalinowski2016-11-091-3/+0
| | | * winrt: Do not copy into a referenceMaurice Kalinowski2016-11-091-1/+0
| | | * winrt: Fix potential memory corruptionMaurice Kalinowski2016-11-081-6/+23
| * | | Fix misspelled QT_NO_ featuresPaul Olav Tvete2016-11-091-1/+1
| * | | Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-092-3/+2
| * | | Replace custom type traits with std one'sKai Koehne2016-11-085-21/+20
| * | | QVariant to QJsonValue::Null conversionAllan Sandfeld Jensen2016-11-081-0/+1
* | | | QObject: remove unused function qt_find_obj_childOlivier Goffart2016-11-091-24/+0
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-028-527/+67
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
| | |\|
| | | * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
| * | | Document use of BSD code in Qt CoreKai Koehne2016-10-282-0/+42
| * | | Remove QSegfaultHandler classKai Koehne2016-10-263-502/+0
| * | | QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-182-24/+24
* | | | QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGEFriedemann Kleint2016-10-182-0/+9
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1311-56/+41
|\| | |
| * | | Fix build with various features disabledLars Knoll2016-10-112-0/+6
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-0/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-0/+2
| | |\|
| | | * Doc: Document that by default, QTimer is not single-shotKai Koehne2016-10-061-0/+2
| * | | Extracted cleanup from QCoreApplication::exec() into separate functionJørn Bersvendsen2016-10-102-7/+21
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-4/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-4/+4
| | |\|
| | | * winrt: Fix compilation for projects using C++/CX extensionsMaurice Kalinowski2016-10-051-4/+4
| * | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-065-42/+5
| * | | Round to nearest millisecond in QDateTime::fromCFDate()Tor Arne Vestbø2016-10-021-3/+3
* | | | QObject::dumpObject*: add const overloadsGiuseppe D'Angelo2016-10-032-4/+41
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-291-51/+37
|\| | |
| * | | Doc: several minor doc issuesNico Vertriest2016-09-271-51/+37
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-263-4/+15
|\| | |
| * | | Fix event names on comment about QChildEventSérgio Martins2016-09-251-1/+1
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-221-2/+13
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-211-2/+13
| | |\|
| | | * Doc: add macOS example of QAbstractNativeEventFilter implementationSamuel Gaist2016-09-201-2/+13
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-1/+1
| | |\|
| | | * Fix the GCC version supporting -Wsuggest-overrideLoïc Molinari2016-09-161-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-212-1/+132
|\| | |
| * | | Say hello to Android 6+ permissions modelBogDan Vatra2016-09-162-1/+132
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-201-1/+2
* | | | Long live QOperatingSystemVersion!Jake Petroules2016-09-182-60/+0
* | | | QObject::dumpObject*: enable them also for non-debug buildsGiuseppe D'Angelo2016-09-061-15/+0
|/ / /
* | | QDeadlineTimer: inline the isForever functionThiago Macieira2016-08-302-5/+4