summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-048-195/+325
|\
| * Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-038-195/+325
| |\
| | * 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
* | | | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-032-1/+13
|/ / /
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-0/+17
* | | Make QSystemError const-correctMarc Mutz2015-05-232-6/+6
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-1/+16
|\| |
| * | Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2216-218/+304
|\| |
| * | 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
* | | Remove <qhash.h> where it's not usedMarc Mutz2015-04-207-8/+0
* | | QPointer: add a static assertion to help the user when using a wrong template...Giuseppe D'Angelo2015-04-111-0/+3
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-063-1/+10
|\| |
| * | 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
* | | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-013-9/+11
|\| | |
| * | | 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
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-247-15/+15
|\| |
| * | 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
* | | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-03-183-7/+18
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-163-7/+18
| |\| |
| | * | 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
* | | | Added new private API for Android and onPause/onResumePeter Rustler2015-03-172-0/+52
|/ / /
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-096-13/+73
|\| |
| * | 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