summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Drop unnecessary assignmentJoão Abecasis2012-04-161-1/+0
| * | | Migrate QByteArray over QArrayData.Jędrzej Nowacki2012-04-162-60/+40
| * | | Remove explicit checks for shared_null/emptyJoão Abecasis2012-04-161-6/+6
| * | | Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-164-46/+49
| * | | Show the type and address of QObjects in debug output.Stephen Kelly2012-04-161-1/+7
| |/ /
| * | QHash security fix (2/2): enable QHash random seedGiuseppe D'Angelo2012-04-141-1/+1
| * | QHash: remove optimization for QHash<int, T>Giuseppe D'Angelo2012-04-141-1/+14
| * | qHash: qHash(T*) two arguments supportGiuseppe D'Angelo2012-04-141-2/+2
| * | qHash: two arguments support for simple integer types (and QChar)Giuseppe D'Angelo2012-04-141-16/+16
| * | Removed QXmlStreamReader::readElementText overloadThorbjørn Lindeijer2012-04-142-13/+2
| * | QSharedPointer: qHash two arguments supportGiuseppe D'Angelo2012-04-131-3/+3
| * | Style: Don't put an else after a return.Stephen Kelly2012-04-131-2/+1
| * | Re-add the Qt 4 compatibility methods for QUrl encoded query itemsThiago Macieira2012-04-122-0/+48
| * | Ensure proper handling of empty-but-present URL componentsThiago Macieira2012-04-121-1/+3
| * | make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-122-8/+19