summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Add conversion between Q_ENUMs and strings in QVariantOlivier Goffart2015-02-151-3/+71
* | | QMetaType: improve docs and commentsOlivier Goffart2015-02-142-3/+6
* | | Document Q_GADGETOlivier Goffart2015-02-131-5/+18
* | | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* | | Improve conversion of QVariants with QJsonValuesAllan Sandfeld Jensen2015-02-121-6/+56
* | | QCoreApplication (Windows): migrate to QString::(v)asprintfMarc Mutz2015-02-121-25/+24
* | | Document that some types need not to be registered with Q_DECLARE_METATYPEOlivier Goffart2015-02-121-0/+13
* | | QMetaType: Automatic registration of Q_GADGET and Q_ENUM typesOlivier Goffart2015-02-121-2/+53
* | | Update copyright headersJani Heikkinen2015-02-11117-830/+822
* | | Windows: Reintroduce copy of argv.Friedemann Kleint2015-02-102-7/+17
* | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-103-6/+7
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-103-6/+7
| |\| |
| | * | Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-3/+3
| | |\|
| | | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-161-5/+5
| | | |\
| | | * | Bump copyright year to 2015Kai Koehne2015-01-151-3/+3
| | * | | Fix typo in the docsKonstantin Ritt2015-01-231-1/+1
| | * | | Fix invalid memory access when a slot deletes the sender.Volker Krause2015-01-221-2/+3
| | | |/ | | |/|
* | / | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-094-8/+14
|/ / /
* | | Add a qDebug operator overload to handle registered enumOlivier Goffart2015-02-052-0/+24
* | | Introduces QMetaEnum::fromTypeOlivier Goffart2015-02-052-0/+17
* | | QMetatype: Register the QMetaObject of a Q_ENUM or Q_FLAGOlivier Goffart2015-02-052-2/+24
* | | Windows: Allow for passing a modified argv to QCoreApplication.Friedemann Kleint2015-02-052-27/+50
* | | Use Q_ENUM and Q_FLAG for types in QtCoreOlivier Goffart2015-02-041-1/+1
* | | Use Q_ENUM and Q_FLAG in the Qt namespaceOlivier Goffart2015-02-041-0/+2
* | | Make Qt for Android compile when using errors for warningsAlex Blasche2015-01-281-2/+2
* | | Use forkfd in QProcessThiago Macieira2015-01-231-9/+0
* | | Added new private API for Android and onNewIntentPeter Rustler2015-01-212-0/+44
* | | QAssociativeIterable: add find()Marc Mutz2015-01-212-15/+13