summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | xcb: implement and deprecate QWidget::setWindowIconText()Shawn Rutledge2015-03-062-2/+2
* | | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-041-7/+60
|\| |
| * | Document Q_ENUM and Q_FLAGOlivier Goffart2015-03-031-7/+60
* | | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-037-12/+10
|\| |
| * | 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
* | | Android: Add scoped local ref. handler.Christian Strømme2015-02-262-1/+17
|/ /
* | 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