summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Modernize the "datestring" featureLiang Qi2018-09-241-4/+4
* Export qt_open64 from QtCoreThiago Macieira2018-09-241-1/+1
* Glib dispatcher: use default priority for timersSune Vuorela2018-08-131-1/+0
* QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+2
* QDeadlineTimer: Fix documentation typoAndre Hartmann2018-08-011-2/+2
* Doc: Extend description of ShortcutOverride eventPaul Wicking2018-07-191-0/+6
* Linux: Bypass glibc's broken open() implementationThiago Macieira2018-07-172-0/+28
* Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-2/+2
* Doc: Fix signal name in QTimer documentationJoerg Bornemann2018-06-221-1/+1
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* Merge remote-tracking branch 'origin/5.11.1' into 5.11Qt Forward Merge Bot2018-06-193-1/+53
|\
| * Access private properties via sandbox-safe API on Apple OSesTor Arne Vestbø2018-06-143-1/+49
| * Fix warning about receiver 'UIApplication' being a forward classTor Arne Vestbø2018-06-091-0/+4
* | Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-161-0/+5
|/
* Add function to safely access the shared application on Apple platformsTor Arne Vestbø2018-05-303-11/+41
* Add function to check whether or not we're part of an extension on Apple OSesTor Arne Vestbø2018-05-302-0/+7
* Fix documentation of Q_NAMESPACEOlivier Goffart2018-05-221-0/+1
* QAbstractEventDispatcher: add a note about the timer range for Qt 6Thiago Macieira2018-05-041-0/+1
* Fix runtime platform detection on Apple platformsTor Arne Vestbø2018-04-181-6/+6
* Doc: Update QVariant::toString description, update see also linksPaul Wicking2018-04-091-43/+48
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-215-32/+60
* Modernize the "regularexpression" featureUlf Hermann2018-03-206-29/+36
* Android: Fix possible crashBogDan Vatra2018-03-141-1/+1
* doc: Make fromStdVariant() appear in the QVariant docsMartin Smith2018-03-142-2/+2
* document that QueryWhatsThis is a QHelpEventSergio Martins2018-03-111-1/+1
* Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-10/+16
* 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
* | | | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-02-051-2/+2
|/ / /
* | | doc: clang-qdoc must not see certain function declarationsMartin Smith2018-01-242-2/+4