summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-022-180/+293
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-012-180/+293
| |\
| | * Android: Store and use the class names as key when caching.Christian Strømme2015-05-082-180/+293
* | | Merge 5.5 into 5.5.0Oswald Buddenhagen2015-06-012-5/+10
|\| |
| * | QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-1/+1
| * | QMetaType: Do not automatically register types that derives from a Q_GADGETOlivier Goffart2015-05-232-4/+9
* | | winrt: Fixed timer handling in case where additional user events occurOliver Wolff2015-05-261-3/+6
|/ /
* | WinRT: Fix warnings for Windows PhoneMaurice Kalinowski2015-05-191-0/+1
* | WinRT/Winphone: Fix warnings in qtbaseOliver Wolff2015-05-181-1/+2
* | Fix QtPrivate::IsQEnumHelper<void>Olivier Goffart2015-05-171-0/+1
* | WinRT: fix namespaced buildJoerg Bornemann2015-05-161-2/+6
* | Don't overwrite applicationName if already set.David Faure2015-05-091-4/+6
* | Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
* | qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-205-25/+5
* | Rework WinRT timer handlingOliver Wolff2015-04-202-165/+208
* | QSignalBlocker: mark all functions as noexceptMarc Mutz2015-04-162-15/+15
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-157-7/+18
|\|
| * Fix QNX and Blackberry -qtnamespace buildSérgio Martins2015-04-014-2/+13
| * Doc: Fix using Apple-related terminology in Qt CoreAlexander Volkov2015-03-313-5/+5
* | Add support for unregistering of custom meta types.Robert Griebl2015-04-142-6/+58
* | Silence clang warnings in C++03 modeOlivier Goffart2015-04-011-0/+6
* | winrt: Fix non-PCH buildAndrew Knight2015-04-011-1/+3
* | Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Liang Qi2015-04-011-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-0/+1
| |\|
| | * Doc: Fix qmath documentationSergio Ahumada2015-03-121-0/+1
* | | Make Creator happy with qobjectdefs_impl.h parsingThiago Macieira2015-03-311-0/+1
|/ /
* | Use Q_NULLPTR for the null pointers used in macrosThiago Macieira2015-03-301-2/+2
* | Android: Only take ownership of threads we explicitly attach to.Christian Strømme2015-03-301-7/+8
* | Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-4/+4
* | Windows: Don't cause a malloc before calling GetLastError()Andy Shaw2015-03-166-11/+11
* | QVariant: Fix wrong return type in toPersistentModelIndex()Gabriel de Dietrich2015-03-122-2/+2
* | Clarify limitations of QCoreApplication::libraryPaths()Ulf Hermann2015-03-111-5/+16
* | Make QPersistentModelIndex an internal meta-typeGabriel de Dietrich2015-03-065-5/+59
* | Make QCoreApplication::applicationName available after app destruction.David Faure2015-03-051-8/+14
* | Document Q_ENUM and Q_FLAGOlivier Goffart2015-03-031-7/+60
* | Reverse iteration in QMetaEnum::valueToKeys().Friedemann Kleint2015-02-261-3/+4
* | QVariant: fix converting enum to stringOlivier Goffart2015-02-251-2/+2
* | Fix QT_POSIX_IPC supportPasi Petäjäjärvi2015-02-254-5/+2
* | Fix various qdoc-warnings.Friedemann Kleint2015-02-252-2/+2
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-249-15/+48
|\|
| * Doc: corrected link/autolink issues in corelibNico Vertriest2015-02-247-13/+15
| * Android: Fix local ref handling.Christian Strømme2015-02-172-2/+15
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-0/+18
| |\
| | * WinRT: Gracefully exit an applicationMaurice Kalinowski2015-02-021-0/+18
* | | Merge dev into 5.5Oswald Buddenhagen2015-02-232-2/+2
|\ \ \
| * | | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-201-1/+1
| * | | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-171-84/+29
|\| | |
| * | | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-84/+29
* | | | Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-172-24/+0
|/ / /