summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+2
* Update the QUrl documentation concerning the encodingThiago Macieira2012-04-241-21/+103
* QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-247-324/+334
* Cleanup QMetaObject string access.Jędrzej Nowacki2012-04-241-20/+14
* Fix QMutex::tryLock timeout regression (integer overflow)Markus Rathgeb2012-04-241-1/+1
* Remove Qt 5 todo in QVariant: we're not going to change the behaviourThiago Macieira2012-04-241-2/+0
* Rename the default organisation from "Trolltech" to "Qt" on MacThiago Macieira2012-04-231-1/+1
* Removed unused QUrlPrivate::clear()Simon Hausmann2012-04-232-19/+0
* Use the Q_PROCESSOR_* macros in qsimd.cppThiago Macieira2012-04-231-3/+3
* Set thread name on QNXSean Harmer2012-04-231-1/+3
* QTimer: fix typo in singleShot optimization for 0 msecsGiuseppe D'Angelo2012-04-231-1/+1
* Move Q_FUNC_INFO to qcompilerdetection.hThiago Macieira2012-04-232-13/+11
* Move the QT_STRINGIFY macro to the top of qglobal.hThiago Macieira2012-04-231-10/+4
* Fix warning in qobject.cppOlivier Goffart2012-04-231-0/+1
* QDoc: Support -indexdir on CLI and depends in qdocconf.Casper van Donderen2012-04-232-0/+3
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-231-0/+5
* Removed invalid C-style license header from .pro fileRohan McGovern2012-04-231-40/+0
* Don't assume QAbstractDeclarativeData::objectNameChanged is available.Michael Brasser2012-04-231-1/+1
* Ensure that qXXXdetection.h can be included directlyThiago Macieira2012-04-213-0/+12
* Make the fallback Q_ASSUME and Q_UNREACHABLE be qt_noopThiago Macieira2012-04-211-2/+2
* Move Q_DECL_{IMPORT,EXPORT,HIDDEN} to qcompilerdetection.hThiago Macieira2012-04-212-29/+29
* Move some compiler macro definitions into the compiler sectionsThiago Macieira2012-04-211-26/+12
* Move the compiler-related macros to qcompilerdetection.hThiago Macieira2012-04-212-109/+110
* Compile on Windows.Jan-Arve Saether2012-04-211-2/+8
* QDataStream: Update Version info for docAurindam Jana2012-04-201-1/+1
* Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-202-6/+6
* Fix MSVC conversion warnings in new bytearray code.Friedemann Kleint2012-04-203-12/+13
* mingw: fix a lot of annoying warningsKonstantin Ritt2012-04-204-166/+166
* Provide versions of qRegisterMetaType() that do not normalize typename.Martin Jones2012-04-202-12/+70
* Minor QObject::receivers() optimization.Michael Brasser2012-04-201-0/+3
* Minor QObject::receivers() cleanup.Michael Brasser2012-04-201-2/+1
* Add a receivers callback to QAbstractDeclarativeData.Michael Brasser2012-04-202-0/+7
* Mark qt_assert and qFatal as non-returning functions (excpt. MSVC)Thiago Macieira2012-04-193-0/+14
* Fixed QSimd WindowsCE buildBjoern Breitmeyer2012-04-191-1/+8
* fix undefined behavior issue on IntegrityKonstantin Ritt2012-04-191-7/+0
* optimize canonicalOrderHelper() for generic caseKonstantin Ritt2012-04-191-5/+21
* Don't use QByteArrayLiteral for a non-stored QByteArrayThiago Macieira2012-04-191-1/+1
* replace getenv("HOME") with a "centralized" QDir::homePath()Konstantin Ritt2012-04-191-1/+1
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-19343-1504/+19432
* Change coreservices -> iosIan Dean2012-04-1911-26/+26
* Do not assert when QVariant is constructed from an invalid type idJędrzej Nowacki2012-04-192-3/+4
* Fix some unused variable warnings.Stephen Kelly2012-04-181-0/+3
* QThreadPool: unify waitForDone() overloadsKonstantin Ritt2012-04-173-19/+5
* QThreadPool: optimize enqueueTask() for common caseKonstantin Ritt2012-04-171-12/+10
* fix QChar::decompositionTag() returns wrong result for Hangul syllablesKonstantin Ritt2012-04-171-0/+2
* fix QChar::isPrint() returns an incorrect result.Konstantin Ritt2012-04-171-4/+12
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-17144-12510/+15760
|\
| * Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-1731-959/+1175
| |\
| | * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1631-959/+1175
| | |\
| * | | Make reallocData use QArrayData::AllocationOptionsJoão Abecasis2012-04-162-24/+23