summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
* Doc: Document that by default, QTimer is not single-shotKai Koehne2016-10-061-0/+2
* winrt: Fix compilation for projects using C++/CX extensionsMaurice Kalinowski2016-10-051-4/+4
* Doc: add macOS example of QAbstractNativeEventFilter implementationSamuel Gaist2016-09-201-2/+13
* Fix the GCC version supporting -Wsuggest-overrideLoïc Molinari2016-09-161-1/+1
* Fix typo (word repetition) in documentationFrederik Schwarzer2016-08-121-1/+1
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-4/+4
* Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+2
* Fix for race condition in signal activationDenis Kormalev2016-07-291-1/+1
* Fix gcc -Wsuggest-override warning on Q_OBJECTDavid Faure2016-07-281-0/+2
* Fix grammar error in QFlags documentationMitch Curtis2016-07-261-1/+1
* Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
* Workaround clang explicit specializations function templates export bugBogDan Vatra2016-07-201-150/+150
* Work around Apple defining "check"Thiago Macieira2016-07-201-0/+5
* QEventLoop: better describe the exception safety of QtGiuseppe D'Angelo2016-07-021-2/+4
* Fix build: ftok(3) requires sys/ipc.hThiago Macieira2016-07-021-0/+4
* Correct a type mismatch in the QNX PPS codeJames McDonnell2016-06-151-2/+2
* Fixed developer build for MinGWOliver Wolff2016-06-152-2/+3
* winrt: Fix potential crash in QCoreApplicationMaurice Kalinowski2016-06-131-26/+33
* winrt: Close IAsyncInfo manually in case of errorMaurice Kalinowski2016-06-131-0/+3
* Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-1/+1
* Fix build with ICC on OS X: __Z18qt_getQtMetaObjectv was undefiendThiago Macieira2016-05-291-2/+4
* Compile fix: for OpenBSD: <sys/select.h> not included by <sys/types.h>Ralf Nolden2016-05-252-10/+10
* Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-1/+21
* normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-031-4/+4
* Make it clear that QObject::tr() falls back to QString::fromUtf8()Sérgio Martins2016-04-281-3/+3
* 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
|\