summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-211-1/+2
* 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
* Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
* Document Q_COREAPP_STARTUP_FUNCTION is no good in static libsLaszlo Agocs2018-01-101-0/+4
* Don't crash with null receiver/context in new-style connectsSergio Martins2017-12-191-1/+1
* Fix pps and imf support for QNX buildsKarim Pinter2017-12-191-1/+1
* Derive QPpsObjectPrivate from QObjectPrivateKarim Pinter2017-12-151-1/+3
* Copy argv[0] to prevent it pointing to invalid memory laterAndy Shaw2017-12-141-3/+3
* Initialize QLoggingRegistry rules on first useTor Arne Vestbø2017-11-251-2/+0
* winrt: Fix compilation with -no-pchOliver Wolff2017-10-251-0/+1
* Documentation: Add missing event type for non-client mouse eventsKrzysztof Kawa2017-10-071-4/+4
* Optimize QVariant::cmp()Lars Knoll2017-09-141-40/+49
* Improve performance of QVariant::canConvert()Lars Knoll2017-09-131-0/+3
* Fix QCFType::constructFromGet() crash when passed a nullptrTor Arne Vestbø2017-08-241-1/+2
* Doc: indicate the QSharedMemory::size() that the size may be biggerThiago Macieira2017-08-131-0/+3
* QEventDispatcherWin32: Check for WM_QT_SOCKETNOTIFIER on internal window onlyFriedemann Kleint2017-07-291-1/+2
* QSystemError: Make it format unknown Windows messagesThiago Macieira2017-07-181-0/+3
* Merge qt_error_string and QSystemErrorThiago Macieira2017-07-182-5/+38
* Fix documentation of QEvent::LanguageChange propagationSimon Hausmann2017-07-131-2/+2
* Handle conversion and comparison between qvarianthash and qvariantmapAllan Sandfeld Jensen2017-07-111-0/+12
* QDeadlineTimer: round milliseconds up instead of downThiago Macieira2017-07-071-1/+1
* QVariant: Print a warning when deserialized user type is unknownMichael Winkelmann2017-07-051-0/+1
* Prevent qmake to run moc on qobjectdefs.hOlivier Goffart2017-07-051-0/+1
* 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