summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-062-7/+14
| | * | QTimeZone: Fix isValidId()John Layt2013-12-061-2/+4
| | * | Replace the qCpuHasFeature function with a macroThiago Macieira2013-12-051-5/+1
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-053-5/+17
| | |\|
| | | * 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
| | | * Doc: Adjust description of the qreal typedefhjk2013-12-041-4/+2
* | | | Ensure proper order of includes in qglobal.hThiago Macieira2013-12-231-5/+8
|/ / /
* | | Add the UTF16-to-Latin1 in-place converterThiago Macieira2013-12-132-1/+32
* | | Improve the Latin1 conversion in QString a littleThiago Macieira2013-12-131-7/+8
* | | Implement support for ref-qualified QString::toLatin1 & friendsThiago Macieira2013-12-134-23/+130
* | | Fix erroneous exclusion of classes from related meta objects in mocSimon Hausmann2013-12-121-4/+8
* | | Move-enable QSignalBlockerMarc Mutz2013-12-112-1/+53
* | | Remove all "old atomic" code from QtThiago Macieira2013-12-1013-3702/+8
* | | Add Asset Locations to QStandardPaths::DataLocationAlan Alpert2013-12-104-5/+44
* | | Add operator!=() for timespec structs.Erik Verbruggen2013-12-091-0/+2
* | | Add missing Q_ATOMIC_INT32_xxx definitions to qatomic_unix.hThiago Macieira2013-12-091-0/+4
* | | 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-0918-78/+104
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-0518-78/+104
| |\| |
| | * | Fix compilation for embedded Androidaavit2013-12-051-4/+4
| | * | Doc: Add QJsonObject::const_iterator() to correct groupTopi Reinio2013-12-051-0/+2
| | * | QBBSystemLocale: Do not set fixed buffer size when reading pps objectsEl Mehdi Fekari2013-12-041-4/+19
| | * | Repack structs with more than one padding holeThiago Macieira2013-12-0311-63/+72
| | * | Doc: fixed invalid referenceNico Vertriest2013-12-032-2/+2
| | * | Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-292-5/+5
| | |\|
| | | * Doc: corrected invalid ref. to output iteratorsNico Vertriest2013-11-291-4/+4
| | | * Fix invalid memory read when shutting down QML applicationsSimon Hausmann2013-11-291-1/+1
* | | | Doc: don't promise a null QString if we can't be held to itThiago Macieira2013-12-071-1/+1
* | | | Disable 64-bit atomics on 32-bit x86Thiago Macieira2013-12-071-1/+2
* | | | WinRT: Fixed compilation of network autotests and benchmarksOliver Wolff2013-12-061-0/+1
* | | | WinRT: Added networkinterface and hostinfoOliver Wolff2013-12-062-2/+4
* | | | Remove trailing space from QDebug streamKai Koehne2013-12-061-1/+3
|/ / /
* | | Make a nicer output when QBasicAtomicInteger is used with a wrong TThiago Macieira2013-12-031-1/+1
* | | Fix silly typo in a macro for QAtomicInt's constructorThiago Macieira2013-12-031-1/+1
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-12-016-5/+11
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-296-5/+11
| |\| |
| | * | QSystemSemaphore: Clear error after successful operationKonstantin Ritt2013-11-284-2/+8
| | * | Improve digitToCLocale sign char handlingSamuel Gaist2013-11-281-2/+2
| | * | QPrinter - Make PDF support required for QPrinterJohn Layt2013-11-271-1/+1
* | | | Set loadAcquire() as const to fix powerpc buildFatih Aşıcı2013-11-291-2/+2
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-26100-3623/+1285
|\| |
| * | QCoreApplication: Add static setter for application file path.Friedemann Kleint2013-11-262-21/+43
| * | Windows: Close handle to thread checking for adopted threads.Friedemann Kleint2013-11-261-1/+1
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-2617-202/+392
| |\|
| | * 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