summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-182-24/+24
* 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
* | | Doc: several minor doc issuesNico Vertriest2016-09-271-51/+37
* | | 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
* | | Say hello to Android 6+ permissions modelBogDan Vatra2016-09-162-1/+132
* | | QDeadlineTimer: inline the isForever functionThiago Macieira2016-08-302-5/+4
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-1/+1
|\| |
| * | Doc: Remove references to Windows CE in Qt CoreVenugopal Shivashankar2016-08-231-1/+1
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-2217-32/+1265
|\ \ \
| * | | Add support for Apple watchOSJake Petroules2016-08-195-4/+13
| * | | Say hello to Q_NAMESPACEBogDan Vatra2016-08-192-2/+70
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-6/+6
| * | | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-1/+1
| * | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-2/+1
| * | | Add " We mean it" comment to qdeadlinetimer_p.hFriedemann Kleint2016-08-161-0/+11
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-165-9/+9
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-133-5/+5
| | |\|
| | | * Fix typo (word repetition) in documentationFrederik Schwarzer2016-08-121-1/+1
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-4/+4
| * | | Long live QDeadlineTimerThiago Macieira2016-08-159-8/+1152
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-0/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-0/+2
| | |\|
| | | * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+2
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-194-7/+7
* | | | Standardize some "We mean it" commentsFriedemann Kleint2016-08-171-3/+3
* | | | QMimeData: use QStringBuilder moreAnton Kudryavtsev2016-08-171-1/+1
* | | | QMetaType: clean up #ifdefsMarc Mutz2016-08-151-7/+0
* | | | QTranslator: use const to avoid detach()'ingAnton Kudryavtsev2016-08-111-2/+1
|/ / /
* | | Add missing include in qeventloop_p.hJędrzej Nowacki2016-08-041-0/+1
* | | Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-032-1/+6
* | | Add QtAndroidPrivate::context()Alex Blasche2016-08-032-0/+11
* | | QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-022-0/+59
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-015-153/+165
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-2/+4
| |\|
| | * Fix for race condition in signal activationDenis Kormalev2016-07-291-1/+1