summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-203-8/+17
|\
| * Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-191-0/+2
| * Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-181-2/+0
| * QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-141-5/+12
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-122-5/+5
| |\
| | * Don't hide critical infoBogDan Vatra2017-04-111-2/+0
| | * QVariant: fix docs regarding QUuidMarc Mutz2017-04-101-3/+5
| * | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-071-0/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-072-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-062-2/+2
| |\|
| | * Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-312-2/+2
* | | 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
|\|