summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* BlackBerry: Add a private PPS APINehme Bilal2014-01-117-2/+1768
* Optimize QObject::senderSignalIndex to only iterate the d->senders once.Milian Wolff2014-01-092-25/+13
* Send DynamicPropertyChange event only when value is changed.Tomasz Olszak2014-01-091-0/+2
* Prevent foolish use of setuid when using Qt.Richard J. Moore2014-01-073-0/+50
* WinRT: Clean up core event dispatcherAndrew Knight2014-01-072-138/+87
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-031-3/+3
|\
| * Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-271-3/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-243-6/+17
|\|
| * Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-163-6/+17
| |\
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-123-6/+17
| | |\
| | | * Fix QtDeclarative and QtQml co-existence part three ;(v5.2.0Simon Hausmann2013-12-062-4/+15
| | | * Windows command line parsing: Do escape backslash.Friedemann Kleint2013-12-061-2/+2
* | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-165-32/+91
|\| | |
| * | | QMetaType: Fix equality comparison of type-erased iterators.Stephen Kelly2013-12-131-2/+12
| * | | QMetaType: Fix copy of type erased iteratorStephen Kelly2013-12-131-2/+10
| * | | QMetaType: Rename template type of type-erased iterator operations.Stephen Kelly2013-12-121-6/+6
| |/ /
| * | QMetaStringTable: make ctor explicitMarc Mutz2013-12-091-1/+1
| * | Don't check the Qt version across modules in -developer-buildThiago Macieira2013-12-071-0/+6
| * | Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-062-18/+39
| * | Correct compiler warnings for sign conversionKurt Pattyn2013-12-061-3/+3
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-052-1/+15
| |\|
| | * Document that disconnectNotify may be called with a mutex lockedOlivier Goffart2013-12-041-0/+13
| | * Android: Fix crash caused by QJNIs classLoader code.Christian Strømme2013-12-041-1/+2
* | | Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-121-4/+8
* | | Move-enable QSignalBlockerMarc Mutz2013-12-112-1/+53
* | | Add operator!=() for timespec structs.Erik Verbruggen2013-12-091-0/+2
* | | moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-093-3/+3
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-091-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-1/+1
| | |\|
| | | * Fix invalid memory read when shutting down QML applicationsSimon Hausmann2013-11-291-1/+1
* | | | WinRT: Added networkinterface and hostinfoOliver Wolff2013-12-061-1/+0
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-294-2/+8
|\| |
| * | QSystemSemaphore: Clear error after successful operationKonstantin Ritt2013-11-284-2/+8
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2616-102/+238
|\| |
| * | QCoreApplication: Add static setter for application file path.Friedemann Kleint2013-11-262-21/+43
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-266-13/+70
| |\|
| | * Fix deadlock when disconnecting connections made with function pointersv5.2.0-rc1Olivier Goffart2013-11-261-3/+2
| | * Fix a race that occurred as we unlock the mutex to destroy the functor in ~QO...Olivier Goffart2013-11-261-4/+16
| | * Allow for QtDeclarative and QtQml to co-exist at run-timeSimon Hausmann2013-11-252-3/+9
| | * iOS: Use separate release pool for qt_ios_version()Tor Arne Vestbø2013-11-221-0/+5
| | * Fix race condition between destruction of QObjectsAllan Sandfeld Jensen2013-11-221-3/+4
| | * iOS: Fix linking against QtCoreTor Arne Vestbø2013-11-221-0/+3
| | * Add QSysInfo::MacVersion enum values and parsing for iOSTor Arne Vestbø2013-11-212-0/+29
| | * Fix compilation with MSVC2013 & C++11 supportMichał Urbańczyk2013-11-211-0/+2
| * | Clear QCoreApplication::applicationFilePath cache if argv[0] changes.Robin Burchell2013-11-201-0/+8
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-201-1/+1
| |\|
| | * Fix QCoreApplication documentation.Mitch Curtis2013-11-151-1/+1
| * | Doc: Q_REVISION/Q_INVOKABLE are added to declaration not definition.Sérgio Martins2013-11-191-2/+2
| |/
| * QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-12/+45