summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* doc: Prevent overwrite of qbytearray.htmlMartin Smith2017-04-051-0/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-043-26/+42
|\
| * Core: Replace LGPL21 with LGPL license headerKai Koehne2017-03-282-26/+38
| * Fix crash when QUrl::from{NS/CF}URL() was passed a nullptrTor Arne Vestbø2017-03-271-0/+4
* | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-024-80/+264
* | Fix up QAppleRefCounted APIJake Petroules2017-04-012-22/+19
* | Add QAppleRefCounted template as the base of QCFTypeJake Petroules2017-04-011-19/+25
* | Document M_PI and friends in <QtMath>Edward Welbourne2017-03-292-1/+20
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-284-7/+18
|\|
| * Add documentation for TabletTrackingChange enum valueShawn Rutledge2017-03-271-0/+1
| * Increase the maximum recursive template depth on INTEGRITYKimmo Ollila2017-03-251-0/+3
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-212-7/+14
| |\
| | * QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-2/+4
| | * Protect better against timer ID replacementThiago Macieira2017-03-171-5/+10
* | | Remove unused QPodList classMarc Mutz2017-03-221-1/+0
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-206-18/+16
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-134-11/+11
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-134-11/+11
| | |\|
| | | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-8/+8
| | | * QTimer: Avoid implicit conversion warningsStig Bjørlykke2017-02-281-1/+1
| | | * Properly use the "process" featureUlf Hermann2017-02-271-2/+2
| * | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-6/+1
| * | | Doc: Add links to the signal-slot syntaxes pageSze Howe Koh2017-03-131-1/+4
| |/ /
* | | Deprecate QSignalMapperOlivier Goffart2017-03-143-3/+13
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-143-23/+100
|\| |
| * | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-10/+96
| * | Add feature.pushbuttonStephan Binner2017-03-061-0/+2
| * | Doc: Remove references to pre-C++11 recommendationsOlivier Goffart2017-03-011-13/+2
* | | Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-071-2/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-023-8/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-8/+6
| |\|
| | * Wrap RunLoopModeTracker into Objective-C namespacePavol Markovic2017-02-222-8/+6
| * | make TabletMove hover events conditional on QWidget::tabletTrackingShawn Rutledge2017-02-231-0/+2
* | | Android: Allow timeout to fade out splash screenMathias Hasselmann2017-03-012-4/+4
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-8/+4
|\| |
| * | Fix a race condition between QObject::connect and qRegisterMetaTypeOlivier Goffart2017-02-221-8/+4
* | | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-233-0/+5
* | | Introduce QMetaType::PointerToGadget flag for pointers to gadgetsDaniel Vrátil2017-02-231-1/+46
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-163-50/+40
|\|
| * QJNIHelpers: unbreak runnables counterMarc Mutz2017-02-161-2/+2
| * Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-151-25/+14
| * QJNIHelpers: make mutexes staticMarc Mutz2017-02-151-2/+2
| * Fix UB (data race) in QtAndroidPrivate::requestPermissionsSync()Marc Mutz2017-02-151-2/+4
| * QJNIHelper: fix a potential race in sendRequestPermissionsResult()Marc Mutz2017-02-151-5/+4
| * Enable QtAndroid::runOnAndroidThread in a ServiceHeikki Haveri2017-02-151-1/+1
| * Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-151-1/+1
| * QJNIHelper: clean up atomic int and mutex handlingMarc Mutz2017-02-141-18/+18
* | Android: De-duplicate vtables of exported private classesMarc Mutz2017-02-162-7/+19
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-11/+6
|\|
| * Avoid unnecessary creation of some Q_GLOBAL_STATICThiago Macieira2017-02-091-11/+6