summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* rework detection and use of clock_gettime()/librtOswald Buddenhagen2017-06-171-1/+1
* Android: Fix deadlock when calling requestPermissionBogDan Vatra2017-06-072-9/+14
* Doc: Fix a typo in QVariant::toPoint docsLeena Miettinen2017-06-011-1/+1
* QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-301-0/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-193-16/+2
|\
| * Revert "Add qt_safe_ftok wrapper for ftok"Thiago Macieira2017-05-183-16/+2
* | Remove unnecessary FunctionPointer::ChangeClassThiago Macieira2017-05-181-2/+0
* | Remove some more register keywordsMarc Mutz2017-05-061-2/+2
* | QtCore: include mocsThiago Macieira2017-05-0512-0/+25
* | AreArgumentsCompatible: Replace a derived struct with template aliasThiago Macieira2017-05-051-1/+1
|/
* QCFSocketNotifier: fix registering a source in the run loopAlex Trotsenko2017-05-031-2/+11
* Doc: correct minor link issuesNico Vertriest2017-05-031-2/+4
* Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-032-17/+38
* macOS: Add auto-release pools for Q*ApplicationPrivate::init()Tor Arne Vestbø2017-05-021-0/+4
* Include moc of qnamespace.h in qobject.cppThiago Macieira2017-04-291-0/+1
* do not wrap QAbstractEventDispatcher::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-3/+1
* wrap QCoreApplication::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-0/+2
* Fix warnings about unused private fields we can't removeThiago Macieira2017-04-261-0/+1
* Android: add logging to QtCore JNI_OnLoadVyacheslav Koscheev2017-04-261-0/+12
* Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-224-14/+18
* Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-5/+7
* 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.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
* | 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 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
* | 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
|/ /
* | 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
* | 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