summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-261-1/+1
* Add missing initializersTimur Pocheptsov2016-04-251-0/+2
* Improve performance of socket notifications on WinCEAlex Trotsenko2016-04-192-2/+27
* QWinEventNotifier: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-04-141-2/+2
* Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-131-1/+1
* Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-1/+1
* winrt: Try to acquire CoreDispatcher from multiple sourcesMaurice Kalinowski2016-04-131-2/+29
* Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-061-23/+50
* QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-1/+1
* winrt: process all triggered timers in processEventsOliver Wolff2016-03-161-5/+5
* Add argument names to the function signatures in headersOlivier Goffart2016-03-101-8/+8
* QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute useMarc Mutz2016-03-091-2/+13
* Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-093-26/+25
* QtTest: fix UB in QSpontaneKeyEvent::setSpontaneous()Marc Mutz2016-03-071-0/+5
* doc: Clean up old references to QApplication for GUI applicationEskil Abrahamsen Blomfeldt2016-02-191-9/+10
* Wrap legacy APIs in a QT_MAC_DEPLOYMENT_TARGET_BELOW macro.Jake Petroules2016-02-181-0/+2
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-5/+13
|\
| * Fix livelock at application exit if threads were runningThiago Macieira2016-02-022-5/+13
* | Removed redundant and distracting test from conditional.Edward Welbourne2016-02-041-1/+1
|/
* Fix memory leak if QMetaType::create is called for an unknown typeJędrzej Nowacki2016-02-011-2/+3
* Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-292-0/+153
* Bump copyright year to 2016Kai Koehne2016-01-291-2/+2
* Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-231-7/+9
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-194-16/+42
|\
| * Fix UB in QVariant::canConvert()Marc Mutz2016-01-111-3/+6
| * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-052-13/+33
| * Add explicit note about removeMappings() not disconnecting the signalAndy Shaw2015-12-111-0/+3
* | Fix GCC 6 warning about placement-new operator on too little spaceThiago Macieira2016-01-121-18/+37
* | QVariant: use v_construct instead of duplicating logicThiago Macieira2016-01-121-31/+4
* | QVariant: make sure to default-initialize in v_constructThiago Macieira2016-01-121-1/+1
* | QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-1/+1
* | winrt: Added timeout to await functionOliver Wolff2016-01-051-8/+21
* | Fix deadlock when setting environment variables.Samuel Nevala2016-01-041-15/+36
* | winrt: Align error code handling with WinCEMaurice Kalinowski2015-12-151-1/+1
* | winrt: Avoid blocking for the first processEvents runMaurice Kalinowski2015-12-141-2/+11
* | winrt: Use Windows 10 features when availableMaurice Kalinowski2015-12-111-0/+4
* | QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-2/+2
* | WinRT: Add RETURN_[]_IF_FAILED_WITH_ARGS macros.Friedemann Kleint2015-12-071-0/+10
* | Fix typo in QObject::disconnect() documentationSérgio Martins2015-12-071-1/+1
* | Combine environment variable implementationsSamuel Nevala2015-12-036-123/+129
* | Doc: added QQuickItem also uses UngrabMouseNico Vertriest2015-11-301-1/+1
* | QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-283-6/+6
* | Proof-reading fixes to QCoreApplication documentation.Edward Welbourne2015-11-251-20/+21
* | OSX: fix build.Erik Verbruggen2015-11-211-1/+2
* | Doc: added doc about removal option qmljsdebugger by QCoreApplicationNico Vertriest2015-11-191-2/+3
* | OS X: Add opt-in for CoreFoundation event dispatcherMorten Johan Sørvig2015-11-191-3/+13
* | Make CoreFoundation event dispatcher available on OS X alsoTimur Pocheptsov2015-11-132-9/+14
* | Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-121-1/+1
* | Doc: fixed broken linksNico Vertriest2015-11-042-2/+2
* | winrt: Don't wait for runOnXamlThread to finish for timers.Samuel Nevala2015-11-042-13/+15