summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-84/+29
* 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
* | | QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-211-3/+1
* | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-213-21/+44
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-21/+44
| |\| |
| | * | Doc: link issues in corelibNico Vertriest2015-01-161-5/+5
| | |/
| | * Fix a memleak in QAssociativeIterable::value()Marc Mutz2015-01-042-16/+39
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-202-0/+2
|/ /
* | Add QDebug support for NSObject and a few selected CoreFoundation typesTor Arne Vestbø2015-01-181-0/+34
* | QVariant: attempt to work around an ICE on linux-arm-gnueabi-g++ (Ubuntu 11.1...Marc Mutz2015-01-161-3/+1
* | Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-0/+6
* | Support QMetaType::equals()Alex Blasche2015-01-133-4/+62
* | Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-111-3/+0
* | QtCore: mark some operations nothrowMarc Mutz2015-01-102-7/+7
* | Seal shared memory on POSIX IPCTobias Koenig2015-01-091-0/+7
* | Use O_CLOEXEC flag POSIX shared memory handleTobias Koenig2015-01-091-0/+14
* | Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-0911-336/+882
* | Remove qRegisterSequentialContainer, qRegisterAssociativeContainer tracesKai Koehne2015-01-071-5/+2
* | Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-8/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-1/+1
|\|
| * MSVC: Restore 'public' accessibility of QMetaType member functionsAndy Shaw2014-12-191-1/+1
* | Fix Clang warning about inconsistent use of C++11 overrideThiago Macieira2014-12-201-1/+10
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-104-63/+105
|\|