summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-051-0/+1
|\
| * QAbstractEventDispatcher: add a note about the timer range for Qt 6Thiago Macieira2018-05-041-0/+1
* | iOS: Document why we're using a runloop mode tracker in our event dispatcherTor Arne Vestbø2018-04-231-0/+18
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-201-6/+6
|\|
| * Fix runtime platform detection on Apple platformsTor Arne Vestbø2018-04-181-6/+6
* | QObject: Extend debug output of connectLars Schmertmann2018-04-181-1/+6
* | WinRT: Add Windows UI Automation supportAndre de la Rocha2018-04-172-0/+23
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-101-43/+48
|\|
| * Doc: Update QVariant::toString description, update see also linksPaul Wicking2018-04-091-43/+48
* | QVariant: Avoid a memory allocation with custom typesOlivier Goffart2018-04-081-3/+10
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-285-32/+60
|\|
| * Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-215-32/+60
* | qdoc: properly omit comments for enums marked with omitvalueChristian Ehrlicher2018-03-272-2/+2
* | Allow QWinEventNotifier to coexist with waiting functionsAlex Trotsenko2018-03-271-3/+4
* | Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-252-0/+55
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-216-29/+36
|\|
| * Modernize the "regularexpression" featureUlf Hermann2018-03-206-29/+36
* | Allow log messages to be grouped by activity on Apple OSesTor Arne Vestbø2018-03-152-2/+133
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-153-3/+3
|\|
| * Android: Fix possible crashBogDan Vatra2018-03-141-1/+1
| * doc: Make fromStdVariant() appear in the QVariant docsMartin Smith2018-03-142-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-121-1/+1
|\|
| * document that QueryWhatsThis is a QHelpEventSergio Martins2018-03-111-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-101-10/+16
|\|
| * Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-10/+16
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+2
* | Port QWaitCondition to QDeadlineTimerThiago Macieira2018-03-032-1/+5
* | Clean up our Objective-C usageJake Petroules2018-02-202-22/+23
|/
* Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Liang Qi2018-02-152-9/+15
|\
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-152-9/+15
| |\
| | * Revert "QVariant: convert QDateTime and QTime to string with milliseconds"Thiago Macieira2018-02-011-2/+2
| | * Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-011-0/+8
| | * Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-262-9/+15
| | * QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-01-251-2/+2
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-4/+4
| | |\
* | | | Share event dispatcher creation between QThreadPrivate and QCoreApplicationTor Arne Vestbø2018-02-151-23/+4
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-142-4/+12
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-4/+12
| |\ \ \
| | * | | Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-071-0/+8
| | | |/ | | |/|
| | * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-202-4/+4
* | | | Make QThreadPrivate::createEventDispatcher do exactly what it saysTor Arne Vestbø2018-02-141-1/+3
* | | | Don't expect QCoreApplictionPrivate::eventDispatcher to be setTor Arne Vestbø2018-02-141-2/+3
* | | | Use explicit QThreadData::hasEventDispatcher() where possibleTor Arne Vestbø2018-02-143-11/+11
|/ / /
* | | Fix typosJarek Kobus2018-02-133-3/+3
* | | Add support for Apple Unified LoggingTor Arne Vestbø2018-02-122-0/+126
* | | QVariant: Add missing conversion from QJsonValue to double & floatThiago Macieira2018-02-111-0/+4
* | | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-105-63/+86
|\ \ \
| * | | Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-052-63/+44
| * | | Support for LTTNG and ETW tracingRafael Roquetto2018-01-281-0/+10
| * | | Add support for converting from std::variantAllan Sandfeld Jensen2018-01-252-0/+32